kernel-6.12.0-0.rc4.20241025gitae90f6a6170d.42
* Fri Oct 25 2024 Fedora Kernel Team <kernel-team@fedoraproject.org> [6.12.0-0.rc4.ae90f6a6170d.42] - tools/rtla: fix collision with glibc sched_attr/sched_set_attr (Jan Stancek) - tools/rtla: drop __NR_sched_getattr (Jan Stancek) Resolves: Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
parent
21046cd99e
commit
e8d6058c0a
@ -12,7 +12,7 @@ RHEL_MINOR = 99
|
||||
#
|
||||
# Use this spot to avoid future merge conflicts.
|
||||
# Do not trim this comment.
|
||||
RHEL_RELEASE = 41
|
||||
RHEL_RELEASE = 42
|
||||
|
||||
#
|
||||
# RHEL_REBASE_NUM
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/51cc66d01df3c5337af9a4beb655c521a9383654
|
||||
51cc66d01df3c5337af9a4beb655c521a9383654 tools/rtla: fix collision with glibc sched_attr/sched_set_attr
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/f7db134560f47f41f614970c293c4aa52afbba5b
|
||||
f7db134560f47f41f614970c293c4aa52afbba5b tools/rtla: fix collision with glibc sched_attr/sched_set_attr
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/947f2dda0a61511bb7d39d8143d8cc2f2b007db6
|
||||
947f2dda0a61511bb7d39d8143d8cc2f2b007db6 tools/rtla: drop __NR_sched_getattr
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/46dd093af1f271ab975702b3bb51e3442446759f
|
||||
46dd093af1f271ab975702b3bb51e3442446759f tools/rtla: drop __NR_sched_getattr
|
||||
|
||||
https://gitlab.com/cki-project/kernel-ark/-/commit/77e6d045cb6220934aef9b192b291466fd205d21
|
||||
77e6d045cb6220934aef9b192b291466fd205d21 Revert "Merge branch 'drop_engine_api' into 'os-build'"
|
||||
|
||||
2783
kernel.changelog
2783
kernel.changelog
File diff suppressed because it is too large
Load Diff
2725
kernel.spec
2725
kernel.spec
File diff suppressed because it is too large
Load Diff
@ -3426,7 +3426,7 @@ index 5e77c58e0601..4de8774458ac 100644
|
||||
long bpf_jit_limit_max __read_mostly;
|
||||
|
||||
diff --git a/kernel/bpf/syscall.c b/kernel/bpf/syscall.c
|
||||
index 8cfa7183d2ef..713427537ea8 100644
|
||||
index c5aa127ed4cc..2c901fc67570 100644
|
||||
--- a/kernel/bpf/syscall.c
|
||||
+++ b/kernel/bpf/syscall.c
|
||||
@@ -26,6 +26,7 @@
|
||||
@ -3461,7 +3461,7 @@ index 8cfa7183d2ef..713427537ea8 100644
|
||||
int sysctl_unprivileged_bpf_disabled __read_mostly =
|
||||
IS_BUILTIN(CONFIG_BPF_UNPRIV_DEFAULT_OFF) ? 2 : 0;
|
||||
|
||||
@@ -5974,6 +5992,11 @@ static int bpf_unpriv_handler(const struct ctl_table *table, int write,
|
||||
@@ -5978,6 +5996,11 @@ static int bpf_unpriv_handler(const struct ctl_table *table, int write,
|
||||
if (write && !ret) {
|
||||
if (locked_state && unpriv_enable != 1)
|
||||
return -EPERM;
|
||||
|
||||
6
sources
6
sources
@ -1,3 +1,3 @@
|
||||
SHA512 (linux-6.12-rc4-47-gc2ee9f594da8.tar.xz) = 0f7cdeb915b7e337283f030b78f5c4ca90d67edff97246178dc7ecf1c9061a82d818b4d3e44687f98d08900ccb5da63d3933bdc7b4dec00a6b3879bf2b5400e3
|
||||
SHA512 (kernel-abi-stablelists-6.12.0.tar.xz) = 895763daa5d95498c0dff66cc13d3abb1475df821f0e63466a4a524fd35c0b8e2c73b80a194c6839b1509c5f10e4d189ebb68b09fbf585c504aef614c38127f0
|
||||
SHA512 (kernel-kabi-dw-6.12.0.tar.xz) = 3040a551e6cbdd290165d59d634c35266c8392fb0ffa7d62e0691b6ade8d525ba5d0799a93a2b8492a3cc0f4ee11a0dfa5b4ac8cdff9fce515aee9c5ab52da14
|
||||
SHA512 (linux-6.12-rc4-161-gae90f6a6170d.tar.xz) = e975c71813e16e1a53b990d45dbb22a56acf7d97e465a888187664d70fd7f5adad04565b778bbfc0f6511ffc9eba670373f71d34452628febb85ecc08b17aecc
|
||||
SHA512 (kernel-abi-stablelists-6.12.0.tar.xz) = dc6a73be1ff28230734e45f132d069ea47c6e30dcffc3674ca6166b271a326bdc3dd3c3f188c418c91b00be79394e58eec6eef28b319b03119f98b8bf6aefe37
|
||||
SHA512 (kernel-kabi-dw-6.12.0.tar.xz) = 9ead18e28548659c8f035286dd7db2074cb50d74bc6ec59fc185f49eeb713a1a98074d7c84ba44623a2972c543dfd2aea6e87bec40cde509954fb8d54a7d2af8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user