All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] xtensa: fix {get,put}_user() for 64bit values
@ 2019-10-12  0:07 Max Filippov
  2019-10-12  0:07 ` [PATCH 1/3] " Max Filippov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Max Filippov @ 2019-10-12  0:07 UTC (permalink / raw)
  To: linux-xtensa, Al Viro; +Cc: Chris Zankel, linux-kernel, Max Filippov

Hello,

this series fixes return value, out-of-bound stack access and value
truncation in xtensa implementation of {get,put}_user() for 64bit
values. It also cleans up naming of assembly parameters in
__{get,put}_user_asm and __check_align_{1,2,4}.

Al Viro (1):
  xtensa: fix {get,put}_user() for 64bit values

Max Filippov (2):
  xtensa: clean up assembly arguments in uaccess macros
  xtensa: fix type conversion in __get_user_[no]check

 arch/xtensa/include/asm/uaccess.h | 93 +++++++++++++++++--------------
 1 file changed, 52 insertions(+), 41 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-10-12  0:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-12  0:07 [PATCH 0/3] xtensa: fix {get,put}_user() for 64bit values Max Filippov
2019-10-12  0:07 ` [PATCH 1/3] " Max Filippov
2019-10-12  0:07 ` [PATCH 2/3] xtensa: clean up assembly arguments in uaccess macros Max Filippov
2019-10-12  0:07 ` [PATCH 3/3] xtensa: fix type conversion in __get_user_[no]check Max Filippov

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.