Re: [PATCH v3 0/12] arm+arm64: vdso unification to lib/vdso/

From: Will Deacon
Date: Tue Oct 31 2017 - 05:49:55 EST


On Mon, Oct 30, 2017 at 09:44:35PM +0000, Mark Rutland wrote:
> On Mon, Oct 30, 2017 at 01:34:13PM -0700, Mark Salyzyn wrote:
> > On 10/30/2017 07:18 AM, Mark Rutland wrote:
> > > On Fri, Oct 27, 2017 at 03:23:48PM -0700, Mark Salyzyn wrote:
> > > > Note I noticed a bug in the old implementation of __kernel_clock_getres;
> > > > it was checking only the lower 32bits of the pointer; this would work
> > > > for most cases but could fail in a few.
> > > Sorry if this is a stupid question, but do you mean from a prior version
> > > of this series, or the one in the kernel today?
> >
> > apinski@xxxxxxxxxx noticed this as part of the existing upstream arm64
> > assembler when he did the original conversion to C.
>
> Just to check, does the below address the issue, or is there something that
> I've missed?

Looks fine to me. Applied.

Will