mbox series

pull-request: can-next 2020-10-12

Message ID 20201012082727.2338859-1-mkl@pengutronix.de
State Accepted
Delegated to: David Miller
Headers show
Series pull-request: can-next 2020-10-12 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-5.10-20201012

Message

Marc Kleine-Budde Oct. 12, 2020, 8:27 a.m. UTC
Hello Jakub, hello David,

here's a pull request of two patches for net-next/master.

Both patches are by Oliver Hartkopp, the first one addresses Jakub's review
comments of the ISOTP protocol, the other one removes version strings from
various CAN protocols.

regrads,
Marc

---

The following changes since commit bc081a693a56061f68f736c5d596134ee3c87689:

  Merge branch 'Offload-tc-vlan-mangle-to-mscc_ocelot-switch' (2020-10-11 11:19:25 -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.10-20201012

for you to fetch changes up to f726f3d37163f714034aa5fd1f92a1a73df4297f:

  can: remove obsolete version strings (2020-10-12 10:06:39 +0200)

----------------------------------------------------------------
linux-can-next-for-5.10-20201012

----------------------------------------------------------------
Oliver Hartkopp (2):
      can: isotp: implement cleanups / improvements from review
      can: remove obsolete version strings

 include/linux/can/core.h       |  7 -------
 include/net/netns/can.h        |  1 -
 include/uapi/linux/can/isotp.h |  1 -
 net/can/Kconfig                |  3 ++-
 net/can/af_can.c               |  2 +-
 net/can/bcm.c                  |  4 +---
 net/can/gw.c                   |  4 +---
 net/can/isotp.c                | 18 ++++++++----------
 net/can/proc.c                 | 12 ------------
 net/can/raw.c                  |  4 +---
 10 files changed, 14 insertions(+), 42 deletions(-)

Comments

Jakub Kicinski Oct. 12, 2020, 6:05 p.m. UTC | #1
On Mon, 12 Oct 2020 10:27:25 +0200 Marc Kleine-Budde wrote:
> Hello Jakub, hello David,
> 
> here's a pull request of two patches for net-next/master.
> 
> Both patches are by Oliver Hartkopp, the first one addresses Jakub's review
> comments of the ISOTP protocol, the other one removes version strings from
> various CAN protocols.

Great, pulled, thank you!