reiserfs: The last commitDeprecation period of reiserfs ends with the end of this year so it istime to remove it from the kernel.Acked-by: Darrick J. Wong <[email protected]>Acked-by: Christian
reiserfs: The last commitDeprecation period of reiserfs ends with the end of this year so it istime to remove it from the kernel.Acked-by: Darrick J. Wong <[email protected]>Acked-by: Christian Brauner <[email protected]>Signed-off-by: Jan Kara <[email protected]>
show more ...
alpha: update config filesClean up config files by: - removing configs that were deleted in the past - removing configs not in tree and without recently pending patches - adding new configs t
alpha: update config filesClean up config files by: - removing configs that were deleted in the past - removing configs not in tree and without recently pending patches - adding new configs that are replacements for old configs in the fileFor some detailed information, see Link.Link: https://lore.kernel.org/kernel-janitors/[email protected]/Signed-off-by: Lukas Bulwahn <[email protected]>Signed-off-by: Matt Turner <[email protected]>
treewide: defconfig: address renamed CONFIG_DEBUG_INFO=yCONFIG_DEBUG_INFO is now implicitly selected if one picks one of theexplicit options that could be DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT,DEBUG
treewide: defconfig: address renamed CONFIG_DEBUG_INFO=yCONFIG_DEBUG_INFO is now implicitly selected if one picks one of theexplicit options that could be DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT,DEBUG_INFO_DWARF4, DEBUG_INFO_DWARF5.This was actually not what I had in mind when I suggested making it a'choice' statement, but it's too late to change again now, and the Kconfiglogic is more sensible in the new form.Change any defconfig file that had CONFIG_DEBUG_INFO enabled but did notpick DWARF4 or DWARF5 explicitly to now pick the toolchain default.Link: https://lkml.kernel.org/r/[email protected]Fixes: f9b3cd245784 ("Kconfig.debug: make DEBUG_INFO selectable from a choice")Signed-off-by: Arnd Bergmann <[email protected]>Reviewed-by: Kees Cook <[email protected]>Cc: Richard Henderson <[email protected]>Cc: Ivan Kokshaysky <[email protected]>Cc: Matt Turner <[email protected]>Cc: Vineet Gupta <[email protected]>Cc: Michal Simek <[email protected]>Cc: Thomas Bogendoerfer <[email protected]>Cc: Dinh Nguyen <[email protected]>Cc: Yoshinori Sato <[email protected]>Cc: Rich Felker <[email protected]>Cc: Richard Weinberger <[email protected]>Cc: Anton Ivanov <[email protected]>Cc: Johannes Berg <[email protected]>Cc: Chris Zankel <[email protected]>Cc: Max Filippov <[email protected]>Cc: Arnd Bergmann <[email protected]>Signed-off-by: Andrew Morton <[email protected]>
arch: Remove references to CONFIG_NFSD_V3 in the default configsCONFIG_NFSD_V3 has been removed. NFSD support for NFSv3 can nolonger be disabled.Signed-off-by: Chuck Lever <[email protected]
arch: Remove references to CONFIG_NFSD_V3 in the default configsCONFIG_NFSD_V3 has been removed. NFSD support for NFSv3 can nolonger be disabled.Signed-off-by: Chuck Lever <[email protected]>
alpha: defconfig: add necessary configs for boot testingGentoo's KernelCI will soon boot test alpha kernel and we needCONFIG_DEVTMPFS=y to be set for that.Note that CONFIG_DEVTMPFS=y is already n
alpha: defconfig: add necessary configs for boot testingGentoo's KernelCI will soon boot test alpha kernel and we needCONFIG_DEVTMPFS=y to be set for that.Note that CONFIG_DEVTMPFS=y is already necessary for lot of otherdistribution/tools like recent udev/systemd.Signed-off-by: Corentin Labbe <[email protected]>Signed-off-by: Matt Turner <[email protected]>
alpha: use libata instead of the legacy ide driverSwitch the alpha defconfig from the legacy ide driver to libata.Signed-off-by: Christoph Hellwig <[email protected]>Link: https://lore.kernel.org/r/202
alpha: use libata instead of the legacy ide driverSwitch the alpha defconfig from the legacy ide driver to libata.Signed-off-by: Christoph Hellwig <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Jens Axboe <[email protected]>
alpha: remove CONFIG_EXPERIMENTAL from defconfigsSince CONFIG_EXPERIMENTAL was removed in 2013, go ahead and drop itfrom any defconfig files.Link: https://lkml.kernel.org/r/20210115005956.29408-
alpha: remove CONFIG_EXPERIMENTAL from defconfigsSince CONFIG_EXPERIMENTAL was removed in 2013, go ahead and drop itfrom any defconfig files.Link: https://lkml.kernel.org/r/[email protected]Fixes: 3d374d09f16f ("final removal of CONFIG_EXPERIMENTAL")Signed-off-by: Randy Dunlap <[email protected]>Cc: Kees Cook <[email protected]>Cc: Greg Kroah-Hartman <[email protected]>Cc: Richard Henderson <[email protected]>Cc: Ivan Kokshaysky <[email protected]>Cc: Matt Turner <[email protected]>Signed-off-by: Andrew Morton <[email protected]>Signed-off-by: Linus Torvalds <[email protected]>
rtc/alpha: remove legacy rtc driverThe old drivers/char/rtc.c driver was originally the implementationfor x86 PCs but got subsequently replaced by the rtc class driveron all architectures except
rtc/alpha: remove legacy rtc driverThe old drivers/char/rtc.c driver was originally the implementationfor x86 PCs but got subsequently replaced by the rtc class driveron all architectures except alpha.Move alpha over to the portable driver and remove the old onefor good.The CONFIG_JS_RTC option was only ever used on SPARC32 buthas not been available for many years, this was used to buildthe same rtc driver with a different module name.Cc: Richard Henderson <[email protected]>Cc: Ivan Kokshaysky <[email protected]>Cc: Matt Turner <[email protected]>Cc: [email protected]Cc: Paul Gortmaker <[email protected]>Signed-off-by: Arnd Bergmann <[email protected]>Signed-off-by: Alexandre Belloni <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Greg Kroah-Hartman <[email protected]>
scsi: sr: remove references to BLK_DEV_SR_VENDOR, leave it enabledThis kernel configuration is basically enabling/disabling sr driver quirksdetection. While these quirks are for fairly rare device
scsi: sr: remove references to BLK_DEV_SR_VENDOR, leave it enabledThis kernel configuration is basically enabling/disabling sr driver quirksdetection. While these quirks are for fairly rare devices (very old CDburners, and a glucometer), the additional detection of these models is avery minimal amount of code.The logic behind the quirks is always built into the sr driver.This also removes the config from all the defconfig files that are enablingthis already.Link: https://lore.kernel.org/r/[email protected]Reviewed-by: Jens Axboe <[email protected]>Signed-off-by: Diego Elio Pettenò <[email protected]>Signed-off-by: Martin K. Petersen <[email protected]>
alpha: move arch/alpha/defconfig to arch/alpha/configs/defconfigAs of Linux 5.1, alpha and s390 are the last architectures thathave defconfig in arch/*/ instead of arch/*/configs/. $ find arch
alpha: move arch/alpha/defconfig to arch/alpha/configs/defconfigAs of Linux 5.1, alpha and s390 are the last architectures thathave defconfig in arch/*/ instead of arch/*/configs/. $ find arch -name defconfig | sort arch/alpha/defconfig arch/arm64/configs/defconfig arch/csky/configs/defconfig arch/nds32/configs/defconfig arch/riscv/configs/defconfig arch/s390/defconfigThe arch/$(ARCH)/defconfig is the hard-coded default in Kconfig,and I want to deprecate it after evacuating the remaining defconfiginto the standard location, arch/*/configs/.Define KBUILD_DEFCONFIG like other architectures, and move defconfiginto the configs/ subdirectory.Signed-off-by: Masahiro Yamada <[email protected]>Reviewed-by: Paul Walmsley <[email protected]>