]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'add-missing-facility-check-to-ptp_s390-driver'
authorJakub Kicinski <kuba@kernel.org>
Thu, 23 Jul 2026 14:02:36 +0000 (07:02 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 23 Jul 2026 14:02:36 +0000 (07:02 -0700)
commit4579866a7de3661fa0a034e1e96563ace0944444
tree98f78a6a71bbcac7528ea2d607832dbb36be9543
parent4a05269bb723073a9299a5209876d4d40c51a030
parente78f1ac37afcb16cb6fef8a2c92591eab6558956
Merge branch 'add-missing-facility-check-to-ptp_s390-driver'

Sven Schnelle says:

====================
Add missing facility check to ptp_s390 driver

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.
====================

Link: https://patch.msgid.link/20260714130342.1971700-1-svens@linux.ibm.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>