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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 33BF9C433F5 for ; Fri, 18 Mar 2022 00:45:21 +0000 (UTC) Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4KKQKC11XVz3bNx for ; Fri, 18 Mar 2022 11:45:19 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=codeconstruct.com.au (client-ip=203.29.241.158; helo=codeconstruct.com.au; envelope-from=jk@codeconstruct.com.au; receiver=) Received: from codeconstruct.com.au (pi.codeconstruct.com.au [203.29.241.158]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4KKQJm3f6Hz3089 for ; Fri, 18 Mar 2022 11:44:56 +1100 (AEDT) Received: from pecola.lan (unknown [159.196.93.152]) by mail.codeconstruct.com.au (Postfix) with ESMTPSA id B6858202A3; Fri, 18 Mar 2022 08:44:52 +0800 (AWST) Message-ID: <98efdd02d2a20db33db2986d7fc06888e8b2b37f.camel@codeconstruct.com.au> Subject: MCTP patches for dev-5.15 kernel From: Jeremy Kerr To: Joel Stanley Date: Fri, 18 Mar 2022 08:44:52 +0800 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.43.2-2 MIME-Version: 1.0 X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: openbmc@lists.ozlabs.org Errors-To: openbmc-bounces+openbmc=archiver.kernel.org@lists.ozlabs.org Sender: "openbmc" Hi Joel, I figure it'd be handy to have the upstream MCTP support included in an OpenBMC kernel, so have put together this backport tree: https://github.com/CodeConstruct/linux/tree/backports/mctp/v5.15-openbmc [this is just cherry-picked commits from upstream, applied to recent dev-5.15. All commits have the upstream reference included in their commit log] Would you be willing to merge these for the 5.15 OpenBMC kernel? Thanks! Jeremy