linux/arch/nds32/include
Zong Li 6cce95a6c7 nds32: Fix get_user/put_user macro expand pointer problem
The pointer argument of macro need to be taken out once first, and then
use the new pointer in the macro body.

In kernel/trace/trace.c, get_user(ch, ubuf++) causes the unexpected
increment after expand the macro.

Signed-off-by: Zong Li <zong@andestech.com>
Acked-by: Greentime Hu <greentime@andestech.com>
Signed-off-by: Greentime Hu <greentime@andestech.com>
2018-09-04 14:45:16 +08:00
..
asm nds32: Fix get_user/put_user macro expand pointer problem 2018-09-04 14:45:16 +08:00
uapi/asm nds32: Build infrastructure 2018-02-22 10:44:35 +08:00