All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND 0/2] pps: add ioctl_compat support
@ 2017-03-10 23:19 Matt Ranostay
  2017-03-10 23:19 ` [PATCH RESEND 1/2] pps: add ioctl_compat function to correct ioctl definitions Matt Ranostay
  2017-03-10 23:19 ` [PATCH RESEND 2/2] pps: fix padding issue with PPS_FETCH for ioctl_compat Matt Ranostay
  0 siblings, 2 replies; 3+ messages in thread
From: Matt Ranostay @ 2017-03-10 23:19 UTC (permalink / raw)
  To: linux-kernel; +Cc: Matt Ranostay, Greg Kroah-Hartman, Rodolfo Giometti

This series fixes issues with 32-bit userspace + 64-bit kernel data
structures, and along with fixing incorrect ioctl definitions in
a ABI stable way.

Changes from initial submission:
* add Rodolfo's Acked-by to patchsets
* add Greg K-H to Cc list, since there isn't a pps tree to merge in
  changes

Matt Ranostay (2):
  pps: add ioctl_compat function to correct ioctl definitions
  pps: fix padding issue with PPS_FETCH for ioctl_compat

 drivers/pps/pps.c        | 123 +++++++++++++++++++++++++++++++++++------------
 include/uapi/linux/pps.h |  19 ++++++++
 2 files changed, 111 insertions(+), 31 deletions(-)

-- 
2.10.2

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

end of thread, other threads:[~2017-03-10 23:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-10 23:19 [PATCH RESEND 0/2] pps: add ioctl_compat support Matt Ranostay
2017-03-10 23:19 ` [PATCH RESEND 1/2] pps: add ioctl_compat function to correct ioctl definitions Matt Ranostay
2017-03-10 23:19 ` [PATCH RESEND 2/2] pps: fix padding issue with PPS_FETCH for ioctl_compat Matt Ranostay

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.