Re: [PATCH v17 4/9] x86/objtool: Add STACK_FRAME_NON_STANDARD macro

From: Josh Poimboeuf
Date: Thu Feb 25 2016 - 15:26:59 EST


On Thu, Feb 25, 2016 at 08:51:49AM +0100, Ingo Molnar wrote:
> > diff --git a/include/linux/objtool.h b/include/linux/objtool.h
> > new file mode 100644
> > index 0000000..cce9d67
> > --- /dev/null
> > +++ b/include/linux/objtool.h
>
> So I think this should really be in asm/frame.h, not in an objtool specific
> header.

I agree that it shouldn't be in an objtool-specific header, but
asm/frame.h wouldn't work unless we added that file to all the arches.
And the macro's functionality is arch-independent anyway. So I'm
renaming the file to include/linux/frame.h.

--
Josh