Linux CIFS filesystem development
 help / color / mirror / Atom feed
From: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
To: Alexandre Ghiti <alexandre.ghiti@canonical.com>
Cc: Steve French <sfrench@samba.org>,
	Jonathan Corbet <corbet@lwn.net>,
	David Howells <dhowells@redhat.com>,
	Russell King <linux@armlinux.org.uk>,
	Michael Ellerman <mpe@ellerman.id.au>,
	Benjamin Herrenschmidt <benh@kernel.crashing.org>,
	Paul Mackerras <paulus@samba.org>,
	Yoshinori Sato <ysato@users.sourceforge.jp>,
	Rich Felker <dalias@libc.org>,
	Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>,
	Lee Jones <lee.jones@linaro.org>,
	Jeff Layton <jlayton@kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Arnd Bergmann <arnd@arndb.de>,
	Ronnie Sahlberg <lsahlber@redhat.com>,
	Guenter Roeck <linux@roeck-us.net>,
	Wim Van Sebroeck <wim@linux-watchdog.org>,
	Lukas Bulwahn <lukas.bulwahn@gmail.com>,
	Luis Chamberlain <mcgrof@kernel.org>,
	Kalle Valo <kvalo@codeaurora.org>,
	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
Date: Thu, 16 Dec 2021 11:40:49 +0100	[thread overview]
Message-ID: <20211216104049.GA10578@alpha.franken.de> (raw)
In-Reply-To: <20211216094426.2083802-1-alexandre.ghiti@canonical.com>

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 <tsbogend@alpha.franken.de>

-- 
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea.                                                [ RFC1925, 2.3 ]

      parent reply	other threads:[~2021-12-16 10:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-16  9:44 [PATCH v2 0/6] Cleanup after removal of configs Alexandre Ghiti
2021-12-16  9:44 ` [PATCH v2 1/6] Documentation, arch: Remove leftovers from fscache/cachefiles histograms Alexandre Ghiti
2021-12-16  9:44 ` [PATCH v2 2/6] Documentation, arch: Remove leftovers from raw device Alexandre Ghiti
2021-12-16  9:44 ` [PATCH v2 3/6] Documentation, arch: Remove leftovers from CIFS_WEAK_PW_HASH Alexandre Ghiti
2021-12-16  9:44 ` [PATCH v2 4/6] arch: Remove leftovers from mandatory file locking Alexandre Ghiti
2021-12-16  9:44 ` [PATCH v2 5/6] Documentation, arch, fs: Remove leftovers from fscache object list Alexandre Ghiti
2021-12-17 13:01   ` David Howells
2021-12-17 13:09     ` Arnd Bergmann
2021-12-16  9:44 ` [PATCH v2 6/6] arch: Remove leftovers from prism54 wireless driver Alexandre Ghiti
2021-12-16 10:40 ` Thomas Bogendoerfer [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211216104049.GA10578@alpha.franken.de \
    --to=tsbogend@alpha.franken.de \
    --cc=alexandre.ghiti@canonical.com \
    --cc=arnd@arndb.de \
    --cc=benh@kernel.crashing.org \
    --cc=corbet@lwn.net \
    --cc=dalias@libc.org \
    --cc=dhowells@redhat.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jlayton@kernel.org \
    --cc=kvalo@codeaurora.org \
    --cc=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-cachefs@redhat.com \
    --cc=linux-cifs@vger.kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux-power@fi.rohmeurope.com \
    --cc=linux-sh@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=linux@roeck-us.net \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=lsahlber@redhat.com \
    --cc=lukas.bulwahn@gmail.com \
    --cc=matti.vaittinen@fi.rohmeurope.com \
    --cc=mcgrof@kernel.org \
    --cc=mpe@ellerman.id.au \
    --cc=paulus@samba.org \
    --cc=samba-technical@lists.samba.org \
    --cc=sfrench@samba.org \
    --cc=wim@linux-watchdog.org \
    --cc=ysato@users.sourceforge.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox