From: Linus Torvalds <torvalds@linux-foundation.org>
Date: Fri, 23 Oct 2020 17:06:38 +0000 (-0700)
Subject: Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block
X-Git-Tag: v5.10-rc1~47
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4a22709e21c2b1bedf90f68c823daf65d8e6b491;p=users%2Fdwmw2%2Flinux.git

Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block

Pull arch task_work cleanups from Jens Axboe:
 "Two cleanups that don't fit other categories:

   - Finally get the task_work_add() cleanup done properly, so we don't
     have random 0/1/false/true/TWA_SIGNAL confusing use cases. Updates
     all callers, and also fixes up the documentation for
     task_work_add().

   - While working on some TIF related changes for 5.11, this
     TIF_NOTIFY_RESUME cleanup fell out of that. Remove some arch
     duplication for how that is handled"

* tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block:
  task_work: cleanup notification modes
  tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
---

4a22709e21c2b1bedf90f68c823daf65d8e6b491