+++ /dev/null
-From 50c697215a8cc22f0e58c88f06f2716c05a26e85 Mon Sep 17 00:00:00 2001
-From: Sam James <sam@gentoo.org>
-Date: Wed, 16 Nov 2022 18:26:34 +0000
-Subject: kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compatible
-
-From: Sam James <sam@gentoo.org>
-
-commit 50c697215a8cc22f0e58c88f06f2716c05a26e85 upstream.
-
-Add missing <linux/string.h> include for strcmp.
-
-Clang 16 makes -Wimplicit-function-declaration an error by default.
-Unfortunately, out of tree modules may use this in configure scripts,
-which means failure might cause silent miscompilation or misconfiguration.
-
-For more information, see LWN.net [0] or LLVM's Discourse [1], gentoo-dev@ [2],
-or the (new) c-std-porting mailing list [3].
-
-[0] https://lwn.net/Articles/913505/
-[1] https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213
-[2] https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240
-[3] hosted at lists.linux.dev.
-
-[akpm@linux-foundation.org: remember "linux/"]
-Link: https://lkml.kernel.org/r/20221116182634.2823136-1-sam@gentoo.org
-Signed-off-by: Sam James <sam@gentoo.org>
-Cc: <stable@vger.kernel.org>
-Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- include/linux/license.h | 2 ++
- 1 file changed, 2 insertions(+)
-
---- a/include/linux/license.h
-+++ b/include/linux/license.h
-@@ -1,6 +1,8 @@
- #ifndef __LICENSE_H
- #define __LICENSE_H
-
-+#include <linux/string.h>
-+
- static inline int license_is_gpl_compatible(const char *license)
- {
- return (strcmp(license, "GPL") == 0
s390-crashdump-fix-tod-programmable-field-size.patch
nios2-add-force-for-vmlinuz.gz.patch
arm64-dts-rockchip-lower-rk3399-puma-haikou-sd-controller-clock-frequency.patch
-kbuild-fix-wimplicit-function-declaration-in-license_is_gpl_compatible.patch
iio-light-apds9960-fix-wrong-register-for-gesture-gain.patch
iio-core-fix-entry-not-deleted-when-iio_register_sw_trigger_type-fails.patch
kconfig-display-recursive-dependency-resolution-hint-just-once.patch
+++ /dev/null
-From 50c697215a8cc22f0e58c88f06f2716c05a26e85 Mon Sep 17 00:00:00 2001
-From: Sam James <sam@gentoo.org>
-Date: Wed, 16 Nov 2022 18:26:34 +0000
-Subject: kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compatible
-
-From: Sam James <sam@gentoo.org>
-
-commit 50c697215a8cc22f0e58c88f06f2716c05a26e85 upstream.
-
-Add missing <linux/string.h> include for strcmp.
-
-Clang 16 makes -Wimplicit-function-declaration an error by default.
-Unfortunately, out of tree modules may use this in configure scripts,
-which means failure might cause silent miscompilation or misconfiguration.
-
-For more information, see LWN.net [0] or LLVM's Discourse [1], gentoo-dev@ [2],
-or the (new) c-std-porting mailing list [3].
-
-[0] https://lwn.net/Articles/913505/
-[1] https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213
-[2] https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240
-[3] hosted at lists.linux.dev.
-
-[akpm@linux-foundation.org: remember "linux/"]
-Link: https://lkml.kernel.org/r/20221116182634.2823136-1-sam@gentoo.org
-Signed-off-by: Sam James <sam@gentoo.org>
-Cc: <stable@vger.kernel.org>
-Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- include/linux/license.h | 2 ++
- 1 file changed, 2 insertions(+)
-
---- a/include/linux/license.h
-+++ b/include/linux/license.h
-@@ -1,6 +1,8 @@
- #ifndef __LICENSE_H
- #define __LICENSE_H
-
-+#include <linux/string.h>
-+
- static inline int license_is_gpl_compatible(const char *license)
- {
- return (strcmp(license, "GPL") == 0
net-thunderx-fix-the-acpi-memory-leak.patch
s390-crashdump-fix-tod-programmable-field-size.patch
arm64-dts-rockchip-lower-rk3399-puma-haikou-sd-controller-clock-frequency.patch
-kbuild-fix-wimplicit-function-declaration-in-license_is_gpl_compatible.patch
iio-light-apds9960-fix-wrong-register-for-gesture-gain.patch
iio-core-fix-entry-not-deleted-when-iio_register_sw_trigger_type-fails.patch
nios2-add-force-for-vmlinuz.gz.patch
+++ /dev/null
-From 50c697215a8cc22f0e58c88f06f2716c05a26e85 Mon Sep 17 00:00:00 2001
-From: Sam James <sam@gentoo.org>
-Date: Wed, 16 Nov 2022 18:26:34 +0000
-Subject: kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compatible
-
-From: Sam James <sam@gentoo.org>
-
-commit 50c697215a8cc22f0e58c88f06f2716c05a26e85 upstream.
-
-Add missing <linux/string.h> include for strcmp.
-
-Clang 16 makes -Wimplicit-function-declaration an error by default.
-Unfortunately, out of tree modules may use this in configure scripts,
-which means failure might cause silent miscompilation or misconfiguration.
-
-For more information, see LWN.net [0] or LLVM's Discourse [1], gentoo-dev@ [2],
-or the (new) c-std-porting mailing list [3].
-
-[0] https://lwn.net/Articles/913505/
-[1] https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213
-[2] https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240
-[3] hosted at lists.linux.dev.
-
-[akpm@linux-foundation.org: remember "linux/"]
-Link: https://lkml.kernel.org/r/20221116182634.2823136-1-sam@gentoo.org
-Signed-off-by: Sam James <sam@gentoo.org>
-Cc: <stable@vger.kernel.org>
-Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- include/linux/license.h | 2 ++
- 1 file changed, 2 insertions(+)
-
---- a/include/linux/license.h
-+++ b/include/linux/license.h
-@@ -1,6 +1,8 @@
- #ifndef __LICENSE_H
- #define __LICENSE_H
-
-+#include <linux/string.h>
-+
- static inline int license_is_gpl_compatible(const char *license)
- {
- return (strcmp(license, "GPL") == 0
nfc-st-nci-fix-memory-leaks-in-evt_transaction.patch
net-thunderx-fix-the-acpi-memory-leak.patch
s390-crashdump-fix-tod-programmable-field-size.patch
-kbuild-fix-wimplicit-function-declaration-in-license_is_gpl_compatible.patch
iio-light-apds9960-fix-wrong-register-for-gesture-gain.patch
iio-core-fix-entry-not-deleted-when-iio_register_sw_trigger_type-fails.patch
kconfig-display-recursive-dependency-resolution-hint-just-once.patch
+++ /dev/null
-From 50c697215a8cc22f0e58c88f06f2716c05a26e85 Mon Sep 17 00:00:00 2001
-From: Sam James <sam@gentoo.org>
-Date: Wed, 16 Nov 2022 18:26:34 +0000
-Subject: kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compatible
-
-From: Sam James <sam@gentoo.org>
-
-commit 50c697215a8cc22f0e58c88f06f2716c05a26e85 upstream.
-
-Add missing <linux/string.h> include for strcmp.
-
-Clang 16 makes -Wimplicit-function-declaration an error by default.
-Unfortunately, out of tree modules may use this in configure scripts,
-which means failure might cause silent miscompilation or misconfiguration.
-
-For more information, see LWN.net [0] or LLVM's Discourse [1], gentoo-dev@ [2],
-or the (new) c-std-porting mailing list [3].
-
-[0] https://lwn.net/Articles/913505/
-[1] https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213
-[2] https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240
-[3] hosted at lists.linux.dev.
-
-[akpm@linux-foundation.org: remember "linux/"]
-Link: https://lkml.kernel.org/r/20221116182634.2823136-1-sam@gentoo.org
-Signed-off-by: Sam James <sam@gentoo.org>
-Cc: <stable@vger.kernel.org>
-Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- include/linux/license.h | 2 ++
- 1 file changed, 2 insertions(+)
-
---- a/include/linux/license.h
-+++ b/include/linux/license.h
-@@ -2,6 +2,8 @@
- #ifndef __LICENSE_H
- #define __LICENSE_H
-
-+#include <linux/string.h>
-+
- static inline int license_is_gpl_compatible(const char *license)
- {
- return (strcmp(license, "GPL") == 0
usb-dwc3-exynos-fix-remove-function.patch
ext4-fix-use-after-free-in-ext4_ext_shift_extents.patch
arm64-dts-rockchip-lower-rk3399-puma-haikou-sd-controller-clock-frequency.patch
-kbuild-fix-wimplicit-function-declaration-in-license_is_gpl_compatible.patch
iio-light-apds9960-fix-wrong-register-for-gesture-gain.patch
iio-core-fix-entry-not-deleted-when-iio_register_sw_trigger_type-fails.patch
init-kconfig-fix-cc_has_asm_goto_tied_output-test-wi.patch
+++ /dev/null
-From 50c697215a8cc22f0e58c88f06f2716c05a26e85 Mon Sep 17 00:00:00 2001
-From: Sam James <sam@gentoo.org>
-Date: Wed, 16 Nov 2022 18:26:34 +0000
-Subject: kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compatible
-
-From: Sam James <sam@gentoo.org>
-
-commit 50c697215a8cc22f0e58c88f06f2716c05a26e85 upstream.
-
-Add missing <linux/string.h> include for strcmp.
-
-Clang 16 makes -Wimplicit-function-declaration an error by default.
-Unfortunately, out of tree modules may use this in configure scripts,
-which means failure might cause silent miscompilation or misconfiguration.
-
-For more information, see LWN.net [0] or LLVM's Discourse [1], gentoo-dev@ [2],
-or the (new) c-std-porting mailing list [3].
-
-[0] https://lwn.net/Articles/913505/
-[1] https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213
-[2] https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240
-[3] hosted at lists.linux.dev.
-
-[akpm@linux-foundation.org: remember "linux/"]
-Link: https://lkml.kernel.org/r/20221116182634.2823136-1-sam@gentoo.org
-Signed-off-by: Sam James <sam@gentoo.org>
-Cc: <stable@vger.kernel.org>
-Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- include/linux/license.h | 2 ++
- 1 file changed, 2 insertions(+)
-
---- a/include/linux/license.h
-+++ b/include/linux/license.h
-@@ -2,6 +2,8 @@
- #ifndef __LICENSE_H
- #define __LICENSE_H
-
-+#include <linux/string.h>
-+
- static inline int license_is_gpl_compatible(const char *license)
- {
- return (strcmp(license, "GPL") == 0
usb-cdnsp-fix-issue-with-zlp-added-td_size-1.patch
ext4-fix-use-after-free-in-ext4_ext_shift_extents.patch
arm64-dts-rockchip-lower-rk3399-puma-haikou-sd-controller-clock-frequency.patch
-kbuild-fix-wimplicit-function-declaration-in-license_is_gpl_compatible.patch
iio-light-apds9960-fix-wrong-register-for-gesture-gain.patch
iio-core-fix-entry-not-deleted-when-iio_register_sw_trigger_type-fails.patch
bus-ixp4xx-don-t-touch-bit-7-on-ixp42x.patch
+++ /dev/null
-From 50c697215a8cc22f0e58c88f06f2716c05a26e85 Mon Sep 17 00:00:00 2001
-From: Sam James <sam@gentoo.org>
-Date: Wed, 16 Nov 2022 18:26:34 +0000
-Subject: kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compatible
-
-From: Sam James <sam@gentoo.org>
-
-commit 50c697215a8cc22f0e58c88f06f2716c05a26e85 upstream.
-
-Add missing <linux/string.h> include for strcmp.
-
-Clang 16 makes -Wimplicit-function-declaration an error by default.
-Unfortunately, out of tree modules may use this in configure scripts,
-which means failure might cause silent miscompilation or misconfiguration.
-
-For more information, see LWN.net [0] or LLVM's Discourse [1], gentoo-dev@ [2],
-or the (new) c-std-porting mailing list [3].
-
-[0] https://lwn.net/Articles/913505/
-[1] https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213
-[2] https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240
-[3] hosted at lists.linux.dev.
-
-[akpm@linux-foundation.org: remember "linux/"]
-Link: https://lkml.kernel.org/r/20221116182634.2823136-1-sam@gentoo.org
-Signed-off-by: Sam James <sam@gentoo.org>
-Cc: <stable@vger.kernel.org>
-Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- include/linux/license.h | 2 ++
- 1 file changed, 2 insertions(+)
-
---- a/include/linux/license.h
-+++ b/include/linux/license.h
-@@ -1,6 +1,8 @@
- #ifndef __LICENSE_H
- #define __LICENSE_H
-
-+#include <linux/string.h>
-+
- static inline int license_is_gpl_compatible(const char *license)
- {
- return (strcmp(license, "GPL") == 0
lib-vdso-use-grep-e-instead-of-egrep.patch
usb-dwc3-exynos-fix-remove-function.patch
arm64-dts-rockchip-lower-rk3399-puma-haikou-sd-controller-clock-frequency.patch
-kbuild-fix-wimplicit-function-declaration-in-license_is_gpl_compatible.patch
iio-light-apds9960-fix-wrong-register-for-gesture-gain.patch
iio-core-fix-entry-not-deleted-when-iio_register_sw_trigger_type-fails.patch
init-kconfig-fix-cc_has_asm_goto_tied_output-test-wi.patch
+++ /dev/null
-From 50c697215a8cc22f0e58c88f06f2716c05a26e85 Mon Sep 17 00:00:00 2001
-From: Sam James <sam@gentoo.org>
-Date: Wed, 16 Nov 2022 18:26:34 +0000
-Subject: kbuild: fix -Wimplicit-function-declaration in license_is_gpl_compatible
-
-From: Sam James <sam@gentoo.org>
-
-commit 50c697215a8cc22f0e58c88f06f2716c05a26e85 upstream.
-
-Add missing <linux/string.h> include for strcmp.
-
-Clang 16 makes -Wimplicit-function-declaration an error by default.
-Unfortunately, out of tree modules may use this in configure scripts,
-which means failure might cause silent miscompilation or misconfiguration.
-
-For more information, see LWN.net [0] or LLVM's Discourse [1], gentoo-dev@ [2],
-or the (new) c-std-porting mailing list [3].
-
-[0] https://lwn.net/Articles/913505/
-[1] https://discourse.llvm.org/t/configure-script-breakage-with-the-new-werror-implicit-function-declaration/65213
-[2] https://archives.gentoo.org/gentoo-dev/message/dd9f2d3082b8b6f8dfbccb0639e6e240
-[3] hosted at lists.linux.dev.
-
-[akpm@linux-foundation.org: remember "linux/"]
-Link: https://lkml.kernel.org/r/20221116182634.2823136-1-sam@gentoo.org
-Signed-off-by: Sam James <sam@gentoo.org>
-Cc: <stable@vger.kernel.org>
-Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- include/linux/license.h | 2 ++
- 1 file changed, 2 insertions(+)
-
---- a/include/linux/license.h
-+++ b/include/linux/license.h
-@@ -2,6 +2,8 @@
- #ifndef __LICENSE_H
- #define __LICENSE_H
-
-+#include <linux/string.h>
-+
- static inline int license_is_gpl_compatible(const char *license)
- {
- return (strcmp(license, "GPL") == 0
cifs-use-after-free-in-debug-code.patch
ext4-fix-use-after-free-in-ext4_ext_shift_extents.patch
arm64-dts-rockchip-lower-rk3399-puma-haikou-sd-controller-clock-frequency.patch
-kbuild-fix-wimplicit-function-declaration-in-license_is_gpl_compatible.patch
iio-adc-aspeed-remove-the-trim-valid-dts-property.patch
iio-light-apds9960-fix-wrong-register-for-gesture-gain.patch
iio-core-fix-entry-not-deleted-when-iio_register_sw_trigger_type-fails.patch