RE: [net-next v3 1/7] ptp: correctly disable flags on old ioctls

2019-10-10 Thread Brown, Aaron F
> ; David S . Miller ; Hall, > Christopher S > Subject: [net-next v3 1/7] ptp: correctly disable flags on old ioctls > > Commit 415606588c61 ("PTP: introduce new versions of IOCTLs", > 2019-09-13) introduced new versions of the PTP ioctls which actually > validate t

[net-next v3 1/7] ptp: correctly disable flags on old ioctls

2019-09-26 Thread Jacob Keller
Commit 415606588c61 ("PTP: introduce new versions of IOCTLs", 2019-09-13) introduced new versions of the PTP ioctls which actually validate that the flags are acceptable values. As part of this, it cleared the flags value using a bitwise and+negation, in an attempt to prevent the old ioctl from ac