All of lore.kernel.org
 help / color / mirror / Atom feed
From: guoren@kernel.org
To: torvalds@linux-foundation.org
Cc: arnd@arndb.de, linux-kernel@vger.kernel.org,
	linux-arch@vger.kernel.org, linux-csky@vger.kernel.org
Subject: [GIT PULL] csky changes for v5.13-rc1
Date: Tue,  4 May 2021 00:45:18 +0800	[thread overview]
Message-ID: <20210503164518.33972-1-guoren@kernel.org> (raw)

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(-)

             reply	other threads:[~2021-05-03 17:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-03 16:45 guoren [this message]
2021-05-03 20:45 ` [GIT PULL] csky changes for v5.13-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210503164518.33972-1-guoren@kernel.org \
    --to=guoren@kernel.org \
    --cc=arnd@arndb.de \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-csky@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.