From: Eric Biggers <ebiggers@kernel.org>
To: dm-devel@redhat.com, Mike Snitzer <snitzer@kernel.org>,
Heinz Mauelshagen <heinzm@redhat.com>
Subject: [dm-devel] "dm: prefer kmap_local_page() instead of deprecated kmap_atomic()" is broken
Date: Mon, 13 Feb 2023 19:50:47 +0000 [thread overview]
Message-ID: <Y+qUl1sDqYwEPPo3@gmail.com> (raw)
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
next reply other threads:[~2023-02-13 19:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-13 19:50 Eric Biggers [this message]
2023-02-13 20:09 ` [dm-devel] "dm: prefer kmap_local_page() instead of deprecated kmap_atomic()" is broken Mike Snitzer
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=Y+qUl1sDqYwEPPo3@gmail.com \
--to=ebiggers@kernel.org \
--cc=dm-devel@redhat.com \
--cc=heinzm@redhat.com \
--cc=snitzer@kernel.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.