From: Sergei Shtylyov <sergei.shtylyov@gmail.com>
To: Damien Le Moal <dlemoal@kernel.org>,
Sergey Shtylyov <s.shtylyov@omp.ru>,
linux-ide@vger.kernel.org
Subject: Re: [PATCH 0/8] Fix the remaining sloppy timeout typing in libata
Date: Wed, 26 Jul 2023 11:41:20 +0300 [thread overview]
Message-ID: <3d3fc1d5-029a-e240-eb3f-5aba1614ff39@gmail.com> (raw)
In-Reply-To: <190e84cb-8e14-8488-f0a8-f809f8640984@kernel.org>
On 7/26/23 2:36 AM, Damien Le Moal wrote:
[...]
>> Here are 8 patches against the 'for-next' branch of Damien's 'libata.git' repo.
>>
>> The libata code still often uses the 'unsigned long' type for the millisecond
>> timeouts, while the kernel functions like msecs_to_jiffies() or msleep() only
>> take 'unsigned int' parameters for those. I've started fixing the timeout types
>> from ata_exec_internal[_sg]() that tripped the Svace static analyzer and posted
>> couple patches, promising to post a large continuation series somewhat later...
>> in my worst nightmare I couldn't imagine that this would take a whole year! :-(
>
> Sergey,
>
> Ping ? Are you resending this ?
> Need a rebase as this does not apply cleanly.
I need to find the time for doing this...
>>
>> Sergey Shtylyov (8):
>> ata: libata: fix parameter type of ata_deadline()
>> ata: libata-core: fix parameter types of ata_wait_register()
>> ata: libata-eh: fix reset timeout type
>> ata: fix debounce timings type
>> ata: libata-scsi: fix timeout type in ata_scsi_park_store()
>> ata: libahci: fix parameter type of ahci_exec_polled_cmd()
>> ata: ahci_xgene: fix parameter types of xgene_ahci_poll_reg_val()
>> ata: sata_sil24: fix parameter type of sil24_exec_polled_cmd()
>>
>> drivers/ata/ahci.c | 2 +-
>> drivers/ata/ahci_qoriq.c | 2 +-
>> drivers/ata/ahci_xgene.c | 7 +++----
>> drivers/ata/libahci.c | 7 ++++---
>> drivers/ata/libata-core.c | 6 +++---
>> drivers/ata/libata-eh.c | 6 +++---
>> drivers/ata/libata-sata.c | 16 ++++++++--------
>> drivers/ata/libata-scsi.c | 4 ++--
>> drivers/ata/libata-sff.c | 2 +-
>> drivers/ata/sata_highbank.c | 2 +-
>> drivers/ata/sata_inic162x.c | 2 +-
>> drivers/ata/sata_mv.c | 2 +-
>> drivers/ata/sata_nv.c | 2 +-
>> drivers/ata/sata_sil24.c | 4 ++--
>> include/linux/libata.h | 24 ++++++++++++------------
>> 15 files changed, 44 insertions(+), 44 deletions(-)
MBR, Sergey
prev parent reply other threads:[~2023-07-26 8:48 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-16 19:45 [PATCH 0/8] Fix the remaining sloppy timeout typing in libata Sergey Shtylyov
2023-06-16 19:46 ` [PATCH 1/8] ata: libata: fix parameter type of ata_deadline() Sergey Shtylyov
2023-06-16 19:46 ` [PATCH 2/8] ata: libata-core: fix parameter types of ata_wait_register() Sergey Shtylyov
2023-06-16 19:46 ` [PATCH 3/8] ata: libata-eh: fix reset timeout type Sergey Shtylyov
2023-06-16 19:46 ` [PATCH 4/8] ata: fix debounce timings type Sergey Shtylyov
2023-06-16 19:46 ` [PATCH 5/8] ata: libata-scsi: fix timeout type in ata_scsi_park_store() Sergey Shtylyov
2023-06-16 19:46 ` [PATCH 6/8] ata: libahci: fix parameter type of ahci_exec_polled_cmd() Sergey Shtylyov
2023-06-16 19:46 ` [PATCH 7/8] ata: ahci_xgene: fix parameter types of xgene_ahci_poll_reg_val() Sergey Shtylyov
2023-06-16 19:46 ` [PATCH 8/8] ata: sata_sil24: fix parameter type of sil24_exec_polled_cmd() Sergey Shtylyov
2023-06-22 23:49 ` [PATCH 0/8] Fix the remaining sloppy timeout typing in libata Damien Le Moal
2023-07-06 20:31 ` Sergey Shtylyov
2023-07-17 0:51 ` Damien Le Moal
2023-07-25 23:36 ` Damien Le Moal
2023-07-26 8:41 ` Sergei Shtylyov [this message]
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=3d3fc1d5-029a-e240-eb3f-5aba1614ff39@gmail.com \
--to=sergei.shtylyov@gmail.com \
--cc=dlemoal@kernel.org \
--cc=linux-ide@vger.kernel.org \
--cc=s.shtylyov@omp.ru \
/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