+++ /dev/null
-From foo@baz Thu Oct 18 11:14:02 CEST 2018
-From: James Cowgill <jcowgill@debian.org>
-Date: Thu, 6 Sep 2018 22:57:56 +0100
-Subject: RISC-V: include linux/ftrace.h in asm-prototypes.h
-
-From: James Cowgill <jcowgill@debian.org>
-
-[ Upstream commit 57a489786de9ec37d6e25ef1305dc337047f0236 ]
-
-Building a riscv kernel with CONFIG_FUNCTION_TRACER and
-CONFIG_MODVERSIONS enabled results in these two warnings:
-
- MODPOST vmlinux.o
-WARNING: EXPORT symbol "return_to_handler" [vmlinux] version generation failed, symbol will not be versioned.
-WARNING: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned.
-
-When exporting symbols from an assembly file, the MODVERSIONS code
-requires their prototypes to be defined in asm-prototypes.h (see
-scripts/Makefile.build). Since both of these symbols have prototypes
-defined in linux/ftrace.h, include this header from RISC-V's
-asm-prototypes.h.
-
-Reported-by: Karsten Merker <merker@debian.org>
-Signed-off-by: James Cowgill <jcowgill@debian.org>
-Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
-Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- arch/riscv/include/asm/asm-prototypes.h | 7 +++++++
- 1 file changed, 7 insertions(+)
- create mode 100644 arch/riscv/include/asm/asm-prototypes.h
-
---- /dev/null
-+++ b/arch/riscv/include/asm/asm-prototypes.h
-@@ -0,0 +1,7 @@
-+/* SPDX-License-Identifier: GPL-2.0 */
-+#ifndef _ASM_RISCV_PROTOTYPES_H
-+
-+#include <linux/ftrace.h>
-+#include <asm-generic/asm-prototypes.h>
-+
-+#endif /* _ASM_RISCV_PROTOTYPES_H */
rtnl-limit-ifla_num_tx_queues-and-ifla_num_rx_queues-to-4096.patch
ip6_tunnel-be-careful-when-accessing-the-inner-header.patch
media-af9035-prevent-buffer-overflow-on-write.patch
-risc-v-include-linux-ftrace.h-in-asm-prototypes.h.patch
powerpc-tm-fix-userspace-r13-corruption.patch
powerpc-tm-avoid-possible-userspace-r1-corruption-on-reclaim.patch
+++ /dev/null
-From foo@baz Thu Oct 18 11:10:09 CEST 2018
-From: James Cowgill <jcowgill@debian.org>
-Date: Thu, 6 Sep 2018 22:57:56 +0100
-Subject: RISC-V: include linux/ftrace.h in asm-prototypes.h
-
-From: James Cowgill <jcowgill@debian.org>
-
-[ Upstream commit 57a489786de9ec37d6e25ef1305dc337047f0236 ]
-
-Building a riscv kernel with CONFIG_FUNCTION_TRACER and
-CONFIG_MODVERSIONS enabled results in these two warnings:
-
- MODPOST vmlinux.o
-WARNING: EXPORT symbol "return_to_handler" [vmlinux] version generation failed, symbol will not be versioned.
-WARNING: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned.
-
-When exporting symbols from an assembly file, the MODVERSIONS code
-requires their prototypes to be defined in asm-prototypes.h (see
-scripts/Makefile.build). Since both of these symbols have prototypes
-defined in linux/ftrace.h, include this header from RISC-V's
-asm-prototypes.h.
-
-Reported-by: Karsten Merker <merker@debian.org>
-Signed-off-by: James Cowgill <jcowgill@debian.org>
-Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
-Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- arch/riscv/include/asm/asm-prototypes.h | 7 +++++++
- 1 file changed, 7 insertions(+)
- create mode 100644 arch/riscv/include/asm/asm-prototypes.h
-
---- /dev/null
-+++ b/arch/riscv/include/asm/asm-prototypes.h
-@@ -0,0 +1,7 @@
-+/* SPDX-License-Identifier: GPL-2.0 */
-+#ifndef _ASM_RISCV_PROTOTYPES_H
-+
-+#include <linux/ftrace.h>
-+#include <asm-generic/asm-prototypes.h>
-+
-+#endif /* _ASM_RISCV_PROTOTYPES_H */
scsi-sd-don-t-crash-the-host-on-invalid-commands.patch
net-mlx4-use-cpumask_available-for-eq-affinity_mask.patch
clocksource-drivers-fttmr010-fix-set_next_event-handler.patch
-risc-v-include-linux-ftrace.h-in-asm-prototypes.h.patch
powerpc-tm-fix-userspace-r13-corruption.patch
powerpc-tm-avoid-possible-userspace-r1-corruption-on-reclaim.patch
iommu-amd-return-devid-as-alias-for-acpi-hid-devices.patch
+++ /dev/null
-From foo@baz Thu Oct 18 11:12:46 CEST 2018
-From: James Cowgill <jcowgill@debian.org>
-Date: Thu, 6 Sep 2018 22:57:56 +0100
-Subject: RISC-V: include linux/ftrace.h in asm-prototypes.h
-
-From: James Cowgill <jcowgill@debian.org>
-
-[ Upstream commit 57a489786de9ec37d6e25ef1305dc337047f0236 ]
-
-Building a riscv kernel with CONFIG_FUNCTION_TRACER and
-CONFIG_MODVERSIONS enabled results in these two warnings:
-
- MODPOST vmlinux.o
-WARNING: EXPORT symbol "return_to_handler" [vmlinux] version generation failed, symbol will not be versioned.
-WARNING: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned.
-
-When exporting symbols from an assembly file, the MODVERSIONS code
-requires their prototypes to be defined in asm-prototypes.h (see
-scripts/Makefile.build). Since both of these symbols have prototypes
-defined in linux/ftrace.h, include this header from RISC-V's
-asm-prototypes.h.
-
-Reported-by: Karsten Merker <merker@debian.org>
-Signed-off-by: James Cowgill <jcowgill@debian.org>
-Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
-Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- arch/riscv/include/asm/asm-prototypes.h | 7 +++++++
- 1 file changed, 7 insertions(+)
- create mode 100644 arch/riscv/include/asm/asm-prototypes.h
-
---- /dev/null
-+++ b/arch/riscv/include/asm/asm-prototypes.h
-@@ -0,0 +1,7 @@
-+/* SPDX-License-Identifier: GPL-2.0 */
-+#ifndef _ASM_RISCV_PROTOTYPES_H
-+
-+#include <linux/ftrace.h>
-+#include <asm-generic/asm-prototypes.h>
-+
-+#endif /* _ASM_RISCV_PROTOTYPES_H */
input-atakbd-fix-atari-keymap.patch
input-atakbd-fix-atari-capslock-behaviour.patch
net-mlx4-use-cpumask_available-for-eq-affinity_mask.patch
-risc-v-include-linux-ftrace.h-in-asm-prototypes.h.patch
powerpc-tm-fix-userspace-r13-corruption.patch
powerpc-tm-avoid-possible-userspace-r1-corruption-on-reclaim.patch
arc-build-get-rid-of-toolchain-check.patch
+++ /dev/null
-From foo@baz Thu Oct 18 11:11:32 CEST 2018
-From: James Cowgill <jcowgill@debian.org>
-Date: Thu, 6 Sep 2018 22:57:56 +0100
-Subject: RISC-V: include linux/ftrace.h in asm-prototypes.h
-
-From: James Cowgill <jcowgill@debian.org>
-
-[ Upstream commit 57a489786de9ec37d6e25ef1305dc337047f0236 ]
-
-Building a riscv kernel with CONFIG_FUNCTION_TRACER and
-CONFIG_MODVERSIONS enabled results in these two warnings:
-
- MODPOST vmlinux.o
-WARNING: EXPORT symbol "return_to_handler" [vmlinux] version generation failed, symbol will not be versioned.
-WARNING: EXPORT symbol "_mcount" [vmlinux] version generation failed, symbol will not be versioned.
-
-When exporting symbols from an assembly file, the MODVERSIONS code
-requires their prototypes to be defined in asm-prototypes.h (see
-scripts/Makefile.build). Since both of these symbols have prototypes
-defined in linux/ftrace.h, include this header from RISC-V's
-asm-prototypes.h.
-
-Reported-by: Karsten Merker <merker@debian.org>
-Signed-off-by: James Cowgill <jcowgill@debian.org>
-Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
-Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----
- arch/riscv/include/asm/asm-prototypes.h | 7 +++++++
- 1 file changed, 7 insertions(+)
- create mode 100644 arch/riscv/include/asm/asm-prototypes.h
-
---- /dev/null
-+++ b/arch/riscv/include/asm/asm-prototypes.h
-@@ -0,0 +1,7 @@
-+/* SPDX-License-Identifier: GPL-2.0 */
-+#ifndef _ASM_RISCV_PROTOTYPES_H
-+
-+#include <linux/ftrace.h>
-+#include <asm-generic/asm-prototypes.h>
-+
-+#endif /* _ASM_RISCV_PROTOTYPES_H */
drm-mali-dp-call-drm_crtc_vblank_reset-on-device-init.patch
scsi-sd-don-t-crash-the-host-on-invalid-commands.patch
net-mlx4-use-cpumask_available-for-eq-affinity_mask.patch
-risc-v-include-linux-ftrace.h-in-asm-prototypes.h.patch
powerpc-tm-fix-userspace-r13-corruption.patch
powerpc-tm-avoid-possible-userspace-r1-corruption-on-reclaim.patch
iommu-amd-return-devid-as-alias-for-acpi-hid-devices.patch