[openwrt/openwrt] kernel: bump 5.15 to 5.15.184

LEDE Commits lede-commits at lists.infradead.org
Sat Jun 7 13:46:41 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/f932613def955216af23d5c4421172163f639c2b

commit f932613def955216af23d5c4421172163f639c2b
Author: Shiji Yang <yangshiji66 at outlook.com>
AuthorDate: Thu Jun 5 07:50:56 2025 +0800

    kernel: bump 5.15 to 5.15.184
    
    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 at outlook.com>
    Link: https://github.com/openwrt/openwrt/pull/19028
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 include/kernel-5.15                                                   | 4 ++--
 .../701-netfilter-nf_tables-ignore-EOPNOTSUPP-on-flowtable-d.patch    | 2 +-
 target/linux/x86/config-5.15                                          | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/include/kernel-5.15 b/include/kernel-5.15
index fb16632c58..3134dd5e49 100644
--- a/include/kernel-5.15
+++ b/include/kernel-5.15
@@ -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
diff --git a/target/linux/generic/pending-5.15/701-netfilter-nf_tables-ignore-EOPNOTSUPP-on-flowtable-d.patch b/target/linux/generic/pending-5.15/701-netfilter-nf_tables-ignore-EOPNOTSUPP-on-flowtable-d.patch
index f35af16c9e..3ddf461848 100644
--- a/target/linux/generic/pending-5.15/701-netfilter-nf_tables-ignore-EOPNOTSUPP-on-flowtable-d.patch
+++ b/target/linux/generic/pending-5.15/701-netfilter-nf_tables-ignore-EOPNOTSUPP-on-flowtable-d.patch
@@ -18,7 +18,7 @@ Signed-off-by: Felix Fietkau <nbd at 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);
diff --git a/target/linux/x86/config-5.15 b/target/linux/x86/config-5.15
index 71a5313b0e..9199ae6c68 100644
--- a/target/linux/x86/config-5.15
+++ b/target/linux/x86/config-5.15
@@ -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




More information about the lede-commits mailing list