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 C31C3802 for ; Mon, 22 Jul 2024 04:46:42 +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=1721623602; cv=none; b=YeLd4+Azd2RoTu+mN7045mrNl+gMMJl4mhintd0yNUXaep7iT0+9DzptPy0bCG+HtOcMUikOD29v0Xmwetq/kdxPwx0lZBqN2V78eIZEVJzdJeRiAmLvGkd5wcV9qSOrHDP1jXq0Irr0dHVqR400BH6PRFKjuANFgCPgAnszYPk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721623602; c=relaxed/simple; bh=SlkdpWpcLX+ZiKjsD8P5uJYOIWGphak6DXdSt1uplhM=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WqJWpbOgatLWwwMWX+qw9uROgAZLtMkSHz9ULZaAVYKkCUrV0IPtrEfTZMt/uLfjgTcR5kjpUhVGhMlfg3VQ1orcxWrm92kHcJI+t1PqmMhNP+dlLeqhXZdO28DrrYvvDbqeq2AuCxxgy/AS0XDjV9Xg//N0VXEy2EpjjoIF0Hk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=NHcf18Ia; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="NHcf18Ia" Received: by smtp.kernel.org (Postfix) with ESMTPSA id DA918C116B1; Mon, 22 Jul 2024 04:46:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1721623602; bh=SlkdpWpcLX+ZiKjsD8P5uJYOIWGphak6DXdSt1uplhM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NHcf18Ia2qIkCy6agaTaQys4lvvpXlLcTHZW4t98J86MscYtqdOM1KwuUrSnZ1Wzw eyMKC6T98bOPfAVE/w0d0l3wjn7ZqTDBcJGvEUuwghuO3NAL8uh5a682MP5/S+vToL c5GOEDIGdFYCtjup0nwNcWdb9o5iGx3MFWg68YqQ= Date: Mon, 22 Jul 2024 06:46:39 +0200 From: Greg KH To: "Gupta, Nipun" Cc: "Dr. David Alan Gilbert" , nikhil.agarwal@amd.com, abhijit.gangurde@amd.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] cdx: remove unused struct 'cdx_mcdi_copy_buffer' Message-ID: <2024072226-strength-subtext-cde4@gregkh> References: <20240530233436.224461-1-linux@treblig.org> <01c9b471-705c-40f9-bb82-90a6cb651ff7@amd.com> <7141e8f9-db0f-43e0-98ed-c3e2c44720d7@amd.com> Precedence: bulk X-Mailing-List: linux-kernel@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: <7141e8f9-db0f-43e0-98ed-c3e2c44720d7@amd.com> On Mon, Jul 22, 2024 at 09:59:27AM +0530, Gupta, Nipun wrote: > On 7/22/2024 4:17 AM, Dr. David Alan Gilbert wrote: > > * Gupta, Nipun (nipun.gupta@amd.com) wrote: > > > > > > > > > On 5/31/2024 5:04 AM, linux@treblig.org wrote: > > > > From: "Dr. David Alan Gilbert" > > > > > > > > 'cdx_mcdi_copy_buffer' has been unused since the original > > > > commit eb96b740192b ("cdx: add MCDI protocol interface for firmware > > > > interaction"). > > > > > > > > Looking at lkml, it was used in the V1 posting but was removed > > > > somewhere before V6. > > > > > > > > Remove it. > > > > > > > > Signed-off-by: Dr. David Alan Gilbert > > > Acked-by: Nipun Gupta > > > > Hi Nipun, > > Do you know who would pick this one up? I don't think it's made it's > > way into -next yet. > > Added Greg k-h for this. For what? Sorry, I have no context here...