All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marc Kleine-Budde <mkl@pengutronix.de>
To: netdev@vger.kernel.org
Cc: davem@davemloft.net, kuba@kernel.org, linux-can@vger.kernel.org,
	kernel@pengutronix.de
Subject: pull-request: can-next 2021-04-26
Date: Mon, 26 Apr 2021 08:54:48 +0200	[thread overview]
Message-ID: <20210426065452.3411360-1-mkl@pengutronix.de> (raw)

Hello Jakub, hello David,

this is a pull request of 4 patches for net-next/master.

the first two patches are from Colin Ian King and target the
etas_es58x driver, they add a missing NULL pointer check and fix some
typos.

The next two patches are by Erik Flodin. The first one updates the CAN
documentation regarding filtering, the other one fixes the header
alignment in CAN related proc output on 64 bit systems.

regards,
Marc

---

The following changes since commit b2f0ca00e6b34bd57c9298a869ea133699e8ec39:

  phy: nxp-c45-tja11xx: add interrupt support (2021-04-23 14:13:16 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-5.13-20210426

for you to fetch changes up to e6b031d3c37f79d135c642834bdda7233a29db8d:

  can: proc: fix rcvlist_* header alignment on 64-bit system (2021-04-25 19:43:00 +0200)

----------------------------------------------------------------
linux-can-next-for-5.13-20210426

----------------------------------------------------------------
Colin Ian King (2):
      can: etas_es58x: Fix missing null check on netdev pointer
      can: etas_es58x: Fix a couple of spelling mistakes

Erik Flodin (2):
      can: add a note that RECV_OWN_MSGS frames are subject to filtering
      can: proc: fix rcvlist_* header alignment on 64-bit system

 Documentation/networking/can.rst            | 2 ++
 drivers/net/can/usb/etas_es58x/es58x_core.c | 4 ++--
 drivers/net/can/usb/etas_es58x/es58x_core.h | 2 +-
 net/can/proc.c                              | 6 ++++--
 4 files changed, 9 insertions(+), 5 deletions(-)



             reply	other threads:[~2021-04-26  6:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-26  6:54 Marc Kleine-Budde [this message]
2021-04-26  6:54 ` [net-next 1/4] can: etas_es58x: Fix missing null check on netdev pointer Marc Kleine-Budde
2021-04-26  6:54 ` [net-next 2/4] can: etas_es58x: Fix a couple of spelling mistakes Marc Kleine-Budde
2021-04-26  6:54 ` [net-next 3/4] can: add a note that RECV_OWN_MSGS frames are subject to filtering Marc Kleine-Budde
2021-04-26  6:54 ` [net-next 4/4] can: proc: fix rcvlist_* header alignment on 64-bit system Marc Kleine-Budde
2021-04-26 20:00 ` pull-request: can-next 2021-04-26 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=20210426065452.3411360-1-mkl@pengutronix.de \
    --to=mkl@pengutronix.de \
    --cc=davem@davemloft.net \
    --cc=kernel@pengutronix.de \
    --cc=kuba@kernel.org \
    --cc=linux-can@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.