linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Richard Weinberger <richard.weinberger@gmail.com>
To: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Cc: Krzysztof Kozlowski <krzk@kernel.org>,
	Jeff Dike <jdike@addtoit.com>,
	Richard Weinberger <richard@nod.at>,
	linux-um <linux-um@lists.infradead.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] um: configs: Cleanup CONFIG_IOSCHED_CFQ
Date: Sun, 29 Mar 2020 23:33:51 +0200	[thread overview]
Message-ID: <CAFLxGvyPRUPkEdntpiN34sviz4D275E_bYCqi0hkwmycZ+ZvTQ@mail.gmail.com> (raw)
In-Reply-To: <6e686a54-2e1c-b690-d465-369e0d712bba@cambridgegreys.com>

On Mon, Feb 10, 2020 at 3:41 PM Anton Ivanov
<anton.ivanov@cambridgegreys.com> wrote:
>
>
>
> On 30/01/2020 19:22, Krzysztof Kozlowski wrote:
> > CONFIG_IOSCHED_CFQ is since commit f382fb0bcef4 ("block: remove legacy
> > IO schedulers").
> >
> > The IOSCHED_BFQ seems to replace IOSCHED_CFQ so select it in configs
> > previously choosing the latter.
> >
> > Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> > ---
> >   arch/um/configs/i386_defconfig   | 2 +-
> >   arch/um/configs/x86_64_defconfig | 2 +-
> >   2 files changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/arch/um/configs/i386_defconfig b/arch/um/configs/i386_defconfig
> > index 73e98bb57bf5..fb51bd206dbe 100644
> > --- a/arch/um/configs/i386_defconfig
> > +++ b/arch/um/configs/i386_defconfig
> > @@ -26,7 +26,7 @@ CONFIG_SLAB=y
> >   CONFIG_MODULES=y
> >   CONFIG_MODULE_UNLOAD=y
> >   # CONFIG_BLK_DEV_BSG is not set
> > -CONFIG_IOSCHED_CFQ=m
> > +CONFIG_IOSCHED_BFQ=m
> >   CONFIG_SSL=y
> >   CONFIG_NULL_CHAN=y
> >   CONFIG_PORT_CHAN=y
> > diff --git a/arch/um/configs/x86_64_defconfig b/arch/um/configs/x86_64_defconfig
> > index 3281d7600225..477b87317424 100644
> > --- a/arch/um/configs/x86_64_defconfig
> > +++ b/arch/um/configs/x86_64_defconfig
> > @@ -24,7 +24,7 @@ CONFIG_SLAB=y
> >   CONFIG_MODULES=y
> >   CONFIG_MODULE_UNLOAD=y
> >   # CONFIG_BLK_DEV_BSG is not set
> > -CONFIG_IOSCHED_CFQ=m
> > +CONFIG_IOSCHED_BFQ=m
> >   CONFIG_SSL=y
> >   CONFIG_NULL_CHAN=y
> >   CONFIG_PORT_CHAN=y
> >
>
> Acked-by: Anton Ivanov <anton.ivanov@cambridgegreys.com>

Applied, thanks!

-- 
Thanks,
//richard

      reply	other threads:[~2020-03-29 21:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-30 19:22 [PATCH] um: configs: Cleanup CONFIG_IOSCHED_CFQ Krzysztof Kozlowski
2020-02-10 14:40 ` Anton Ivanov
2020-03-29 21:33   ` Richard Weinberger [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=CAFLxGvyPRUPkEdntpiN34sviz4D275E_bYCqi0hkwmycZ+ZvTQ@mail.gmail.com \
    --to=richard.weinberger@gmail.com \
    --cc=anton.ivanov@cambridgegreys.com \
    --cc=jdike@addtoit.com \
    --cc=krzk@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-um@lists.infradead.org \
    --cc=richard@nod.at \
    /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;
as well as URLs for NNTP newsgroup(s).