kernel: bump 5.15 to 5.15.184
authorShiji Yang <yangshiji66@outlook.com>
Wed, 4 Jun 2025 23:50:56 +0000 (07:50 +0800)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 7 Jun 2025 20:45:47 +0000 (22:45 +0200)
Changelog: https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.15.184

New Kconfig symbols:
- enable CONFIG_MITIGATION_ITS[1]

All patches are automatically refreshed.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.15.184&id=858073be8899e16cc469be9c1837d6c3a64887fa

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/19028
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
include/kernel-5.15
target/linux/generic/pending-5.15/701-netfilter-nf_tables-ignore-EOPNOTSUPP-on-flowtable-d.patch
target/linux/x86/config-5.15

index fb16632c581f2d86d8f74ba50b3684b55f04802a..3134dd5e49a25ced18855d360ded0b144fc8ba39 100644 (file)
@@ -1,2 +1,2 @@
-LINUX_VERSION-5.15 = .183
-LINUX_KERNEL_HASH-5.15.183 = d06f7f629a4d61a87ebd0db285ace9ebf4fce0226b10b2c0ec235e3550c58ee8
+LINUX_VERSION-5.15 = .184
+LINUX_KERNEL_HASH-5.15.184 = 9c3e98c6dcc7dca7c2e9dd51423eaf0581f5e100d0f04c23bc29f21913dac1d9
index f35af16c9e4a42fd2de56bf8c228b924319672e9..3ddf461848f4da6cef11f9e048c622a2bc2a5004 100644 (file)
@@ -18,7 +18,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
 
 --- a/net/netfilter/nf_tables_api.c
 +++ b/net/netfilter/nf_tables_api.c
-@@ -7844,7 +7844,7 @@ static int nft_register_flowtable_net_ho
+@@ -7849,7 +7849,7 @@ static int nft_register_flowtable_net_ho
                err = flowtable->data.type->setup(&flowtable->data,
                                                  hook->ops.dev,
                                                  FLOW_BLOCK_BIND);
index 71a5313b0ec7ba036f9e73cc13f02e27a6c8f791..9199ae6c680a4eefdf4e48e2aa818c1985ed1918 100644 (file)
@@ -225,6 +225,7 @@ CONFIG_MICROCODE_AMD=y
 CONFIG_MICROCODE_INTEL=y
 CONFIG_MICROCODE_LATE_LOADING=y
 CONFIG_MIGRATION=y
+CONFIG_MITIGATION_ITS=y
 CONFIG_MITIGATION_RFDS=y
 CONFIG_MITIGATION_SPECTRE_BHI=y
 # CONFIG_MK6 is not set