linux_dsm_epyc7002/arch/nios2
Eric W. Biederman c046e2c693 signal/nios2: Use force_sig_fault where appropriate
Filling in struct siginfo before calling force_sig_info a tedious and
error prone process, where once in a great while the wrong fields
are filled out, and siginfo has been inconsistently cleared.

Simplify this process by using the helper force_sig_fault.  Which
takes as a parameters all of the information it needs, ensures
all of the fiddly bits of filling in struct siginfo are done properly
and then calls force_sig_info.

In short about a 5 line reduction in code for every time force_sig_info
is called, which makes the calling function clearer.

Cc: Ley Foon Tan <lftan@altera.com>
Cc: nios2-dev@lists.rocketboards.org
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
2018-04-25 10:44:04 -05:00
..
boot nios2: dts: Remove leading 0x and 0s from bindings notation 2018-02-11 23:04:47 +08:00
configs nios2: defconfig: Cleanup from old Kconfig options 2018-02-11 23:04:53 +08:00
include page cache: use xa_lock 2018-04-11 10:28:39 -07:00
kernel signal/nios2: Use force_sig_fault where appropriate 2018-04-25 10:44:04 -05:00
lib nios2: memset: use the right constraint modifier for the %4 output operand 2016-04-27 16:35:55 +08:00
mm mm: fix races between swapoff and flush dcache 2018-04-05 21:36:26 -07:00
platform nios2: Add CDX support 2017-05-08 16:59:19 +08:00
Kconfig nios2: kconfig: Remove blank help text 2018-02-03 00:02:11 +09:00
Kconfig.debug License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
Makefile nios2: Add CDX support 2017-05-08 16:59:19 +08:00