RE: [PATCH v9] kallsyms: Add self-test facility

From: David Laight
Date: Fri Dec 16 2022 - 11:58:11 EST


From: Steven Rostedt
> Sent: 16 December 2022 16:53
>
> On Fri, 16 Dec 2022 16:32:08 +0000
> David Laight <David.Laight@xxxxxxxxxx> wrote:
>
> > From: Andreas Schwab
> > > Sent: 16 December 2022 16:12
> > > On Dez 16 2022, David Laight wrote:
> > >
> > > > The other issue is a missing "memory" clobber.
> > >
> > > strcmp is a pure read-only operation.
> >
> > Still needs the memory clobber.
>
> What memory is being modified?
>
> I don't know m68k assembly, but I'm guessing the (%O)+ and the (%1)+ only
> modifies the register being used, and no memory is being touched.

Memory is being read so a clobber is needed to ensure that all pending
writes have been done.
Although, in this case, the memory being read is effectively
read only so nothing should be pending.

But it really does look like something is 'smelly' with the
constraints.

David

-
Registered Address Lakeside, Bramley Road, Mount Farm, Milton Keynes, MK1 1PT, UK
Registration No: 1397386 (Wales)