* [dm-devel] "dm: prefer kmap_local_page() instead of deprecated kmap_atomic()" is broken
@ 2023-02-13 19:50 Eric Biggers
2023-02-13 20:09 ` Mike Snitzer
0 siblings, 1 reply; 2+ messages in thread
From: Eric Biggers @ 2023-02-13 19:50 UTC (permalink / raw)
To: dm-devel, Mike Snitzer, Heinz Mauelshagen
Hi Mike and Heinz,
The following commit in linux-next is causing "BUG: scheduling while atomic"
bugs. Probably because it is still using kunmap_atomic(), not kunmap_local().
commit 621d8807771e430b44136e48dfe3c53540c9953d
Author: Heinz Mauelshagen <heinzm@redhat.com>
Date: Tue Feb 7 20:22:58 2023 +0100
dm: prefer kmap_local_page() instead of deprecated kmap_atomic()
This patch does not appear to have been sent to the mailing list (why not?), so
I started a new thread.
- Eric
--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dm-devel] "dm: prefer kmap_local_page() instead of deprecated kmap_atomic()" is broken
2023-02-13 19:50 [dm-devel] "dm: prefer kmap_local_page() instead of deprecated kmap_atomic()" is broken Eric Biggers
@ 2023-02-13 20:09 ` Mike Snitzer
0 siblings, 0 replies; 2+ messages in thread
From: Mike Snitzer @ 2023-02-13 20:09 UTC (permalink / raw)
To: Eric Biggers; +Cc: Heinz Mauelshagen, dm-devel
On Mon, Feb 13 2023 at 2:50P -0500,
Eric Biggers <ebiggers@kernel.org> wrote:
> Hi Mike and Heinz,
>
> The following commit in linux-next is causing "BUG: scheduling while atomic"
> bugs. Probably because it is still using kunmap_atomic(), not kunmap_local().
>
> commit 621d8807771e430b44136e48dfe3c53540c9953d
> Author: Heinz Mauelshagen <heinzm@redhat.com>
> Date: Tue Feb 7 20:22:58 2023 +0100
>
> dm: prefer kmap_local_page() instead of deprecated kmap_atomic()
>
> This patch does not appear to have been sent to the mailing list (why not?), so
> I started a new thread.
Thanks for letting me know. And sorry for the trouble.
I meant to send the patchbomb after rebasing Heinz's series that he
shared with me privately. I obviously forgot to do so which is both
embarassing and problematic.
Will email what I have just staged via rebase (after fixing to use
kunmap_local).
Mike
--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-13 20:11 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-13 19:50 [dm-devel] "dm: prefer kmap_local_page() instead of deprecated kmap_atomic()" is broken Eric Biggers
2023-02-13 20:09 ` Mike Snitzer
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.