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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2A149C4332F for ; Thu, 16 Dec 2021 10:41:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236148AbhLPKlS (ORCPT ); Thu, 16 Dec 2021 05:41:18 -0500 Received: from elvis.franken.de ([193.175.24.41]:50245 "EHLO elvis.franken.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230467AbhLPKlS (ORCPT ); Thu, 16 Dec 2021 05:41:18 -0500 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 Cc: Steve French , Jonathan Corbet , David Howells , Russell King , Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , Yoshinori Sato , Rich Felker , Matti Vaittinen , Lee Jones , Jeff Layton , Greg Kroah-Hartman , Arnd Bergmann , Ronnie Sahlberg , Guenter Roeck , Wim Van Sebroeck , Lukas Bulwahn , Luis Chamberlain , Kalle Valo , linux-cifs@vger.kernel.org, samba-technical@lists.samba.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-cachefs@redhat.com, linux-arm-kernel@lists.infradead.org, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-sh@vger.kernel.org, linux-power@fi.rohmeurope.com 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) Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org 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 ]