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:	Wed, 6 Jan 2016 18:42:21 -0800
From:	Brian Norris <computersforpeace@...il.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-mtd@...ts.infradead.org, linux-kernel@...r.kernel.org,
	Brian Norris <computersforpeace@...il.com>,
	David Woodhouse <dwmw2@...radead.org>
Subject: [GIT PULL] Last MTD fixes for v4.4

Hi Linus,

The following changes since commit e488ca9f8d4f62c2dc36bfa5c32f68e7f05ab381:

  doc: dt: mtd: partitions: add compatible property to "partitions" node (2015-12-08 17:10:20 -0800)

are available in the git repository at:

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

for you to fetch changes up to a32d5b726ff8cf32bf491522b0ac8ae2545a063e:

  mtd: spi-nor: fix stm_is_locked_sr() parameters (2016-01-05 16:00:41 -0800)

----------------------------------------------------------------
Three last MTD fixes for v4.4. These are all fixes for regressions and bugs
reported mid cycle. Unfortunately, some of them took a bit long to get proper
testing and feedback.

 * Assign the default MTD name earlier in the registration process, so
   partition parsers (like cmdlinepart) see the right name. Without this, some
   systems may come up with unpartitioned flash. This was a v4.4-rc1
   regression.

 * Revert some new Winbond SPI NOR flash unlocking/locking support; new code in
   v4.4 caused regressions on some Spansion flash.

 * Fix mis-typed parameter ordering in SPI NOR unlock function; this bug was
   introduced in v4.4-rc1.

----------------------------------------------------------------
Brian Norris (3):
      mtd: fix cmdlinepart parser, early naming for auto-filled MTD
      mtd: spi-nor: fix Spansion regressions (aliased with Winbond)
      mtd: spi-nor: fix stm_is_locked_sr() parameters

 drivers/mtd/mtdcore.c         | 26 +++++++++++++++++---------
 drivers/mtd/spi-nor/spi-nor.c | 10 ++++------
 include/linux/mtd/spi-nor.h   |  2 +-
 3 files changed, 22 insertions(+), 16 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