mbox series

[GIT,PULL] md-6.11 20240815

Message ID A867CBE9-CE6D-4A8B-AAC0-C9DA4BCB15BD@fb.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] md-6.11 20240815 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-6.11-20240815

Message

Song Liu Aug. 15, 2024, 8:51 p.m. UTC
Hi Jens, 

Please consider pulling the following fix for md-6.11 on top of your 
block-6.11 branch. 

This patch fixes a potential data corruption in degraded raid0 array
with slow (WriteMostly) drives. This issue was introduced in upstream 
6.9 kernel. 

Thanks,
Song



The following changes since commit 7db4042336580dfd75cb5faa82c12cd51098c90b:

  s390/dasd: fix error recovery leading to data corruption on ESE devices (2024-08-12 10:31:08 -0600)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-6.11-20240815

for you to fetch changes up to c916ca35308d3187c9928664f9be249b22a3a701:

  md/raid1: Fix data corruption for degraded array with slow disk (2024-08-15 13:38:17 -0700)

----------------------------------------------------------------
Yu Kuai (1):
      md/raid1: Fix data corruption for degraded array with slow disk

 drivers/md/raid1.c | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Comments

Jens Axboe Aug. 15, 2024, 8:54 p.m. UTC | #1
On 8/15/24 2:51 PM, Song Liu wrote:
> Hi Jens, 
> 
> Please consider pulling the following fix for md-6.11 on top of your 
> block-6.11 branch. 
> 
> This patch fixes a potential data corruption in degraded raid0 array
> with slow (WriteMostly) drives. This issue was introduced in upstream 
> 6.9 kernel. 

Pulled, thanks.
Mateusz Jończyk Aug. 15, 2024, 8:56 p.m. UTC | #2
W dniu 15.08.2024 o 22:51, Song Liu pisze:
> Hi Jens, 
Hello,
> Please consider pulling the following fix for md-6.11 on top of your 
> block-6.11 branch. 
>
> This patch fixes a potential data corruption in degraded raid0 array
a degraded raid1 array
> with slow (WriteMostly) drives. This issue was introduced in upstream 
> 6.9 kernel. 
>
> Thanks,
> Song

Greetings,

Mateusz

>
>
> The following changes since commit 7db4042336580dfd75cb5faa82c12cd51098c90b:
>
>   s390/dasd: fix error recovery leading to data corruption on ESE devices (2024-08-12 10:31:08 -0600)
>
> are available in the Git repository at:
>
>   https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-6.11-20240815
>
> for you to fetch changes up to c916ca35308d3187c9928664f9be249b22a3a701:
>
>   md/raid1: Fix data corruption for degraded array with slow disk (2024-08-15 13:38:17 -0700)
>
> ----------------------------------------------------------------
> Yu Kuai (1):
>       md/raid1: Fix data corruption for degraded array with slow disk
>
>  drivers/md/raid1.c | 14 ++++++++++----
>  1 file changed, 10 insertions(+), 4 deletions(-)