mbox series

[v1,0/3] selftests/timers/posix_timers: various cleanups

Message ID 20240304181140.644212-1-edliaw@google.com (mailing list archive)
Headers show
Series selftests/timers/posix_timers: various cleanups | expand

Message

Edward Liaw March 4, 2024, 6:11 p.m. UTC
I'm sending some patches that were orignally in
https://lore.kernel.org/lkml/20230606132949.068951363@linutronix.de/
to prevent the timer_distribution test from hanging and also fix some
format inconsistencies.

Edward Liaw (3):
  selftests/timers/posix_timers: Make signal distribution test less
    fragile
  selftests/timers/posix_timers: Use TAP reporting format
  selftests/timers/posix_timers: Use llabs for long long

 tools/testing/selftests/timers/posix_timers.c | 196 ++++++++----------
 1 file changed, 89 insertions(+), 107 deletions(-)

--
2.44.0.rc1.240.g4c46232300-goog

Comments

Thomas Gleixner March 7, 2024, 9:04 p.m. UTC | #1
On Mon, Mar 04 2024 at 18:11, Edward Liaw wrote:
> I'm sending some patches that were orignally in
> https://lore.kernel.org/lkml/20230606132949.068951363@linutronix.de/
> to prevent the timer_distribution test from hanging and also fix some
> format inconsistencies.

Thanks for picking those up and moving them forward. Any particular
reason why you didn't pick up the full set?

Thanks,

        tglx
Thomas Gleixner March 7, 2024, 9:41 p.m. UTC | #2
On Thu, Mar 07 2024 at 13:34, Edward Liaw wrote:
>> Thanks for picking those up and moving them forward. Any particular
>> reason why you didn't pick up the full set?
>
> I didn't know enough about the code to resolve some of the merges in the
> full set.  I had run into the issue with the test timer_distribution test
> hanging on the Android kernel and wanted to get that fixed first.

Fair enough. I've marked your series for my post merge window tree and
I'll have a look at the rest of the pile.

Thanks,

        tglx