linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Damien Le Moal <damien.lemoal@opensource.wdc.com>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	linux-ide@vger.kernel.org
Subject: [GIT PULL] second round of libata changes for 5.16-rc1
Date: Fri, 12 Nov 2021 09:25:06 +0900	[thread overview]
Message-ID: <20211112002506.564912-1-damien.lemoal@opensource.wdc.com> (raw)

Linus,

The following changes since commit debe436e77c72fcee804fb867f275e6d31aa999c:

  Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 (2021-11-10 17:05:37 -0800)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata tags/libata-5.16-rc1-p2

for you to fetch changes up to 1b87bda1f29a91720a410ac0819866a3cf0df32d:

  libata: libahci: declare ahci_shost_attr_group as static (2021-11-12 08:05:47 +0900)

----------------------------------------------------------------
libata changes for 5.16-rc1, second round

Second round of updates for libata for 5.16:
* Fix READ LOG EXT and READ LOG DMA EXT command timeouts during disk
  revalidation after a resume or a modprobe of the LLDD (from me).
* Remove unnecessary error message in sata_highbank driver (from Xu).
* Better handling of accesses to the IDENTIFY DEVICE data log for drives
  that do not support this log page (from me).
* Fix ahci_shost_attr_group declaration in ahci driver (from me).

----------------------------------------------------------------
Damien Le Moal (3):
      libata: fix read log timeout value
      libata: add horkage for missing Identify Device log
      libata: libahci: declare ahci_shost_attr_group as static

Xu Wang (1):
      ata: sata_highbank: Remove unnecessary print function dev_err()

 drivers/ata/libahci.c       |  2 +-
 drivers/ata/libata-core.c   | 13 ++++++++++++-
 drivers/ata/libata-eh.c     |  8 ++++++++
 drivers/ata/sata_highbank.c |  4 +---
 include/linux/libata.h      |  3 ++-
 5 files changed, 24 insertions(+), 6 deletions(-)

             reply	other threads:[~2021-11-12  0:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-12  0:25 Damien Le Moal [this message]
2021-11-12 20:42 ` [GIT PULL] second round of libata changes for 5.16-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211112002506.564912-1-damien.lemoal@opensource.wdc.com \
    --to=damien.lemoal@opensource.wdc.com \
    --cc=linux-ide@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).