All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] libata fixes for v4.13-rc7
@ 2017-08-29 18:04 Tejun Heo
  0 siblings, 0 replies; only message in thread
From: Tejun Heo @ 2017-08-29 18:04 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-ide

Hello, Linus.

Late fixes for libata.  There's a minor platform driver fix but the
important one is READ LOG PAGE.

This is a new ATA command which is used to test some optional features
but it broke probing of some devices - they locked up instead of
failing the unknown command.  Chritoph tried blacklisting, but, after
finding out there are multiple devices which fail this way, backed off
to testing feature bit in IDENTIFY data first, which is a bit lossy
(we can miss features on some devices) but should be a lot safer.

Thanks.

The following changes since commit 2f60e1ab2f0e148e82cb53c539ad003ffc9b9bd0:

  libata: fix a couple of doc build warnings (2017-07-31 08:03:06 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git for-4.13-fixes

for you to fetch changes up to 2aca392398384f8a2f339f4c661a1699f4f2e2eb:

  Revert "libata: quirk read log on no-name M.2 SSD" (2017-08-29 08:36:58 -0700)

----------------------------------------------------------------
Christoph Hellwig (2):
      libata: quirk read log on no-name M.2 SSD
      libata: check for trusted computing in IDENTIFY DEVICE data

Christophe JAILLET (1):
      sata: ahci-da850: Fix some error handling paths in 'ahci_da850_probe()'

Tejun Heo (1):
      Revert "libata: quirk read log on no-name M.2 SSD"

 drivers/ata/ahci_da850.c  |  8 ++++++--
 drivers/ata/libata-core.c |  3 +++
 include/linux/ata.h       | 10 +++++++++-
 3 files changed, 18 insertions(+), 3 deletions(-)

-- 
tejun

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-08-29 18:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-29 18:04 [GIT PULL] libata fixes for v4.13-rc7 Tejun Heo

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.