From: Easwar Hariharan <eahariha@linux.microsoft.com>
To: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Cc: eahariha@linux.microsoft.com, netfilter-devel@vger.kernel.org,
coreteam@netfilter.org, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, cocci@inria.fr,
linux-arm-kernel@lists.infradead.org, linux-s390@vger.kernel.org,
dri-devel@lists.freedesktop.org, intel-xe@lists.freedesktop.org,
linux-scsi@vger.kernel.org, xen-devel@lists.xenproject.org,
linux-block@vger.kernel.org, linux-wireless@vger.kernel.org,
ath11k@lists.infradead.org, linux-mm@kvack.org,
linux-bluetooth@vger.kernel.org, linux-staging@lists.linux.dev,
linux-rpi-kernel@lists.infradead.org, ceph-devel@vger.kernel.org,
live-patching@vger.kernel.org, linux-sound@vger.kernel.org,
etnaviv@lists.freedesktop.org, oss-drivers@corigine.com,
linuxppc-dev@lists.ozlabs.org,
Anna-Maria Behnsen <anna-maria@linutronix.de>
Subject: Re: [PATCH v2 00/21] Converge on using secs_to_jiffies()
Date: Fri, 6 Dec 2024 12:58:17 -0800 [thread overview]
Message-ID: <dab77729-682f-4182-9fb2-cd522ac29b5f@linux.microsoft.com> (raw)
In-Reply-To: <b9fcb12a-b7a4-4c33-836e-67109ce07deb@intel.com>
On 11/29/2024 4:57 AM, Przemek Kitszel wrote:
>
> [removed most non-list recipients, it's just too much]
>
> On 11/15/24 10:26 PM, Easwar Hariharan wrote:
<snip>
>>
>> ---
>> Changes in v2:
>> - EDITME: describe what is new in this series revision.
>> - EDITME: use bulletpoints and terse descriptions.
>> - Link to v1: https://lore.kernel.org/r/20241115-converge-secs-to-
>> jiffies-v1-0-19aadc34941b@linux.microsoft.com
>
> that is not a proper changelog, you were supposed to edit those
> placeholder entries; please look around for examples
>
> There is also just too much recipients. Please split up your patches
> into smaller pieces. You will also learn the process on a smaller
> sample.
>
> And definitively please wait for 48h before reposting such big series.
Yes, sorry, I sent out a v2 in a moment of panic on including the
already accepted patch in v1. I failed to edit the changelog in that
same panic. I'll try to not panic and do better in the future.
>
> Regarding code - you could also convert msecs_to_jiffies(const * HZ),
> there are 10 that are greppable.
>
Those seem to be mistakes. const*HZ is a seconds-denominated timeout,
being passed to msecs_to_jiffies() which will treat it as a
millisecond-denominated timeout resulting in an excessively long
timeout. I suppose that's better than a too-short timeout, and
apparently it's been working fine all along since hardware responds
before the too-long timeout expires. Half of them are in
drivers/scsi/arcmsr/arcmsr_hba.c and the pattern has apparently been
there since 2010.
Thanks,
Easwar
next prev parent reply other threads:[~2024-12-06 20:58 UTC|newest]
Thread overview: 118+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-15 21:26 [PATCH v2 00/21] Converge on using secs_to_jiffies() Easwar Hariharan
2024-11-15 21:26 ` [cocci] " Easwar Hariharan
2024-11-15 21:26 ` [PATCH v2 01/21] netfilter: conntrack: Cleanup timeout definitions Easwar Hariharan
2024-11-15 21:26 ` [cocci] " Easwar Hariharan
2024-11-15 21:51 ` Converge on using secs_to_jiffies() bluez.test.bot
2024-11-15 22:34 ` [PATCH v2 01/21] netfilter: conntrack: Cleanup timeout definitions Stephen Rothwell
2024-11-15 22:34 ` [cocci] " Stephen Rothwell
2024-11-16 0:13 ` Easwar Hariharan
2024-11-16 0:13 ` [cocci] " Easwar Hariharan
2024-11-16 9:40 ` Christophe Leroy
2024-11-16 9:40 ` [cocci] " Christophe Leroy
2024-11-18 18:13 ` Easwar Hariharan
2024-11-18 18:13 ` [cocci] " Easwar Hariharan
2024-11-17 17:22 ` kernel test robot
2024-11-15 21:26 ` [PATCH v2 02/21] coccinelle: misc: Add secs_to_jiffies script Easwar Hariharan
2024-11-15 21:26 ` [cocci] " Easwar Hariharan
2024-11-16 6:05 ` Christophe JAILLET
2024-11-16 6:05 ` [cocci] " Christophe JAILLET
2024-11-18 18:09 ` Easwar Hariharan
2024-11-18 18:09 ` [cocci] " Easwar Hariharan
2024-11-16 9:52 ` Christophe Leroy
2024-11-16 9:52 ` [cocci] " Christophe Leroy
2024-11-18 18:14 ` Easwar Hariharan
2024-11-18 18:14 ` [cocci] " Easwar Hariharan
2024-11-16 10:23 ` Markus Elfring
2024-11-15 21:26 ` [PATCH v2 03/21] arm: pxa: Convert timeouts to use secs_to_jiffies() Easwar Hariharan
2024-11-15 21:26 ` [cocci] " Easwar Hariharan
2024-11-16 10:26 ` Christophe Leroy
2024-11-16 10:26 ` [cocci] " Christophe Leroy
2024-11-15 21:26 ` [PATCH v2 04/21] s390: kernel: " Easwar Hariharan
2024-11-15 21:26 ` [cocci] " Easwar Hariharan
2024-11-18 8:26 ` Heiko Carstens
2024-11-18 8:26 ` [cocci] " Heiko Carstens
2024-11-15 21:26 ` [PATCH v2 05/21] powerpc/papr_scm: Convert timeouts to secs_to_jiffies() Easwar Hariharan
2024-11-15 21:26 ` [cocci] " Easwar Hariharan
2024-11-16 10:06 ` Christophe Leroy
2024-11-16 10:06 ` [cocci] " Christophe Leroy
2024-11-16 10:40 ` Dan Carpenter
2024-11-16 10:40 ` [cocci] " Dan Carpenter
2024-11-16 11:24 ` Julia Lawall
2024-11-16 11:24 ` [cocci] " Julia Lawall
2024-11-18 9:14 ` Victor Gambier
2024-11-15 21:26 ` [PATCH v2 06/21] mm: kmemleak: " Easwar Hariharan
2024-11-15 21:26 ` [cocci] " Easwar Hariharan
2024-11-15 21:26 ` [PATCH v2 07/21] accel/habanalabs: " Easwar Hariharan
2024-11-15 21:26 ` [cocci] " Easwar Hariharan
2024-11-15 21:26 ` [PATCH v2 08/21] drm/xe: Convert timeout " Easwar Hariharan
2024-11-15 21:26 ` [cocci] " Easwar Hariharan
2024-11-15 21:26 ` [PATCH v2 09/21] drm/etnaviv: Convert timeouts " Easwar Hariharan
2024-11-15 21:26 ` [cocci] " Easwar Hariharan
2024-12-02 21:16 ` Christian Gmeiner
2024-12-02 21:16 ` [cocci] " Christian Gmeiner
2024-11-15 21:26 ` [PATCH v2 10/21] scsi: lpfc: " Easwar Hariharan
2024-11-15 21:26 ` [cocci] " Easwar Hariharan
2024-11-15 21:26 ` [PATCH v2 11/21] scsi: arcmsr: " Easwar Hariharan
2024-11-15 21:26 ` [cocci] " Easwar Hariharan
2024-11-17 17:12 ` kernel test robot
2024-11-15 21:26 ` [PATCH v2 12/21] scsi: pm8001: " Easwar Hariharan
2024-11-15 21:26 ` [cocci] " Easwar Hariharan
2024-11-17 18:24 ` kernel test robot
2024-11-15 21:26 ` [PATCH v2 13/21] xen/blkback: " Easwar Hariharan
2024-11-15 21:26 ` [cocci] " Easwar Hariharan
2024-11-15 21:26 ` [PATCH v2 14/21] gve: " Easwar Hariharan
2024-11-15 21:26 ` [cocci] " Easwar Hariharan
2024-11-15 21:26 ` [PATCH v2 15/21] wifi: ath11k: " Easwar Hariharan
2024-11-15 21:26 ` [cocci] " Easwar Hariharan
2024-11-15 22:59 ` Jeff Johnson
2024-11-15 22:59 ` [cocci] " Jeff Johnson
2024-11-15 21:26 ` [PATCH v2 16/21] Bluetooth: MGMT: " Easwar Hariharan
2024-11-15 21:26 ` [cocci] " Easwar Hariharan
2024-11-15 21:26 ` [PATCH v2 17/21] staging: vc04_services: " Easwar Hariharan
2024-11-15 21:26 ` [cocci] " Easwar Hariharan
2024-11-15 21:26 ` [PATCH v2 18/21] ceph: " Easwar Hariharan
2024-11-15 21:26 ` [cocci] " Easwar Hariharan
2024-11-28 12:28 ` Alex Markuze
2024-11-28 12:28 ` [cocci] " Alex Markuze
2024-11-15 21:26 ` [PATCH v2 19/21] livepatch: " Easwar Hariharan
2024-11-15 21:26 ` [cocci] " Easwar Hariharan
2024-11-16 10:10 ` Christophe Leroy
2024-11-16 10:10 ` [cocci] " Christophe Leroy
2024-11-18 11:06 ` Petr Mladek
2024-11-18 11:06 ` [cocci] " Petr Mladek
2024-11-18 18:18 ` Easwar Hariharan
2024-11-18 18:18 ` [cocci] " Easwar Hariharan
2024-11-19 1:43 ` zhang warden
2024-11-19 8:52 ` Petr Mladek
2024-11-19 9:09 ` Miroslav Benes
2024-11-15 21:26 ` [PATCH v2 20/21] ALSA: line6: " Easwar Hariharan
2024-11-15 21:26 ` [cocci] " Easwar Hariharan
2024-11-15 21:26 ` [PATCH v2 21/21] nfp: " Easwar Hariharan
2024-11-15 21:26 ` [cocci] " Easwar Hariharan
2024-11-16 10:13 ` Christophe Leroy
2024-11-16 10:13 ` [cocci] " Christophe Leroy
2024-11-15 21:29 ` [PATCH v2 00/21] Converge on using secs_to_jiffies() Easwar Hariharan
2024-11-15 21:29 ` [cocci] " Easwar Hariharan
2024-11-15 21:41 ` Jeff Johnson
2024-11-15 21:41 ` [cocci] " Jeff Johnson
2024-11-15 22:15 ` Easwar Hariharan
2024-11-15 22:15 ` [cocci] " Easwar Hariharan
2024-11-15 23:20 ` Thomas Gleixner
2024-11-15 23:20 ` [cocci] " Thomas Gleixner
2024-11-16 7:46 ` Christophe Leroy
2024-11-16 7:46 ` [cocci] " Christophe Leroy
2024-11-15 22:34 ` ✓ CI.Patch_applied: success for Converge on using secs_to_jiffies() (rev2) Patchwork
2024-11-15 22:34 ` ✗ CI.checkpatch: warning " Patchwork
2024-11-15 22:34 ` ✗ CI.KUnit: failure " Patchwork
2024-11-16 10:16 ` [PATCH v2 00/21] Converge on using secs_to_jiffies() Christophe Leroy
2024-11-16 10:16 ` [cocci] " Christophe Leroy
2024-11-16 10:23 ` LEROY Christophe
2024-11-16 10:23 ` [cocci] " LEROY Christophe
2024-11-18 18:07 ` Easwar Hariharan
2024-11-18 18:07 ` [cocci] " Easwar Hariharan
2024-11-29 12:57 ` Przemek Kitszel
2024-11-29 12:57 ` [cocci] " Przemek Kitszel
2024-12-06 20:58 ` Easwar Hariharan [this message]
2024-12-09 12:01 ` Przemek Kitszel
2024-12-09 12:45 ` Christophe Leroy
2024-12-09 15:03 ` Przemek Kitszel
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=dab77729-682f-4182-9fb2-cd522ac29b5f@linux.microsoft.com \
--to=eahariha@linux.microsoft.com \
--cc=anna-maria@linutronix.de \
--cc=ath11k@lists.infradead.org \
--cc=ceph-devel@vger.kernel.org \
--cc=cocci@inria.fr \
--cc=coreteam@netfilter.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=etnaviv@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-block@vger.kernel.org \
--cc=linux-bluetooth@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux-rpi-kernel@lists.infradead.org \
--cc=linux-s390@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=linux-wireless@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=live-patching@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=oss-drivers@corigine.com \
--cc=przemyslaw.kitszel@intel.com \
--cc=xen-devel@lists.xenproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.