Re: [GIT PULL] sched/fifo changes for v5.9

2020-08-06 Thread pr-tracker-bot
The pull request you sent on Tue, 4 Aug 2020 13:10:25 +0200: > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git > sched-fifo-2020-08-04 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/6d2b84a4e5b954bd2587e06c29577256f59e0030 Thank you! -- Deet-doot-dot, I

Re: [GIT PULL] sched/fifo changes for v5.9

2020-08-04 Thread Ingo Molnar
* Ingo Molnar wrote: > When merging to the latest upstream tree there's a conflict in > drivers/spi/spi.c, > which can be resolved via: > > sched_set_fifo(ctlr->kworker_task); Correction, the suggested resolution would be: sched_set_fifo(ctlr->kworker->task); Thanks,

[GIT PULL] sched/fifo changes for v5.9

2020-08-04 Thread Ingo Molnar
Linus, Please pull the latest sched/fifo git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched-fifo-2020-08-04 # HEAD: 4fd5750af02ab7bba7c58a073060cc1da8a69173 sched,tracing: Convert to sched_set_fifo() This tree adds the sched_set_fifo*() encapsulation APIs to