public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Optionally sanitize globals in user-defined sections
@ 2015-04-17  7:32 Yury Gribov
  2015-04-17  7:37 ` Yury Gribov
  0 siblings, 1 reply; 11+ messages in thread
From: Yury Gribov @ 2015-04-17  7:32 UTC (permalink / raw)
  To: GCC Patches; +Cc: Andrey Ryabinin, Jakub Jelinek, Dmitry Vyukov

Hi all,

This patch adds an optional support for sanitizing user-defined 
sections.  Usually this is a bad idea because ASan changes relative 
position of variables in section thus breaking user assumptions.  But 
this is a desired feature for kernel which (ab)uses sections for various 
reasons (cache optimizations, etc.).

Bootstrapped and reg-tested on x64. Ok for trunk?

Best regards,
Yury

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-04-22  9:37 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-17  7:32 [PATCH] Optionally sanitize globals in user-defined sections Yury Gribov
2015-04-17  7:37 ` Yury Gribov
2015-04-17  7:41   ` Jakub Jelinek
2015-04-17 17:29   ` Andi Kleen
2015-04-19  7:55     ` Yury Gribov
2015-04-19 15:48       ` Jakub Jelinek
2015-04-22  8:31         ` Yury Gribov
2015-04-22  8:43           ` Yury Gribov
2015-04-22  9:00             ` Jakub Jelinek
2015-04-22  9:26               ` Yury Gribov
2015-04-22  9:37                 ` Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).