Commit 9e193a0
committed
Merge tag 'md-6.19-20251231' of gitolite.kernel.org:pub/scm/linux/kernel/git/mdraid/linux into block-6.19
Pull MD fixes from Yu Kuai:
"- Fix null-pointer dereference in raid5 sysfs group_thread_cnt store
(Tuo Li)
- Fix possible mempool corruption during raid1 raid_disks update via
sysfs (FengWei Shih)
- Fix logical_block_size configuration being overwritten during
super_1_validate() (Li Nan)
- Fix forward incompatibility with configurable logical block size:
arrays assembled on new kernels could not be assembled on kernels
<=6.18 due to non-zero reserved pad rejection (Li Nan)
- Fix static checker warning about iterator not incremented (Li Nan)"
* tag 'md-6.19-20251231' of gitolite.kernel.org:pub/scm/linux/kernel/git/mdraid/linux:
md: Fix forward incompatibility from configurable logical block size
md: Fix logical_block_size configuration being overwritten
md: suspend array while updating raid_disks via sysfs
md/raid5: fix possible null-pointer dereferences in raid5_store_group_thread_cnt()
md: Fix static checker warning in analyze_sbs2 files changed
Lines changed: 56 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1999 | 1999 | | |
2000 | 2000 | | |
2001 | 2001 | | |
2002 | | - | |
2003 | 2002 | | |
2004 | 2003 | | |
2005 | 2004 | | |
| |||
2015 | 2014 | | |
2016 | 2015 | | |
2017 | 2016 | | |
| 2017 | + | |
| 2018 | + | |
| 2019 | + | |
2018 | 2020 | | |
2019 | 2021 | | |
2020 | 2022 | | |
| |||
3882 | 3884 | | |
3883 | 3885 | | |
3884 | 3886 | | |
3885 | | - | |
3886 | 3887 | | |
3887 | 3888 | | |
3888 | 3889 | | |
| |||
3909 | 3910 | | |
3910 | 3911 | | |
3911 | 3912 | | |
3912 | | - | |
3913 | 3913 | | |
3914 | 3914 | | |
3915 | | - | |
3916 | | - | |
| 3915 | + | |
3917 | 3916 | | |
3918 | 3917 | | |
3919 | 3918 | | |
| |||
4407 | 4406 | | |
4408 | 4407 | | |
4409 | 4408 | | |
4410 | | - | |
| 4409 | + | |
4411 | 4410 | | |
4412 | 4411 | | |
4413 | 4412 | | |
| |||
4432 | 4431 | | |
4433 | 4432 | | |
4434 | 4433 | | |
4435 | | - | |
| 4434 | + | |
4436 | 4435 | | |
4437 | 4436 | | |
4438 | 4437 | | |
| |||
5981 | 5980 | | |
5982 | 5981 | | |
5983 | 5982 | | |
5984 | | - | |
5985 | | - | |
5986 | | - | |
5987 | 5983 | | |
5988 | 5984 | | |
5989 | 5985 | | |
5990 | 5986 | | |
| 5987 | + | |
| 5988 | + | |
| 5989 | + | |
| 5990 | + | |
| 5991 | + | |
| 5992 | + | |
| 5993 | + | |
| 5994 | + | |
| 5995 | + | |
| 5996 | + | |
| 5997 | + | |
| 5998 | + | |
| 5999 | + | |
| 6000 | + | |
| 6001 | + | |
| 6002 | + | |
| 6003 | + | |
| 6004 | + | |
| 6005 | + | |
| 6006 | + | |
| 6007 | + | |
| 6008 | + | |
| 6009 | + | |
5991 | 6010 | | |
5992 | 6011 | | |
5993 | 6012 | | |
| |||
6163 | 6182 | | |
6164 | 6183 | | |
6165 | 6184 | | |
6166 | | - | |
| 6185 | + | |
| 6186 | + | |
| 6187 | + | |
| 6188 | + | |
| 6189 | + | |
| 6190 | + | |
| 6191 | + | |
| 6192 | + | |
| 6193 | + | |
| 6194 | + | |
| 6195 | + | |
| 6196 | + | |
| 6197 | + | |
| 6198 | + | |
| 6199 | + | |
| 6200 | + | |
| 6201 | + | |
| 6202 | + | |
| 6203 | + | |
| 6204 | + | |
| 6205 | + | |
6167 | 6206 | | |
6168 | 6207 | | |
6169 | 6208 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7187 | 7187 | | |
7188 | 7188 | | |
7189 | 7189 | | |
| 7190 | + | |
| 7191 | + | |
| 7192 | + | |
| 7193 | + | |
| 7194 | + | |
7190 | 7195 | | |
7191 | 7196 | | |
7192 | | - | |
7193 | | - | |
7194 | | - | |
7195 | | - | |
| 7197 | + | |
7196 | 7198 | | |
7197 | 7199 | | |
7198 | 7200 | | |
| |||
0 commit comments