All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] s390/crash: support multi-segment iterators
@ 2022-07-18 13:32 Alexander Gordeev
  2022-07-18 13:32 ` [PATCH v3 1/3] s390/crash: move copy_to_user_real() to crash_dump.c Alexander Gordeev
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Alexander Gordeev @ 2022-07-18 13:32 UTC (permalink / raw)
  To: Matthew Wilcox, Alexander Egorenkov, Heiko Carstens
  Cc: Baoquan He, Christoph Hellwig, Vasily Gorbik, Al Viro,
	linux-kernel, linux-s390

Hi Matthew et al,

This series completes 5d8de293c224 ("vmcore: convert copy_oldmem_page() to
take an iov_iter") for s390.

@Matthew,
  Please, let me know if you are not okay with Suggested-by tag in patch 3.

Changes since v2:
  - Matthew Wilcox suggestion is adopted, with that...
  - copy_to_iter() is used instead of custom implementation;

Changes since v1:
  - number of bytes left to copy on fail fixed;

Thanks!

Alexander Gordeev (3):
  s390/crash: move copy_to_user_real() to crash_dump.c
  s390/crash: use static swap buffer for copy_to_user_real()
  s390/crash: support multi-segment iterators

 arch/s390/include/asm/os_info.h |  17 ++++-
 arch/s390/include/asm/sclp.h    |   4 +-
 arch/s390/include/asm/uaccess.h |   1 -
 arch/s390/kernel/crash_dump.c   | 111 +++++++-------------------------
 arch/s390/mm/maccess.c          |  26 --------
 drivers/s390/char/zcore.c       |  59 +++++++----------
 6 files changed, 65 insertions(+), 153 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2022-07-18 16:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-18 13:32 [PATCH v3 0/3] s390/crash: support multi-segment iterators Alexander Gordeev
2022-07-18 13:32 ` [PATCH v3 1/3] s390/crash: move copy_to_user_real() to crash_dump.c Alexander Gordeev
2022-07-18 13:32 ` [PATCH v3 2/3] s390/crash: use static swap buffer for copy_to_user_real() Alexander Gordeev
2022-07-18 13:48   ` Matthew Wilcox
2022-07-18 14:51     ` Alexander Gordeev
2022-07-18 16:02       ` Matthew Wilcox
2022-07-18 13:32 ` [PATCH v3 3/3] s390/crash: support multi-segment iterators Alexander Gordeev

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.