diff options
author | John Audia <graysky@archlinux.us> | 2020-10-17 07:53:44 -0400 |
---|---|---|
committer | David Bauer <mail@david-bauer.net> | 2020-10-20 03:01:27 +0200 |
commit | dd20ba98e701bdb519868588c63ec46e62fb768e (patch) | |
tree | 681aea358b196cda60e59f0b05e733edc86626f4 /target/linux/bcm27xx/patches-5.4 | |
parent | 33b76d66d1afa9d888f32587b18d78a930593ca5 (diff) | |
download | upstream-dd20ba98e701bdb519868588c63ec46e62fb768e.tar.gz upstream-dd20ba98e701bdb519868588c63ec46e62fb768e.tar.bz2 upstream-dd20ba98e701bdb519868588c63ec46e62fb768e.zip |
kernel: bump 5.4 to 5.4.72
All modifications made by update_kernel.sh
Build system: x86_64
Build-tested: ipq806x/R7800, ath79/generic, bcm27xx/bcm2711
Run-tested: ipq806x/R7800
No dmesg regressions, everything functional
Signed-off-by: John Audia <graysky@archlinux.us>
Diffstat (limited to 'target/linux/bcm27xx/patches-5.4')
-rw-r--r-- | target/linux/bcm27xx/patches-5.4/950-0199-Bluetooth-Check-key-sizes-only-when-Secure-Simple-Pa.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/bcm27xx/patches-5.4/950-0199-Bluetooth-Check-key-sizes-only-when-Secure-Simple-Pa.patch b/target/linux/bcm27xx/patches-5.4/950-0199-Bluetooth-Check-key-sizes-only-when-Secure-Simple-Pa.patch index a03c7377f2..0de55097c5 100644 --- a/target/linux/bcm27xx/patches-5.4/950-0199-Bluetooth-Check-key-sizes-only-when-Secure-Simple-Pa.patch +++ b/target/linux/bcm27xx/patches-5.4/950-0199-Bluetooth-Check-key-sizes-only-when-Secure-Simple-Pa.patch @@ -21,8 +21,8 @@ Cc: stable@vger.kernel.org --- a/net/bluetooth/hci_conn.c +++ b/net/bluetooth/hci_conn.c -@@ -1285,8 +1285,13 @@ int hci_conn_check_link_mode(struct hci_ - return 0; +@@ -1302,8 +1302,13 @@ int hci_conn_check_link_mode(struct hci_ + return 0; } - if (hci_conn_ssp_enabled(conn) && |