Merge tag 'ipc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Sep 2019 11:34:13 +0000 (12:34 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Sep 2019 11:34:13 +0000 (12:34 +0100)
commit3120b9a6a3f7487f96af7bd634ec49c87ef712ab
treea07bda6b305a91030b418d543cc2a216bbc30493
parent56037cadf60461b4a2996b4d8f0057c4d343c17c
parentfb377eb80c80339b580831a3c0fcce34a4c9d1ad
Merge tag 'ipc-fixes' of git://git./linux/kernel/git/arnd/asm-generic

Pull ipc regression fixes from Arnd Bergmann:
 "Fix ipc 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"

* tag 'ipc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic:
  ipc: fix sparc64 ipc() wrapper
  ipc: fix semtimedop for generic 32-bit architectures