From: Rusty Russell <rusty@rustcorp.com.au>
To: Joe Perches <joe@perches.com>, Andrew Morton <akpm@linux-foundation.org>
Cc: Ralf Baechle <ralf@linux-mips.org>,
Veli-Pekka Peltola <veli-pekka.peltola@bluegiga.com>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, linux-mips@linux-mips.org,
Russell King <linux@arm.linux.org.uk>,
Thomas Gleixner <tglx@linutronix.de>,
Ingo Molnar <mingo@redhat.com>, "H. Peter Anvin" <hpa@zytor.com>,
x86@kernel.org, Peter Zijlstra <peterz@infradead.org>
Subject: Re: [PATCH v2] mm: module_alloc: check if size is 0
Date: Mon, 01 Jul 2013 12:48:28 +0930 [thread overview]
Message-ID: <87sizzrmrf.fsf@rustcorp.com.au> (raw)
In-Reply-To: <1372373188.2060.32.camel@joe-AO722>
Joe Perches <joe@perches.com> writes:
> On Thu, 2013-06-27 at 15:23 -0700, Andrew Morton wrote:
>> On Thu, 27 Jun 2013 11:39:17 +0200 Ralf Baechle <ralf@linux-mips.org> wrote:
> []
>> Veli-Pekka's original patch would be neater if we were to add a new
>>
>> void *__vmalloc_node_range_zero_size_ok(<args>)
>> {
>> if (size == 0)
>> return NULL;
>
> I believe you mean
> return ZERO_SIZE_PTR;
Yes, this is the Right Fix.
Thanks,
Rusty.
WARNING: multiple messages have this Message-ID (diff)
From: rusty@rustcorp.com.au (Rusty Russell)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] mm: module_alloc: check if size is 0
Date: Mon, 01 Jul 2013 12:48:28 +0930 [thread overview]
Message-ID: <87sizzrmrf.fsf@rustcorp.com.au> (raw)
In-Reply-To: <1372373188.2060.32.camel@joe-AO722>
Joe Perches <joe@perches.com> writes:
> On Thu, 2013-06-27 at 15:23 -0700, Andrew Morton wrote:
>> On Thu, 27 Jun 2013 11:39:17 +0200 Ralf Baechle <ralf@linux-mips.org> wrote:
> []
>> Veli-Pekka's original patch would be neater if we were to add a new
>>
>> void *__vmalloc_node_range_zero_size_ok(<args>)
>> {
>> if (size == 0)
>> return NULL;
>
> I believe you mean
> return ZERO_SIZE_PTR;
Yes, this is the Right Fix.
Thanks,
Rusty.
next prev parent reply other threads:[~2013-07-01 8:53 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-01 19:45 [PATCH] mm: module_alloc: check if size is 0 Veli-Pekka Peltola
2012-03-01 19:45 ` Veli-Pekka Peltola
2012-03-01 20:46 ` H. Peter Anvin
2012-03-01 20:46 ` H. Peter Anvin
2012-03-07 13:09 ` [PATCH v2] " Veli-Pekka Peltola
2012-03-07 13:09 ` Veli-Pekka Peltola
2012-03-19 15:36 ` Veli-Pekka Peltola
2012-03-19 15:36 ` Veli-Pekka Peltola
2013-06-27 9:39 ` Ralf Baechle
2013-06-27 9:39 ` Ralf Baechle
2013-06-27 22:23 ` Andrew Morton
2013-06-27 22:23 ` Andrew Morton
2013-06-27 22:46 ` Joe Perches
2013-06-27 22:46 ` Joe Perches
2013-07-01 3:18 ` Rusty Russell [this message]
2013-07-01 3:18 ` Rusty Russell
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=87sizzrmrf.fsf@rustcorp.com.au \
--to=rusty@rustcorp.com.au \
--cc=akpm@linux-foundation.org \
--cc=hpa@zytor.com \
--cc=joe@perches.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mips@linux-mips.org \
--cc=linux@arm.linux.org.uk \
--cc=mingo@redhat.com \
--cc=peterz@infradead.org \
--cc=ralf@linux-mips.org \
--cc=tglx@linutronix.de \
--cc=veli-pekka.peltola@bluegiga.com \
--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.