Re: [PATCH v2 00/21] Converge on using secs_to_jiffies()

2024-12-09 Thread Przemek Kitszel
On 12/6/24 9:58 PM, Easwar Hariharan wrote: 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: Regarding code - you could also convert msecs_to_jiffies(const * HZ), there are 10 that are grepp

Re: [PATCH v2 00/21] Converge on using secs_to_jiffies()

2024-12-09 Thread Przemek Kitszel
On 12/9/24 1:45 PM, Christophe Leroy wrote: Le 09/12/2024 à 13:01, Przemek Kitszel a écrit : On 12/6/24 9:58 PM, Easwar Hariharan wrote: 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:

Re: [PATCH v2 00/21] Converge on using secs_to_jiffies()

2024-12-09 Thread Christophe Leroy
Le 09/12/2024 à 13:01, Przemek Kitszel a écrit : On 12/6/24 9:58 PM, Easwar Hariharan wrote: 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: Regarding code - you could also convert msec

Re: [PATCH v2 00/21] Converge on using secs_to_jiffies()

2024-12-06 Thread Easwar Hariharan
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: >> >> --- >> Changes in v2: >> - EDITME: describe what is new in this series revision. >> - EDITME: use bulletpoints and terse descriptions.

Re: [PATCH v2 00/21] Converge on using secs_to_jiffies()

2024-11-29 Thread Przemek Kitszel
[removed most non-list recipients, it's just too much] On 11/15/24 10:26 PM, Easwar Hariharan wrote: This is a series that follows up on my previous series to introduce secs_to_jiffies() and convert a few initial users.[1] In the review for that series, Anna-Maria requested converting other us

Re: [PATCH v2 00/21] Converge on using secs_to_jiffies()

2024-11-18 Thread Easwar Hariharan
On 11/16/2024 2:23 AM, LEROY Christophe wrote: > > > Le 15/11/2024 à 22:26, Easwar Hariharan a écrit : >> [Vous ne recevez pas souvent de courriers de eahar...@linux.microsoft.com. >> Découvrez pourquoi ceci est important à >> https://aka.ms/LearnAboutSenderIdentification ] >> >> This is a seri

Re: [PATCH v2 00/21] Converge on using secs_to_jiffies()

2024-11-16 Thread LEROY Christophe
Le 15/11/2024 à 22:26, Easwar Hariharan a écrit : > [Vous ne recevez pas souvent de courriers de eahar...@linux.microsoft.com. > Découvrez pourquoi ceci est important à > https://aka.ms/LearnAboutSenderIdentification ] > > This is a series that follows up on my previous series to introduce > se

Re: [PATCH v2 00/21] Converge on using secs_to_jiffies()

2024-11-16 Thread Christophe Leroy
Le 15/11/2024 à 22:26, Easwar Hariharan a écrit : [Vous ne recevez pas souvent de courriers de eahar...@linux.microsoft.com. Découvrez pourquoi ceci est important à https://aka.ms/LearnAboutSenderIdentification ] This is a series that follows up on my previous series to introduce secs_to_ji

Re: [PATCH v2 00/21] Converge on using secs_to_jiffies()

2024-11-15 Thread Christophe Leroy
Le 15/11/2024 à 22:29, Easwar Hariharan a écrit : [Vous ne recevez pas souvent de courriers de eahar...@linux.microsoft.com. Découvrez pourquoi ceci est important à https://aka.ms/LearnAboutSenderIdentification ] On 11/15/2024 1:26 PM, Easwar Hariharan wrote: This is a series that follows

Re: [PATCH v2 00/21] Converge on using secs_to_jiffies()

2024-11-15 Thread Easwar Hariharan
On 11/15/2024 1:41 PM, Jeff Johnson wrote: > On 11/15/2024 1:29 PM, Easwar Hariharan wrote: >> On 11/15/2024 1:26 PM, Easwar Hariharan wrote: >>> This is a series that follows up on my previous series to introduce >>> secs_to_jiffies() and convert a few initial users.[1] In the review for >>> that

Re: [PATCH v2 00/21] Converge on using secs_to_jiffies()

2024-11-15 Thread Thomas Gleixner
On Fri, Nov 15 2024 at 14:15, Easwar Hariharan wrote: > On 11/15/2024 1:41 PM, Jeff Johnson wrote: >> >> How do you expect this series to land since it overlaps a large number of >> maintainer trees? Do you have a maintainer who has volunteered to take the >> series and the maintainers should just

Re: [PATCH v2 00/21] Converge on using secs_to_jiffies()

2024-11-15 Thread Easwar Hariharan
On 11/15/2024 1:26 PM, Easwar Hariharan wrote: > This is a series that follows up on my previous series to introduce > secs_to_jiffies() and convert a few initial users.[1] In the review for > that series, Anna-Maria requested converting other users with > Coccinelle. This is part 1 that converts u

[PATCH v2 00/21] Converge on using secs_to_jiffies()

2024-11-15 Thread Easwar Hariharan
This is a series that follows up on my previous series to introduce secs_to_jiffies() and convert a few initial users.[1] In the review for that series, Anna-Maria requested converting other users with Coccinelle. This is part 1 that converts users of msecs_to_jiffies() that use the multiply patter

Re: [PATCH v2 00/21] Converge on using secs_to_jiffies()

2024-11-15 Thread Jeff Johnson
On 11/15/2024 1:29 PM, Easwar Hariharan wrote: > On 11/15/2024 1:26 PM, Easwar Hariharan wrote: >> This is a series that follows up on my previous series to introduce >> secs_to_jiffies() and convert a few initial users.[1] In the review for >> that series, Anna-Maria requested converting other use