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>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 13 Jun 2013 23:22:02 +0100
From:	Grant Likely <grant.likely@...aro.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	Rob Herring <rob.herring@...xeda.com>,
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	devicetree-discuss <devicetree-discuss@...ts.ozlabs.org>,
	Benjamin Herrenschmidt <benh@...nel.crashing.org>,
	Stephen Warren <SWarren@...dia.com>
Subject: [GIT PULL] devicetree bugfixes for v3.10

The following changes since commit 317ddd256b9c24b0d78fa8018f80f1e495481a10:

  Linux 3.10-rc5 (2013-06-08 17:41:04 -0700)

are available in the git repository at:

  git://git.secretlab.ca/git/linux tags/devicetree-for-linus

for you to fetch changes up to 706b78f37fbed8d81b6061359f28a315fb9b1d73:

  dtc: ensure #line directives don't consume data from the next line
(2013-06-13 22:12:15 +0100)

----------------------------------------------------------------
Device tree bug fixes to v3.10-rc5

This branch contains the following bug fixes:
- Fix locking vs. interrupts. Bug caught by lockdep checks
- Fix parsing of cpp #line directive output by dtc
- Fix 'make clean' for dtc temporary files.

There is also a commit that regenerates the dtc lexer and parser files
with Bison 2.5. The only purpose of this commit is to separate the
functional change in the dtc bug fix from the code generation change
caused by a different Bison version.

----------------------------------------------------------------
Benjamin Herrenschmidt (1):
      of: Fix locking vs. interrupts

Grant Likely (2):
      dtc: Update generated files to output from Bison 2.5
      dtc: ensure #line directives don't consume data from the next line

Ian Campbell (1):
      kbuild: make sure we clean up DTB temporary files

 arch/sparc/kernel/prom_common.c      |   5 +-
 drivers/of/base.c                    |  15 +-
 scripts/Makefile.lib                 |   8 +-
 scripts/dtc/dtc-lexer.l              |   2 +-
 scripts/dtc/dtc-lexer.lex.c_shipped  | 232 ++++++------
 scripts/dtc/dtc-parser.tab.c_shipped | 715 +++++++++++++++++++----------------
 scripts/dtc/dtc-parser.tab.h_shipped |  14 +-
 7 files changed, 521 insertions(+), 470 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

Powered by Openwall GNU/*/Linux Powered by OpenVZ