All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] linux-user: check read permissions before how
@ 2022-01-26 21:25 Patrick Venture
  2022-01-26 21:25 ` [PATCH v3 1/2] linux-user: rt_sigprocmask, check read perms first Patrick Venture
  2022-01-26 21:25 ` [PATCH v3 2/2] linux-user: sigprocmask " Patrick Venture
  0 siblings, 2 replies; 5+ messages in thread
From: Patrick Venture @ 2022-01-26 21:25 UTC (permalink / raw)
  To: laurent; +Cc: qemu-devel, scw, Patrick Venture

In sigprocmask check the read permissions first before checking the `how`.

This is done for both: TARGET_NR_sigprocmask and TARGET_NR_rt_sigprocmask

v3:
 * Added missing signature from venture
v2:
 * Update code style during code change
 * Also update check order for TARGET_NR_sigprocmask

Patrick Venture (1):
  linux-user: sigprocmask check read perms first

Shu-Chun Weng (1):
  linux-user: rt_sigprocmask, check read perms first

 linux-user/syscall.c | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)

-- 
2.35.0.rc0.227.g00780c9af4-goog



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-01-27 14:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-26 21:25 [PATCH v3 0/2] linux-user: check read permissions before how Patrick Venture
2022-01-26 21:25 ` [PATCH v3 1/2] linux-user: rt_sigprocmask, check read perms first Patrick Venture
2022-01-27 14:12   ` Laurent Vivier
2022-01-26 21:25 ` [PATCH v3 2/2] linux-user: sigprocmask " Patrick Venture
2022-01-27 14:12   ` Laurent Vivier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.