From: Greg KH <gregkh@linuxfoundation.org>
To: Borislav Petkov <bp@alien8.de>
Cc: "Thomas Schöbel-Theuer" <thomas@schoebel-theuer.de>,
"Thomas Schoebel-Theuer" <tst@schoebel-theuer.de>,
linux-kernel@vger.kernel.org, "Laura Abbott" <labbott@redhat.com>,
"Rafael J. Wysocki" <rjw@rjwysocki.net>,
"Len Brown" <lenb@kernel.org>, "Tony Luck" <tony.luck@intel.com>,
linux-acpi@vger.kernel.org, stable@vger.kernel.org
Subject: Re: [PATCH] acpi / apei: fix NULL deref during init
Date: Sat, 15 Dec 2018 09:05:47 +0100 [thread overview]
Message-ID: <20181215080547.GD10074@kroah.com> (raw)
In-Reply-To: <20181214225428.GL11710@zn.tnic>
On Fri, Dec 14, 2018 at 11:54:28PM +0100, Borislav Petkov wrote:
> On Fri, Dec 14, 2018 at 11:42:01PM +0100, Thomas Schöbel-Theuer wrote:
> > Ah, I overlooked that commit e56c92565dfe2 is already providing a different
> > solution to the same problem in newer kernels _only_, as a _side_ effect
> > (not clear to me from the description, but clear from reading the code).
>
> Damn, I missed the fact that this is not the upstream kernel:
>
> CPU: 0 PID: 1 UID: 0 Comm: swapper/0 Not tainted 4.4.0-ui18344.004-uiabi1-infong-amd64 #1
>
> > So another alternative would be backporting e56c92565dfe2 to the 4.4 LTS
> > series. Also fine for me.
>
> That looks like the right fix.
>
> A note for the next time: do not send a fix for a stable kernel which is
> not upstream:
>
> >From Documentation/process/stable-kernel-rules.rst:
>
> " - It or an equivalent fix must already exist in Linus' tree (upstream)."
>
> The stable kernels track upstream so if a stable kernel has a problem,
> the first thing one needs to do is to check whether this has been fixed
> upstream and if so, to backport it. This is the case most of the time.
> In the very seldom cases where a separate fix is needed, it needs to be
> handled by asking Greg what to do. :-)
>
> Adding stable@ folks to CC to set me straight if I'm missing something.
Nope, you are correct, thanks!
greg k-h
WARNING: multiple messages have this Message-ID (diff)
From: Greg KH <gregkh@linuxfoundation.org>
To: Borislav Petkov <bp@alien8.de>
Cc: "Thomas Schöbel-Theuer" <thomas@schoebel-theuer.de>,
"Thomas Schoebel-Theuer" <tst@schoebel-theuer.de>,
linux-kernel@vger.kernel.org, "Laura Abbott" <labbott@redhat.com>,
"Rafael J. Wysocki" <rjw@rjwysocki.net>,
"Len Brown" <lenb@kernel.org>, "Tony Luck" <tony.luck@intel.com>,
linux-acpi@vger.kernel.org, stable@vger.kernel.org
Subject: Re: [PATCH] acpi / apei: fix NULL deref during init
Date: Sat, 15 Dec 2018 09:05:47 +0100 [thread overview]
Message-ID: <20181215080547.GD10074@kroah.com> (raw)
In-Reply-To: <20181214225428.GL11710@zn.tnic>
On Fri, Dec 14, 2018 at 11:54:28PM +0100, Borislav Petkov wrote:
> On Fri, Dec 14, 2018 at 11:42:01PM +0100, Thomas Sch�bel-Theuer wrote:
> > Ah, I overlooked that commit e56c92565dfe2 is already providing a different
> > solution to the same problem in newer kernels _only_, as a _side_ effect
> > (not clear to me from the description, but clear from reading the code).
>
> Damn, I missed the fact that this is not the upstream kernel:
>
> CPU: 0 PID: 1 UID: 0 Comm: swapper/0 Not tainted 4.4.0-ui18344.004-uiabi1-infong-amd64 #1
>
> > So another alternative would be backporting e56c92565dfe2 to the 4.4 LTS
> > series. Also fine for me.
>
> That looks like the right fix.
>
> A note for the next time: do not send a fix for a stable kernel which is
> not upstream:
>
> >From Documentation/process/stable-kernel-rules.rst:
>
> " - It or an equivalent fix must already exist in Linus' tree (upstream)."
>
> The stable kernels track upstream so if a stable kernel has a problem,
> the first thing one needs to do is to check whether this has been fixed
> upstream and if so, to backport it. This is the case most of the time.
> In the very seldom cases where a separate fix is needed, it needs to be
> handled by asking Greg what to do. :-)
>
> Adding stable@ folks to CC to set me straight if I'm missing something.
Nope, you are correct, thanks!
greg k-h
next prev parent reply other threads:[~2018-12-15 8:05 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-14 18:15 [PATCH] acpi / apei: fix NULL deref during init Thomas Schoebel-Theuer
2018-12-14 18:43 ` Laura Abbott
2018-12-14 20:24 ` Borislav Petkov
2018-12-14 21:27 ` Thomas Schoebel-Theuer
2018-12-14 22:22 ` Borislav Petkov
2018-12-14 22:42 ` Thomas Schöbel-Theuer
2018-12-14 22:54 ` Borislav Petkov
2018-12-14 22:54 ` Borislav Petkov
2018-12-15 8:05 ` Greg KH [this message]
2018-12-15 8:05 ` Greg KH
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=20181215080547.GD10074@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=bp@alien8.de \
--cc=labbott@redhat.com \
--cc=lenb@kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rjw@rjwysocki.net \
--cc=stable@vger.kernel.org \
--cc=thomas@schoebel-theuer.de \
--cc=tony.luck@intel.com \
--cc=tst@schoebel-theuer.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.