mbox series

[GIT,PULL] md-6.8 20240125

Message ID 19B1724B-E840-4A83-BF7F-3A3FE2C26776@fb.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] md-6.8 20240125 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-6.8-20240126

Message

Song Liu Jan. 25, 2024, 11:59 p.m. UTC
Hi Jens, 

Please consider pulling the following fix on top of your block-6.8 branch. 
This change fixes a RCU warning. 

Thanks,
Song



The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-6.8-20240126

for you to fetch changes up to 9f3fe29d77ef4e7f7cb5c4c8c59f6dc373e57e78:

  md: fix a suspicious RCU usage warning (2024-01-24 22:58:00 -0800)

----------------------------------------------------------------
Mikulas Patocka (1):
      md: fix a suspicious RCU usage warning

 drivers/md/raid1.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jens Axboe Jan. 26, 2024, 12:05 a.m. UTC | #1
On 1/25/24 4:59 PM, Song Liu wrote:
> Hi Jens, 
> 
> Please consider pulling the following fix on top of your block-6.8 branch. 
> This change fixes a RCU warning. 

Pulled, thanks.