Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 837905

Summary: sys-apps/systemd-250.4-r1: checks for deprecated kernel config option AUTOFS4_FS
Product: Gentoo Linux Reporter: Dennis Lamm <expeditioneer>
Component: Current packagesAssignee: Gentoo systemd Team <systemd>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=838082
Whiteboard:
Package list:
Runtime testing required: ---

Description Dennis Lamm gentoo-dev 2022-04-12 04:38:25 UTC
Ebuild checks for the deprecated config option 'AUTOFS4_FS' instead 'AUTOFS_FS' should be checked.

See https://github.com/torvalds/linux/blob/master/fs/autofs/Kconfig

Reproducible: Always
Comment 1 Mike Gilbert gentoo-dev 2022-04-12 13:50:48 UTC
In which kernel version was this option renamed?
Comment 2 Mike Gilbert gentoo-dev 2022-04-12 13:56:46 UTC
Looks like the process started in Linux 4.18.
Comment 3 Larry the Git Cow gentoo-dev 2022-04-12 14:03:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808c3a6859a13ad684c3317b805f42d0fea3b131

commit 808c3a6859a13ad684c3317b805f42d0fea3b131
Author:     Mike Gilbert <floppym@gentoo.org>
AuthorDate: 2022-04-12 14:00:49 +0000
Commit:     Mike Gilbert <floppym@gentoo.org>
CommitDate: 2022-04-12 14:00:49 +0000

    sys-apps/systemd: check for AUTOFS_FS in Linux >= 4.18
    
    Closes: https://bugs.gentoo.org/837905
    Signed-off-by: Mike Gilbert <floppym@gentoo.org>

 sys-apps/systemd/systemd-250.4-r1.ebuild | 12 +++++++++---
 sys-apps/systemd/systemd-9999.ebuild     | 12 +++++++++---
 2 files changed, 18 insertions(+), 6 deletions(-)