From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 2501337C912 for ; Tue, 16 Jun 2026 15:54:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781625301; cv=none; b=DL3qZK02EHDsXx1dHlAxRSY5TlbohKhLgRldSJSe4NOY5tgwDWfhdyAMfshF1i3vW37SLoje1X3hmPM7PZjE+mMgiPHQxtkwed9FZU+uXkdm7j7KfzEbySqifLwdRWFR7b5dnKnbJ1UlTaWITLaEJMuziwTKKzn4WVA3U4DMs5I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781625301; c=relaxed/simple; bh=PHodwggY7aVmb6EKV4xJNnCtQ31Uvuw2qFAqBtz+Q/0=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Eo7LcHaGN14InqsnX1JBi/h8FNqHAC2eiuIO8cLL7RR0JiADmbm10p0kwMFZk3lXsIWK44auJzgEs1MAsrsf6AqyGnHiRN4vkWEj7l+zNfVeWzz7EZAr2k4xcEtnzmk3e2/BQpNeNh99CeQj1oZ8cGBRrVMBSf+nrhW2r6lOQsg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=eHqjyJGu; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="eHqjyJGu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6132F1F00A3A; Tue, 16 Jun 2026 15:54:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781625299; bh=xqvtHPSJepx/q/Es5+VA/QAkX3DxUxfvnW8+rBqurrU=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=eHqjyJGumWojr40wMwN67tFs4QZqQ5OYMKtW5059O7a0fzFt7Kza/WVBDx2b91ytp M4TPlzBsTNk4029hE3IvLG0lETDF4qlpS+eI1Dbs+sdY5lVvq1IRVeovHFqVUM5FXG KTFpFCypCIWJBd+Kon5ETDcOxtqsIcC4FFnE/rhdvlREx2WMj3I5rAP8DJcVjpfu7r QjfsoghdU3bEp+XVpotDCYaeP+P28y5ZVYQc/tvBRqVbaW8KZl3mV8saV8FAjP9IAh bpneZBLnfijngtxAdRZZerXWpQ0GloVawP09cnyItXGvJcyea9hz8BFO5p+Fwsxumy GqM75BzSU6VvQ== Date: Tue, 16 Jun 2026 08:54:58 -0700 From: Jakub Kicinski To: "Nikhil P. Rao" Cc: , , , , , , , Subject: Re: [PATCH net-next v5 0/6] pds_core: Add PLDM firmware update and host backed memory support Message-ID: <20260616085458.19d8e3f1@kernel.org> In-Reply-To: <20260616023554.258764-1-nikhil.rao@amd.com> References: <20260616023554.258764-1-nikhil.rao@amd.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 16 Jun 2026 02:35:48 +0000 Nikhil P. Rao wrote: > This series adds PLDM-based firmware update support to the pds_core > driver. PLDM (Platform Level Data Model) is a DMTF standard for firmware > management that provides a vendor-neutral interface for firmware updates. net-next is closed for the duration of the merge window. Please see: https://netdev.bots.linux.dev/net-next.html And of course: https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html#development-cycle -- pw-bot: defer