From: Linus Torvalds Date: Fri, 6 Jan 2023 20:54:51 +0000 (-0800) Subject: Merge tag 'tif-notify-signal-2023-01-06' of git://git.kernel.dk/linux X-Git-Tag: v6.6.17~5802 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93387d499e49429eef2c343ab6f9f5d92ec780a2;p=platform%2Fkernel%2Flinux-rpi.git Merge tag 'tif-notify-signal-2023-01-06' of git://git.kernel.dk/linux Pull arm TIF_NOTIFY_SIGNAL fixup from Jens Axboe: "Hui Tang reported a performance regressions with _TIF_WORK_MASK in newer kernels, which he tracked to a change that went into 5.11. After this change, we'll call do_work_pending() more often than we need to, because we're now testing bits 0..15 rather than just 0..7. Shuffle the bits around to avoid this" * tag 'tif-notify-signal-2023-01-06' of git://git.kernel.dk/linux: ARM: renumber bits related to _TIF_WORK_MASK --- 93387d499e49429eef2c343ab6f9f5d92ec780a2