The patch titled Subject: fb_defio-do-not-use-deprecated-page-mapping-index-fields-fix has been added to the -mm mm-unstable branch. Its filename is fb_defio-do-not-use-deprecated-page-mapping-index-fields-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/fb_defio-do-not-use-deprecated-page-mapping-index-fields-fix.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: fb_defio-do-not-use-deprecated-page-mapping-index-fields-fix Date: Thu Feb 6 07:40:04 PM PST 2025 fix fb_err() call Cc: David Hildenbrand <david@xxxxxxxxxx> Cc: Helge Deller <deller@xxxxxx> Cc: Jaya Kumar <jayakumar.lkml@xxxxxxxxx> Cc: Kajtar Zsolt <soci@xxxxxxxxxxxxx> Cc: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx> Cc: MaÃra Canal <mcanal@xxxxxxxxxx> Cc: Matthew Wilcox <willy@xxxxxxxxxxxxx> Cc: Simona Vetter <simona.vetter@xxxxxxxx> Cc: Thomas Zimmermann <tzimmermann@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/fbdev/core/fb_defio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/video/fbdev/core/fb_defio.c~fb_defio-do-not-use-deprecated-page-mapping-index-fields-fix +++ a/drivers/video/fbdev/core/fb_defio.c @@ -133,7 +133,7 @@ static vm_fault_t fb_deferred_io_fault(s return VM_FAULT_SIGBUS; if (!vmf->vma->vm_file) - fb_err("no mapping available\n"); + fb_err(info, "no mapping available\n"); BUG_ON(!info->fbdefio->mapping); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-vmscan-extract-calculated-pressure-balance-as-a-function-fix.patch mm-madvise-remove-redundant-mmap_lock-operations-from-process_madvise-fix.patch fb_defio-do-not-use-deprecated-page-mapping-index-fields-fix.patch lib-plistc-add-shortcut-for-plist_requeue-fix.patch