Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1598169

[PATCH RESEND 0/2] pps: add ioctl_compat support

From Matt Ranostay <matt.ranostay@konsulko.com>
Newsgroups linux.kernel
Subject [PATCH RESEND 0/2] pps: add ioctl_compat support
Date 2017-03-11 00:30 +0100
Message-ID <tjC8V-2w2-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH RESEND 0/2] pps: add ioctl_compat support Matt Ranostay <matt.ranostay@konsulko.com> - 2017-03-11 00:30 +0100
  [PATCH RESEND 1/2] pps: add ioctl_compat function to correct ioctl definitions Matt Ranostay <matt.ranostay@konsulko.com> - 2017-03-11 00:30 +0100
  [PATCH RESEND 2/2] pps: fix padding issue with PPS_FETCH for ioctl_compat Matt Ranostay <matt.ranostay@konsulko.com> - 2017-03-11 00:30 +0100

csiph-web