* [PATCH 16/35] alpha: defconfig: Cleanup from old Kconfig options [not found] <20170608160836.12196-1-krzk@kernel.org> @ 2017-06-08 16:10 ` Krzysztof Kozlowski 2017-06-09 19:59 ` [PATCH 00/35] defconfig: Cleanup from old entries Arnd Bergmann 1 sibling, 0 replies; 4+ messages in thread From: Krzysztof Kozlowski @ 2017-06-08 16:10 UTC (permalink / raw) To: linux-kernel Cc: Arnd Bergmann, Krzysztof Kozlowski, Richard Henderson, Ivan Kokshaysky, Matt Turner, linux-alpha Remove old, dead Kconfig options (in order appearing in this commit): - IP_NF_QUEUE: commit 3dd6664fac7e ("netfilter: remove unused "config IP_NF_QUEUE""); - AUTOFS_FS: commit 561c5cf9236a ("staging: Remove autofs3"); Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> --- arch/alpha/defconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/alpha/defconfig b/arch/alpha/defconfig index 539e8b5a6cbd..f4ec420d7f2d 100644 --- a/arch/alpha/defconfig +++ b/arch/alpha/defconfig @@ -19,7 +19,6 @@ CONFIG_INET_AH=m CONFIG_INET_ESP=m # CONFIG_IPV6 is not set CONFIG_NETFILTER=y -CONFIG_IP_NF_QUEUE=m CONFIG_IP_NF_IPTABLES=m CONFIG_IP_NF_FILTER=m CONFIG_VLAN_8021Q=m @@ -57,7 +56,6 @@ CONFIG_SERIAL_8250_CONSOLE=y CONFIG_RTC=y CONFIG_EXT2_FS=y CONFIG_REISERFS_FS=m -CONFIG_AUTOFS_FS=m CONFIG_ISO9660_FS=y CONFIG_MSDOS_FS=y CONFIG_VFAT_FS=y -- 2.9.3 ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 00/35] defconfig: Cleanup from old entries [not found] <20170608160836.12196-1-krzk@kernel.org> 2017-06-08 16:10 ` [PATCH 16/35] alpha: defconfig: Cleanup from old Kconfig options Krzysztof Kozlowski @ 2017-06-09 19:59 ` Arnd Bergmann 2017-06-10 16:43 ` Krzysztof Kozlowski 1 sibling, 1 reply; 4+ messages in thread From: Arnd Bergmann @ 2017-06-09 19:59 UTC (permalink / raw) To: Krzysztof Kozlowski Cc: open list:RALINK MIPS ARCHITECTURE, Rich Felker, Aurelien Jacquiot, Tony Lindgren, Benjamin Herrenschmidt, Liviu Dudau, James E.J. Bottomley, David Howells, Paul Mackerras, H. Peter Anvin, sparclinux, linux-hexagon, Guan Xuetao, Thomas Gleixner, Lennox Wu, Jonas Bonn, Chen Liqin, Jesper Nilsson, Lorenzo Pieralisi, linux-c6x-dev, Yoshinori Sato, Aaro Koskinen, linux-sh On Thu, Jun 8, 2017 at 6:08 PM, Krzysztof Kozlowski <krzk@kernel.org> wrote: > Hi, > > While cleaning Samsung ARM defconfigs with savedefconfig, I encountered > similar obsolete entries in other files. > > Except the ARM, no dependencies. > For ARM, the rest of patches depend on the first change (otherwise > it might not apply cleanly). Great work! I looked at all the ARM patches, and everything looks good to me (the changlog linewrapping may be suboptimal for readability in some cases, if I had to say anything negative ;-) ). Please add my Acked-by to the ARM patches and send a pull request. Arnd ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 00/35] defconfig: Cleanup from old entries 2017-06-09 19:59 ` [PATCH 00/35] defconfig: Cleanup from old entries Arnd Bergmann @ 2017-06-10 16:43 ` Krzysztof Kozlowski 2017-06-12 9:54 ` Arnd Bergmann 0 siblings, 1 reply; 4+ messages in thread From: Krzysztof Kozlowski @ 2017-06-10 16:43 UTC (permalink / raw) To: Arnd Bergmann Cc: open list:RALINK MIPS ARCHITECTURE, Rich Felker, Aurelien Jacquiot, Tony Lindgren, Benjamin Herrenschmidt, Liviu Dudau, James E.J. Bottomley, David Howells, Paul Mackerras, H. Peter Anvin, sparclinux, linux-hexagon, Guan Xuetao, Thomas Gleixner, Lennox Wu, Jonas Bonn, Chen Liqin, Jesper Nilsson, Lorenzo Pieralisi, linux-c6x-dev, Yoshinori Sato, Aaro Koskinen, linux-sh On Fri, Jun 09, 2017 at 09:59:48PM +0200, Arnd Bergmann wrote: > On Thu, Jun 8, 2017 at 6:08 PM, Krzysztof Kozlowski <krzk@kernel.org> wrote: > > Hi, > > > > While cleaning Samsung ARM defconfigs with savedefconfig, I encountered > > similar obsolete entries in other files. > > > > Except the ARM, no dependencies. > > For ARM, the rest of patches depend on the first change (otherwise > > it might not apply cleanly). > > Great work! > > I looked at all the ARM patches, and everything looks good to me (the > changlog linewrapping may be suboptimal for readability in some cases, > if I had to say anything negative ;-) ). > > Please add my Acked-by to the ARM patches and send a pull request. Thanks, I'll send you ARM part in pull request. As for the rest, I think respective arch/platform maintainers should take it. Best regards, Krzysztof ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 00/35] defconfig: Cleanup from old entries 2017-06-10 16:43 ` Krzysztof Kozlowski @ 2017-06-12 9:54 ` Arnd Bergmann 0 siblings, 0 replies; 4+ messages in thread From: Arnd Bergmann @ 2017-06-12 9:54 UTC (permalink / raw) To: Krzysztof Kozlowski Cc: open list:RALINK MIPS ARCHITECTURE, Rich Felker, Aurelien Jacquiot, Tony Lindgren, Benjamin Herrenschmidt, Liviu Dudau, James E.J. Bottomley, David Howells, Paul Mackerras, H. Peter Anvin, sparclinux, linux-hexagon, Guan Xuetao, Thomas Gleixner, Lennox Wu, Jonas Bonn, Chen Liqin, Jesper Nilsson, Lorenzo Pieralisi, linux-c6x-dev, Yoshinori Sato, Aaro Koskinen, linux-sh On Sat, Jun 10, 2017 at 6:43 PM, Krzysztof Kozlowski <krzk@kernel.org> wrote: > On Fri, Jun 09, 2017 at 09:59:48PM +0200, Arnd Bergmann wrote: >> On Thu, Jun 8, 2017 at 6:08 PM, Krzysztof Kozlowski <krzk@kernel.org> wrote: >> > Hi, >> > >> > While cleaning Samsung ARM defconfigs with savedefconfig, I encountered >> > similar obsolete entries in other files. >> > >> > Except the ARM, no dependencies. >> > For ARM, the rest of patches depend on the first change (otherwise >> > it might not apply cleanly). >> >> Great work! >> >> I looked at all the ARM patches, and everything looks good to me (the >> changlog linewrapping may be suboptimal for readability in some cases, >> if I had to say anything negative ;-) ). >> >> Please add my Acked-by to the ARM patches and send a pull request. > > Thanks, I'll send you ARM part in pull request. Ok > As for the rest, I think respective arch/platform maintainers should > take it. I suspect most will apply the patches, but some architectures maintainers are not very active. If you are motivated, you could resend the ones that missed out to Andrew Morton, or you just leave the architectures to bitrot more. ;-) Arnd ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-06-12 9:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20170608160836.12196-1-krzk@kernel.org>
2017-06-08 16:10 ` [PATCH 16/35] alpha: defconfig: Cleanup from old Kconfig options Krzysztof Kozlowski
2017-06-09 19:59 ` [PATCH 00/35] defconfig: Cleanup from old entries Arnd Bergmann
2017-06-10 16:43 ` Krzysztof Kozlowski
2017-06-12 9:54 ` Arnd Bergmann
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).