From: Sasha Levin <sasha.levin@oracle.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: "Kirill A. Shutemov" <kirill@shutemov.name>,
mhocko@suse.com, mgorman@suse.de, linux-mm@kvack.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mm, oom: initiallize all new zap_details fields before use
Date: Mon, 21 Dec 2015 19:57:37 -0500 [thread overview]
Message-ID: <5678A001.4040700@oracle.com> (raw)
In-Reply-To: <20151221142438.cbd34f0e663a795e649cdfbc@linux-foundation.org>
On 12/21/2015 05:24 PM, Andrew Morton wrote:
>>> Should we use c99 initializer instead to make it future-proof?
>> >
>> > I didn't do that to make these sort of failures obvious. In this case, if we would have
>> > used an initializer and it would default to the "wrong" values it would be much harder
>> > to find this bug.
>> >
> If we're to make that approach useful and debuggable we should poison
> the structure at the outset with some well-known and crazy pattern. Or
> use kasan.
We sort of do. Consider stack garbage as "poison"...
This bug was found using UBSan which complained that a bool suddenly had the
value of '64'.
If we go back to the scenario I've described, and the struct would have been
initialized on declaration, you'd have a much harder time finding it rather
than letting our existing and future tools find it.
Thanks,
Sasha
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
WARNING: multiple messages have this Message-ID (diff)
From: Sasha Levin <sasha.levin@oracle.com>
To: Andrew Morton <akpm@linux-foundation.org>
Cc: "Kirill A. Shutemov" <kirill@shutemov.name>,
mhocko@suse.com, mgorman@suse.de, linux-mm@kvack.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mm, oom: initiallize all new zap_details fields before use
Date: Mon, 21 Dec 2015 19:57:37 -0500 [thread overview]
Message-ID: <5678A001.4040700@oracle.com> (raw)
In-Reply-To: <20151221142438.cbd34f0e663a795e649cdfbc@linux-foundation.org>
On 12/21/2015 05:24 PM, Andrew Morton wrote:
>>> Should we use c99 initializer instead to make it future-proof?
>> >
>> > I didn't do that to make these sort of failures obvious. In this case, if we would have
>> > used an initializer and it would default to the "wrong" values it would be much harder
>> > to find this bug.
>> >
> If we're to make that approach useful and debuggable we should poison
> the structure at the outset with some well-known and crazy pattern. Or
> use kasan.
We sort of do. Consider stack garbage as "poison"...
This bug was found using UBSan which complained that a bool suddenly had the
value of '64'.
If we go back to the scenario I've described, and the struct would have been
initialized on declaration, you'd have a much harder time finding it rather
than letting our existing and future tools find it.
Thanks,
Sasha
next prev parent reply other threads:[~2015-12-22 0:57 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-19 1:04 [PATCH] mm, oom: initiallize all new zap_details fields before use Sasha Levin
2015-12-19 1:04 ` Sasha Levin
2015-12-19 19:52 ` Kirill A. Shutemov
2015-12-19 19:52 ` Kirill A. Shutemov
2015-12-19 22:03 ` Sasha Levin
2015-12-19 22:03 ` Sasha Levin
2015-12-21 22:24 ` Andrew Morton
2015-12-21 22:24 ` Andrew Morton
2015-12-22 0:57 ` Sasha Levin [this message]
2015-12-22 0:57 ` Sasha Levin
2015-12-21 8:30 ` Michal Hocko
2015-12-21 8:30 ` Michal Hocko
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=5678A001.4040700@oracle.com \
--to=sasha.levin@oracle.com \
--cc=akpm@linux-foundation.org \
--cc=kirill@shutemov.name \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=mgorman@suse.de \
--cc=mhocko@suse.com \
/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.