Re: [GIT PULL v2] SCSI updates for the 7.0+ merge window
From: Linus Torvalds
Date: Tue Apr 21 2026 - 11:34:08 EST
On Tue, 21 Apr 2026 at 08:13, James Bottomley
<James.Bottomley@xxxxxxxxxxxxxxxxxxxxx> wrote:
>
> The patch is available here:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git scsi-misc
Ok, it worked now, but I'd still prefer to see the full "real" git
pull-request that also talks about exactly which commit ID I'm
supposed to get, with verbiage like
for you to fetch changes up to
070ec6f691411f27e7a743841bdfb0bf604fbce2
scsi: target: Don't validate ignored fields in PROUT PREEMPT
in the message.
I do note that you've used your own script forever, but it ends up
mattering exactly for the "oh, something went wrong" kinds of
situations, where I can use the commit ID to then look things up with
"git ls-remote" to try to figure out what happened.
Linus