Netdev List
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add missing facility check to ptp_s390 driver
@ 2026-07-14 13:03 Sven Schnelle
  2026-07-14 13:03 ` [PATCH v2 1/2] s390/ptff: Export ptff_function_mask[] Sven Schnelle
  2026-07-14 13:03 ` [PATCH v2 2/2] ptp: ptp_s390: Add missing facility check Sven Schnelle
  0 siblings, 2 replies; 5+ messages in thread
From: Sven Schnelle @ 2026-07-14 13:03 UTC (permalink / raw)
  To: Richard Cochran
  Cc: netdev, linux-s390, linux-kernel, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Heiko Carstens, Vasily Gorbik,
	Alexander Gordeev

This patchset adds a missing facility check and a check that the 'query
physical clock' (PTFF QPT) function is actually available. If it's not
present, no qpt ptp device will be registered. In order to use ptff_query()
in a module, the first patch adds a EXPORT_SYMBOL() to export
ptff_function_mask.

Changes in v2:
- drop CC check
- add PTFF QAF check
- add patch to export ptff_function_mask

Sven Schnelle (2):
  s390/ptff: Export ptff_function_mask[]
  ptp: ptp_s390: Add missing facility check

 arch/s390/kernel/time.c | 1 +
 drivers/ptp/ptp_s390.c  | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

--
2.55.0

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

end of thread, other threads:[~2026-07-14 13:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-14 13:03 [PATCH v2 0/2] Add missing facility check to ptp_s390 driver Sven Schnelle
2026-07-14 13:03 ` [PATCH v2 1/2] s390/ptff: Export ptff_function_mask[] Sven Schnelle
2026-07-14 13:36   ` Heiko Carstens
2026-07-14 13:03 ` [PATCH v2 2/2] ptp: ptp_s390: Add missing facility check Sven Schnelle
2026-07-14 13:38   ` Heiko Carstens

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