Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1540518 > unrolled thread

[GIT PULL] libata changes for v4.10-rc1

Started byTejun Heo <tj@kernel.org>
First post2016-12-12 19:40 +0100
Last post2016-12-13 23:40 +0100
Articles 4 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] libata changes for v4.10-rc1 Tejun Heo <tj@kernel.org> - 2016-12-12 19:40 +0100
    Re: [GIT PULL] libata changes for v4.10-rc1 Christoph Hellwig <hch@infradead.org> - 2016-12-12 20:10 +0100
      Re: [GIT PULL] libata changes for v4.10-rc1 Tejun Heo <tj@kernel.org> - 2016-12-12 20:30 +0100
    [GIT PULL UPDATED] libata changes for v4.10-rc1 Tejun Heo <tj@kernel.org> - 2016-12-13 23:40 +0100

#1540518 — [GIT PULL] libata changes for v4.10-rc1

FromTejun Heo <tj@kernel.org>
Date2016-12-12 19:40 +0100
Subject[GIT PULL] libata changes for v4.10-rc1
Message-ID<sNDG1-7LQ-5@gated-at.bofh.it>
Hello, Linus.

* Adam added opt-in ATA command priority support.

* There are machines which hide multiple nvme devices behind an ahci
  BAR.  Dan Williams proposed a solution to force-switch the mode but
  deemed too hackishd.  People are gonna discuss the proper way to
  handle the situation in nvme standard meetings.  For now, detect and
  warn about the situation.

* Low level driver specific changes.

Thanks.

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

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

for you to fetch changes up to aecec8b60422118b52e3347430ba9382e57d6d76:

  ahci: warn about remapped NVMe devices (2016-12-05 14:31:24 -0500)

----------------------------------------------------------------
Adam Manzanares (4):
      block: Add iocontext priority to request
      ata: Enabling ATA Command Priorities
      ata: ATA Command Priority Disabled By Default
      ata: set ncq_prio_enabled iff device has support

Christoph Hellwig (2):
      nvme: move NVMe class code to pci_ids.h
      ahci: warn about remapped NVMe devices

Dan Williams (1):
      ahci-remap.h: add ahci remapping definitions

Tang Yuantian (1):
      ahci: qoriq: added ls1046a platform support

Vladimir Zapolskiy (4):
      pata: imx: sort headers out
      pata: imx: set controller PIO mode with .set_piomode callback
      pata: imx: add support of setting timings for PIO modes
      pata: imx: support controller modes up to PIO4

 block/blk-core.c           |  4 ++-
 drivers/ata/ahci.c         | 39 ++++++++++++++++++++++
 drivers/ata/ahci_qoriq.c   | 16 +++++++--
 drivers/ata/libahci.c      |  1 +
 drivers/ata/libata-core.c  | 35 +++++++++++++++++++-
 drivers/ata/libata-scsi.c  | 80 +++++++++++++++++++++++++++++++++++++++++++-
 drivers/ata/libata.h       |  2 +-
 drivers/ata/pata_imx.c     | 82 ++++++++++++++++++++++++++++++++--------------
 drivers/nvme/host/pci.c    |  3 --
 include/linux/ahci-remap.h | 28 ++++++++++++++++
 include/linux/ata.h        |  6 ++++
 include/linux/blkdev.h     | 14 ++++++++
 include/linux/libata.h     |  5 +++
 include/linux/pci_ids.h    |  2 ++
 14 files changed, 282 insertions(+), 35 deletions(-)
 create mode 100644 include/linux/ahci-remap.h

[toc] | [next] | [standalone]


#1540552

FromChristoph Hellwig <hch@infradead.org>
Date2016-12-12 20:10 +0100
Message-ID<sNE93-8b3-17@gated-at.bofh.it>
In reply to#1540518
On Mon, Dec 12, 2016 at 01:32:09PM -0500, Tejun Heo wrote:
> Hello, Linus.
> 
> * Adam added opt-in ATA command priority support.
> 
> * There are machines which hide multiple nvme devices behind an ahci
>   BAR.  Dan Williams proposed a solution to force-switch the mode but
>   deemed too hackishd.  People are gonna discuss the proper way to
>   handle the situation in nvme standard meetings.  For now, detect and
>   warn about the situation.

I wish that was the case.  We've pretty much agreed that we'll want
to implement it as a virtual PCIe root bridge, similar to Intels other
"innovation" VMD that we work around that way.  But Intel management
has apparently decided that they don't want to spend more cycles on
this now that Lenovo has an optional BIOS that doesn't force this
broken mode anymore, and no one outside of Intel has enough information
to implement something like this.

