mbox

[GIT,PULL] libata fixes for v4.10-rc6

Message ID 20170131164634.GB23970@htj.duckdns.org
State Not Applicable
Delegated to: David Miller
Headers show

Pull-request

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

Message

Tejun Heo Jan. 31, 2017, 4:46 p.m. UTC
Hello, Linus.

Three libata fixes.  An error handling fix, blacklist addition for
another fallout from upping the default max sectors, and fix for a
sense data reporting bug which affects new harddrives which can report
sense data.

Thanks.

The following changes since commit 88ba6cae15e38f609aba4f3881e1c404c432596c:

  Merge tag 'platform-drivers-x86-v4.10-3' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 (2017-01-05 23:17:41 -0800)

are available in the git repository at:

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

for you to fetch changes up to 064c3db9c564cc5be514ac21fb4aa26cc33db746:

  ata: sata_mv:- Handle return value of devm_ioremap. (2017-01-06 15:45:32 -0500)

----------------------------------------------------------------
Arvind Yadav (1):
      ata: sata_mv:- Handle return value of devm_ioremap.

Damien Le Moal (1):
      libata: Fix ATA request sense

Tejun Heo (1):
      libata: apply MAX_SEC_1024 to all CX1-JB*-HP devices

 drivers/ata/libata-core.c | 6 ++++--
 drivers/ata/sata_mv.c     | 3 +++
 2 files changed, 7 insertions(+), 2 deletions(-)