lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed,  3 Apr 2013 19:02:50 -0500
From:	Richard Kuo <rkuo@...eaurora.org>
To:	linux-arch@...r.kernel.org, linux-hexagon@...r.kernel.org,
	linux-kernel@...r.kernel.org, viro@...IV.linux.org.uk
Cc:	Richard Kuo <rkuo@...eaurora.org>
Subject: [PATCH 0/6] Hexagon: various signal and return path cleanups

The following patches clean up various issues with the signal and return
path parts of the Hexagon arch port, which were pointed out by Al Viro:

https://lkml.org/lkml/2012/2/11/128

The work pending check was moved into a C routine to make it more
readable and to make sure we repeat the check when necessary.  Also, various
arguments and return values for signal handling should now be fixed.

The patches can also be viewed in the context of my next batch of cleanups
at my repo:

git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel.git


Any feedback is appreciated.


Thanks,
Richard Kuo




Richard Kuo (6):
  Hexagon: Signal and return path fixes
  Hexagon: fix up int enable/disable at ret_from_fork
  Hexagon: use correct work mask when checking for more work
  Hexagon: check to if we will overflow the signal stack
  Hexagon: break up user fn/arg register setting
  Hexagon: fix psp/sp macro

 arch/hexagon/include/uapi/asm/registers.h |    3 +-
 arch/hexagon/include/uapi/asm/signal.h    |    2 +
 arch/hexagon/kernel/process.c             |   44 ++++++++++++-
 arch/hexagon/kernel/signal.c              |   33 +++-------
 arch/hexagon/kernel/traps.c               |   13 +---
 arch/hexagon/kernel/vm_entry.S            |   96 +++++++++++++----------------
 6 files changed, 100 insertions(+), 91 deletions(-)

-- 
1.7.9.5


--

Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