Re: Remove tasklet_hrtimer

2019-03-20 Thread Sebastian Andrzej Siewior
On 2019-03-20 10:45:41 [-0700], David Miller wrote: > > tglx can take them, feel free to add my: > > Acked-by: David S. Miller Thank you. Sebastian

Re: Remove tasklet_hrtimer

2019-03-20 Thread David Miller
From: Sebastian Andrzej Siewior Date: Wed, 20 Mar 2019 18:24:14 +0100 > On 2019-03-01 23:48:18 [+0100], To netdev@vger.kernel.org wrote: >> I just noticed that we still have the tasklet_hrtimer infastructure in tree. >> A >> while ago we tried to remove it. >> I digged the old patches up and it

Re: Remove tasklet_hrtimer

2019-03-20 Thread Sebastian Andrzej Siewior
On 2019-03-01 23:48:18 [+0100], To netdev@vger.kernel.org wrote: > I just noticed that we still have the tasklet_hrtimer infastructure in tree. A > while ago we tried to remove it. > I digged the old patches up and it seems they did not apply and nobody > followed > up. So here they are again. Las

Remove tasklet_hrtimer

2019-03-01 Thread Sebastian Andrzej Siewior
I just noticed that we still have the tasklet_hrtimer infastructure in tree. A while ago we tried to remove it. I digged the old patches up and it seems they did not apply and nobody followed up. So here they are again. Last two user. Sebastian

[PATCH 3/3] softirq: Remove tasklet_hrtimer

2019-03-01 Thread Sebastian Andrzej Siewior
From: Thomas Gleixner There are no more tasklet_hrtimer users of this interface. Remove it. Signed-off-by: Thomas Gleixner Signed-off-by: Anna-Maria Gleixner Signed-off-by: Sebastian Andrzej Siewior --- include/linux/interrupt.h | 25 --- kernel/softirq.c | 51 --