[Kernel-packages] [Bug 1744634] Re: [Bug]Crystal Ridge: fix badblocks routines not merging more than one range at a time

2020-05-13 Thread quanxian
** Description changed: Description: The badblocks routines we used from md have a bug where if a new range being added overlaps with multiple distinct ranges, it only merges with the first one. Consider the following operations: badblocks_set(bb, 32, 1); badblocks_set(bb, 34,

[Kernel-packages] [Bug 1744634] Re: [Bug]Crystal Ridge: fix badblocks routines not merging more than one range at a time

2019-10-24 Thread quanxian
** Description changed: Description: The badblocks routines we used from md have a bug where if a new range being added overlaps with multiple distinct ranges, it only merges with the first one. Consider the following operations: badblocks_set(bb, 32, 1); badblocks_set(bb, 34,