Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add iomem helpers for use from debugfs
@ 2024-11-12 20:04 Michal Wajdeczko
  2024-11-12 20:04 ` [PATCH v2 1/4] iov_iter: Provide copy_iomem_to|from_iter() Michal Wajdeczko
                   ` (19 more replies)
  0 siblings, 20 replies; 24+ messages in thread
From: Michal Wajdeczko @ 2024-11-12 20:04 UTC (permalink / raw)
  To: intel-xe; +Cc: Michal Wajdeczko, linux-kernel, linux-fsdevel

This series attempts to promote helpers used by Xe [1] to libfs.
Earlier attempt [2] with similar helper was unnoticed.

[1] https://patchwork.freedesktop.org/series/140848/#rev1
[2] https://patchwork.freedesktop.org/series/133507/#rev1

v1: https://patchwork.freedesktop.org/series/141060/#rev1
v2: use iterate_and_advance to treat user_iter separately (Matthew)

Cc: linux-kernel@vger.kernel.org
Cc: linux-fsdevel@vger.kernel.org

Michal Wajdeczko (4):
  iov_iter: Provide copy_iomem_to|from_iter()
  libfs: Provide simple_read_from|write_to_iomem()
  drm/xe: Add read/write debugfs helpers for GGTT node
  drm/xe/pf: Expose access to the VF GGTT PTEs over debugfs

 drivers/gpu/drm/xe/xe_ggtt.c                | 52 ++++++++++++++
 drivers/gpu/drm/xe/xe_ggtt.h                |  7 ++
 drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c | 62 ++++++++++++++++
 fs/libfs.c                                  | 78 +++++++++++++++++++++
 include/linux/fs.h                          |  5 ++
 include/linux/uio.h                         |  3 +
 lib/iov_iter.c                              | 66 +++++++++++++++++
 7 files changed, 273 insertions(+)

-- 
2.43.0


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

end of thread, other threads:[~2024-11-15  4:55 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-12 20:04 [PATCH v2 0/4] Add iomem helpers for use from debugfs Michal Wajdeczko
2024-11-12 20:04 ` [PATCH v2 1/4] iov_iter: Provide copy_iomem_to|from_iter() Michal Wajdeczko
2024-11-14  1:29   ` kernel test robot
2024-11-14  4:20   ` kernel test robot
2024-11-14 14:12   ` [PATCH v3 " Michal Wajdeczko
2024-11-12 20:04 ` [PATCH v2 2/4] libfs: Provide simple_read_from|write_to_iomem() Michal Wajdeczko
2024-11-12 20:04 ` [PATCH v2 3/4] drm/xe: Add read/write debugfs helpers for GGTT node Michal Wajdeczko
2024-11-12 20:04 ` [PATCH v2 4/4] drm/xe/pf: Expose access to the VF GGTT PTEs over debugfs Michal Wajdeczko
2024-11-13 10:17 ` ✓ CI.Patch_applied: success for Add iomem helpers for use from debugfs (rev2) Patchwork
2024-11-13 10:17 ` ✓ CI.checkpatch: " Patchwork
2024-11-13 10:18 ` ✓ CI.KUnit: " Patchwork
2024-11-13 10:30 ` ✓ CI.Build: " Patchwork
2024-11-13 10:33 ` ✓ CI.Hooks: " Patchwork
2024-11-13 10:34 ` ✗ CI.checksparse: warning " Patchwork
2024-11-13 10:58 ` ✓ CI.BAT: success " Patchwork
2024-11-13 13:52 ` ✗ CI.FULL: failure " Patchwork
2024-11-14 14:38 ` ✓ CI.Patch_applied: success for Add iomem helpers for use from debugfs (rev3) Patchwork
2024-11-14 14:38 ` ✓ CI.checkpatch: " Patchwork
2024-11-14 14:39 ` ✓ CI.KUnit: " Patchwork
2024-11-14 14:51 ` ✓ CI.Build: " Patchwork
2024-11-14 14:53 ` ✓ CI.Hooks: " Patchwork
2024-11-14 14:54 ` ✗ CI.checksparse: warning " Patchwork
2024-11-14 15:12 ` ✓ CI.BAT: success " Patchwork
2024-11-15  4:55 ` ✗ CI.FULL: failure " Patchwork

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