diff options
author | John Audia <therealgraysky@proton.me> | 2022-10-28 08:03:27 -0400 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-30 17:54:59 +0100 |
commit | 7a27ac605c7e55b7350c0bea76ca5d6eb218c5ea (patch) | |
tree | 156422ad1c2162f5b2368c9e17cbdb4b19464c2e /target/linux | |
parent | aa2fa2eb76f13e48cd39d844dca34627da00cb5d (diff) | |
download | upstream-7a27ac605c7e55b7350c0bea76ca5d6eb218c5ea.tar.gz upstream-7a27ac605c7e55b7350c0bea76ca5d6eb218c5ea.tar.bz2 upstream-7a27ac605c7e55b7350c0bea76ca5d6eb218c5ea.zip |
kernel: bump 5.10 to 5.10.151
All patches automatically rebased.
Signed-off-by: John Audia <therealgraysky@proton.me>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/backport-5.10/005-v5.17-02-Kbuild-move-to-std-gnu11.patch | 2 | ||||
-rw-r--r-- | target/linux/generic/backport-5.10/011-kbuild-export-SUBARCH.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/backport-5.10/005-v5.17-02-Kbuild-move-to-std-gnu11.patch b/target/linux/generic/backport-5.10/005-v5.17-02-Kbuild-move-to-std-gnu11.patch index c56cecfb71..af95766f7c 100644 --- a/target/linux/generic/backport-5.10/005-v5.17-02-Kbuild-move-to-std-gnu11.patch +++ b/target/linux/generic/backport-5.10/005-v5.17-02-Kbuild-move-to-std-gnu11.patch @@ -49,7 +49,7 @@ Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> --- a/Makefile +++ b/Makefile -@@ -498,7 +498,7 @@ KBUILD_CFLAGS := -Wall -Wundef -Werror +@@ -500,7 +500,7 @@ KBUILD_CFLAGS := -Wall -Wundef -Werror -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE \ -Werror=implicit-function-declaration -Werror=implicit-int \ -Werror=return-type -Wno-format-security \ diff --git a/target/linux/generic/backport-5.10/011-kbuild-export-SUBARCH.patch b/target/linux/generic/backport-5.10/011-kbuild-export-SUBARCH.patch index f7e2d207cc..8f67ebe020 100644 --- a/target/linux/generic/backport-5.10/011-kbuild-export-SUBARCH.patch +++ b/target/linux/generic/backport-5.10/011-kbuild-export-SUBARCH.patch @@ -10,7 +10,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> --- a/Makefile +++ b/Makefile -@@ -508,7 +508,7 @@ KBUILD_LDFLAGS_MODULE := +@@ -510,7 +510,7 @@ KBUILD_LDFLAGS_MODULE := KBUILD_LDFLAGS := CLANG_FLAGS := |