From: Thomas Zimmermann <tzimmermann@suse.de>
To: deller@gmx.de, simona@ffwll.ch, jayalk@intworks.biz
Cc: linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 0/4] fbdev: defio: Protect against device/module removal
Date: Mon, 23 Feb 2026 13:50:52 +0100 [thread overview]
Message-ID: <2afb371d-ce4f-46b6-bbd6-7b3554807a6e@suse.de> (raw)
In-Reply-To: <20260122131213.992810-1-tzimmermann@suse.de>
ping for review
Am 22.01.26 um 14:08 schrieb Thomas Zimmermann:
> There's a long-standing bug in defio where the framebuffer device or
> module gets removed while mmap'ed areas of the framebuffer memory
> persists in userspace. Page faults in the area then operate on defined
> state.
>
> Patches 1 and 2 fix these problems. Patches 3 and 4 build upon the fix
> and put defio state into the correct places.
>
> Thomas Zimmermann (4):
> fbdev: defio: Disconnect deferred I/O from the lifetime of struct
> fb_info
> fbdev: defio: Keep module reference from VMAs
> fbdev: defio: Move variable state into struct fb_deferred_io_state
> fbdev: defio: Move pageref array to struct fb_deferred_io_state
>
> drivers/video/fbdev/core/fb_defio.c | 266 ++++++++++++++++++++--------
> include/linux/fb.h | 9 +-
> 2 files changed, 195 insertions(+), 80 deletions(-)
>
>
> base-commit: a3ecd278f9a05323fab7471760a7ea10081251d6
--
--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Frankenstr. 146, 90461 Nürnberg, Germany, www.suse.com
GF: Jochen Jaser, Andrew McDonald, Werner Knoblich, (HRB 36809, AG Nürnberg)
prev parent reply other threads:[~2026-02-23 12:50 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-22 13:08 [PATCH 0/4] fbdev: defio: Protect against device/module removal Thomas Zimmermann
2026-01-22 13:08 ` [PATCH 1/4] fbdev: defio: Disconnect deferred I/O from the lifetime of struct fb_info Thomas Zimmermann
2026-01-22 13:08 ` [PATCH 2/4] fbdev: defio: Keep module reference from VMAs Thomas Zimmermann
2026-01-22 13:08 ` [PATCH 3/4] fbdev: defio: Move variable state into struct fb_deferred_io_state Thomas Zimmermann
2026-01-22 13:08 ` [PATCH 4/4] fbdev: defio: Move pageref array to " Thomas Zimmermann
2026-02-23 12:50 ` Thomas Zimmermann [this message]
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=2afb371d-ce4f-46b6-bbd6-7b3554807a6e@suse.de \
--to=tzimmermann@suse.de \
--cc=deller@gmx.de \
--cc=dri-devel@lists.freedesktop.org \
--cc=jayalk@intworks.biz \
--cc=linux-fbdev@vger.kernel.org \
--cc=simona@ffwll.ch \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox