[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CACRpkdYp8mT2cXVP6hKmopMmHrzugVjTS_0=-qLo8F7y7Um_ng@mail.gmail.com>
Date: Fri, 7 Dec 2018 11:14:47 +0100
From: Linus Walleij <linus.walleij@...aro.org>
To: Nicholas Mc Guire <hofrat@...dl.org>
Cc: Russell King <linux@...linux.org.uk>,
Linux ARM <linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [RFC PATCH] gpio: pl061: handle failed allocations
On Sat, Dec 1, 2018 at 1:03 PM Nicholas Mc Guire <hofrat@...dl.org> wrote:
> devm_kzalloc(), devm_kstrdup() and devm_kasprintf() all can
> fail internal allocation and return NULL. Using any of the assigned
> objects without checking is not safe. As this is early in the boot
> phase and these allocations really should not fail, any failure here
> is probably an indication of a more serious issue so it makes little
> sense to try and rollback the previous allocated resources or try to
> continue; but rather the probe function is simply exited with -ENOMEM.
>
> Signed-off-by: Nicholas Mc Guire <hofrat@...dl.org>
> Fixes: 684284b64aae ("ARM: integrator: add MMCI device to IM-PD1")
Looks good to me so patch applied to my Integrator tree
for fixes.
Yours,
Liinus Walleij
Powered by blists - more mailing lists