From: Bart Van Assche <bvanassche@acm.org>
To: Niklas Cassel <cassel@kernel.org>
Cc: Damien Le Moal <dlemoal@kernel.org>,
Hannes Reinecke <hare@suse.com>, Marco Elver <elver@google.com>,
linux-ide@vger.kernel.org, Bart Van Assche <bvanassche@acm.org>
Subject: [PATCH v5 0/2] ata: libata: Enable context analysis
Date: Fri, 29 May 2026 11:03:08 -0700 [thread overview]
Message-ID: <cover.1780077008.git.bvanassche@acm.org> (raw)
Hi Niklas,
This patch series enables context analysis for the ATA subsystem. Please
consider this patch series for the next merge window.
Thanks,
Bart.
Changes compared to v4:
- Added a patch that adds the ATA port argument to ata_eh_reset().
- Removed the lockdep_assert_held() statements.
Changes compared to v3:
- Removed two source code comments.
- Annotated ata_dummy_error_handler().
- Addressed Sashiko's that the address of a synchronization object should be
passed to __acquires() and __releases().
Changes compared to v2:
- Instead of annotating only function declarations, annotate both function
declarations and function definitions.
- Changed __assume_ctx_lock() into lockdep_assert_held().
- Left out the host lock changes because there is no agreement about how to
annotate functions that expect that the host lock is held.
Changes compared to v1:
- Expanded a single patch into a series of nine patches.
- Included a bug fix for ata_exec_internal() and several refactoring patches.
- Added a patch for annotating the code that uses the host lock.
Bart Van Assche (2):
ata: libata: Add an argument to ata_eh_reset()
ata: libata: Document when host->eh_mutex should be held
drivers/ata/Makefile | 2 ++
drivers/ata/ahci.h | 3 ++-
drivers/ata/ahci_imx.c | 1 +
drivers/ata/libahci.c | 1 +
drivers/ata/libata-core.c | 2 ++
drivers/ata/libata-eh.c | 11 ++++++++---
drivers/ata/libata-pmp.c | 5 ++++-
drivers/ata/libata-sff.c | 2 ++
drivers/ata/libata.h | 14 +++++++++-----
drivers/ata/pata_arasan_cf.c | 1 +
drivers/ata/sata_dwc_460ex.c | 1 +
drivers/ata/sata_fsl.c | 1 +
drivers/ata/sata_inic162x.c | 1 +
drivers/ata/sata_mv.c | 1 +
drivers/ata/sata_nv.c | 2 ++
drivers/ata/sata_promise.c | 1 +
drivers/ata/sata_qstor.c | 1 +
drivers/ata/sata_sil24.c | 1 +
drivers/ata/sata_sx4.c | 1 +
drivers/ata/sata_via.c | 1 +
include/linux/libata.h | 15 ++++++++++-----
21 files changed, 53 insertions(+), 15 deletions(-)
next reply other threads:[~2026-05-29 18:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-29 18:03 Bart Van Assche [this message]
2026-05-29 18:03 ` [PATCH v5 1/2] ata: libata: Add an argument to ata_eh_reset() Bart Van Assche
2026-05-29 18:03 ` [PATCH v5 2/2] ata: libata: Document when host->eh_mutex should be held Bart Van Assche
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=cover.1780077008.git.bvanassche@acm.org \
--to=bvanassche@acm.org \
--cc=cassel@kernel.org \
--cc=dlemoal@kernel.org \
--cc=elver@google.com \
--cc=hare@suse.com \
--cc=linux-ide@vger.kernel.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