[GIT PULL] Misc 5.12 fixes

From: Jens Axboe
Date: Wed Mar 03 2021 - 06:12:15 EST


Hi Linus,

Two misc fixes that don't belong in other branches:

- Fix a regression with ia64 signals, introduced by the
TIF_NOTIFY_SIGNAL change in 5.11.

- Fix the current swapfile regression from this merge window.

Please pull!


The following changes since commit 7a7fd0de4a9804299793e564a555a49c1fc924cb:

Merge branch 'kmap-conversion-for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux (2021-03-01 11:24:18 -0800)

are available in the Git repository at:

git://git.kernel.dk/linux-block.git tags/misc-5.12-2021-03-02

for you to fetch changes up to caf6912f3f4af7232340d500a4a2008f81b93f14:

swap: fix swapfile read/write offset (2021-03-02 17:25:46 -0700)

----------------------------------------------------------------
misc-5.12-2021-03-02

----------------------------------------------------------------
Jens Axboe (2):
ia64: don't call handle_signal() unless there's actually a signal queued
swap: fix swapfile read/write offset

arch/ia64/kernel/signal.c | 3 ++-
include/linux/swap.h | 1 +
mm/page_io.c | 5 -----
mm/swapfile.c | 13 +++++++++++++
4 files changed, 16 insertions(+), 6 deletions(-)

--
Jens Axboe