Commit c069445
committed
Merge tag 'mm-hotfixes-stable-2025-06-22-18-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Pull misc fixes from Andrew Morton:
"20 hotfixes. 7 are cc:stable and the remainder address post-6.15
issues or aren't considered necessary for -stable kernels. Only 4 are
for MM.
- The series `Revert "bcache: update min_heap_callbacks to use
default builtin swap"' from Kuan-Wei Chiu backs out the author's
recent min_heap changes due to a performance regression.
A fix for this regression has been developed but we felt it best to
go back to the known-good version to give the new code more bake
time.
- A lot of MAINTAINERS maintenance.
I like to get these changes upstreamed promptly because they can't
break things and more accurate/complete MAINTAINERS info hopefully
improves the speed and accuracy of our responses to submitters and
reporters"
* tag 'mm-hotfixes-stable-2025-06-22-18-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm:
MAINTAINERS: add additional mmap-related files to mmap section
MAINTAINERS: add memfd, shmem quota files to shmem section
MAINTAINERS: add stray rmap file to mm rmap section
MAINTAINERS: add hugetlb_cgroup.c to hugetlb section
MAINTAINERS: add further init files to mm init block
MAINTAINERS: update maintainers for HugeTLB
maple_tree: fix MA_STATE_PREALLOC flag in mas_preallocate()
MAINTAINERS: add missing test files to mm gup section
MAINTAINERS: add missing mm/workingset.c file to mm reclaim section
selftests/mm: skip uprobe vma merge test if uprobes are not enabled
bcache: remove unnecessary select MIN_HEAP
Revert "bcache: remove heap-related macros and switch to generic min_heap"
Revert "bcache: update min_heap_callbacks to use default builtin swap"
selftests/mm: add configs to fix testcase failure
kho: initialize tail pages for higher order folios properly
MAINTAINERS: add linux-mm@ list to Kexec Handover
mm: userfaultfd: fix race of userfaultfd_move and swap cache
mm/gup: revert "mm: gup: fix infinite loop within __get_longterm_locked"
selftests/mm: increase timeout from 180 to 900 seconds
mm/shmem, swap: fix softlockup with mTHP swapin23 files changed
Lines changed: 333 additions & 277 deletions
File tree
- drivers/md/bcache
- kernel
- lib
- mm
- tools/testing/selftests/mm
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11155 | 11155 | | |
11156 | 11156 | | |
11157 | 11157 | | |
11158 | | - | |
| 11158 | + | |
| 11159 | + | |
11159 | 11160 | | |
11160 | 11161 | | |
11161 | 11162 | | |
| |||
11166 | 11167 | | |
11167 | 11168 | | |
11168 | 11169 | | |
| 11170 | + | |
11169 | 11171 | | |
11170 | 11172 | | |
11171 | 11173 | | |
| |||
13345 | 13347 | | |
13346 | 13348 | | |
13347 | 13349 | | |
| 13350 | + | |
13348 | 13351 | | |
13349 | 13352 | | |
13350 | 13353 | | |
| |||
15676 | 15679 | | |
15677 | 15680 | | |
15678 | 15681 | | |
| 15682 | + | |
15679 | 15683 | | |
| 15684 | + | |
15680 | 15685 | | |
| 15686 | + | |
15681 | 15687 | | |
15682 | 15688 | | |
15683 | 15689 | | |
| |||
15732 | 15738 | | |
15733 | 15739 | | |
15734 | 15740 | | |
15735 | | - | |
15736 | 15741 | | |
15737 | 15742 | | |
15738 | 15743 | | |
| |||
15792 | 15797 | | |
15793 | 15798 | | |
15794 | 15799 | | |
| 15800 | + | |
| 15801 | + | |
| 15802 | + | |
| 15803 | + | |
15795 | 15804 | | |
15796 | 15805 | | |
15797 | 15806 | | |
| |||
15868 | 15877 | | |
15869 | 15878 | | |
15870 | 15879 | | |
| 15880 | + | |
15871 | 15881 | | |
15872 | 15882 | | |
15873 | 15883 | | |
| |||
15880 | 15890 | | |
15881 | 15891 | | |
15882 | 15892 | | |
| 15893 | + | |
15883 | 15894 | | |
15884 | 15895 | | |
15885 | 15896 | | |
| |||
15972 | 15983 | | |
15973 | 15984 | | |
15974 | 15985 | | |
| 15986 | + | |
15975 | 15987 | | |
15976 | 15988 | | |
15977 | 15989 | | |
15978 | 15990 | | |
15979 | 15991 | | |
| 15992 | + | |
| 15993 | + | |
15980 | 15994 | | |
15981 | 15995 | | |
15982 | 15996 | | |
| |||
25027 | 25041 | | |
25028 | 25042 | | |
25029 | 25043 | | |
| 25044 | + | |
25030 | 25045 | | |
| 25046 | + | |
25031 | 25047 | | |
| 25048 | + | |
25032 | 25049 | | |
25033 | 25050 | | |
25034 | 25051 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
188 | 173 | | |
189 | | - | |
190 | | - | |
| 174 | + | |
| 175 | + | |
191 | 176 | | |
192 | 177 | | |
193 | 178 | | |
194 | 179 | | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
| 180 | + | |
203 | 181 | | |
204 | | - | |
| 182 | + | |
205 | 183 | | |
206 | 184 | | |
207 | 185 | | |
208 | 186 | | |
209 | 187 | | |
210 | | - | |
211 | | - | |
212 | | - | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
213 | 191 | | |
214 | | - | |
| 192 | + | |
215 | 193 | | |
216 | 194 | | |
217 | 195 | | |
218 | | - | |
| 196 | + | |
| 197 | + | |
219 | 198 | | |
220 | 199 | | |
221 | | - | |
| 200 | + | |
222 | 201 | | |
223 | 202 | | |
224 | 203 | | |
| |||
227 | 206 | | |
228 | 207 | | |
229 | 208 | | |
230 | | - | |
231 | | - | |
232 | 209 | | |
233 | 210 | | |
234 | 211 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
461 | | - | |
| 461 | + | |
462 | 462 | | |
463 | 463 | | |
464 | 464 | | |
| |||
0 commit comments