From: Shiji Yang Date: Wed, 4 Jun 2025 23:50:56 +0000 (+0800) Subject: kernel: bump 5.15 to 5.15.184 X-Git-Tag: v23.05.6~42 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f932613def955216af23d5c4421172163f639c2b;p=openwrt%2Fopenwrt.git 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 Link: https://github.com/openwrt/openwrt/pull/19028 Signed-off-by: Hauke Mehrtens --- 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 --- 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