public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Fix get_user and put_user pointer issue
@ 2018-08-13  9:26 Zong Li
  2018-08-13  9:26 ` [PATCH 1/3] nds32: Fix get_user/put_user macro expand pointer problem Zong Li
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Zong Li @ 2018-08-13  9:26 UTC (permalink / raw)
  To: green.hu, deanbo422, linux-kernel; +Cc: zongbox, Zong Li

These patches fix the issue of expand macro with pointer argument,
clean up the coding style and refactor the macro by extracting the
checking and getting pointer to another macro definition.


Zong Li (3):
  nds32: Fix get_user/put_user macro expand pointer problem
  nds32: Clean up the coding style
  nds32: Extract the checking and getting pointer to a macro

 arch/nds32/include/asm/uaccess.h | 229 ++++++++++++++++++++-------------------
 1 file changed, 119 insertions(+), 110 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2018-08-21  7:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-13  9:26 [PATCH 0/3] Fix get_user and put_user pointer issue Zong Li
2018-08-13  9:26 ` [PATCH 1/3] nds32: Fix get_user/put_user macro expand pointer problem Zong Li
2018-08-13  9:26 ` [PATCH 2/3] nds32: Clean up the coding style Zong Li
2018-08-13  9:26 ` [PATCH 3/3] nds32: Extract the checking and getting pointer to a macro Zong Li
2018-08-21  7:03 ` [PATCH 0/3] Fix get_user and put_user pointer issue Greentime Hu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox