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

2020-10-31 Thread pr-tracker-bot
The pull request you sent on Fri, 30 Oct 2020 10:28:38 -0700: > 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/67ff377bc30cd4eb91f0454adb9dcb1f4de280f2 Thank you! -- Deet-doot-dot, I am a bot.

[GIT PULL] SCSI fixes for 5.10-rc1

2020-10-30 Thread James Bottomley
Four driver fixes and one core fix. The core fix closes a race window where we could kick off a second asynchronous scan because the test and set of the variable preventing it isn't atomic. The patch is available here: git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git scsi-fixes The