linux-stable/arch/x86
Jan Kiszka f7b21a0e41 x86/asm: Ensure asm/proto.h can be included stand-alone
Fix:

  ../arch/x86/include/asm/proto.h:14:30: warning: ‘struct task_struct’ declared \
    inside parameter list will not be visible outside of this definition or declaration
  long do_arch_prctl_64(struct task_struct *task, int option, unsigned long arg2);
                               ^~~~~~~~~~~

  .../arch/x86/include/asm/proto.h:40:34: warning: ‘struct task_struct’ declared \
    inside parameter list will not be visible outside of this definition or declaration
   long do_arch_prctl_common(struct task_struct *task, int option,
                                    ^~~~~~~~~~~

if linux/sched.h hasn't be included previously. This fixes a build error
when this header is used outside of the kernel tree.

 [ bp: Massage commit message. ]

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/b76b4be3-cf66-f6b2-9a6c-3e7ef54f9845@web.de
2021-04-12 13:12:46 +02:00
..
boot x86: Fix various typos in comments, take #2 2021-03-21 23:50:28 +01:00
configs module: remove EXPORT_UNUSED_SYMBOL* 2021-02-08 12:28:07 +01:00
crypto x86: Fix various typos in comments, take #2 2021-03-21 23:50:28 +01:00
entry x86: Fix various typos in comments, take #2 2021-03-21 23:50:28 +01:00
events x86: Fix various typos in comments, take #2 2021-03-21 23:50:28 +01:00
hyperv x86: Fix various typos in comments 2021-03-18 15:31:53 +01:00
ia32 x86/ia32_signal: Propagate __user annotation properly 2020-12-11 19:44:31 +01:00
include x86/asm: Ensure asm/proto.h can be included stand-alone 2021-04-12 13:12:46 +02:00
kernel x86/cacheinfo: Remove unneeded dead-store initialization 2021-04-07 21:12:12 +02:00
kvm x86: Fix various typos in comments, take #2 2021-03-21 23:50:28 +01:00
lib x86/msr: Make locally used functions static 2021-04-08 11:57:40 +02:00
math-emu x86/fpu/math-emu: Fix function cast warning 2021-03-23 00:08:02 +01:00
mm x86/process/64: Move cpu_current_top_of_stack out of TSS 2021-03-28 22:40:10 +02:00
net x86: Fix various typos in comments 2021-03-18 15:31:53 +01:00
pci x86: Fix various typos in comments 2021-03-18 15:31:53 +01:00
platform x86/platform/intel/quark: Fix incorrect kernel-doc comment syntax in files 2021-04-10 13:59:25 +02:00
power x86: Fix various typos in comments, take #2 2021-03-21 23:50:28 +01:00
purgatory crypto: sha - split sha.h into sha1.h and sha2.h 2020-11-20 14:45:33 +11:00
ras
realmode x86: Fix various typos in comments, take #2 2021-03-21 23:50:28 +01:00
tools Modules updates for v5.12 2021-02-23 10:15:33 -08:00
um um: remove process stub VMA 2021-02-12 21:37:38 +01:00
video
xen x86: Fix various typos in comments, take #2 2021-03-21 23:50:28 +01:00
.gitignore
Kbuild
Kconfig x86, kfence: enable KFENCE for x86 2021-02-26 09:41:02 -08:00
Kconfig.assembler
Kconfig.cpu
Kconfig.debug x86, libnvdimm/test: Remove COPY_MC_TEST 2020-10-26 18:08:35 +01:00
Makefile clang-lto for v5.12-rc1 (part2) 2021-02-23 15:13:45 -08:00
Makefile.um
Makefile_32.cpu