diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2024-04-14 23:26:55 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2024-04-14 23:26:55 +0200 |
commit | f46fc95f8145b7ca45de4426aeaad043c2863977 (patch) | |
tree | d9fcd226f203dd925161852719ea2cd705fd2bff /SOURCES/patch-6.8-redhat.patch | |
parent | 0ec2c70c362a52aa5b9081e3a1ae47b4a6d82731 (diff) | |
download | kernel-fsync-f46fc95f8145b7ca45de4426aeaad043c2863977.tar.gz kernel-fsync-f46fc95f8145b7ca45de4426aeaad043c2863977.zip |
kernel 6.8.6
Diffstat (limited to 'SOURCES/patch-6.8-redhat.patch')
-rw-r--r-- | SOURCES/patch-6.8-redhat.patch | 29 |
1 files changed, 22 insertions, 7 deletions
diff --git a/SOURCES/patch-6.8-redhat.patch b/SOURCES/patch-6.8-redhat.patch index 6056744..64246c0 100644 --- a/SOURCES/patch-6.8-redhat.patch +++ b/SOURCES/patch-6.8-redhat.patch @@ -29,6 +29,7 @@ include/linux/security.h | 5 + kernel/module/main.c | 2 + kernel/module/signing.c | 9 +- + net/bluetooth/l2cap_core.c | 3 +- scripts/mod/modpost.c | 8 + scripts/tags.sh | 2 + security/integrity/platform_certs/load_uefi.c | 6 +- @@ -36,10 +37,10 @@ security/lockdown/lockdown.c | 1 + security/security.c | 12 ++ tools/power/cpupower/Makefile | 2 +- - 38 files changed, 672 insertions(+), 178 deletions(-) + 39 files changed, 673 insertions(+), 180 deletions(-) diff --git a/Makefile b/Makefile -index f29a75b75861..90586379d1e8 100644 +index c426d47f4b7b..9e0540aa3691 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,18 @@ $(if $(filter __%, $(MAKECMDGOALS)), \ @@ -733,7 +734,7 @@ index 2e2cabc5f50a..8b44d990f978 100644 platform_driver_unregister(&etm4_platform_driver); etm4_pm_clear(); diff --git a/drivers/input/rmi4/rmi_driver.c b/drivers/input/rmi4/rmi_driver.c -index 42eaebb3bf5c..7a35119c3144 100644 +index ef9ea295f9e0..0103334e8f32 100644 --- a/drivers/input/rmi4/rmi_driver.c +++ b/drivers/input/rmi4/rmi_driver.c @@ -182,34 +182,47 @@ void rmi_set_attn_data(struct rmi_device *rmi_dev, unsigned long irq_status, @@ -905,7 +906,7 @@ index 42eaebb3bf5c..7a35119c3144 100644 rmi_f34_remove_sysfs(rmi_dev); rmi_free_function_list(rmi_dev); -@@ -1219,9 +1237,15 @@ static int rmi_driver_probe(struct device *dev) +@@ -1223,9 +1241,15 @@ static int rmi_driver_probe(struct device *dev) } } @@ -1416,8 +1417,22 @@ index a2ff4242e623..f0d2be1ee4f1 100644 } int module_sig_check(struct load_info *info, int flags) +diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c +index ab5a9d42fae7..706d2478ddb3 100644 +--- a/net/bluetooth/l2cap_core.c ++++ b/net/bluetooth/l2cap_core.c +@@ -4054,8 +4054,7 @@ static int l2cap_connect_req(struct l2cap_conn *conn, + return -EPROTO; + + hci_dev_lock(hdev); +- if (hci_dev_test_flag(hdev, HCI_MGMT) && +- !test_and_set_bit(HCI_CONN_MGMT_CONNECTED, &hcon->flags)) ++ if (hci_dev_test_flag(hdev, HCI_MGMT)) + mgmt_device_connected(hdev, hcon, NULL, 0); + hci_dev_unlock(hdev); + diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c -index 6568f8177e39..14d8237af366 100644 +index ce686ebf5591..0d28efddb253 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c @@ -22,6 +22,7 @@ @@ -1428,7 +1443,7 @@ index 6568f8177e39..14d8237af366 100644 static bool module_enabled; /* Are we using CONFIG_MODVERSIONS? */ -@@ -1995,6 +1996,12 @@ static void write_buf(struct buffer *b, const char *fname) +@@ -1997,6 +1998,12 @@ static void write_buf(struct buffer *b, const char *fname) } } @@ -1441,7 +1456,7 @@ index 6568f8177e39..14d8237af366 100644 static void write_if_changed(struct buffer *b, const char *fname) { char *tmp; -@@ -2055,6 +2062,7 @@ static void write_mod_c_file(struct module *mod) +@@ -2057,6 +2064,7 @@ static void write_mod_c_file(struct module *mod) add_depends(&buf, mod); add_moddevtable(&buf, mod); add_srcversion(&buf, mod); |