bpf-headers: update to version 6.6
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
3efdc8e16d
commit
86251a7034
4 changed files with 5 additions and 40 deletions
|
@ -13,7 +13,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
|
|
||||||
PKG_NAME:=linux
|
PKG_NAME:=linux
|
||||||
PKG_PATCHVER:=5.15
|
PKG_PATCHVER:=6.6
|
||||||
# Manually include kernel version and hash from kernel details file
|
# Manually include kernel version and hash from kernel details file
|
||||||
include $(INCLUDE_DIR)/kernel-$(PKG_PATCHVER)
|
include $(INCLUDE_DIR)/kernel-$(PKG_PATCHVER)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/arch/mips/Kconfig
|
--- a/arch/mips/Kconfig
|
||||||
+++ b/arch/mips/Kconfig
|
+++ b/arch/mips/Kconfig
|
||||||
@@ -2988,6 +2988,9 @@ choice
|
@@ -2820,6 +2820,9 @@ choice
|
||||||
config HZ_256
|
config HZ_256
|
||||||
bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
|
bool "256 HZ" if SYS_SUPPORTS_256HZ || SYS_SUPPORTS_ARBIT_HZ
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
config HZ_1000
|
config HZ_1000
|
||||||
bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
|
bool "1000 HZ" if SYS_SUPPORTS_1000HZ || SYS_SUPPORTS_ARBIT_HZ
|
||||||
|
|
||||||
@@ -3039,6 +3042,7 @@ config HZ
|
@@ -2871,6 +2874,7 @@ config HZ
|
||||||
default 128 if HZ_128
|
default 128 if HZ_128
|
||||||
default 250 if HZ_250
|
default 250 if HZ_250
|
||||||
default 256 if HZ_256
|
default 256 if HZ_256
|
||||||
|
|
|
@ -1,30 +0,0 @@
|
||||||
From 7ed95633bff19950069c348b94c9c13164a57a2a Mon Sep 17 00:00:00 2001
|
|
||||||
From: Christian Marangi <ansuelsmth@gmail.com>
|
|
||||||
Date: Wed, 18 Jan 2023 20:20:39 +0100
|
|
||||||
Subject: [PATCH] linux/netlink: drop NL_SET_ERR_MSG for kernel modules
|
|
||||||
|
|
||||||
We don't need NL_SET_ERR_MSG_MOD for bpf modules and we can drop it to
|
|
||||||
solve missing KBUILD_MODNAME define.
|
|
||||||
|
|
||||||
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
|
|
||||||
---
|
|
||||||
include/linux/netlink.h | 3 ---
|
|
||||||
1 file changed, 3 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/include/linux/netlink.h b/include/linux/netlink.h
|
|
||||||
index 61b1c7f..93561fb 100644
|
|
||||||
--- a/include/linux/netlink.h
|
|
||||||
+++ b/include/linux/netlink.h
|
|
||||||
@@ -98,9 +98,6 @@ struct netlink_ext_ack {
|
|
||||||
__extack->_msg = __msg; \
|
|
||||||
} while (0)
|
|
||||||
|
|
||||||
-#define NL_SET_ERR_MSG_MOD(extack, msg) \
|
|
||||||
- NL_SET_ERR_MSG((extack), KBUILD_MODNAME ": " msg)
|
|
||||||
-
|
|
||||||
#define NL_SET_BAD_ATTR_POLICY(extack, attr, pol) do { \
|
|
||||||
if ((extack)) { \
|
|
||||||
(extack)->bad_attr = (attr); \
|
|
||||||
--
|
|
||||||
2.38.1
|
|
||||||
|
|
|
@ -12,11 +12,9 @@ Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
|
||||||
include/net/flow_offload.h | 6 +++---
|
include/net/flow_offload.h | 6 +++---
|
||||||
1 file changed, 3 insertions(+), 3 deletions(-)
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
||||||
|
|
||||||
diff --git a/include/net/flow_offload.h b/include/net/flow_offload.h
|
|
||||||
index 7a2b022..f17c485 100644
|
|
||||||
--- a/include/net/flow_offload.h
|
--- a/include/net/flow_offload.h
|
||||||
+++ b/include/net/flow_offload.h
|
+++ b/include/net/flow_offload.h
|
||||||
@@ -321,7 +321,7 @@ flow_action_mixed_hw_stats_check(const struct flow_action *action,
|
@@ -376,7 +376,7 @@ flow_action_mixed_hw_stats_check(const s
|
||||||
|
|
||||||
flow_action_for_each(i, action_entry, action) {
|
flow_action_for_each(i, action_entry, action) {
|
||||||
if (i && action_entry->hw_stats != last_hw_stats) {
|
if (i && action_entry->hw_stats != last_hw_stats) {
|
||||||
|
@ -25,7 +23,7 @@ index 7a2b022..f17c485 100644
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
last_hw_stats = action_entry->hw_stats;
|
last_hw_stats = action_entry->hw_stats;
|
||||||
@@ -356,11 +356,11 @@ __flow_action_hw_stats_check(const struct flow_action *action,
|
@@ -411,11 +411,11 @@ __flow_action_hw_stats_check(const struc
|
||||||
|
|
||||||
if (!check_allow_bit &&
|
if (!check_allow_bit &&
|
||||||
~action_entry->hw_stats & FLOW_ACTION_HW_STATS_ANY) {
|
~action_entry->hw_stats & FLOW_ACTION_HW_STATS_ANY) {
|
||||||
|
@ -39,6 +37,3 @@ index 7a2b022..f17c485 100644
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
--
|
|
||||||
2.38.1
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue