linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] fs/ext4: mballoc.c: silence two UBSAN reports
@ 2016-03-19 21:12 Nicolai Stange
  2016-03-19 21:12 ` [PATCH v2 1/2] fs/ext4: mb_find_order_for_block(): silence UBSAN Nicolai Stange
  2016-03-19 21:12 ` [PATCH v2 2/2] fs/ext4: ext4_mb_init(): " Nicolai Stange
  0 siblings, 2 replies; 5+ messages in thread
From: Nicolai Stange @ 2016-03-19 21:12 UTC (permalink / raw)
  To: Theodore Ts'o, Andreas Dilger
  Cc: linux-ext4, linux-kernel, Nicolai Stange

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-05-05 23:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-19 21:12 [PATCH v2 0/2] fs/ext4: mballoc.c: silence two UBSAN reports Nicolai Stange
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

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).