Commit 7d07402
committed
Merge tag 'md-next-20230814-resend' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into for-6.6/block
Pull MD fixes from Song:
"1. raid6test build fixes, by WANG Xuerui
2. Various non-urgent fixes."
* tag 'md-next-20230814-resend' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md:
md/raid5-cache: fix null-ptr-deref for r5l_flush_stripe_to_raid()
raid6: test: only check for Altivec if building on powerpc hosts
raid6: test: make sure all intermediate and artifact files are .gitignored
raid6: test: cosmetic cleanups for the test Makefile
raid6: guard the tables.c include of <linux/export.h> with __KERNEL__
raid6: remove the <linux/export.h> include from recov.c
md: Hold mddev->reconfig_mutex when trying to get mddev->sync_thread
md/raid10: fix a 'conf->barrier' leakage in raid10_takeover()
md: raid1: fix potential OOB in raid1_remove_disk()
md/raid5-cache: fix a deadlock in r5l_exit_log()11 files changed
Lines changed: 57 additions & 45 deletions
File tree
- drivers/md
- lib/raid6
- test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
952 | 952 | | |
953 | 953 | | |
954 | 954 | | |
955 | | - | |
956 | | - | |
| 955 | + | |
| 956 | + | |
957 | 957 | | |
958 | 958 | | |
959 | 959 | | |
| |||
1015 | 1015 | | |
1016 | 1016 | | |
1017 | 1017 | | |
1018 | | - | |
1019 | | - | |
| 1018 | + | |
| 1019 | + | |
1020 | 1020 | | |
1021 | 1021 | | |
1022 | 1022 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6258 | 6258 | | |
6259 | 6259 | | |
6260 | 6260 | | |
6261 | | - | |
| 6261 | + | |
6262 | 6262 | | |
6263 | 6263 | | |
6264 | 6264 | | |
| |||
7990 | 7990 | | |
7991 | 7991 | | |
7992 | 7992 | | |
7993 | | - | |
| 7993 | + | |
7994 | 7994 | | |
7995 | | - | |
| 7995 | + | |
| 7996 | + | |
7996 | 7997 | | |
7997 | 7998 | | |
7998 | 7999 | | |
| |||
9484 | 9485 | | |
9485 | 9486 | | |
9486 | 9487 | | |
9487 | | - | |
| 9488 | + | |
9488 | 9489 | | |
9489 | 9490 | | |
9490 | 9491 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
761 | 761 | | |
762 | 762 | | |
763 | 763 | | |
764 | | - | |
| 764 | + | |
765 | 765 | | |
766 | 766 | | |
767 | 767 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1837 | 1837 | | |
1838 | 1838 | | |
1839 | 1839 | | |
| 1840 | + | |
| 1841 | + | |
| 1842 | + | |
| 1843 | + | |
1840 | 1844 | | |
1841 | 1845 | | |
1842 | 1846 | | |
| |||
3152 | 3156 | | |
3153 | 3157 | | |
3154 | 3158 | | |
3155 | | - | |
| 3159 | + | |
3156 | 3160 | | |
3157 | 3161 | | |
3158 | 3162 | | |
| |||
3179 | 3183 | | |
3180 | 3184 | | |
3181 | 3185 | | |
3182 | | - | |
| 3186 | + | |
3183 | 3187 | | |
3184 | 3188 | | |
3185 | 3189 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4320 | 4320 | | |
4321 | 4321 | | |
4322 | 4322 | | |
4323 | | - | |
| 4323 | + | |
4324 | 4324 | | |
4325 | 4325 | | |
4326 | 4326 | | |
| |||
4417 | 4417 | | |
4418 | 4418 | | |
4419 | 4419 | | |
4420 | | - | |
4421 | 4420 | | |
4422 | 4421 | | |
4423 | 4422 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1260 | 1260 | | |
1261 | 1261 | | |
1262 | 1262 | | |
| 1263 | + | |
1263 | 1264 | | |
1264 | 1265 | | |
1265 | 1266 | | |
1266 | 1267 | | |
1267 | 1268 | | |
1268 | 1269 | | |
1269 | | - | |
1270 | | - | |
1271 | 1270 | | |
1272 | 1271 | | |
1273 | 1272 | | |
| |||
3168 | 3167 | | |
3169 | 3168 | | |
3170 | 3169 | | |
3171 | | - | |
3172 | | - | |
3173 | | - | |
3174 | | - | |
| 3170 | + | |
3175 | 3171 | | |
| 3172 | + | |
| 3173 | + | |
| 3174 | + | |
| 3175 | + | |
3176 | 3176 | | |
| 3177 | + | |
| 3178 | + | |
3177 | 3179 | | |
3178 | 3180 | | |
3179 | 3181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8107 | 8107 | | |
8108 | 8108 | | |
8109 | 8109 | | |
8110 | | - | |
| 8110 | + | |
8111 | 8111 | | |
8112 | 8112 | | |
8113 | 8113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
59 | 60 | | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments