License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Many source files in the tree are missing licensing information, which
makes it harder for compliance tools to determine the correct license.
By default all files without license information are under the default
license of the kernel, which is GPL version 2.
Update the files which contain no license information with the 'GPL-2.0'
SPDX license identifier. The SPDX identifier is a legally binding
shorthand, which can be used instead of the full boiler plate text.
This patch is based on work done by Thomas Gleixner and Kate Stewart and
Philippe Ombredanne.
How this work was done:
Patches were generated and checked against linux-4.14-rc6 for a subset of
the use cases:
- file had no licensing information it it.
- file was a */uapi/* one with no licensing information in it,
- file was a */uapi/* one with existing licensing information,
Further patches will be generated in subsequent months to fix up cases
where non-standard license headers were used, and references to license
had to be inferred by heuristics based on keywords.
The analysis to determine which SPDX License Identifier to be applied to
a file was done in a spreadsheet of side by side results from of the
output of two independent scanners (ScanCode & Windriver) producing SPDX
tag:value files created by Philippe Ombredanne. Philippe prepared the
base worksheet, and did an initial spot review of a few 1000 files.
The 4.13 kernel was the starting point of the analysis with 60,537 files
assessed. Kate Stewart did a file by file comparison of the scanner
results in the spreadsheet to determine which SPDX license identifier(s)
to be applied to the file. She confirmed any determination that was not
immediately clear with lawyers working with the Linux Foundation.
Criteria used to select files for SPDX license identifier tagging was:
- Files considered eligible had to be source code files.
- Make and config files were included as candidates if they contained >5
lines of source
- File already had some variant of a license header in it (even if <5
lines).
All documentation files were explicitly excluded.
The following heuristics were used to determine which SPDX license
identifiers to apply.
- when both scanners couldn't find any license traces, file was
considered to have no license information in it, and the top level
COPYING file license applied.
For non */uapi/* files that summary was:
SPDX license identifier # files
---------------------------------------------------|-------
GPL-2.0 11139
and resulted in the first patch in this series.
If that file was a */uapi/* path one, it was "GPL-2.0 WITH
Linux-syscall-note" otherwise it was "GPL-2.0". Results of that was:
SPDX license identifier # files
---------------------------------------------------|-------
GPL-2.0 WITH Linux-syscall-note 930
and resulted in the second patch in this series.
- if a file had some form of licensing information in it, and was one
of the */uapi/* ones, it was denoted with the Linux-syscall-note if
any GPL family license was found in the file or had no licensing in
it (per prior point). Results summary:
SPDX license identifier # files
---------------------------------------------------|------
GPL-2.0 WITH Linux-syscall-note 270
GPL-2.0+ WITH Linux-syscall-note 169
((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause) 21
((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) 17
LGPL-2.1+ WITH Linux-syscall-note 15
GPL-1.0+ WITH Linux-syscall-note 14
((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause) 5
LGPL-2.0+ WITH Linux-syscall-note 4
LGPL-2.1 WITH Linux-syscall-note 3
((GPL-2.0 WITH Linux-syscall-note) OR MIT) 3
((GPL-2.0 WITH Linux-syscall-note) AND MIT) 1
and that resulted in the third patch in this series.
- when the two scanners agreed on the detected license(s), that became
the concluded license(s).
- when there was disagreement between the two scanners (one detected a
license but the other didn't, or they both detected different
licenses) a manual inspection of the file occurred.
- In most cases a manual inspection of the information in the file
resulted in a clear resolution of the license that should apply (and
which scanner probably needed to revisit its heuristics).
- When it was not immediately clear, the license identifier was
confirmed with lawyers working with the Linux Foundation.
- If there was any question as to the appropriate license identifier,
the file was flagged for further research and to be revisited later
in time.
In total, over 70 hours of logged manual review was done on the
spreadsheet to determine the SPDX license identifiers to apply to the
source files by Kate, Philippe, Thomas and, in some cases, confirmation
by lawyers working with the Linux Foundation.
Kate also obtained a third independent scan of the 4.13 code base from
FOSSology, and compared selected files where the other two scanners
disagreed against that SPDX file, to see if there was new insights. The
Windriver scanner is based on an older version of FOSSology in part, so
they are related.
Thomas did random spot checks in about 500 files from the spreadsheets
for the uapi headers and agreed with SPDX license identifier in the
files he inspected. For the non-uapi files Thomas did random spot checks
in about 15000 files.
In initial set of patches against 4.14-rc6, 3 files were found to have
copy/paste license identifier errors, and have been fixed to reflect the
correct identifier.
Additionally Philippe spent 10 hours this week doing a detailed manual
inspection and review of the 12,461 patched files from the initial patch
version early this week with:
- a full scancode scan run, collecting the matched texts, detected
license ids and scores
- reviewing anything where there was a license detected (about 500+
files) to ensure that the applied SPDX license was correct
- reviewing anything where there was no detection but the patch license
was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied
SPDX license was correct
This produced a worksheet with 20 files needing minor correction. This
worksheet was then exported into 3 different .csv files for the
different types of files to be modified.
These .csv files were then reviewed by Greg. Thomas wrote a script to
parse the csv files and add the proper SPDX tag to the file, in the
format that the file expected. This script was further refined by Greg
based on the output to detect more types of files automatically and to
distinguish between header and source .c files (which need different
comment types.) Finally Greg ran the script using the .csv files to
generate the patches.
Reviewed-by: Kate Stewart <kstewart@linuxfoundation.org>
Reviewed-by: Philippe Ombredanne <pombredanne@nexb.com>
Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-11-01 22:07:57 +08:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
2005-04-17 06:20:36 +08:00
|
|
|
/*
|
2012-07-20 17:15:04 +08:00
|
|
|
* Copyright IBM Corp. 2000, 2006
|
2005-04-17 06:20:36 +08:00
|
|
|
* Author(s): Denis Joseph Barrow (djbarrow@de.ibm.com,barrow_dj@yahoo.com)
|
|
|
|
* Gerhard Tonn (ton@de.ibm.com)
|
|
|
|
*
|
|
|
|
* Copyright (C) 1991, 1992 Linus Torvalds
|
|
|
|
*
|
|
|
|
* 1997-11-28 Modified for POSIX.1b signals by Richard Henderson
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <linux/compat.h>
|
|
|
|
#include <linux/sched.h>
|
2017-02-09 01:51:37 +08:00
|
|
|
#include <linux/sched/task_stack.h>
|
2005-04-17 06:20:36 +08:00
|
|
|
#include <linux/mm.h>
|
|
|
|
#include <linux/smp.h>
|
|
|
|
#include <linux/kernel.h>
|
|
|
|
#include <linux/signal.h>
|
|
|
|
#include <linux/errno.h>
|
|
|
|
#include <linux/wait.h>
|
|
|
|
#include <linux/ptrace.h>
|
|
|
|
#include <linux/unistd.h>
|
|
|
|
#include <linux/stddef.h>
|
|
|
|
#include <linux/tty.h>
|
|
|
|
#include <linux/personality.h>
|
|
|
|
#include <linux/binfmts.h>
|
|
|
|
#include <asm/ucontext.h>
|
2016-12-25 03:46:01 +08:00
|
|
|
#include <linux/uaccess.h>
|
2005-04-17 06:20:36 +08:00
|
|
|
#include <asm/lowcore.h>
|
2012-03-29 01:30:02 +08:00
|
|
|
#include <asm/switch_to.h>
|
2005-04-17 06:20:36 +08:00
|
|
|
#include "compat_linux.h"
|
|
|
|
#include "compat_ptrace.h"
|
2008-04-17 13:46:26 +08:00
|
|
|
#include "entry.h"
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
typedef struct
|
|
|
|
{
|
|
|
|
__u8 callee_used_stack[__SIGNAL_FRAMESIZE32];
|
|
|
|
struct sigcontext32 sc;
|
|
|
|
_sigregs32 sregs;
|
|
|
|
int signo;
|
2014-10-06 23:53:53 +08:00
|
|
|
_sigregs_ext32 sregs_ext;
|
|
|
|
__u16 svc_insn; /* Offset of svc_insn is NOT fixed! */
|
2005-04-17 06:20:36 +08:00
|
|
|
} sigframe32;
|
|
|
|
|
|
|
|
typedef struct
|
|
|
|
{
|
|
|
|
__u8 callee_used_stack[__SIGNAL_FRAMESIZE32];
|
2014-10-06 23:53:53 +08:00
|
|
|
__u16 svc_insn;
|
2005-04-17 06:20:36 +08:00
|
|
|
compat_siginfo_t info;
|
|
|
|
struct ucontext32 uc;
|
|
|
|
} rt_sigframe32;
|
|
|
|
|
2014-10-06 23:53:53 +08:00
|
|
|
/* Store registers needed to create the signal frame */
|
|
|
|
static void store_sigregs(void)
|
|
|
|
{
|
|
|
|
save_access_regs(current->thread.acrs);
|
2015-06-29 22:43:06 +08:00
|
|
|
save_fpu_regs();
|
2014-10-06 23:53:53 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Load registers after signal return */
|
|
|
|
static void load_sigregs(void)
|
|
|
|
{
|
|
|
|
restore_access_regs(current->thread.acrs);
|
|
|
|
}
|
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
static int save_sigregs32(struct pt_regs *regs, _sigregs32 __user *sregs)
|
|
|
|
{
|
2013-10-15 22:08:34 +08:00
|
|
|
_sigregs32 user_sregs;
|
|
|
|
int i;
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2013-10-16 15:58:01 +08:00
|
|
|
user_sregs.regs.psw.mask = (__u32)(regs->psw.mask >> 32);
|
|
|
|
user_sregs.regs.psw.mask &= PSW32_MASK_USER | PSW32_MASK_RI;
|
2013-10-16 20:17:29 +08:00
|
|
|
user_sregs.regs.psw.mask |= PSW32_USER_BITS;
|
2013-10-15 22:08:34 +08:00
|
|
|
user_sregs.regs.psw.addr = (__u32) regs->psw.addr |
|
2011-10-30 22:16:51 +08:00
|
|
|
(__u32)(regs->psw.mask & PSW_MASK_BA);
|
2005-04-17 06:20:36 +08:00
|
|
|
for (i = 0; i < NUM_GPRS; i++)
|
2013-10-15 22:08:34 +08:00
|
|
|
user_sregs.regs.gprs[i] = (__u32) regs->gprs[i];
|
|
|
|
memcpy(&user_sregs.regs.acrs, current->thread.acrs,
|
|
|
|
sizeof(user_sregs.regs.acrs));
|
2015-06-11 21:33:54 +08:00
|
|
|
fpregs_store((_s390_fp_regs *) &user_sregs.fpregs, ¤t->thread.fpu);
|
2013-10-15 22:08:34 +08:00
|
|
|
if (__copy_to_user(sregs, &user_sregs, sizeof(_sigregs32)))
|
2013-10-14 19:34:28 +08:00
|
|
|
return -EFAULT;
|
|
|
|
return 0;
|
2005-04-17 06:20:36 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
static int restore_sigregs32(struct pt_regs *regs,_sigregs32 __user *sregs)
|
|
|
|
{
|
2013-10-15 22:08:34 +08:00
|
|
|
_sigregs32 user_sregs;
|
|
|
|
int i;
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
/* Alwys make any pending restarted system call return -EINTR */
|
2015-02-13 07:01:14 +08:00
|
|
|
current->restart_block.fn = do_no_restart_syscall;
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2013-10-15 22:08:34 +08:00
|
|
|
if (__copy_from_user(&user_sregs, &sregs->regs, sizeof(user_sregs)))
|
2013-10-14 19:34:28 +08:00
|
|
|
return -EFAULT;
|
2013-10-15 22:08:34 +08:00
|
|
|
|
2013-10-16 15:58:01 +08:00
|
|
|
if (!is_ri_task(current) && (user_sregs.regs.psw.mask & PSW32_MASK_RI))
|
|
|
|
return -EINVAL;
|
|
|
|
|
2015-04-28 17:30:40 +08:00
|
|
|
/* Test the floating-point-control word. */
|
|
|
|
if (test_fp_ctl(user_sregs.fpregs.fpc))
|
2013-10-15 22:08:34 +08:00
|
|
|
return -EINVAL;
|
|
|
|
|
|
|
|
/* Use regs->psw.mask instead of PSW_USER_BITS to preserve PER bit. */
|
2013-11-19 19:26:09 +08:00
|
|
|
regs->psw.mask = (regs->psw.mask & ~(PSW_MASK_USER | PSW_MASK_RI)) |
|
2013-10-15 22:08:34 +08:00
|
|
|
(__u64)(user_sregs.regs.psw.mask & PSW32_MASK_USER) << 32 |
|
2013-10-16 15:58:01 +08:00
|
|
|
(__u64)(user_sregs.regs.psw.mask & PSW32_MASK_RI) << 32 |
|
2013-10-15 22:08:34 +08:00
|
|
|
(__u64)(user_sregs.regs.psw.addr & PSW32_ADDR_AMODE);
|
2012-11-07 17:44:08 +08:00
|
|
|
/* Check for invalid user address space control. */
|
2013-09-24 15:14:56 +08:00
|
|
|
if ((regs->psw.mask & PSW_MASK_ASC) == PSW_ASC_HOME)
|
|
|
|
regs->psw.mask = PSW_ASC_PRIMARY |
|
2012-11-07 17:44:08 +08:00
|
|
|
(regs->psw.mask & ~PSW_MASK_ASC);
|
2013-10-15 22:08:34 +08:00
|
|
|
regs->psw.addr = (__u64)(user_sregs.regs.psw.addr & PSW32_ADDR_INSN);
|
2005-04-17 06:20:36 +08:00
|
|
|
for (i = 0; i < NUM_GPRS; i++)
|
2013-10-15 22:08:34 +08:00
|
|
|
regs->gprs[i] = (__u64) user_sregs.regs.gprs[i];
|
|
|
|
memcpy(¤t->thread.acrs, &user_sregs.regs.acrs,
|
|
|
|
sizeof(current->thread.acrs));
|
2015-06-11 21:33:54 +08:00
|
|
|
fpregs_load((_s390_fp_regs *) &user_sregs.fpregs, ¤t->thread.fpu);
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2014-04-15 18:55:07 +08:00
|
|
|
clear_pt_regs_flag(regs, PIF_SYSCALL); /* No longer in a system call */
|
2005-04-17 06:20:36 +08:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2014-10-06 23:53:53 +08:00
|
|
|
static int save_sigregs_ext32(struct pt_regs *regs,
|
|
|
|
_sigregs_ext32 __user *sregs_ext)
|
2009-10-06 16:34:13 +08:00
|
|
|
{
|
|
|
|
__u32 gprs_high[NUM_GPRS];
|
2014-10-06 23:53:53 +08:00
|
|
|
__u64 vxrs[__NUM_VXRS_LOW];
|
2009-10-06 16:34:13 +08:00
|
|
|
int i;
|
|
|
|
|
2014-10-06 23:53:53 +08:00
|
|
|
/* Save high gprs to signal stack */
|
2009-10-06 16:34:13 +08:00
|
|
|
for (i = 0; i < NUM_GPRS; i++)
|
|
|
|
gprs_high[i] = regs->gprs[i] >> 32;
|
2014-10-06 23:53:53 +08:00
|
|
|
if (__copy_to_user(&sregs_ext->gprs_high, &gprs_high,
|
|
|
|
sizeof(sregs_ext->gprs_high)))
|
2013-10-14 19:34:28 +08:00
|
|
|
return -EFAULT;
|
2014-10-06 23:53:53 +08:00
|
|
|
|
|
|
|
/* Save vector registers to signal stack */
|
2015-09-29 16:04:41 +08:00
|
|
|
if (MACHINE_HAS_VX) {
|
2014-10-06 23:53:53 +08:00
|
|
|
for (i = 0; i < __NUM_VXRS_LOW; i++)
|
2015-06-11 21:33:54 +08:00
|
|
|
vxrs[i] = *((__u64 *)(current->thread.fpu.vxrs + i) + 1);
|
2014-10-06 23:53:53 +08:00
|
|
|
if (__copy_to_user(&sregs_ext->vxrs_low, vxrs,
|
|
|
|
sizeof(sregs_ext->vxrs_low)) ||
|
|
|
|
__copy_to_user(&sregs_ext->vxrs_high,
|
2015-06-11 21:33:54 +08:00
|
|
|
current->thread.fpu.vxrs + __NUM_VXRS_LOW,
|
2014-10-06 23:53:53 +08:00
|
|
|
sizeof(sregs_ext->vxrs_high)))
|
|
|
|
return -EFAULT;
|
|
|
|
}
|
2013-10-14 19:34:28 +08:00
|
|
|
return 0;
|
2009-10-06 16:34:13 +08:00
|
|
|
}
|
|
|
|
|
2014-10-06 23:53:53 +08:00
|
|
|
static int restore_sigregs_ext32(struct pt_regs *regs,
|
|
|
|
_sigregs_ext32 __user *sregs_ext)
|
2009-10-06 16:34:13 +08:00
|
|
|
{
|
|
|
|
__u32 gprs_high[NUM_GPRS];
|
2014-10-06 23:53:53 +08:00
|
|
|
__u64 vxrs[__NUM_VXRS_LOW];
|
2013-10-14 19:34:28 +08:00
|
|
|
int i;
|
2009-10-06 16:34:13 +08:00
|
|
|
|
2014-10-06 23:53:53 +08:00
|
|
|
/* Restore high gprs from signal stack */
|
|
|
|
if (__copy_from_user(&gprs_high, &sregs_ext->gprs_high,
|
2016-02-19 21:44:14 +08:00
|
|
|
sizeof(sregs_ext->gprs_high)))
|
2013-10-14 19:34:28 +08:00
|
|
|
return -EFAULT;
|
2009-10-06 16:34:13 +08:00
|
|
|
for (i = 0; i < NUM_GPRS; i++)
|
|
|
|
*(__u32 *)®s->gprs[i] = gprs_high[i];
|
2014-10-06 23:53:53 +08:00
|
|
|
|
|
|
|
/* Restore vector registers from signal stack */
|
2015-09-29 16:04:41 +08:00
|
|
|
if (MACHINE_HAS_VX) {
|
2014-10-06 23:53:53 +08:00
|
|
|
if (__copy_from_user(vxrs, &sregs_ext->vxrs_low,
|
|
|
|
sizeof(sregs_ext->vxrs_low)) ||
|
2015-06-11 21:33:54 +08:00
|
|
|
__copy_from_user(current->thread.fpu.vxrs + __NUM_VXRS_LOW,
|
2014-10-06 23:53:53 +08:00
|
|
|
&sregs_ext->vxrs_high,
|
|
|
|
sizeof(sregs_ext->vxrs_high)))
|
|
|
|
return -EFAULT;
|
|
|
|
for (i = 0; i < __NUM_VXRS_LOW; i++)
|
2015-06-11 21:33:54 +08:00
|
|
|
*((__u64 *)(current->thread.fpu.vxrs + i) + 1) = vxrs[i];
|
2014-10-06 23:53:53 +08:00
|
|
|
}
|
2009-10-06 16:34:13 +08:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2014-03-05 17:05:56 +08:00
|
|
|
COMPAT_SYSCALL_DEFINE0(sigreturn)
|
2005-04-17 06:20:36 +08:00
|
|
|
{
|
2007-04-27 22:01:40 +08:00
|
|
|
struct pt_regs *regs = task_pt_regs(current);
|
2005-04-17 06:20:36 +08:00
|
|
|
sigframe32 __user *frame = (sigframe32 __user *)regs->gprs[15];
|
|
|
|
sigset_t set;
|
|
|
|
|
2017-09-05 00:24:17 +08:00
|
|
|
if (get_compat_sigset(&set, (compat_sigset_t __user *)frame->sc.oldmask))
|
2005-04-17 06:20:36 +08:00
|
|
|
goto badframe;
|
2011-08-03 22:44:26 +08:00
|
|
|
set_current_blocked(&set);
|
2015-06-29 22:43:06 +08:00
|
|
|
save_fpu_regs();
|
2005-04-17 06:20:36 +08:00
|
|
|
if (restore_sigregs32(regs, &frame->sregs))
|
|
|
|
goto badframe;
|
2014-10-06 23:53:53 +08:00
|
|
|
if (restore_sigregs_ext32(regs, &frame->sregs_ext))
|
2009-10-06 16:34:13 +08:00
|
|
|
goto badframe;
|
2014-10-06 23:53:53 +08:00
|
|
|
load_sigregs();
|
2005-04-17 06:20:36 +08:00
|
|
|
return regs->gprs[2];
|
|
|
|
badframe:
|
|
|
|
force_sig(SIGSEGV, current);
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2014-03-05 17:05:56 +08:00
|
|
|
COMPAT_SYSCALL_DEFINE0(rt_sigreturn)
|
2005-04-17 06:20:36 +08:00
|
|
|
{
|
2007-04-27 22:01:40 +08:00
|
|
|
struct pt_regs *regs = task_pt_regs(current);
|
2005-04-17 06:20:36 +08:00
|
|
|
rt_sigframe32 __user *frame = (rt_sigframe32 __user *)regs->gprs[15];
|
|
|
|
sigset_t set;
|
|
|
|
|
2017-09-05 00:24:17 +08:00
|
|
|
if (get_compat_sigset(&set, &frame->uc.uc_sigmask))
|
2005-04-17 06:20:36 +08:00
|
|
|
goto badframe;
|
2011-08-03 22:44:26 +08:00
|
|
|
set_current_blocked(&set);
|
2014-10-06 23:53:53 +08:00
|
|
|
if (compat_restore_altstack(&frame->uc.uc_stack))
|
|
|
|
goto badframe;
|
2015-06-29 22:43:06 +08:00
|
|
|
save_fpu_regs();
|
2005-04-17 06:20:36 +08:00
|
|
|
if (restore_sigregs32(regs, &frame->uc.uc_mcontext))
|
|
|
|
goto badframe;
|
2014-10-06 23:53:53 +08:00
|
|
|
if (restore_sigregs_ext32(regs, &frame->uc.uc_mcontext_ext))
|
2009-10-06 16:34:13 +08:00
|
|
|
goto badframe;
|
2014-10-06 23:53:53 +08:00
|
|
|
load_sigregs();
|
2005-04-17 06:20:36 +08:00
|
|
|
return regs->gprs[2];
|
|
|
|
badframe:
|
2007-04-27 22:01:40 +08:00
|
|
|
force_sig(SIGSEGV, current);
|
|
|
|
return 0;
|
2005-04-17 06:20:36 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Set up a signal frame.
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Determine which stack to use..
|
|
|
|
*/
|
|
|
|
static inline void __user *
|
|
|
|
get_sigframe(struct k_sigaction *ka, struct pt_regs * regs, size_t frame_size)
|
|
|
|
{
|
|
|
|
unsigned long sp;
|
|
|
|
|
|
|
|
/* Default to using normal stack */
|
|
|
|
sp = (unsigned long) A(regs->gprs[15]);
|
|
|
|
|
2008-04-17 13:45:57 +08:00
|
|
|
/* Overflow on alternate signal stack gives SIGSEGV. */
|
|
|
|
if (on_sig_stack(sp) && !on_sig_stack((sp - frame_size) & -8UL))
|
|
|
|
return (void __user *) -1UL;
|
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
/* This is the X/Open sanctioned signal stack switching. */
|
|
|
|
if (ka->sa.sa_flags & SA_ONSTACK) {
|
2006-04-28 09:40:07 +08:00
|
|
|
if (! sas_ss_flags(sp))
|
2005-04-17 06:20:36 +08:00
|
|
|
sp = current->sas_ss_sp + current->sas_ss_size;
|
|
|
|
}
|
|
|
|
|
|
|
|
return (void __user *)((sp - frame_size) & -8ul);
|
|
|
|
}
|
|
|
|
|
2014-07-14 04:21:03 +08:00
|
|
|
static int setup_frame32(struct ksignal *ksig, sigset_t *set,
|
|
|
|
struct pt_regs *regs)
|
2005-04-17 06:20:36 +08:00
|
|
|
{
|
2014-07-14 04:21:03 +08:00
|
|
|
int sig = ksig->sig;
|
2014-10-06 23:53:53 +08:00
|
|
|
sigframe32 __user *frame;
|
|
|
|
unsigned long restorer;
|
|
|
|
size_t frame_size;
|
|
|
|
|
|
|
|
/*
|
|
|
|
* gprs_high are always present for 31-bit compat tasks.
|
|
|
|
* The space for vector registers is only allocated if
|
|
|
|
* the machine supports it
|
|
|
|
*/
|
|
|
|
frame_size = sizeof(*frame) - sizeof(frame->sregs_ext.__reserved);
|
|
|
|
if (!MACHINE_HAS_VX)
|
|
|
|
frame_size -= sizeof(frame->sregs_ext.vxrs_low) +
|
|
|
|
sizeof(frame->sregs_ext.vxrs_high);
|
|
|
|
frame = get_sigframe(&ksig->ka, regs, frame_size);
|
2008-04-17 13:45:57 +08:00
|
|
|
if (frame == (void __user *) -1UL)
|
2014-07-14 04:21:03 +08:00
|
|
|
return -EFAULT;
|
2008-04-17 13:45:57 +08:00
|
|
|
|
2014-10-06 23:53:53 +08:00
|
|
|
/* Set up backchain. */
|
|
|
|
if (__put_user(regs->gprs[15], (unsigned int __user *) frame))
|
|
|
|
return -EFAULT;
|
|
|
|
|
|
|
|
/* Create struct sigcontext32 on the signal stack */
|
2017-09-05 00:24:17 +08:00
|
|
|
if (put_compat_sigset((compat_sigset_t __user *)frame->sc.oldmask,
|
|
|
|
set, sizeof(compat_sigset_t)))
|
|
|
|
return -EFAULT;
|
2018-04-07 00:10:04 +08:00
|
|
|
if (__put_user(ptr_to_compat(&frame->sregs), &frame->sc.sregs))
|
2014-07-14 04:21:03 +08:00
|
|
|
return -EFAULT;
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2014-10-06 23:53:53 +08:00
|
|
|
/* Store registers needed to create the signal frame */
|
|
|
|
store_sigregs();
|
|
|
|
|
|
|
|
/* Create _sigregs32 on the signal stack */
|
2005-04-17 06:20:36 +08:00
|
|
|
if (save_sigregs32(regs, &frame->sregs))
|
2014-07-14 04:21:03 +08:00
|
|
|
return -EFAULT;
|
2014-10-06 23:53:53 +08:00
|
|
|
|
|
|
|
/* Place signal number on stack to allow backtrace from handler. */
|
|
|
|
if (__put_user(regs->gprs[2], (int __force __user *) &frame->signo))
|
2014-07-14 04:21:03 +08:00
|
|
|
return -EFAULT;
|
2014-10-06 23:53:53 +08:00
|
|
|
|
|
|
|
/* Create _sigregs_ext32 on the signal stack */
|
|
|
|
if (save_sigregs_ext32(regs, &frame->sregs_ext))
|
2014-07-14 04:21:03 +08:00
|
|
|
return -EFAULT;
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
/* Set up to return from userspace. If provided, use a stub
|
|
|
|
already in userspace. */
|
2014-07-14 04:21:03 +08:00
|
|
|
if (ksig->ka.sa.sa_flags & SA_RESTORER) {
|
2014-10-06 23:53:53 +08:00
|
|
|
restorer = (unsigned long __force)
|
|
|
|
ksig->ka.sa.sa_restorer | PSW32_ADDR_AMODE;
|
2005-04-17 06:20:36 +08:00
|
|
|
} else {
|
2014-10-06 23:53:53 +08:00
|
|
|
/* Signal frames without vectors registers are short ! */
|
2014-10-30 20:45:43 +08:00
|
|
|
__u16 __user *svc = (void __user *) frame + frame_size - 2;
|
2014-10-06 23:53:53 +08:00
|
|
|
if (__put_user(S390_SYSCALL_OPCODE | __NR_sigreturn, svc))
|
2014-07-14 04:21:03 +08:00
|
|
|
return -EFAULT;
|
2014-10-06 23:53:53 +08:00
|
|
|
restorer = (unsigned long __force) svc | PSW32_ADDR_AMODE;
|
2005-04-17 06:20:36 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Set up registers for signal handler */
|
2014-10-06 23:53:53 +08:00
|
|
|
regs->gprs[14] = restorer;
|
2011-10-30 22:17:15 +08:00
|
|
|
regs->gprs[15] = (__force __u64) frame;
|
2012-11-07 17:44:08 +08:00
|
|
|
/* Force 31 bit amode and default user address space control. */
|
|
|
|
regs->psw.mask = PSW_MASK_BA |
|
2013-09-24 15:14:56 +08:00
|
|
|
(PSW_USER_BITS & PSW_MASK_ASC) |
|
2012-11-07 17:44:08 +08:00
|
|
|
(regs->psw.mask & ~PSW_MASK_ASC);
|
2014-07-14 04:21:03 +08:00
|
|
|
regs->psw.addr = (__force __u64) ksig->ka.sa.sa_handler;
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2014-09-10 05:50:11 +08:00
|
|
|
regs->gprs[2] = sig;
|
2011-10-30 22:17:15 +08:00
|
|
|
regs->gprs[3] = (__force __u64) &frame->sc;
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
/* We forgot to include these in the sigcontext.
|
|
|
|
To avoid breaking binary compatibility, they are passed as args. */
|
2011-12-27 18:27:18 +08:00
|
|
|
if (sig == SIGSEGV || sig == SIGBUS || sig == SIGILL ||
|
|
|
|
sig == SIGTRAP || sig == SIGFPE) {
|
|
|
|
/* set extra registers only for synchronous signals */
|
|
|
|
regs->gprs[4] = regs->int_code & 127;
|
|
|
|
regs->gprs[5] = regs->int_parm_long;
|
2016-11-08 19:33:38 +08:00
|
|
|
regs->gprs[6] = current->thread.last_break;
|
2011-12-27 18:27:18 +08:00
|
|
|
}
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2006-02-01 19:06:38 +08:00
|
|
|
return 0;
|
2005-04-17 06:20:36 +08:00
|
|
|
}
|
|
|
|
|
2014-07-14 04:21:03 +08:00
|
|
|
static int setup_rt_frame32(struct ksignal *ksig, sigset_t *set,
|
|
|
|
struct pt_regs *regs)
|
2005-04-17 06:20:36 +08:00
|
|
|
{
|
2014-10-06 23:53:53 +08:00
|
|
|
rt_sigframe32 __user *frame;
|
|
|
|
unsigned long restorer;
|
|
|
|
size_t frame_size;
|
|
|
|
u32 uc_flags;
|
|
|
|
|
|
|
|
frame_size = sizeof(*frame) -
|
|
|
|
sizeof(frame->uc.uc_mcontext_ext.__reserved);
|
|
|
|
/*
|
|
|
|
* gprs_high are always present for 31-bit compat tasks.
|
|
|
|
* The space for vector registers is only allocated if
|
|
|
|
* the machine supports it
|
|
|
|
*/
|
|
|
|
uc_flags = UC_GPRS_HIGH;
|
|
|
|
if (MACHINE_HAS_VX) {
|
2015-09-29 16:04:41 +08:00
|
|
|
uc_flags |= UC_VXRS;
|
2014-10-06 23:53:53 +08:00
|
|
|
} else
|
|
|
|
frame_size -= sizeof(frame->uc.uc_mcontext_ext.vxrs_low) +
|
|
|
|
sizeof(frame->uc.uc_mcontext_ext.vxrs_high);
|
|
|
|
frame = get_sigframe(&ksig->ka, regs, frame_size);
|
2008-04-17 13:45:57 +08:00
|
|
|
if (frame == (void __user *) -1UL)
|
2014-07-14 04:21:03 +08:00
|
|
|
return -EFAULT;
|
2008-04-17 13:45:57 +08:00
|
|
|
|
2014-10-06 23:53:53 +08:00
|
|
|
/* Set up backchain. */
|
|
|
|
if (__put_user(regs->gprs[15], (unsigned int __force __user *) frame))
|
2014-07-14 04:21:03 +08:00
|
|
|
return -EFAULT;
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
/* Set up to return from userspace. If provided, use a stub
|
|
|
|
already in userspace. */
|
2014-07-14 04:21:03 +08:00
|
|
|
if (ksig->ka.sa.sa_flags & SA_RESTORER) {
|
2014-10-06 23:53:53 +08:00
|
|
|
restorer = (unsigned long __force)
|
|
|
|
ksig->ka.sa.sa_restorer | PSW32_ADDR_AMODE;
|
2005-04-17 06:20:36 +08:00
|
|
|
} else {
|
2014-10-06 23:53:53 +08:00
|
|
|
__u16 __user *svc = &frame->svc_insn;
|
|
|
|
if (__put_user(S390_SYSCALL_OPCODE | __NR_rt_sigreturn, svc))
|
2014-07-14 04:21:03 +08:00
|
|
|
return -EFAULT;
|
2014-10-06 23:53:53 +08:00
|
|
|
restorer = (unsigned long __force) svc | PSW32_ADDR_AMODE;
|
2005-04-17 06:20:36 +08:00
|
|
|
}
|
|
|
|
|
2014-10-06 23:53:53 +08:00
|
|
|
/* Create siginfo on the signal stack */
|
|
|
|
if (copy_siginfo_to_user32(&frame->info, &ksig->info))
|
|
|
|
return -EFAULT;
|
|
|
|
|
|
|
|
/* Store registers needed to create the signal frame */
|
|
|
|
store_sigregs();
|
|
|
|
|
|
|
|
/* Create ucontext on the signal stack. */
|
|
|
|
if (__put_user(uc_flags, &frame->uc.uc_flags) ||
|
|
|
|
__put_user(0, &frame->uc.uc_link) ||
|
|
|
|
__compat_save_altstack(&frame->uc.uc_stack, regs->gprs[15]) ||
|
|
|
|
save_sigregs32(regs, &frame->uc.uc_mcontext) ||
|
2017-09-05 00:24:17 +08:00
|
|
|
put_compat_sigset(&frame->uc.uc_sigmask, set, sizeof(compat_sigset_t)) ||
|
2014-10-06 23:53:53 +08:00
|
|
|
save_sigregs_ext32(regs, &frame->uc.uc_mcontext_ext))
|
2014-07-14 04:21:03 +08:00
|
|
|
return -EFAULT;
|
2005-04-17 06:20:36 +08:00
|
|
|
|
|
|
|
/* Set up registers for signal handler */
|
2014-10-06 23:53:53 +08:00
|
|
|
regs->gprs[14] = restorer;
|
2011-10-30 22:17:15 +08:00
|
|
|
regs->gprs[15] = (__force __u64) frame;
|
2012-11-07 17:44:08 +08:00
|
|
|
/* Force 31 bit amode and default user address space control. */
|
|
|
|
regs->psw.mask = PSW_MASK_BA |
|
2013-09-24 15:14:56 +08:00
|
|
|
(PSW_USER_BITS & PSW_MASK_ASC) |
|
2012-11-07 17:44:08 +08:00
|
|
|
(regs->psw.mask & ~PSW_MASK_ASC);
|
2014-07-14 04:21:03 +08:00
|
|
|
regs->psw.addr = (__u64 __force) ksig->ka.sa.sa_handler;
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2014-09-10 05:50:11 +08:00
|
|
|
regs->gprs[2] = ksig->sig;
|
2011-10-30 22:17:15 +08:00
|
|
|
regs->gprs[3] = (__force __u64) &frame->info;
|
|
|
|
regs->gprs[4] = (__force __u64) &frame->uc;
|
2016-11-08 19:33:38 +08:00
|
|
|
regs->gprs[5] = current->thread.last_break;
|
2006-02-01 19:06:38 +08:00
|
|
|
return 0;
|
2005-04-17 06:20:36 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* OK, we're invoking a handler
|
|
|
|
*/
|
|
|
|
|
2014-07-14 04:21:03 +08:00
|
|
|
void handle_signal32(struct ksignal *ksig, sigset_t *oldset,
|
|
|
|
struct pt_regs *regs)
|
2005-04-17 06:20:36 +08:00
|
|
|
{
|
2006-02-01 19:06:38 +08:00
|
|
|
int ret;
|
|
|
|
|
2005-04-17 06:20:36 +08:00
|
|
|
/* Set up the stack frame */
|
2014-07-14 04:21:03 +08:00
|
|
|
if (ksig->ka.sa.sa_flags & SA_SIGINFO)
|
|
|
|
ret = setup_rt_frame32(ksig, oldset, regs);
|
2005-04-17 06:20:36 +08:00
|
|
|
else
|
2014-07-14 04:21:03 +08:00
|
|
|
ret = setup_frame32(ksig, oldset, regs);
|
|
|
|
|
|
|
|
signal_setup_done(ret, ksig, test_thread_flag(TIF_SINGLE_STEP));
|
2005-04-17 06:20:36 +08:00
|
|
|
}
|
|
|
|
|