Hi Linus, The following changes since commit bf05bf16c76bb44ab5156223e1e58e26dfe30a88: Linux 5.12-rc8 (2021-04-18 14:45:32 -0700) are available in the Git repository at: https://github.com/c-sky/csky-linux.git tags/csky-for-linus-5.13-rc1 for you to fetch changes up to e58a41c2226847fb1446f3942dc1b55af8acfe02: csky: uaccess.h: Coding convention with asm generic (2021-04-28 23:02:23 +0800) ---------------------------------------------------------------- arch/csky patches for 5.13-rc1 Just 1 feature and 3 fixups. ---------------------------------------------------------------- Guo Ren (1): csky: uaccess.h: Coding convention with asm generic Junlin Yang (1): csky: Fixup typos Randy Dunlap (1): csky: fix syscache.c fallthrough warning Zhang Yunkai (1): csky: Remove duplicate include in arch/csky/kernel/entry.S arch/csky/include/asm/Kbuild | 1 + arch/csky/include/asm/asid.h | 2 +- arch/csky/include/asm/barrier.h | 2 +- arch/csky/include/asm/segment.h | 7 - arch/csky/include/asm/uaccess.h | 452 ++++++++++++---------------------------- arch/csky/include/asm/vdso.h | 2 +- arch/csky/kernel/entry.S | 1 - arch/csky/lib/usercopy.c | 364 ++++++++++++++++++-------------- arch/csky/mm/fault.c | 2 +- arch/csky/mm/syscache.c | 1 + 10 files changed, 349 insertions(+), 485 deletions(-)