From: "Theodore Y. Ts'o" <tytso@mit.edu>
To: Greg KH <gregkh@linuxfoundation.org>
Cc: "François Valenduc" <francoisvalenduc@gmail.com>, stable@vger.kernel.org
Subject: Re: Linux 4.14.36
Date: Tue, 24 Apr 2018 11:09:21 -0400 [thread overview]
Message-ID: <20180424150921.GA30619@thunk.org> (raw)
In-Reply-To: <20180424123148.GA20848@kroah.com>
On Tue, Apr 24, 2018 at 02:31:48PM +0200, Greg KH wrote:
> > commit 26dbb30c58ffb85bc015bd5e58831483d50f7d18
> > Author: Theodore Ts'o <tytso@mit.edu>
> > Date: Thu Mar 29 22:10:31 2018 -0400
> >
> > ext4: always initialize the crc32c checksum driver
> >
> > commit a45403b51582a87872927a3e0fc0a389c26867f1 upstream.
> >
> > The extended attribute code now uses the crc32c checksum for hashing
> > purposes, so we should just always always initialize it. We also want
> > to prevent NULL pointer dereferences if one of the metadata checksum
> > features is enabled after the file sytsem is originally mounted.
> >
> > This issue has been assigned CVE-2018-1094.
> >
> > https://bugzilla.kernel.org/show_bug.cgi?id=199183
> > https://bugzilla.redhat.com/show_bug.cgi?id=1560788
> >
> > Signed-off-by: Theodore Ts'o <tytso@mit.edu>
> > Cc: stable@vger.kernel.org
> > Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> >
> > Indeed, if I revert this commit, the problem doesn't occur. 4.16.4 also
> > fails to boot, probably for the same reason, since this commit is also
> > included.
> >
> > Does anybody know what is happening ?
>
> That's really odd. Do we not have "enough" randomness at boot time?
This commit has nothing to do with randomness. All it does is forceh
loading the crc32c checksum driver unconditionally. If the checksum
driver is being built as a module, then it must be included in the
initramfs. I'm guessing that's where the problem is --- it's probably
a failure in the distro's initial ramdisk scripts?
- Ted
next prev parent reply other threads:[~2018-04-24 15:09 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-24 9:20 Linux 4.14.36 Greg KH
2018-04-24 9:21 ` Greg KH
2018-04-24 11:52 ` François Valenduc
2018-04-24 12:31 ` Greg KH
2018-04-24 12:40 ` François Valenduc
2018-04-24 12:50 ` Greg KH
2018-04-24 14:19 ` François Valenduc
2018-04-24 15:09 ` Theodore Y. Ts'o [this message]
2018-04-24 18:17 ` François Valenduc
2018-04-24 20:25 ` Theodore Y. Ts'o
2018-04-25 20:05 ` François Valenduc
2018-04-26 5:44 ` Greg KH
2018-04-26 6:35 ` Greg KH
2018-04-26 6:22 ` Theodore Y. Ts'o
2018-04-26 11:36 ` François Valenduc
2018-04-26 17:05 ` Theodore Y. Ts'o
2018-04-26 17:22 ` Greg KH
2018-04-26 21:00 ` Theodore Y. Ts'o
2018-04-26 13:42 ` James Blanford
2018-04-26 14:50 ` James Blanford
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=20180424150921.GA30619@thunk.org \
--to=tytso@mit.edu \
--cc=francoisvalenduc@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=stable@vger.kernel.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).