From: sboyd@codeaurora.org (Stephen Boyd)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] Clock unregistration fixes
Date: Fri, 18 Apr 2014 16:29:41 -0700 [thread overview]
Message-ID: <1397863783-10728-1-git-send-email-sboyd@codeaurora.org> (raw)
Two fixes for fallout from commit fcb0ee6a3d33 (clk: Implement clk_unregister).
Stephen Boyd (2):
clk: Fix double free due to devm_clk_register()
clk: Fix slab corruption in clk_unregister()
drivers/clk/clk.c | 74 ++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 42 deletions(-)
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
WARNING: multiple messages have this Message-ID (diff)
From: Stephen Boyd <sboyd@codeaurora.org>
To: Mike Turquette <mturquette@linaro.org>
Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] Clock unregistration fixes
Date: Fri, 18 Apr 2014 16:29:41 -0700 [thread overview]
Message-ID: <1397863783-10728-1-git-send-email-sboyd@codeaurora.org> (raw)
Two fixes for fallout from commit fcb0ee6a3d33 (clk: Implement clk_unregister).
Stephen Boyd (2):
clk: Fix double free due to devm_clk_register()
clk: Fix slab corruption in clk_unregister()
drivers/clk/clk.c | 74 ++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 42 deletions(-)
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
next reply other threads:[~2014-04-18 23:29 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-18 23:29 Stephen Boyd [this message]
2014-04-18 23:29 ` [PATCH 0/2] Clock unregistration fixes Stephen Boyd
2014-04-18 23:29 ` [PATCH 1/2] clk: Fix double free due to devm_clk_register() Stephen Boyd
2014-04-18 23:29 ` Stephen Boyd
2014-05-14 11:26 ` Sylwester Nawrocki
2014-05-14 11:26 ` Sylwester Nawrocki
2014-04-18 23:29 ` [PATCH 2/2] clk: Fix slab corruption in clk_unregister() Stephen Boyd
2014-04-18 23:29 ` Stephen Boyd
2014-05-14 11:27 ` Sylwester Nawrocki
2014-05-14 11:27 ` Sylwester Nawrocki
2014-04-29 7:24 ` [PATCH 0/2] Clock unregistration fixes Mike Turquette
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=1397863783-10728-1-git-send-email-sboyd@codeaurora.org \
--to=sboyd@codeaurora.org \
--cc=linux-arm-kernel@lists.infradead.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.