linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ipc: fix regressions from y2038 patches
@ 2019-09-10  9:49 Arnd Bergmann
  2019-09-10 11:55 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2019-09-10  9:49 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Linux Kernel Mailing List, y2038 Mailman List, linux-arch,
	David Miller, sparclinux, Matt Turner, Anatoly Pugachev,
	Vincent Chen, Guo Ren, Stafford Horne, Davidlohr Bueso,
	Manfred Spraul, Waiman Long, Thomas Gleixner

The following changes since commit 089cf7f6ecb266b6a4164919a2e69bd2f938374a:

  Linux 5.3-rc7 (2019-09-02 09:57:40 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
tags/ipc-fixes

for you to fetch changes up to fb377eb80c80339b580831a3c0fcce34a4c9d1ad:

  ipc: fix sparc64 ipc() wrapper (2019-09-07 21:42:25 +0200)

----------------------------------------------------------------
ipc: fix regressions from y2038 patches

These are two regression fixes for bugs that got introduced
during the system call rework that went into linux-5.1
but only bisected and fixed now:

- One patch affects semtimedop() on many of the less
  common 32-bit architectures, this just needs a single-line
  bugfix.

- The other affects only sparc64 and has a slightly more
  invasive workaround to apply the same change to sparc64
  that was done to the generic code used everywhere else.

----------------------------------------------------------------
Arnd Bergmann (2):
      ipc: fix semtimedop for generic 32-bit architectures
      ipc: fix sparc64 ipc() wrapper

 arch/sparc/kernel/sys_sparc_64.c  | 33 ++++++++++++++++++---------------
 include/linux/syscalls.h          | 19 +++++++++++++++++++
 include/uapi/asm-generic/unistd.h |  2 +-
 ipc/util.h                        | 25 ++-----------------------
 4 files changed, 40 insertions(+), 39 deletions(-)

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

end of thread, other threads:[~2019-09-10 11:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-10  9:49 [GIT PULL] ipc: fix regressions from y2038 patches Arnd Bergmann
2019-09-10 11:55 ` 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).