Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 575034 - Kernel 4.4 not freezable due to XFS
Summary: Kernel 4.4 not freezable due to XFS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard: linux-4.4.43
Keywords: InVCS, PATCH
Depends on:
Blocks:
 
Reported: 2016-02-18 11:37 UTC by Alexis Lahouze
Modified: 2017-01-23 13:47 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexis Lahouze 2016-02-18 11:37:39 UTC
A bug in fs/xfs/xfs_trans_ail.c prevents the kernel to suspend to memory.

Here is the commit fixing the issue, but it seems not to be integrated in 4.4.2:

https://git.kernel.org/cgit/linux/kernel/git/dgc/linux-xfs.git/commit/fs/xfs/xfs_trans_ail.c?h=for-next&id=18f1df4e00cea2eae41f3e5515b94d1e7127b2b6

Please add it in a patch in gentoo-kernel package.
Comment 1 Alexis Lahouze 2016-02-18 11:41:27 UTC
To reproduce it, you just need to have a kernel >= 4.4.1, a mounted xfs partition, and try to suspend to RAM, or hibernate.
Comment 2 Alexis Lahouze 2016-02-26 09:36:18 UTC
This patch is still not included in the recent 4.4.3 release.
Comment 3 Mike Pagano gentoo-dev 2017-01-14 14:47:12 UTC
commit 4f63d91e3dadb1e5e18b235d059ad2d511d65406
Author: Mike Pagano <mpagano@gentoo.org>
Date:   Sat Jan 14 09:46:07 2017 -0500

    xfs: Make xfsaild freezeable again. See bug #575034.
Comment 4 Alice Ferrazzi Gentoo Infrastructure gentoo-dev 2017-01-23 13:00:06 UTC
@Alexis
can you confirm that is working ?
Comment 5 Alexis Lahouze 2017-01-23 13:47:17 UTC
(In reply to Alice Ferrazzi from comment #4)
> @Alexis
> can you confirm that is working ?

Yep, good for me, thank you very much :)