mbox series

[GIT,PULL] vfs: bug fix for 5.7

Message ID 20200402161600.GI80283@magnolia (mailing list archive)
State Not Applicable, archived
Headers show
Series [GIT,PULL] vfs: bug fix for 5.7 | expand

Pull-request

git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/vfs-5.7-merge-1

Message

Darrick J. Wong April 2, 2020, 4:16 p.m. UTC
Hi Linus,

Please pull this single vfs bug fix into 5.7 to fix a regression in
userspace hibernation now that the vfs doesn't really allow userspace to
write to active swap devices anymore.

--D

The following changes since commit 98d54f81e36ba3bf92172791eba5ca5bd813989b:

  Linux 5.6-rc4 (2020-03-01 16:38:46 -0600)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/vfs-5.7-merge-1

for you to fetch changes up to 56939e014a6c212b317414faa307029e2e80c3b9:

  hibernate: Allow uswsusp to write to swap (2020-03-23 08:22:15 -0700)

----------------------------------------------------------------
New code for 5.7:
 - Fix a regression where we broke the userspace hibernation driver by
   disallowing writes to the swap device.

----------------------------------------------------------------
Domenico Andreoli (1):
      hibernate: Allow uswsusp to write to swap

 fs/block_dev.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org April 2, 2020, 8:25 p.m. UTC | #1
The pull request you sent on Thu, 2 Apr 2020 09:16:00 -0700:

> git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git tags/vfs-5.7-merge-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7db83c070bd29e73c8bb42d4b48c976be76f1dbe

Thank you!