Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 837905 - sys-apps/systemd-250.4-r1: checks for deprecated kernel config option AUTOFS4_FS
Summary: sys-apps/systemd-250.4-r1: checks for deprecated kernel config option AUTOFS4_FS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial
Assignee: Gentoo systemd Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-12 04:38 UTC by Dennis Lamm
Modified: 2022-04-12 14:06 UTC (History)
0 users

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 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(-)