From: Andrew Morton <akpm@linux-foundation.org>
To: Johannes Weiner <hannes@cmpxchg.org>
Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>,
linux-kernel@vger.kernel.org
Subject: Re: Issue with 'lib/vsprintf.c: don't try to fix pointer wrap-around'
Date: Fri, 16 Jan 2015 12:24:04 -0800 [thread overview]
Message-ID: <20150116122404.e82eb86b5c46afdd0d00df1d@linux-foundation.org> (raw)
In-Reply-To: <20150116162357.GA10859@phnom.home.cmpxchg.org>
On Fri, 16 Jan 2015 11:23:57 -0500 Johannes Weiner <hannes@cmpxchg.org> wrote:
> Hi Rasmus,
>
> I have trouble booting my test machine with this patch in -mm:
>
> commit bb2e066c6943e62e9650bb129f416dacf138f8b1
> Author: Rasmus Villemoes <linux@rasmusvillemoes.dk>
> Date: Wed Jan 14 01:00:44 2015 +0000
>
> lib/vsprintf.c: don't try to fix pointer wrap-around
>
> Actual kernel buffers can't wrap into the user address space. If someone
> manages to pass a buf/size combination that wraps, it is most likely due
> to a bug in the caller. Instead of trying to fix it by using a smaller
> part of the buffer, bail out.
>
> Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
> Cc: Jiri Kosina <jkosina@suse.cz>
> Cc: Randy Dunlap <rdunlap@infradead.org>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
>
> After I get "Loading bzImage-new... ok" from the bootloader, the
> serial console remains quiet.
>
> A WARN_ON_ONCE() inside vsnprintf() looks like it would deadlock
> instantly when triggering this overflow from printk(), no?
Dammit, I was starting at that printk, ended up deciding it was OK,
didn't think about deadlocks. logbuf_lock and recursion_bug, for a
start...
I'll drop the patch. I assume all this means that your machine is
trying to trigger that warning condition? I wonder what the call
site is.
next prev parent reply other threads:[~2015-01-16 20:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-16 16:23 Johannes Weiner
2015-01-16 20:24 ` Andrew Morton [this message]
2015-01-16 20:42 ` Rasmus Villemoes
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=20150116122404.e82eb86b5c46afdd0d00df1d@linux-foundation.org \
--to=akpm@linux-foundation.org \
--cc=hannes@cmpxchg.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@rasmusvillemoes.dk \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®