From: Johannes Thumshirn <johannes.thumshirn@men.de>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: <linux-kernel@vger.kernel.org>
Subject: MCB fixes for 3.15-rc1
Date: Fri, 11 Apr 2014 08:48:40 +0200 [thread overview]
Message-ID: <20140411064829.GA11402@jtlinux> (raw)
Hi Greg,
Please pull this change for drivers/mcb.
Thanks
Johannes
--
The following changes since commit 9e897e13bd46fa03485468609741974259a8c573:
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd (2014-04-10 14:33:02 -0700)
are available in the git repository at:
git://github.com/morbidrsa/linux.git mcb
for you to fetch changes up to e383c2430770c4bb080b4915826f34b729b33bbc:
drivers: mcb: fix memory leak in chameleon_parse_cells() error path (2014-04-11 08:37:37 +0200)
----------------------------------------------------------------
Christoph Jaeger (1):
drivers: mcb: fix memory leak in chameleon_parse_cells() error path
drivers/mcb/mcb-parse.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mcb/mcb-parse.c b/drivers/mcb/mcb-parse.c
index d1278b5..0049269 100644
--- a/drivers/mcb/mcb-parse.c
+++ b/drivers/mcb/mcb-parse.c
@@ -141,6 +141,7 @@ int chameleon_parse_cells(struct mcb_bus *bus, phys_addr_t mapbase,
default:
pr_err("Invalid chameleon descriptor type 0x%x\n",
dtype);
+ kfree(header);
return -EINVAL;
}
num_cells++;
next reply other threads:[~2014-04-11 6:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-11 6:48 Johannes Thumshirn [this message]
2014-04-11 14:16 ` MCB fixes for 3.15-rc1 Greg Kroah-Hartman
2014-04-11 16:38 ` Johannes Thumshirn
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=20140411064829.GA11402@jtlinux \
--to=johannes.thumshirn@men.de \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.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.