Re: [PATCH net-next 0/2] timer: add fsleep for flexible sleeping

2020-05-06 Thread David Miller
From: Heiner Kallweit Date: Fri, 1 May 2020 23:26:21 +0200 > Sleeping for a certain amount of time requires use of different > functions, depending on the time period. > Documentation/timers/timers-howto.rst explains when to use which > function, and also checkpatch checks for some potentially >

[PATCH net-next 0/2] timer: add fsleep for flexible sleeping

2020-05-01 Thread Heiner Kallweit
Sleeping for a certain amount of time requires use of different functions, depending on the time period. Documentation/timers/timers-howto.rst explains when to use which function, and also checkpatch checks for some potentially problematic cases. So let's create a helper that automatically chooses