Re: [PATCH] parisc: prefer _THIS_IP_ and _RET_IP_ statement expressions

From: Nick Desaulniers
Date: Wed Aug 01 2018 - 18:18:33 EST


On Wed, Aug 1, 2018 at 3:12 PM John David Anglin <dave.anglin@xxxxxxxx> wrote:
>
> On 2018-08-01 5:49 PM, Nick Desaulniers wrote:
> > Thoughts? Idea being there's only one call site in your tree that has
> > this requirement (and the other one in
> > include/net/inet_connection_sock.h I don't think is correct, and will
> > send a patch out imminently).

Turns out it is correct (I assumed by caller, they meant _RET_IP_, but
they're in an inline function). https://lkml.org/lkml/2018/8/1/1687 is
the patch.

> What about the uses in the fs support, etc?

Sorry, I don't see it?

$ ag current_text_addr
and
$ grep -R current_text_addr

turn up nothing in fs/. Is this torvals/linux with no out of tree patches?
--
Thanks,
~Nick Desaulniers