mbox series

[GIT,PULL] md-fixes 20230329

Message ID B94EC4B1-8772-4A2C-A454-625B661C03B8@fb.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] md-fixes 20230329 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-fixes-2023-03-29

Message

Song Liu March 29, 2023, 6:53 p.m. UTC
Hi Jens, 

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

This commit, by Yu Kuai, fixes a null pointer deference in 6.3 RCs. 

Thanks,
Song



The following changes since commit bb430b69422640891b0b8db762885730579a4145:

  loop: LOOP_CONFIGURE: send uevents for partitions (2023-03-27 13:27:06 -0600)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-fixes-2023-03-29

for you to fetch changes up to 433279beba1d4872da10b7b60a539e0cb828b32b:

  md: fix regression for null-ptr-deference in __md_stop() (2023-03-29 11:30:20 -0700)

----------------------------------------------------------------
Yu Kuai (1):
      md: fix regression for null-ptr-deference in __md_stop()

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

Comments

Jens Axboe March 31, 2023, 2:31 a.m. UTC | #1
On 3/29/23 12:53 PM, Song Liu wrote:
> Hi Jens, 
> 
> Please consider pulling the following fix for md-fixes on top of your 
> block-6.3 branch. 
> 
> This commit, by Yu Kuai, fixes a null pointer deference in 6.3 RCs.

Pulled.