Re: [GIT PULL] IRQ fixes

2020-08-03 Thread pr-tracker-bot
The pull request you sent on Mon, 3 Aug 2020 12:54:19 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > irq-urgent-2020-08-02 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/3b4b84b2ea9938e44fffa356c7b95f496b4246ab Thank you! -- Deet-doot-dot, I a

Re: [GIT PULL] IRQ fixes

2019-06-29 Thread pr-tracker-bot
The pull request you sent on Sat, 29 Jun 2019 10:50:33 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/eed7d30e126dc5b883b77f3e26bbca6c5b0f4222 Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] IRQ fixes

2019-04-12 Thread pr-tracker-bot
The pull request you sent on Fri, 12 Apr 2019 13:52:19 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/6a022984c3feda8cc7d2d8c028b429715d0af531 Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] IRQ fixes

2019-02-10 Thread pr-tracker-bot
The pull request you sent on Sun, 10 Feb 2019 10:08:57 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-for-linus has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/73a4c52184141943146ebbf07de4dca27141f21c Thank you! -- Deet-doot-dot, I am a

Re: [GIT PULL] IRQ fixes

2018-11-03 Thread Linus Torvalds
On Sat, Nov 3, 2018 at 3:59 PM Ingo Molnar wrote: > > An irqchip driver fix and a memory (over-)allocation fix. Pulled, Linus

Re: [GIT pull] irq fixes for 4.8

2016-09-19 Thread Thomas Gleixner
On Sun, 18 Sep 2016, Linus Torvalds wrote: > On Sun, Sep 18, 2016 at 1:05 AM, Thomas Gleixner wrote: > > > > Boris Brezillon (2): > > genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpers > > This seems somewhat questionable. > > The non-irqsafe versions of these functions have

Re: [GIT pull] irq fixes for 4.8

2016-09-18 Thread Linus Torvalds
On Sun, Sep 18, 2016 at 1:05 AM, Thomas Gleixner wrote: > > Boris Brezillon (2): > genirq: Provide irq_gc_{lock_irqsave,unlock_irqrestore}() helpers This seems somewhat questionable. The non-irqsafe versions of these functions have specialized non-SMP versions for them. The new ones don't.