diff options
author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2020-08-11 12:17:46 +0000 |
---|---|---|
committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2020-08-11 12:17:46 +0000 |
commit | 6ae240797f8b497f802b4380a28ddbaf9048ca74 (patch) | |
tree | 2c91d8f1caa939d6debf21b0871dbe53dda2c7f9 /sys/sys/param.h | |
parent | a90022d4d13a34b889081ca0ba9b9af4c78bd78d (diff) | |
download | src-6ae240797f8b497f802b4380a28ddbaf9048ca74.tar.gz src-6ae240797f8b497f802b4380a28ddbaf9048ca74.zip |
Need to clone the task struct fields related to RCU aswell in the
LinuxKPI after r359727. This fixes a minor regression issue. Else the
priority tracking won't work properly when both sleepable and
non-sleepable RCU is in use on the same thread.
Bump the __FreeBSD_version to force recompilation of external kernel
modules.
PR: 242272
MFC after: 1 week
Sponsored by: Mellanox Technologies
Notes
Notes:
svn path=/head/; revision=364109
Diffstat (limited to 'sys/sys/param.h')
-rw-r--r-- | sys/sys/param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index 605a9793e961..b947c1d6b394 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -60,7 +60,7 @@ * in the range 5 to 9. */ #undef __FreeBSD_version -#define __FreeBSD_version 1300106 /* Master, propagated to newvers */ +#define __FreeBSD_version 1300107 /* Master, propagated to newvers */ /* * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD, |