[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20150130134525.d9e4ddf09f3c52f710e4a6f4@linux-foundation.org>
Date: Fri, 30 Jan 2015 13:45:25 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: Andrey Ryabinin <a.ryabinin@...sung.com>
Cc: linux-kernel@...r.kernel.org, Dmitry Vyukov <dvyukov@...gle.com>,
Konstantin Serebryany <kcc@...gle.com>,
Dmitry Chernenkov <dmitryc@...gle.com>,
Andrey Konovalov <adech.fo@...il.com>,
Yuri Gribov <tetra2005@...il.com>,
Konstantin Khlebnikov <koct9i@...il.com>,
Sasha Levin <sasha.levin@...cle.com>,
Christoph Lameter <cl@...ux.com>,
Joonsoo Kim <iamjoonsoo.kim@....com>,
Dave Hansen <dave.hansen@...el.com>,
Andi Kleen <andi@...stfloor.org>, x86@...nel.org,
linux-mm@...ck.org, Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>,
Rusty Russell <rusty@...tcorp.com.au>,
Michal Marek <mmarek@...e.cz>,
"open list:KERNEL BUILD + fi..." <linux-kbuild@...r.kernel.org>
Subject: Re: [PATCH v10 17/17] kasan: enable instrumentation of global
variables
On Fri, 30 Jan 2015 20:47:13 +0300 Andrey Ryabinin <a.ryabinin@...sung.com> wrote:
> >> +struct kasan_global {
> >> + const void *beg; /* Address of the beginning of the global variable. */
> >> + size_t size; /* Size of the global variable. */
> >> + size_t size_with_redzone; /* Size of the variable + size of the red zone. 32 bytes aligned */
> >> + const void *name;
> >> + const void *module_name; /* Name of the module where the global variable is declared. */
> >> + unsigned long has_dynamic_init; /* This needed for C++ */
> >
> > This can be removed?
> >
>
> No, compiler dictates layout of this struct. That probably deserves a comment.
I see. A link to the relevant gcc doc would be good.
Perhaps the compiler provides a header file so clients of this feature
don't need to write their own?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists