lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 26 Jun 2012 17:04:30 -0700
From:	Mike Turquette <mturquette@...com>
To:	torvalds@...ux-foundation.org
Cc:	linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
	linux@....linux.org.uk, arnd.bergmann@...aro.org, olof@...om.net
Subject: [GIT PULL] clk: fixes for 3.5-rc5

Hi Linus,

The tag below has some fixes for users of the common clk framework.
This is my first time sending you a pull request (and first time using a
signed tag) so please let me know if I screwed something up.

Thanks,
Mike

The following changes since commit 6b16351acbd415e66ba16bf7d473ece1574cf0bc:

  Linux 3.5-rc4 (2012-06-24 12:53:04 -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 d03ac61daa8d4d17cd83a5ab98e85b616b90c7ac:

  clk: mxs: fix clock lookup after freeing init memory (2012-06-25 16:51:48 -0700)

----------------------------------------------------------------
clk-fixes-for-linus contains three NULL pointer fixes and two device
regression fixups.  Two NULL pointer dereferences were in the common clk
core due to lack of sanity checking and the third NPD was in the
mxs-specific clock code due to incorrect use of __initdata.  The device
regressions were the result of improper data: a wrong string name for
matching DT data broke the SPEAr ethernet controller and another string
matching problem in the mxs clock data resulted in a broken MMC
controller.

----------------------------------------------------------------
Marc Kleine-Budde (1):
      clk: mxs: fix clock lookup after freeing init memory

Pawel Moll (1):
      clk: Check parent for NULL in clk_change_rate

Rajendra Nayak (1):
      clk: Allow late cache allocation for clk->parents

Shawn Guo (1):
      clk: mxs: fix ref_io clock definition

Stefan Roese (1):
      clk: SPEAr600: Fix ethernet clock name for DT based probing

 drivers/clk/clk.c                  |   26 +++++++++++++++++---------
 drivers/clk/mxs/clk-imx23.c        |   12 ++++++------
 drivers/clk/mxs/clk-imx28.c        |   32 ++++++++++++++++----------------
 drivers/clk/spear/spear6xx_clock.c |    2 +-
 4 files changed, 40 insertions(+), 32 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists