From: Andrew Morton <akpm@linux-foundation.org>
To: mm-commits@vger.kernel.org,willy@infradead.org,tzimmermann@suse.de,soci@c64.rulez.org,simona.vetter@ffwll.ch,mcanal@igalia.com,lorenzo.stoakes@oracle.com,jayakumar.lkml@gmail.com,deller@gmx.de,david@redhat.com,akpm@linux-foundation.org,akpm@linux-foundation.org
Subject: + fb_defio-do-not-use-deprecated-page-mapping-index-fields-fix.patch added to mm-unstable branch
Date: Thu, 06 Feb 2025 19:41:42 -0800 [thread overview]
Message-ID: <20250207034142.F11D7C4CED1@smtp.kernel.org> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2542 bytes --]
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@linux-foundation.org>
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@redhat.com>
Cc: Helge Deller <deller@gmx.de>
Cc: Jaya Kumar <jayakumar.lkml@gmail.com>
Cc: Kajtar Zsolt <soci@c64.rulez.org>
Cc: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Cc: Maíra Canal <mcanal@igalia.com>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Simona Vetter <simona.vetter@ffwll.ch>
Cc: Thomas Zimmermann <tzimmermann@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
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@linux-foundation.org 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
next reply other threads:[~2025-02-07 3:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-07 3:41 Andrew Morton [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-11 2:02 + fb_defio-do-not-use-deprecated-page-mapping-index-fields-fix.patch added to mm-unstable branch Andrew Morton
2025-02-04 0:36 Andrew Morton
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250207034142.F11D7C4CED1@smtp.kernel.org \
--to=akpm@linux-foundation.org \
--cc=david@redhat.com \
--cc=deller@gmx.de \
--cc=jayakumar.lkml@gmail.com \
--cc=lorenzo.stoakes@oracle.com \
--cc=mcanal@igalia.com \
--cc=mm-commits@vger.kernel.org \
--cc=simona.vetter@ffwll.ch \
--cc=soci@c64.rulez.org \
--cc=tzimmermann@suse.de \
--cc=willy@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.