All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrey Ryabinin <ryabinin.a.a@gmail.com>
To: Dmitry Vyukov <dvyukov@google.com>
Cc: Thomas Gleixner <tglx@linutronix.de>,
	Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>,
	"x86@kernel.org" <x86@kernel.org>, Arnd Bergmann <arnd@arndb.de>,
	linux-arch@vger.kernel.org,
	kasan-dev <kasan-dev@googlegroups.com>,
	Alexander Potapenko <glider@google.com>
Subject: Re: [PATCH] kasan: account for new sections when instrumenting globals
Date: Thu, 23 Jun 2016 17:00:09 +0300	[thread overview]
Message-ID: <CAPAsAGwmf-ULn8Zry4yTZdJy7uiaFxLRcYpM=ZNSQqQOdy7sxQ@mail.gmail.com> (raw)
In-Reply-To: <CACT4Y+YrYO0JYnknmFHk4EGvzyP7wwxW-xoMJtcJeEaHo17eDw@mail.gmail.com>

2016-06-23 16:21 GMT+03:00 Dmitry Vyukov <dvyukov@google.com>:
>>
>> gcc version 6.1.1 20160513
>>
>> .dtors contains asan destructors for global vars:
>>

Something has changed very recently, because my gcc-6.1.0 2016-04-27
generate .fini_array.
So if this is not a bug in gcc, and such change done intentionally, we
can just discard .dtors.
In case this is a bug, and it will be fixed in gcc release (6.2.0) we
can ignore it.

  reply	other threads:[~2016-06-23 14:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-22 17:07 [PATCH] kasan: account for new sections when instrumenting globals Dmitry Vyukov
2016-06-23 11:49 ` Andrey Ryabinin
2016-06-23 11:50   ` Andrey Ryabinin
2016-06-23 12:40     ` Dmitry Vyukov
2016-06-23 13:06       ` Andrey Ryabinin
2016-06-23 13:19         ` Dmitry Vyukov
2016-06-23 13:21           ` Dmitry Vyukov
2016-06-23 14:00             ` Andrey Ryabinin [this message]
2016-06-23 14:38               ` Dmitry Vyukov
2016-06-23 14:58                 ` Andrey Ryabinin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAPAsAGwmf-ULn8Zry4yTZdJy7uiaFxLRcYpM=ZNSQqQOdy7sxQ@mail.gmail.com' \
    --to=ryabinin.a.a@gmail.com \
    --cc=arnd@arndb.de \
    --cc=dvyukov@google.com \
    --cc=glider@google.com \
    --cc=hpa@zytor.com \
    --cc=kasan-dev@googlegroups.com \
    --cc=linux-arch@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.