Re: [GIT pull] irq/core for v5.11-rc1

2020-12-24 Thread pr-tracker-bot
The pull request you sent on Tue, 22 Dec 2020 23:52:47 -: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-core-2020-12-23 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/3913d00ac51a9d93225eeea776026326ff8f717d Thank you! -- Deet-doot-dot, I am a

Re: [GIT pull] irq/core for v5.11-rc1

2020-12-24 Thread Linus Torvalds
On Tue, Dec 22, 2020 at 3:58 PM Thomas Gleixner wrote: > > A treewide cleanup of interrupt descriptor (ab)use with all sorts of racy > accesses, inefficient and disfunctional code. The goal is to remove the > export of irq_to_desc() to prevent these things from creeping up again. This

[GIT pull] irq/core for v5.11-rc1

2020-12-22 Thread Thomas Gleixner
Linus, please pull the latest irq/core branch from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-core-2020-12-23 up to: 64a1b95bb9fe: genirq: Restrict export of irq_to_desc() This is the second attempt after the first one failed miserably and got zapped to unblock the rest

Re: [GIT pull] irq/core for v5.11-rc1

2020-12-15 Thread Thomas Gleixner
On Mon, Dec 14 2020 at 18:02, Linus Torvalds wrote: > On Mon, Dec 14, 2020 at 12:25 PM Thomas Gleixner wrote: >> >>git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git >> irq-core-2020-12-14 > > What? > > This is completely broken, and doesn't even build. > > In particular, look at

Re: [GIT pull] irq/core for v5.11-rc1

2020-12-14 Thread Linus Torvalds
On Mon, Dec 14, 2020 at 12:25 PM Thomas Gleixner wrote: > >git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > irq-core-2020-12-14 What? This is completely broken, and doesn't even build. In particular, look at commit a07d244f00de ("genirq: Move irq_set_lockdep_class() to core").