netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Matt Johnston <matt@codeconstruct.com.au>
To: netdev@vger.kernel.org
Cc: mjrinal@g.clemson.edu, jk@codeconstruct.com.au,
	"David S. Miller" <davem@davemloft.net>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>
Subject: [PATCH net 0/3] MCTP fixes
Date: Fri,  1 Apr 2022 10:48:41 +0800	[thread overview]
Message-ID: <20220401024844.1578937-1-matt@codeconstruct.com.au> (raw)

Hi,

The following are fixes for the mctp core and mctp-i2c driver.

Thanks,
Matt

Matt Johnston (3):
  mctp: Fix check for dev_hard_header() result
  mctp i2c: correct mctp_i2c_header_create result
  mctp: Use output netdev to allocate skb headroom

 drivers/net/mctp/mctp-i2c.c |  2 +-
 include/net/mctp.h          |  2 --
 net/mctp/af_mctp.c          | 46 ++++++++++++++++++++++++++-----------
 net/mctp/route.c            | 16 +++++++++----
 4 files changed, 46 insertions(+), 20 deletions(-)

-- 
2.32.0


             reply	other threads:[~2022-04-01  3:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-01  2:48 Matt Johnston [this message]
2022-04-01  2:48 ` [PATCH net 1/3] mctp: Fix check for dev_hard_header() result Matt Johnston
2022-04-01  2:48 ` [PATCH net 2/3] mctp i2c: correct mctp_i2c_header_create result Matt Johnston
2022-04-01  2:48 ` [PATCH net 3/3] mctp: Use output netdev to allocate skb headroom Matt Johnston
2022-04-01 11:10 ` [PATCH net 0/3] MCTP fixes patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220401024844.1578937-1-matt@codeconstruct.com.au \
    --to=matt@codeconstruct.com.au \
    --cc=davem@davemloft.net \
    --cc=jk@codeconstruct.com.au \
    --cc=kuba@kernel.org \
    --cc=mjrinal@g.clemson.edu \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).