|
1 | | ---- a/package/kernel/linux/modules/netfilter.mk |
2 | | -+++ b/package/kernel/linux/modules/netfilter.mk |
3 | | -@@ -330,7 +330,7 @@ define KernelPackage/ipt-ipopt |
4 | | - KCONFIG:=$(KCONFIG_IPT_IPOPT) |
5 | | - FILES:=$(foreach mod,$(IPT_IPOPT-m),$(LINUX_DIR)/net/$(mod).ko) |
6 | | - AUTOLOAD:=$(call AutoProbe,$(notdir $(IPT_IPOPT-m))) |
7 | | -- $(call AddDepends/ipt) |
8 | | -+ $(call AddDepends/ipt,+kmod-nf-conntrack) |
9 | | - endef |
10 | | - |
11 | | - define KernelPackage/ipt-ipopt/description |
| 1 | +--- a/target/linux/qualcommax/image/ipq60xx.mk |
| 2 | ++++ b/target/linux/qualcommax/image/ipq60xx.mk |
| 3 | +@@ -312,7 +312,7 @@ define Device/jdcloud_re-ss-01 |
| 4 | + $(call Device/FitImage) |
| 5 | + $(call Device/EmmcImage) |
| 6 | + DEVICE_VENDOR := JDCloud |
| 7 | +- DEVICE_MODEL := RE-SS-01 |
| 8 | ++ DEVICE_MODEL := AX1800 Pro |
| 9 | + KERNEL_SIZE := 6144k |
| 10 | + BLOCKSIZE := 128k |
| 11 | + SOC := ipq6000 |
| 12 | +@@ -326,7 +326,7 @@ define Device/jdcloud_re-cs-02 |
| 13 | + $(call Device/FitImage) |
| 14 | + $(call Device/EmmcImage) |
| 15 | + DEVICE_VENDOR := JDCloud |
| 16 | +- DEVICE_MODEL := RE-CS-02 |
| 17 | ++ DEVICE_MODEL := AX6600 |
| 18 | + KERNEL_SIZE := 6144k |
| 19 | + BLOCKSIZE := 128k |
| 20 | + SOC := ipq6010 |
| 21 | +diff --git a/target/linux/qualcommax/patches-6.12/999-fix-netdev-cacheline-size.patch b/target/linux/qualcommax/patches-6.12/999-fix-netdev-cacheline-size.patch |
| 22 | +new file mode 100644 |
| 23 | +index 00000000000000..1481f8844bf45e |
| 24 | +--- /dev/null |
| 25 | ++++ b/target/linux/qualcommax/patches-6.12/999-fix-netdev-cacheline-size.patch |
| 26 | +@@ -0,0 +1,11 @@ |
| 27 | ++--- a/net/core/dev.c |
| 28 | +++++ b/net/core/dev.c |
| 29 | ++@@ -12060,7 +12060,7 @@ static void __init net_dev_struct_check(void) |
| 30 | ++ #ifdef CONFIG_NET_XGRESS |
| 31 | ++ CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_tx, tcx_egress); |
| 32 | ++ #endif |
| 33 | ++- CACHELINE_ASSERT_GROUP_SIZE(struct net_device, net_device_read_tx, 160); |
| 34 | +++ CACHELINE_ASSERT_GROUP_SIZE(struct net_device, net_device_read_tx, 192); |
| 35 | ++ |
| 36 | ++ /* TXRX read-mostly hotpath */ |
| 37 | ++ CACHELINE_ASSERT_GROUP_MEMBER(struct net_device, net_device_read_txrx, lstats); |
0 commit comments