From: Linus Torvalds Date: Sat, 6 May 2023 18:43:08 +0000 (-0700) Subject: Merge tag 'mm-stable-2023-05-06-10-49' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: v6.4-rc1~8 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=fc4354c6e5c21257cf4a50b32f7c11c7d65c55b3;p=linux-block.git Merge tag 'mm-stable-2023-05-06-10-49' of git://git./linux/kernel/git/akpm/mm Pull dmapool updates - again - from Andrew Morton: "Reinstate the dmapool changes which were accidentally removed by a mishap on the last commit in the previous attempt at the series" Fixes: 2d55c16c0c54 ("dmapool: create/destroy cleanup"). [ The whole old series: def8574308ed..2d55c16c0c54 results in an empty diff because that last commit ended up being just a revert of all that came everything before it. - Linus ] * tag 'mm-stable-2023-05-06-10-49' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm: dmapool: link blocks across pages dmapool: don't memset on free twice dmapool: simplify freeing dmapool: consolidate page initialization dmapool: rearrange page alloc failure handling dmapool: move debug code to own functions dmapool: speedup DMAPOOL_DEBUG with init_on_alloc dmapool: cleanup integer types dmapool: use sysfs_emit() instead of scnprintf() dmapool: remove checks for dev == NULL --- fc4354c6e5c21257cf4a50b32f7c11c7d65c55b3