Re: [PATCH 0/2] um: kunit: Add Clang support for CONFIG_GCOV

2023-10-23 Thread Arthur Grillo
On 20/10/23 06:21, Michał Winiarski wrote: > Clang uses a different set of CLI args for coverage, and the output > needs to be processed by a different set of tools. > Update the Makefile and add an example of usage in kunit docs. Great change! It's great not to rely on older versions of GCC for

Re: [PATCH] um: time-travel: fix time going backwards

2023-10-23 Thread Johannes Berg
On Mon, 2023-10-23 at 07:08 +, Vincent Whitchurch wrote: > On Fri, 2023-10-20 at 16:47 +0200, Vincent Whitchurch wrote: > > In basic time travel mode, I sometimes see "time goes backwards" panics > > like the one below: > > > >  Kernel panic: time-travel: time goes backwards 16168934492 ->

Re: [PATCH] um: time-travel: fix time going backwards

2023-10-23 Thread Vincent Whitchurch
On Fri, 2023-10-20 at 16:47 +0200, Vincent Whitchurch wrote: > In basic time travel mode, I sometimes see "time goes backwards" panics > like the one below: > >  Kernel panic: time-travel: time goes backwards 16168934492 -> > 161689339869814 >  Call Trace: >   panic+0x1a1/0x3d7 >   time_trave