From: mturquette@ti.com (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] clk: fixes for 3.5-rc6
Date: Tue, 3 Jul 2012 16:28:10 -0700 [thread overview]
Message-ID: <20120703232810.GA28439@gmail.com> (raw)
Hi Linus,
I have one trivial fix for the common clk framework towards 3.5-rc6.
This issue was introduced by the last set of fixes, unfortunately.
Thanks,
Mike
The following changes since commit 6887a4131da3adaab011613776d865f4bcfb5678:
Linux 3.5-rc5 (2012-06-30 16:08:57 -0700)
are available in the git repository at:
git://git.linaro.org/people/mturquette/linux.git tags/clk-fixes-for-linus
for you to fetch changes up to 863b13271f1608ab3af6f7a371047d9a66693e38:
clk: fix parent validation in __clk_set_parent() (2012-07-03 12:05:14 -0700)
----------------------------------------------------------------
The previous set of common clk fixes for -rc5 left an uninitialized int
which could lead to bad array indexing when switching clock parents.
The issue is fixed with a trivial change to the code flow in
__clk_set_parent.
----------------------------------------------------------------
Rajendra Nayak (1):
clk: fix parent validation in __clk_set_parent()
drivers/clk/clk.c | 28 +++++++++++++---------------
1 file changed, 13 insertions(+), 15 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Mike Turquette <mturquette@ti.com>
To: torvalds@linux-foundation.org
Cc: linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, rnayak@ti.com,
mkl@pengutronix.de, u.kleine-koenig@pengutronix.de
Subject: [GIT PULL] clk: fixes for 3.5-rc6
Date: Tue, 3 Jul 2012 16:28:10 -0700 [thread overview]
Message-ID: <20120703232810.GA28439@gmail.com> (raw)
Hi Linus,
I have one trivial fix for the common clk framework towards 3.5-rc6.
This issue was introduced by the last set of fixes, unfortunately.
Thanks,
Mike
The following changes since commit 6887a4131da3adaab011613776d865f4bcfb5678:
Linux 3.5-rc5 (2012-06-30 16:08:57 -0700)
are available in the git repository at:
git://git.linaro.org/people/mturquette/linux.git tags/clk-fixes-for-linus
for you to fetch changes up to 863b13271f1608ab3af6f7a371047d9a66693e38:
clk: fix parent validation in __clk_set_parent() (2012-07-03 12:05:14 -0700)
----------------------------------------------------------------
The previous set of common clk fixes for -rc5 left an uninitialized int
which could lead to bad array indexing when switching clock parents.
The issue is fixed with a trivial change to the code flow in
__clk_set_parent.
----------------------------------------------------------------
Rajendra Nayak (1):
clk: fix parent validation in __clk_set_parent()
drivers/clk/clk.c | 28 +++++++++++++---------------
1 file changed, 13 insertions(+), 15 deletions(-)
next reply other threads:[~2012-07-03 23:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-03 23:28 Mike Turquette [this message]
2012-07-03 23:28 ` [GIT PULL] clk: fixes for 3.5-rc6 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=20120703232810.GA28439@gmail.com \
--to=mturquette@ti.com \
--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.