From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4A34BC54EBC for ; Sat, 7 Jan 2023 12:49:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231890AbjAGMti (ORCPT ); Sat, 7 Jan 2023 07:49:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47184 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229974AbjAGMtd (ORCPT ); Sat, 7 Jan 2023 07:49:33 -0500 Received: from bedivere.hansenpartnership.com (bedivere.hansenpartnership.com [IPv6:2607:fcd0:100:8a00::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 023E972D2A; Sat, 7 Jan 2023 04:49:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=hansenpartnership.com; s=20151216; t=1673095769; bh=J9tEidszI5OSDhNzxxshU4pDGQyqa/HcrqWXQLTX1+Q=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References:From; b=oU41UjFYG+eCt7E7Qi19rAuNq3fOT/3mL/J0KltS9wIbPzqrWI4rSwgtL5OdagsNd mzgzDVwGEHf7gOTadqCKosXxc/DJUCC0SuU3/6KyRI7HsHMLR1EW7vAHCOJ3S8/jn1 hDE3E4LbuHXLMMXGFJDHMeFIF5fisC+nFgNEMGu0= Received: from localhost (localhost [127.0.0.1]) by bedivere.hansenpartnership.com (Postfix) with ESMTP id ECA671286196; Sat, 7 Jan 2023 07:49:29 -0500 (EST) Received: from bedivere.hansenpartnership.com ([127.0.0.1]) by localhost (bedivere.hansenpartnership.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id i4Z1xiuT9A2D; Sat, 7 Jan 2023 07:49:29 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=hansenpartnership.com; s=20151216; t=1673095769; bh=J9tEidszI5OSDhNzxxshU4pDGQyqa/HcrqWXQLTX1+Q=; h=Message-ID:Subject:From:To:Date:In-Reply-To:References:From; b=oU41UjFYG+eCt7E7Qi19rAuNq3fOT/3mL/J0KltS9wIbPzqrWI4rSwgtL5OdagsNd mzgzDVwGEHf7gOTadqCKosXxc/DJUCC0SuU3/6KyRI7HsHMLR1EW7vAHCOJ3S8/jn1 hDE3E4LbuHXLMMXGFJDHMeFIF5fisC+nFgNEMGu0= Received: from lingrow.int.hansenpartnership.com (unknown [IPv6:2601:5c4:4302:c21::c14]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (2048 bits) server-digest SHA256) (Client did not present a certificate) by bedivere.hansenpartnership.com (Postfix) with ESMTPSA id 1AD161286190; Sat, 7 Jan 2023 07:49:29 -0500 (EST) Message-ID: Subject: Re: [GIT PULL] SCSI fixes for 6.1-rc2 From: James Bottomley To: "Martin K. Petersen" , Stephen Rothwell Cc: Andrew Morton , Linus Torvalds , linux-scsi , linux-kernel , Jens Axboe Date: Sat, 07 Jan 2023 07:49:27 -0500 In-Reply-To: References: <20230107182826.1ae7b32c@canb.auug.org.au> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.42.4 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2023-01-07 at 06:50 -0500, Martin K. Petersen wrote: > > Stephen, > > > I thought that this one was to be removed as the pktcdvd drivers > > removal is being reverted in the block tree in linux-next (and the > > revert caused a build failure in linux-next due to this scsi > > commit). > > Yep, my bad. Got sidetracked debugging a few unrelated issues > yesterday and didn't get to the point where I finish up and push my > trees out. > > I have dropped the offending commit and pushed 6.2/scsi-fixes > separately. OK, I've got the new tree queued up. Since the removal caused quite a bit of patch motion, let's give it at least one -next run, so I won't resend the pull request until Tuesday. James