Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH 0/2] selftests/dma-buf: Minor improvements to udmabuf selftest
@ 2026-09-03 10:50 Chris Gellermann
  2026-09-03 10:50 ` [PATCH 1/2] selftests/dma-buf: Convert off64_t to off_t for portability Chris Gellermann
  2026-09-03 10:50 ` [PATCH 2/2] selftests/dma-buf: Skip some tests if not enough free huge pages Chris Gellermann
  0 siblings, 2 replies; 3+ messages in thread
From: Chris Gellermann @ 2026-09-03 10:50 UTC (permalink / raw)
  To: shuah, linux-kselftest
  Cc: reddybalavignesh9979, richard.weiyang, akpm, linux-kernel,
	Chris Gellermann

Hi there,

two minor improvements to the udmabuf selftest:
  - converting GNU-specific off64_t to 64-bit off_t for portability
  - instead of uncoditional failing if not enough huge pages are available, check
    beforehand and skip the affected tests

Best,
Chris

Chris Gellermann (2):
  selftests/dma-buf: Convert off64_t to off_t for portability
  selftests/dma-buf: Skip some tests if not enough free huge pages

 .../selftests/drivers/dma-buf/Makefile        |  1 +
 .../selftests/drivers/dma-buf/udmabuf.c       | 50 ++++++++++++++++---
 2 files changed, 44 insertions(+), 7 deletions(-)

--
2.47.3

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

end of thread, other threads:[~2026-09-03 10:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-03 10:50 [PATCH 0/2] selftests/dma-buf: Minor improvements to udmabuf selftest Chris Gellermann
2026-09-03 10:50 ` [PATCH 1/2] selftests/dma-buf: Convert off64_t to off_t for portability Chris Gellermann
2026-09-03 10:50 ` [PATCH 2/2] selftests/dma-buf: Skip some tests if not enough free huge pages Chris Gellermann

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