diff options
author | John Audia <therealgraysky@proton.me> | 2023-01-14 06:31:07 -0500 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-01-14 22:31:38 +0100 |
commit | 2835df54ab84a8709057df156932497b19cda449 (patch) | |
tree | 6e3c08841e7a37d5fbae1d73d1ca6cb38b48d97f /target/linux/generic/pending-5.10/101-Use-stddefs.h-instead-of-compiler.h.patch | |
parent | 990419dac33ee81f14e791a3d783f7f4cba86e53 (diff) | |
download | upstream-2835df54ab84a8709057df156932497b19cda449.tar.gz upstream-2835df54ab84a8709057df156932497b19cda449.tar.bz2 upstream-2835df54ab84a8709057df156932497b19cda449.zip |
kernel: bump 5.10 to 5.10.163
Removed upstreamed:
generic/101-Use-stddefs.h-instead-of-compiler.h.patch[1]
All patches automatically rebased.
1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.10.163&id=ddd2bb08bd99b7ee4442fbbe0f9b80236fdd71d2
Build system: x86_64
Build-tested: ramips/tplink_archer-a6-v3
Run-tested: ramips/tplink_archer-a6-v3
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux/generic/pending-5.10/101-Use-stddefs.h-instead-of-compiler.h.patch')
-rw-r--r-- | target/linux/generic/pending-5.10/101-Use-stddefs.h-instead-of-compiler.h.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/generic/pending-5.10/101-Use-stddefs.h-instead-of-compiler.h.patch b/target/linux/generic/pending-5.10/101-Use-stddefs.h-instead-of-compiler.h.patch deleted file mode 100644 index 7057d65ce8..0000000000 --- a/target/linux/generic/pending-5.10/101-Use-stddefs.h-instead-of-compiler.h.patch +++ /dev/null @@ -1,19 +0,0 @@ -From: Felix Fietkau <nbd@nbd.name> -Subject: uapi: Fix an issue with kernel headers that broke perf - -Submitted-by: Felix Fietkau <nbd@nbd.name> ---- - include/uapi/linux/swab.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - ---- a/include/uapi/linux/swab.h -+++ b/include/uapi/linux/swab.h -@@ -3,7 +3,7 @@ - #define _UAPI_LINUX_SWAB_H - - #include <linux/types.h> --#include <linux/compiler.h> -+#include <linux/stddef.h> - #include <asm/bitsperlong.h> - #include <asm/swab.h> - |