So for now I guess this warning is it, until Intel reconsideres and
spends resources on fixing up the damage their Chipset people caused.

[toc] | [prev] | [next] | [standalone]


#1540567

FromTejun Heo <tj@kernel.org>
Date2016-12-12 20:30 +0100
Message-ID<sNEsq-8hm-11@gated-at.bofh.it>
In reply to#1540552
On Mon, Dec 12, 2016 at 11:04:02AM -0800, Christoph Hellwig wrote:
> I wish that was the case.  We've pretty much agreed that we'll want
> to implement it as a virtual PCIe root bridge, similar to Intels other
> "innovation" VMD that we work around that way.  But Intel management
> has apparently decided that they don't want to spend more cycles on
> this now that Lenovo has an optional BIOS that doesn't force this
> broken mode anymore, and no one outside of Intel has enough information
> to implement something like this.
> 
> So for now I guess this warning is it, until Intel reconsideres and
> spends resources on fixing up the damage their Chipset people caused.

Dang, ah well, this is it then.

Thanks for explaining the situation.

-- 
tejun

[toc] | [prev] | [next] | [standalone]


#1541543 — [GIT PULL UPDATED] libata changes for v4.10-rc1

FromTejun Heo <tj@kernel.org>
Date2016-12-13 23:40 +0100
Subject[GIT PULL UPDATED] libata changes for v4.10-rc1
Message-ID<sO3TP-6UE-9@gated-at.bofh.it>
In reply to#1540518
Hello,

One more patch from Adam added.  It makes libata skip probing for NCQ
prio unless the feature is explicitly requested by the user.  This is
necessary because some controllers lock up after the optional feature
is probed.

* Adam added opt-in ATA command priority support.

* There are machines which hide multiple nvme devices behind an ahci
  BAR.  Dan Williams proposed a solution to force-switch the mode but
  deemed too hackishd.  People are gonna discuss the proper way to
  handle the situation in nvme standard meetings.  For now, detect and
  warn about the situation.

* Low level driver specific changes.

The following changes since commit 1001354ca34179f3db924eb66672442a173147dc:

  Linux 4.9-rc1 (2016-10-15 12:17:50 -0700)

are available in the git repository at:

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

for you to fetch changes up to 9f56eca3aeeab699a7dbfb397661d2eca4430e94:

  ata: avoid probing NCQ Prio Support if not explicitly requested (2016-12-13 17:20:17 -0500)

----------------------------------------------------------------
Adam Manzanares (5):
      block: Add iocontext priority to request
      ata: Enabling ATA Command Priorities
      ata: ATA Command Priority Disabled By Default
      ata: set ncq_prio_enabled iff device has support
      ata: avoid probing NCQ Prio Support if not explicitly requested

Christoph Hellwig (2):
      nvme: move NVMe class code to pci_ids.h
      ahci: warn about remapped NVMe devices

Dan Williams (1):
      ahci-remap.h: add ahci remapping definitions

Tang Yuantian (1):
      ahci: qoriq: added ls1046a platform support

Vladimir Zapolskiy (4):
      pata: imx: sort headers out
      pata: imx: set controller PIO mode with .set_piomode callback
      pata: imx: add support of setting timings for PIO modes
      pata: imx: support controller modes up to PIO4

 block/blk-core.c           |  4 ++-
 drivers/ata/ahci.c         | 39 +++++++++++++++++++++
 drivers/ata/ahci_qoriq.c   | 16 +++++++--
 drivers/ata/libahci.c      |  1 +
 drivers/ata/libata-core.c  | 42 ++++++++++++++++++++++-
 drivers/ata/libata-scsi.c  | 84 +++++++++++++++++++++++++++++++++++++++++++++-
 drivers/ata/libata.h       |  2 +-
 drivers/ata/pata_imx.c     | 82 ++++++++++++++++++++++++++++++--------------
 drivers/nvme/host/pci.c    |  3 --
 include/linux/ahci-remap.h | 28 ++++++++++++++++
 include/linux/ata.h        |  6 ++++
 include/linux/blkdev.h     | 14 ++++++++
 include/linux/libata.h     |  5 +++
 include/linux/pci_ids.h    |  2 ++
 14 files changed, 293 insertions(+), 35 deletions(-)
 create mode 100644 include/linux/ahci-remap.h

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web