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 A384431CA72; Wed, 20 Aug 2025 16:11:48 +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=1755706308; cv=none; b=NSz3kdSg6r01O12QaJqjLGcp0ejYuFjHmZccQpLzyidafC85AksXUQbRPLp9gT1FWadSr43Kbf9hzkZCnFf3DlKIuc6ptg9Ksj5J2gV8bunplky+Ub3i9jq7/DnWlWLtjBdMgY3VZNhWc+WLp5SFwgkGI15r5MW0n5sXT0gdfVI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1755706308; c=relaxed/simple; bh=Jgv0+727RcBmLZ75xL/ndSMhEId+rvBQAtXXGW422Jk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=JklYFF/YOVTOpcPMocXxCdi2RNRsgo37gUSBCV9H4noe1TT6kM+8gzhj2jfenN5vjwZFsEaJJ78QY2pJPorePmQrHjXK1ivgKy0A7JBgjAZULEr5BbPbQ0XOo18VcsYP8JB42Gmn326Baha7q5q5LRFiKg5k/zaOM5ClM0BoTfI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=XkPzI7Ur; 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="XkPzI7Ur" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CE7A2C4CEE7; Wed, 20 Aug 2025 16:11:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1755706308; bh=Jgv0+727RcBmLZ75xL/ndSMhEId+rvBQAtXXGW422Jk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=XkPzI7UrGLkoanGse67TAfXMZbPIZVQHG0NmTSvP+CH/DUTeaR+/FBhe7ah3ixtFE xumFhk/eSiBnsbr6H+eASRUcv/dUC7HPdYJoyvsFs6qVj74NLVJ1soNfty0dtnDBr9 U4V96O82sE2YXPLOzibyObUiTE9ZPPD+igZ7/R3/9yLH9jHndSmUPIejeCF3F8BQko Hw1MKZ/tcOqXp2oeWms4gDy+DcD9egUyzUaMq6NXD0QNng/H3gmPgSsqo/JHFs2O8W 6h4FYmBhwawOIKG2HjfmDgeZQ0frbBYrwgRCsmEUDUPRlhzSZmADZ5MHtBEAz3opZQ B5JgnZkNI7hvw== Date: Wed, 20 Aug 2025 09:11:42 -0700 From: Nathan Chancellor To: "Martin K. Petersen" Cc: Alexey Gladkov , 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: <20250820161142.GB3805667@ax162> References: <93ca6c988e2d8a294ae0941747a6e654e6e8e8b8.1755170493.git.legion@kernel.org> <20250819071817.GA1540193@ax162> Precedence: bulk X-Mailing-List: linux-modules@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: 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!