Re: [PATCH 0/4 v2] tracing: Merge irqflags + preempt counter.

2021-02-01 Thread Steven Rostedt
On Mon, 1 Feb 2021 19:23:45 +0100
Sebastian Andrzej Siewior  wrote:

> On 2021-01-25 20:45:07 [+0100], To linux-kernel@vger.kernel.org wrote:
> > The merge irqflags + preempt counter, v2.
> > 
> > v1…v2:
> >  - Helper functions renamed.
> >  - Added patch #2 which inlines the helper functions.
> >   
> 
> a gentle ping.
> 
> Sebastian

Hi!

I pulled your patches in locally. They are in queue to be tested, but some
patches before them had slight issues that needed tweaking, slowing down
the process.

I'll let you know if your patches have any issues, but expect to seem a
"for-next" post this week (if all goes well!).

-- Steve


Re: [PATCH 0/4 v2] tracing: Merge irqflags + preempt counter.

2021-02-01 Thread Sebastian Andrzej Siewior
On 2021-02-01 13:32:10 [-0500], Steven Rostedt wrote:
> Hi!
Hi,

> I'll let you know if your patches have any issues, but expect to seem a
> "for-next" post this week (if all goes well!).

Thanks for the update.

> -- Steve

Sebastian


Re: [PATCH 0/4 v2] tracing: Merge irqflags + preempt counter.

2021-02-01 Thread Sebastian Andrzej Siewior
On 2021-01-25 20:45:07 [+0100], To linux-kernel@vger.kernel.org wrote:
> The merge irqflags + preempt counter, v2.
> 
> v1…v2:
>  - Helper functions renamed.
>  - Added patch #2 which inlines the helper functions.
> 

a gentle ping.

Sebastian


[PATCH 0/4 v2] tracing: Merge irqflags + preempt counter.

2021-01-25 Thread Sebastian Andrzej Siewior
The merge irqflags + preempt counter, v2.

v1…v2:
 - Helper functions renamed.
 - Added patch #2 which inlines the helper functions.

Sebastian