Re: [GIT PULL] SCSI fixes for 5.11-rc1

2021-01-01 Thread James Bottomley
On Fri, 2021-01-01 at 13:21 -0800, Linus Torvalds wrote: > On Fri, Jan 1, 2021 at 12:19 PM James Bottomley > wrote: > > Originally this change was slated for the merge window but a late > > arriving build problem with CONFIG_PM=n derailed that. > > So I've pulled this, Thanks! > but we need

Re: [GIT PULL] SCSI fixes for 5.11-rc1

2021-01-01 Thread pr-tracker-bot
The pull request you sent on Fri, 01 Jan 2021 12:19:11 -0800: > git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git scsi-fixes has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/eda809aef53426d044b519405d25d9da55319b76 Thank you! -- Deet-doot-dot, I am a bot.

Re: [GIT PULL] SCSI fixes for 5.11-rc1

2021-01-01 Thread Linus Torvalds
On Fri, Jan 1, 2021 at 12:19 PM James Bottomley wrote: > > Originally this change was slated for the merge window but a late > arriving build problem with CONFIG_PM=n derailed that. So I've pulled this, but we need to have a policy for reverting this quickly if it turns out to cause problems.

[GIT PULL] SCSI fixes for 5.11-rc1

2021-01-01 Thread James Bottomley
This is a load of driver fixes (12 ufs, 1 mpt3sas, 1 cxgbi). The big core two fixes are for power management ("block: Do not accept any requests while suspended" and "block: Fix a race in the runtime power management code") which finally sorts out the resume problems we've occasionally been