[PATCH RESEND v2 0/2] Fix small negative period being ignored

Luo Gengkun posted 2 patches 1 year, 9 months ago
include/linux/perf_event.h |  1 +
kernel/events/core.c       | 21 +++++++++++++++++----
2 files changed, 18 insertions(+), 4 deletions(-)
[PATCH RESEND v2 0/2] Fix small negative period being ignored
Posted by Luo Gengkun 1 year, 9 months ago
v1 -> v2:
1. Add reviewed by for perf/core: Fix small negative period being ignored
2. Add perf/core: Fix incorrected time diff in tick adjust period

Luo Gengkun (2):
  perf/core: Fix small negative period being ignored
  perf/core: Fix incorrected time diff in tick adjust period

 include/linux/perf_event.h |  1 +
 kernel/events/core.c       | 21 +++++++++++++++++----
 2 files changed, 18 insertions(+), 4 deletions(-)

-- 
2.34.1
Re: [PATCH RESEND v2 0/2] Fix small negative period being ignored
Posted by Luo Gengkun 1 year, 9 months ago
Ping.

The previous link is : 
https://lore.kernel.org/all/20240116083915.2859302-1-luogengkun2@huawei.com/

On 2024/4/17 19:54, Luo Gengkun wrote:
> v1 -> v2:
> 1. Add reviewed by for perf/core: Fix small negative period being ignored
> 2. Add perf/core: Fix incorrected time diff in tick adjust period
>
> Luo Gengkun (2):
>    perf/core: Fix small negative period being ignored
>    perf/core: Fix incorrected time diff in tick adjust period
>
>   include/linux/perf_event.h |  1 +
>   kernel/events/core.c       | 21 +++++++++++++++++----
>   2 files changed, 18 insertions(+), 4 deletions(-)
>