linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 1/3] cleanups for v5.11
@ 2020-12-15 15:44 Arnd Bergmann
  2020-12-15 15:45 ` [GIT PULL 2/3] asm-generic: mmu-context cleanup Arnd Bergmann
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Arnd Bergmann @ 2020-12-15 15:44 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-arch, Linux Kernel Mailing List

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
tags/asm-generic-cleanup-5.11

for you to fetch changes up to 8d0dd23c6c78d140ed2132f523592ddb4cea839f:

  syscalls: Fix file comments for syscalls implemented in kernel/sys.c
(2020-11-13 14:53:57 +0100)

----------------------------------------------------------------
asm-generic cleanups for v5.11

These are a couple of compiler warning fixes to make 'make W=2'
less noisy, as well as some fixes to code comments in asm-generic.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

----------------------------------------------------------------
Arnd Bergmann (4):
      asm-generic: percpu: avoid Wshadow warning
      asm-generic: fix ffs -Wshadow warning
      qspinlock: use signed temporaries for cmpxchg
      ctype.h: remove duplicate isdigit() helper

Tal Zussman (1):
      syscalls: Fix file comments for syscalls implemented in kernel/sys.c

Viresh Kumar (1):
      asm-generic/sembuf: Update architecture related information in comment

 include/asm-generic/bitops/builtin-ffs.h |  5 +----
 include/asm-generic/percpu.h             | 18 +++++++++---------
 include/asm-generic/qrwlock.h            |  8 ++++----
 include/asm-generic/qspinlock.h          |  4 ++--
 include/linux/compiler_types.h           | 11 +++++++++++
 include/linux/ctype.h                    | 15 +++++++++++----
 include/linux/syscalls.h                 |  2 +-
 include/uapi/asm-generic/sembuf.h        |  6 +++---
 include/uapi/asm-generic/unistd.h        |  2 +-
 9 files changed, 43 insertions(+), 28 deletions(-)

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

end of thread, other threads:[~2020-12-16  8:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-15 15:44 [GIT PULL 1/3] cleanups for v5.11 Arnd Bergmann
2020-12-15 15:45 ` [GIT PULL 2/3] asm-generic: mmu-context cleanup Arnd Bergmann
2020-12-16  8:22   ` pr-tracker-bot
2020-12-15 15:46 ` [GIT PULL 3/3] asm-generic: cross-architecture timer cleanup Arnd Bergmann
2020-12-16  8:22   ` pr-tracker-bot
2020-12-16  8:22 ` [GIT PULL 1/3] cleanups for v5.11 pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).