From: Linus Torvalds <torvalds@linux-foundation.org>
Date: Sat, 18 Jan 2020 20:29:13 +0000 (-0800)
Subject: Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... 
X-Git-Tag: v5.5-rc7~14
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ba0f47220384ff160c9df93dedbbef26d7b67f7b;p=users%2Fjedix%2Flinux-maple.git

Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull rseq fixes from Ingo Molnar:
 "Two rseq bugfixes:

   - CLONE_VM !CLONE_THREAD didn't work properly, the kernel would end
     up corrupting the TLS of the parent. Technically a change in the
     ABI but the previous behavior couldn't resonably have been relied
     on by applications so this looks like a valid exception to the ABI
     rule.

   - Make the RSEQ_FLAG_UNREGISTER ABI behavior consistent with the
     handling of other flags. This is not thought to impact any
     applications either"

* 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  rseq: Unregister rseq for clone CLONE_VM
  rseq: Reject unknown flags on rseq unregister
---

ba0f47220384ff160c9df93dedbbef26d7b67f7b