[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <04485e14-52a0-3075-94d9-50d81f6b11da@intel.com>
Date: Fri, 31 Jan 2020 09:02:13 -0800
From: Jacob Keller <jacob.e.keller@...el.com>
To: christopher.s.hall@...el.com, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, tglx@...utronix.de, hpa@...or.com,
mingo@...hat.com, x86@...nel.org, richardcochran@...il.com,
davem@...emloft.net, sean.v.kelley@...el.com
Subject: Re: [Intel PMC TGPIO Driver 1/5] drivers/ptp: Add Enhanced handling
of reserve fields
On 12/11/2019 1:48 PM, christopher.s.hall@...el.com wrote:
> From: Christopher Hall <christopher.s.hall@...el.com>
>
> Add functions that parameterize checking and zeroing of reserve fields in
> ioctl arguments. Eliminates need to change this code when repurposing
> reserve fields.
>
One thing to note that may be problematic with this handling: a later
usage of a reserved field must still be reported as zero for callers of
the old ioctl variants. Reserved fields were only handled properly in
the "2" variants of the ioctls.
This change might make it harder to notice and remember to ensure that
previously unused fields get zero'd for the old ioctls.
Richard, thoughts?
Thanks,
Jake
Powered by blists - more mailing lists