linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [v2 0/2] test capability for remote task
@ 2017-01-12  8:52 Jike Song
  2017-01-12  8:52 ` [v2 1/2] capability: export has_capability Jike Song
  2017-01-12  8:52 ` [v2 2/2] vfio iommu type1: fix the testing of capability for remote task Jike Song
  0 siblings, 2 replies; 6+ messages in thread
From: Jike Song @ 2017-01-12  8:52 UTC (permalink / raw)
  To: alex.williamson, serge
  Cc: kwankhede, kraxel, linux-security-module, kvm, linux-kernel, Jike Song

Sometimes vfio iommu type1 needs to pin memory for a remote task other
than current, thereby needs to test the CAP_IPC_LOCK capability for
that task.

The proper routine for this purpose is has_capability(), but it is
not yet exported for modules. None of currently exported capability-
testing symbols allows a specified task. So here in this series
has_capability() is exported then used in the vfio iommu type1 driver.



v2: -> Add Serge's Acked-by to PATCH [1/2]
    -> Remove the change in vfio_pin_pages_remote, since it's now guaranteed the 'current' process


Hi Alex,

I kept EXPORT_SYMBOL other than EXPORT_SYMBOL_GPL, since I'm still
worry about changing the type of existing exports in 'capability.c'.
I'm new to open-source fearing of violating GPL :)


Jike Song (2):
  capability: export has_capability
  vfio iommu type1: fix the testing of capability for remote task

 drivers/vfio/vfio_iommu_type1.c | 3 +--
 kernel/capability.c             | 1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2017-01-13  6:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-12  8:52 [v2 0/2] test capability for remote task Jike Song
2017-01-12  8:52 ` [v2 1/2] capability: export has_capability Jike Song
2017-01-12 22:22   ` James Morris
2017-01-12  8:52 ` [v2 2/2] vfio iommu type1: fix the testing of capability for remote task Jike Song
2017-01-12 22:22   ` James Morris
2017-01-13  6:52     ` Kirti Wankhede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).