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:	Sat, 16 May 2015 23:49:07 -0700
From:	Brian Norris <computersforpeace@...il.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, linux-mtd@...ts.infradead.org,
	David Woodhouse <dwmw2@...radead.org>,
	Geert Uytterhoeven <geert@...ux-m68k.org>,
	Rafał Miłecki <zajec5@...il.com>
Subject: [GIT PULL] MTD fixes for 4.1-rc4

Hi Linus,

The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:

  Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)

are available in the git repository at:

  git://git.infradead.org/linux-mtd.git tags/for-linus-20150516

for you to fetch changes up to 8947e396a8296c5297928b60043f35dfa56baa05:

  Documentation: dt: mtd: replace "nor-jedec" binding with "jedec, spi-nor" (2015-05-15 13:04:00 -0700)

----------------------------------------------------------------
Two MTD fixes for 4.1:

 * readtest: the signal-handling code was clobbering the error codes we should
   be handling/reporting in this test, rendering it useless. Noticed by Coverity.

 * the common SPI NOR flash DT binding (merged for 4.1-rc1) is being revised,
   so let's change that before 4.1 is minted.

----------------------------------------------------------------
Brian Norris (2):
      mtd: readtest: don't clobber error reports
      Documentation: dt: mtd: replace "nor-jedec" binding with "jedec, spi-nor"

 .../devicetree/bindings/mtd/{m25p80.txt => jedec,spi-nor.txt}       | 6 +++---
 drivers/mtd/devices/m25p80.c                                        | 6 +++---
 drivers/mtd/tests/readtest.c                                        | 6 ++++--
 3 files changed, 10 insertions(+), 8 deletions(-)
 rename Documentation/devicetree/bindings/mtd/{m25p80.txt => jedec,spi-nor.txt} (85%)
--
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