[PATCH] kernel: 6.1: fix iptables offload build without nftables

2024-03-11 Thread Qingfang Deng
When rebasing patches on top of 6.1, a change that removed NF_TABLES from NF_FLOW_TABLE's dependency was dropped accidentally, and iptables flow offload module can only be built when nftables is selected. Restore the change to fix it. Fixes: 19a246bb6503 ("generic: 6.1: manually refresh hack patch

[PATCH v2] kernel: fix iptables offload build without nftables

2024-03-11 Thread Qingfang Deng
When rebasing patches on top of 6.1, a change that removed NF_TABLES from NF_FLOW_TABLE's dependency was dropped accidentally, and iptables flow offload module can only be built when nftables is selected. Restore the change to fix it. Fixes: 19a246bb6503 ("generic: 6.1: manually refresh hack patch

[PATCH v2] kernel: support RISC-V PMU

2024-03-11 Thread Qingfang Deng
Add RISC-V PMU config symbols and enable them for riscv64. Signed-off-by: Qingfang Deng --- v2: add symbols to 6.6 config/Config-kernel.in | 10 ++ target/linux/generic/config-6.1 | 3 +++ target/linux/generic/config-6.6 | 3 +++ 3 files changed, 16 insertions(+) diff --git a