public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH v4 0/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c
@ 2022-06-16 21:00 Fabio M. De Francesco
  2022-06-16 21:00 ` [RESEND PATCH v4 1/2] highmem: Make __kunmap_{local,atomic}() take "const void *" Fabio M. De Francesco
  2022-06-16 21:00 ` [RESEND PATCH v4 2/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c Fabio M. De Francesco
  0 siblings, 2 replies; 8+ messages in thread
From: Fabio M. De Francesco @ 2022-06-16 21:00 UTC (permalink / raw)
  To: David Sterba
  Cc: Chris Mason, Josef Bacik, Nick Terrell, linux-btrfs, linux-kernel,
	Ira Weiny, Andrew Morton, Matthew Wilcox, Kees Cook,
	Sebastian Andrzej Siewior, James E . J . Bottomley, Helge Deller,
	John David Anglin, linux-parisc, Fabio M. De Francesco

This is a little series which serves the purpose to replace kmap() with
kmap_local_page() in btrfs/zstd.c. Actually this task is only
accomplished in patch 2/2.

Instead patch 1/2 is a pre-requisite for the above-mentioned replacement,
but, above all else, it has the purpose to conform the prototypes of
__kunmap_{local,atomic}() to their own correct semantic. Since those
functions don't make changes to the memory pointed by their arguments,
change the type of those arguments to become pointers to const void.

This little series has version number 4, despite it's the first time the
two component patches have been re-united in a series. This may be a
questionable choice, however patch 1/2 should be at its v4 and patch 2/2
should be at its v3. I've tried to preserve the logs of version changes.

v4 is due to the fact that, when I sent v3, I forgot to Cc several people
and mailing lists. Furthermore, Andrew M. made me notice that I've made
confusion with the tree structure: this is why now I have to send this
series again.

I want to apologize for the noise to people who have received these two
patches more times than it should have been.

Fabio M. De Francesco (2):
  highmem: Make __kunmap_{local,atomic}() take "const void *"
  btrfs: Replace kmap() with kmap_local_page() in zstd.c

 arch/parisc/include/asm/cacheflush.h |  6 ++--
 arch/parisc/kernel/cache.c           |  2 +-
 fs/btrfs/zstd.c                      | 42 +++++++++++++++-------------
 include/linux/highmem-internal.h     | 10 +++----
 mm/highmem.c                         |  2 +-
 5 files changed, 33 insertions(+), 29 deletions(-)

-- 
2.36.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-07-01 17:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-16 21:00 [RESEND PATCH v4 0/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c Fabio M. De Francesco
2022-06-16 21:00 ` [RESEND PATCH v4 1/2] highmem: Make __kunmap_{local,atomic}() take "const void *" Fabio M. De Francesco
2022-06-27 17:02   ` Fabio M. De Francesco
2022-06-27 18:19     ` Andrew Morton
2022-06-28 14:46       ` Fabio M. De Francesco
2022-07-01 17:08         ` Ira Weiny
2022-06-16 21:00 ` [RESEND PATCH v4 2/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c Fabio M. De Francesco
2022-07-01 17:19   ` Ira Weiny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox