Re: [GIT PULL] first round of SCSI updates for the 5.15+ merge window

From: Linus Torvalds
Date: Fri Jan 14 2022 - 08:46:24 EST


On Thu, Jan 13, 2022 at 9:22 PM James Bottomley
<James.Bottomley@xxxxxxxxxxxxxxxxxxxxx> wrote:
>
> Adrian Hunter (4):
> scsi: ufs: ufs-pci: Add support for Intel ADL
> scsi: ufs: Let devices remain runtime suspended during system suspend
> scsi: ufs: core: Fix another task management completion race
> scsi: ufs: core: Fix task management completion timeout race
[...]

You seem to have forgotten to fetch my upstream tree, so your shortlog
(or diffstat) doesn't seem to take the various fixes pulls you did for
5.16 into account.

The only actual new commit I got from Adrian was

Adrian Hunter (1):
scsi: ufs: Let devices remain runtime suspended during system suspend

and the same for other fixes..

Not a big deal, but when the shortlog and diffstat don't match what I
get, I waste time figuring out why. So please do a "git fetch linus"
or whatever so that git can take all your previous pulls into
account..

Linus