linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Matteo Croce <mcroce@redhat.com>
Cc: Luis Chamberlain <mcgrof@kernel.org>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	Kees Cook <keescook@chromium.org>,
	Aaron Tomlin <atomlin@redhat.com>,
	Matthew Wilcox <willy@infradead.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	"Rafael J. Wysocki" <rafael@kernel.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] proc/sysctl: make firmware loader table conditional
Date: Mon, 17 Jun 2019 17:00:11 +0200	[thread overview]
Message-ID: <CAK8P3a3SOgF90wf_huoYV9_OR+xU=007bdVPGoo7pE6FJBvwgw@mail.gmail.com> (raw)
In-Reply-To: <CAGnkfhwdDd=wR4A7C1n_fKXc1HZZMAOe3eUDxfq6QdBPZTpSRg@mail.gmail.com>

On Mon, Jun 17, 2019 at 4:42 PM Matteo Croce <mcroce@redhat.com> wrote:
> >  drivers/base/firmware_loader/fallback_table.c | 2 ++
> >  1 file changed, 2 insertions(+)
> >
> > diff --git a/drivers/base/firmware_loader/fallback_table.c b/drivers/base/firmware_loader/fallback_table.c
> > index 58d4a1263480..ba9d30b28edc 100644
> > --- a/drivers/base/firmware_loader/fallback_table.c
> > +++ b/drivers/base/firmware_loader/fallback_table.c
> > @@ -23,6 +23,7 @@ struct firmware_fallback_config fw_fallback_config = {
> >  };
> >  EXPORT_SYMBOL_GPL(fw_fallback_config);
> >
> > +#ifdef CONFIG_SYSCTL
> >  struct ctl_table firmware_config_table[] = {
> >         {
> >                 .procname       = "force_sysfs_fallback",
> > @@ -45,3 +46,4 @@ struct ctl_table firmware_config_table[] = {
> >         { }
> >  };
> >  EXPORT_SYMBOL_GPL(firmware_config_table);
> > +#endif
> > --
> > 2.20.0
> >
>
> Hi Arnd,
>
> I think I've posted a similar patch before, I don't know if it's
> already in linux-next:
>
> https://lore.kernel.org/linux-next/20190531012649.31797-1-mcroce@redhat.com/
>

Indeed, that is almost the same patch. Not sure what happened.

As Stephen replied to your patch, he had picked it up originally.
Maybe it got lost in a rebase since then.

        Arnd

      reply	other threads:[~2019-06-17 15:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-17 12:59 [PATCH] proc/sysctl: make firmware loader table conditional Arnd Bergmann
2019-06-17 14:41 ` Matteo Croce
2019-06-17 15:00   ` Arnd Bergmann [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='CAK8P3a3SOgF90wf_huoYV9_OR+xU=007bdVPGoo7pE6FJBvwgw@mail.gmail.com' \
    --to=arnd@arndb.de \
    --cc=akpm@linux-foundation.org \
    --cc=atomlin@redhat.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=keescook@chromium.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mcgrof@kernel.org \
    --cc=mcroce@redhat.com \
    --cc=rafael@kernel.org \
    --cc=sfr@canb.auug.org.au \
    --cc=willy@infradead.org \
    /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).