From: Nicolai Stange <nicstange@gmail.com>
To: "Theodore Ts'o" <tytso@mit.edu>,
Andreas Dilger <adilger.kernel@dilger.ca>
Cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org,
Nicolai Stange <nicstange@gmail.com>
Subject: [PATCH v2 0/2] fs/ext4: mballoc.c: silence two UBSAN reports
Date: Sat, 19 Mar 2016 22:12:03 +0100 [thread overview]
Message-ID: <1458421925-5481-1-git-send-email-nicstange@gmail.com> (raw)
v1 can be found here:
http://lkml.kernel.org/g/1458417247-3164-1-git-send-email-nicstange@gmail.com
Unfortunately, I failed to recognize that the very same issue fixed by v1
appears again at another place in fs/ext4/mballoc.c.
Hence a v2 with the [2/2] addressing that second occurence.
Applicable to linux-next-20160318.
Changes to v1:
[1/2] ("fs/ext4: mb_find_order_for_block(): silence UBSAN")
- corrected GCC version from 4.6.0 to 6.0.0 in commit message
[2/2] ("fs/ext4: ext4_mb_init(): silence UBSAN")
- new.
Nicolai Stange (2):
fs/ext4: mb_find_order_for_block(): silence UBSAN
fs/ext4: ext4_mb_init(): silence UBSAN
fs/ext4/mballoc.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
--
2.7.3
next reply other threads:[~2016-03-19 21:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-19 21:12 Nicolai Stange [this message]
2016-03-19 21:12 ` [PATCH v2 1/2] fs/ext4: mb_find_order_for_block(): silence UBSAN Nicolai Stange
2016-05-05 21:58 ` Theodore Ts'o
2016-03-19 21:12 ` [PATCH v2 2/2] fs/ext4: ext4_mb_init(): " Nicolai Stange
2016-05-05 23:47 ` Theodore Ts'o
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=1458421925-5481-1-git-send-email-nicstange@gmail.com \
--to=nicstange@gmail.com \
--cc=adilger.kernel@dilger.ca \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tytso@mit.edu \
/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).