From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 00F4AC433EF for ; Thu, 16 Dec 2021 10:41:52 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4JF7vz2fmqz3cRg for ; Thu, 16 Dec 2021 21:41:51 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.helo=elvis.franken.de (client-ip=193.175.24.41; helo=elvis.franken.de; envelope-from=tsbogend@alpha.franken.de; receiver=) Received: from elvis.franken.de (elvis.franken.de [193.175.24.41]) by lists.ozlabs.org (Postfix) with ESMTP id 4JF7vV2S9Wz2ynd for ; Thu, 16 Dec 2021 21:41:23 +1100 (AEDT) Received: from uucp (helo=alpha) by elvis.franken.de with local-bsmtp (Exim 3.36 #1) id 1mxoC2-00089d-00; Thu, 16 Dec 2021 11:40:58 +0100 Received: by alpha.franken.de (Postfix, from userid 1000) id 5AA86C075D; Thu, 16 Dec 2021 11:40:49 +0100 (CET) Date: Thu, 16 Dec 2021 11:40:49 +0100 From: Thomas Bogendoerfer To: Alexandre Ghiti Subject: Re: [PATCH v2 0/6] Cleanup after removal of configs Message-ID: <20211216104049.GA10578@alpha.franken.de> References: <20211216094426.2083802-1-alexandre.ghiti@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211216094426.2083802-1-alexandre.ghiti@canonical.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Rich Felker , linux-doc@vger.kernel.org, Matti Vaittinen , linux-mips@vger.kernel.org, David Howells , Paul Mackerras , Lee Jones , linux-cifs@vger.kernel.org, Yoshinori Sato , Jonathan Corbet , linux-sh@vger.kernel.org, Russell King , linux-cachefs@redhat.com, linux-arm-kernel@lists.infradead.org, Lukas Bulwahn , Guenter Roeck , Arnd Bergmann , Wim Van Sebroeck , Kalle Valo , Greg Kroah-Hartman , samba-technical@lists.samba.org, linux-kernel@vger.kernel.org, Ronnie Sahlberg , Steve French , Luis Chamberlain , Jeff Layton , linuxppc-dev@lists.ozlabs.org, linux-power@fi.rohmeurope.com Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Thu, Dec 16, 2021 at 10:44:20AM +0100, Alexandre Ghiti wrote: > While bumping from 5.13 to 5.15, I found that a few deleted configs had > left some pieces here and there: this patchset cleans that. > > Changes in v2: > - Rebase on top of v5.16-rc1 > - Removed patch 6 since Matti said he would take care of that > - Added AB, RB > > Alexandre Ghiti (6): > Documentation, arch: Remove leftovers from fscache/cachefiles > histograms > Documentation, arch: Remove leftovers from raw device > Documentation, arch: Remove leftovers from CIFS_WEAK_PW_HASH > arch: Remove leftovers from mandatory file locking > Documentation, arch, fs: Remove leftovers from fscache object list > arch: Remove leftovers from prism54 wireless driver > > Documentation/admin-guide/cifs/usage.rst | 7 +- > Documentation/admin-guide/devices.txt | 8 +- > .../filesystems/caching/cachefiles.rst | 34 ----- > Documentation/filesystems/caching/fscache.rst | 123 +----------------- > arch/arm/configs/axm55xx_defconfig | 3 - > arch/arm/configs/cm_x300_defconfig | 1 - > arch/arm/configs/ezx_defconfig | 1 - > arch/arm/configs/imote2_defconfig | 1 - > arch/arm/configs/nhk8815_defconfig | 1 - > arch/arm/configs/pxa_defconfig | 1 - > arch/arm/configs/spear13xx_defconfig | 1 - > arch/arm/configs/spear3xx_defconfig | 1 - > arch/arm/configs/spear6xx_defconfig | 1 - > arch/mips/configs/decstation_64_defconfig | 1 - > arch/mips/configs/decstation_defconfig | 1 - > arch/mips/configs/decstation_r4k_defconfig | 1 - > arch/mips/configs/fuloong2e_defconfig | 1 - > arch/mips/configs/ip27_defconfig | 1 - > arch/mips/configs/malta_defconfig | 1 - > arch/mips/configs/malta_kvm_defconfig | 1 - > arch/mips/configs/malta_qemu_32r6_defconfig | 1 - > arch/mips/configs/maltaaprp_defconfig | 1 - > arch/mips/configs/maltasmvp_defconfig | 1 - > arch/mips/configs/maltasmvp_eva_defconfig | 1 - > arch/mips/configs/maltaup_defconfig | 1 - > arch/mips/configs/maltaup_xpa_defconfig | 1 - > arch/powerpc/configs/pmac32_defconfig | 1 - > arch/powerpc/configs/ppc6xx_defconfig | 1 - > arch/powerpc/configs/pseries_defconfig | 1 - > arch/sh/configs/titan_defconfig | 1 - > fs/fscache/object.c | 3 - > fs/fscache/proc.c | 12 -- > 32 files changed, 6 insertions(+), 209 deletions(-) for the MIPS parts: Acked-by: Thomas Bogendoerfer -- Crap can work. Given enough thrust pigs will fly, but it's not necessarily a good idea. [ RFC1925, 2.3 ]