netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/4] pull-request: can 2022-08-09
@ 2022-08-09  7:53 Marc Kleine-Budde
  2022-08-09  7:53 ` [PATCH net 1/4] can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with netdev_warn_once() Marc Kleine-Budde
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Marc Kleine-Budde @ 2022-08-09  7:53 UTC (permalink / raw)
  To: netdev; +Cc: davem, kuba, linux-can, kernel

Hello Jakub, hello David,

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

Fedor Pchelkin contributes 2 fixes for the j1939 CAN protcol.

A patch by me for the ems_usb driver fixes an unaligned-access
warning.

Sebastian Würl's patch for the mcp251x driver fixes a race condition
in the receive interrupt.

regards,
Marc

---

The following changes since commit b8c3bf0ed2edf2deaedba5f0bf0bb54c76dee71d:

  Merge tag 'for-net-2022-08-08' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth (2022-08-08 20:59:07 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git tags/linux-can-fixes-for-6.0-20220809

for you to fetch changes up to 72599394ad46226ca17a405fa0472078c3160c62:

  can: mcp251x: Fix race condition on receive interrupt (2022-08-09 09:05:06 +0200)

----------------------------------------------------------------
linux-can-fixes-for-6.0-20220809

----------------------------------------------------------------
Fedor Pchelkin (2):
      can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with netdev_warn_once()
      can: j1939: j1939_session_destroy(): fix memory leak of skbs

Marc Kleine-Budde (1):
      can: ems_usb: fix clang's -Wunaligned-access warning

Sebastian Würl (1):
      can: mcp251x: Fix race condition on receive interrupt

 drivers/net/can/spi/mcp251x.c | 18 +++++++++++++++---
 drivers/net/can/usb/ems_usb.c |  2 +-
 net/can/j1939/socket.c        |  5 ++++-
 net/can/j1939/transport.c     |  8 +++++++-
 4 files changed, 27 insertions(+), 6 deletions(-)



^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH net 0/n] pull-request: can 2022-08-10
@ 2022-08-10  7:14 Marc Kleine-Budde
  2022-08-10  7:14 ` [PATCH net 4/4] can: mcp251x: Fix race condition on receive interrupt Marc Kleine-Budde
  0 siblings, 1 reply; 8+ messages in thread
From: Marc Kleine-Budde @ 2022-08-10  7:14 UTC (permalink / raw)
  To: netdev; +Cc: davem, kuba, linux-can, kernel

Hello Jakub, hello David,

this is a pull request of 4 patches for net/master, with the
whitespace issue fixed.

Fedor Pchelkin contributes 2 fixes for the j1939 CAN protocol.

A patch by me for the ems_usb driver fixes an unaligned access
warning.

Sebastian Würl's patch for the mcp251x driver fixes a race condition
in the receive interrupt.

regards,
Marc

---

The following changes since commit b8c3bf0ed2edf2deaedba5f0bf0bb54c76dee71d:

  Merge tag 'for-net-2022-08-08' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth (2022-08-08 20:59:07 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git tags/linux-can-fixes-for-6.0-20220810

for you to fetch changes up to d80d60b0db6ff3dd2e29247cc2a5166d7e9ae37e:

  can: mcp251x: Fix race condition on receive interrupt (2022-08-09 21:40:22 +0200)

----------------------------------------------------------------
linux-can-fixes-for-6.0-20220810

----------------------------------------------------------------
Fedor Pchelkin (2):
      can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with netdev_warn_once()
      can: j1939: j1939_session_destroy(): fix memory leak of skbs

Marc Kleine-Budde (1):
      can: ems_usb: fix clang's -Wunaligned-access warning

Sebastian Würl (1):
      can: mcp251x: Fix race condition on receive interrupt

 drivers/net/can/spi/mcp251x.c | 18 +++++++++++++++---
 drivers/net/can/usb/ems_usb.c |  2 +-
 net/can/j1939/socket.c        |  5 ++++-
 net/can/j1939/transport.c     |  8 +++++++-
 4 files changed, 27 insertions(+), 6 deletions(-)



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-08-10  7:19 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-09  7:53 [PATCH net 0/4] pull-request: can 2022-08-09 Marc Kleine-Budde
2022-08-09  7:53 ` [PATCH net 1/4] can: j1939: j1939_sk_queue_activate_next_locked(): replace WARN_ON_ONCE with netdev_warn_once() Marc Kleine-Budde
2022-08-09  7:53 ` [PATCH net 2/4] can: j1939: j1939_session_destroy(): fix memory leak of skbs Marc Kleine-Budde
2022-08-09  7:53 ` [PATCH net 3/4] can: ems_usb: fix clang's -Wunaligned-access warning Marc Kleine-Budde
2022-08-09  7:53 ` [PATCH net 4/4] can: mcp251x: Fix race condition on receive interrupt Marc Kleine-Budde
2022-08-09 18:50   ` Jakub Kicinski
2022-08-10  7:19     ` Marc Kleine-Budde
  -- strict thread matches above, loose matches on Subject: below --
2022-08-10  7:14 [PATCH net 0/n] pull-request: can 2022-08-10 Marc Kleine-Budde
2022-08-10  7:14 ` [PATCH net 4/4] can: mcp251x: Fix race condition on receive interrupt Marc Kleine-Budde

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).