From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D85A52D948D; Mon, 25 Aug 2025 10:10:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756116604; cv=none; b=ajTdACqzCyzTFhTrMnaD2uZkkmn0ggEwXbTncQ/7BdiQDmzeYHVWqOgqfYQ1tQMBOGM1Utq3l3qnWjBJuXnOn0d0IyrEfCfJzowffObhw3cNKzatilhNcOdi5AhgnGktM3yMV+h8D1ZAiLivcR7afZ57Pg7yB79m+3SlJ6tX4No= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756116604; c=relaxed/simple; bh=y2WZ+B7tgeuKJW7dG7eCxLPf07QClN6hhHPYNmFlzh4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=C0YkRs5MxCAbYQthp74RVsV4GlvUIvD3HYWiaZn8xgHavxCe7hTG6qGQottGYKETmn1Zbo+SgvA+AdJucLPGAmCl4A1yGgsYKRL0CXgkXqCr4FC8kWFbnG4GYMw1i6E2F+2MWeqCo9b6O/9EpwZmH3WtjFHyY4NmSgUgZEVdzd0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=R84dDUek; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="R84dDUek" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 16A3AC4CEED; Mon, 25 Aug 2025 10:09:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756116603; bh=y2WZ+B7tgeuKJW7dG7eCxLPf07QClN6hhHPYNmFlzh4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=R84dDUekJqdaEOIacf9j3xK+NqOW8OLGOyByxdYxUOLU94CfwLOaxaQt66m5ESk2W ZmO01EPHsoPzbIWZ0Nl5bX9m9Owsmnpj2QymCNGi9Dp/IcvvIkYmbbSVDIT5GKD2Xo 1cOO4RYUWnw4AZ+/GlW972LthSDcFwGoFbrgLCSvdsO74uYWdeU7zcj4/evUOIBYjq k30TJo9qjysxgdQdXIk1hxsLJZH4RBbgwBx70LhiEP942EaiiUc+HeprdGNN3n9a8M +LeH8TgScRyMavWvfVwpTsYx4dLx7BLFfAAjkNz0ZI6rkGC/3P8WZBAl8lfvSC6FMN R9R9F/lFjhqxg== Date: Mon, 25 Aug 2025 12:09:48 +0200 From: Alexey Gladkov To: Nathan Chancellor Cc: "Martin K. Petersen" , Nicolas Schier , Masahiro Yamada , Petr Pavlu , Luis Chamberlain , Sami Tolvanen , Daniel Gomez , linux-kernel@vger.kernel.org, linux-modules@vger.kernel.org, linux-kbuild@vger.kernel.org, Khalid Aziz , linux-scsi@vger.kernel.org, James Bottomley , Arnd Bergmann , Damien Le Moal Subject: Re: [PATCH v6 4/9] scsi: Always define blogic_pci_tbl structure Message-ID: References: <93ca6c988e2d8a294ae0941747a6e654e6e8e8b8.1755170493.git.legion@kernel.org> <20250819071817.GA1540193@ax162> <20250820161142.GB3805667@ax162> Precedence: bulk X-Mailing-List: linux-kbuild@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250820161142.GB3805667@ax162> On Wed, Aug 20, 2025 at 09:11:42AM -0700, Nathan Chancellor wrote: > On Tue, Aug 19, 2025 at 09:52:10PM -0400, Martin K. Petersen wrote: > > >> Applied to 6.18/scsi-staging, thanks! > > > > > > I think I will need this change to apply patch 7 [1] to kbuild-next > > > without any issues [2]. If there is little risk of conflict, could I > > > take it with your Ack? > > > > Sure, no problem. Dropped the patch from my tree. > > > > Acked-by: Martin K. Petersen > > Thanks a lot! Has these patches been added somewhere, I can't find it in kbuild? -- Rgrds, legion