summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPaul Clements <paul.clements@us.sios.com>2021-04-15 17:17:57 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-05-22 10:57:21 +0200
commit12216d0919b64ee2ea5dc7a50e455670f44383d5 (patch)
treeb7d59cd1f0b95e5c80a5f172370d89fcfdedf514 /security
parentab68d4641f557be983f856702b2edc2576a0949d (diff)
md/raid1: properly indicate failure when ending a failed write request
commit 2417b9869b81882ab90fd5ed1081a1cb2d4db1dd upstream. This patch addresses a data corruption bug in raid1 arrays using bitmaps. Without this fix, the bitmap bits for the failed I/O end up being cleared. Since we are in the failure leg of raid1_end_write_request, the request either needs to be retried (R1BIO_WriteError) or failed (R1BIO_Degraded). Fixes: eeba6809d8d5 ("md/raid1: end bio when the device faulty") Cc: stable@vger.kernel.org # v5.2+ Signed-off-by: Paul Clements <paul.clements@us.sios.com> Signed-off-by: Song Liu <song@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'security')
0 files changed, 0 insertions, 0 deletions