lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 29 Mar 2021 10:53:52 +0200
From:   Marc Kleine-Budde <mkl@...gutronix.de>
To:     netdev@...r.kernel.org
Cc:     davem@...emloft.net, kuba@...nel.org, linux-can@...r.kernel.org,
        kernel@...gutronix.de
Subject: pull-request: can 2021-03-29

Hello Jakub, hello David,

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

The two patch are by Oliver Hartkopp. He fixes length check in the
proto_ops::getname callback for the CAN RAW, BCM and ISOTP protocols,
which were broken by the introduction of the J1939 protocol.

The last patch is by me and fixes the a BUILD_BUG_ON() check which
triggers on ARCH=arm with CONFIG_AEABI unset.

regards,
Marc

---

The following changes since commit 1b479fb801602b22512f53c19b1f93a4fc5d5d9d:

  drivers/net/wan/hdlc_fr: Fix a double free in pvc_xmit (2021-03-28 18:08:43 -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-5.12-20210329

for you to fetch changes up to f5076c6ba02e8e24c61c40bbf48078929bc0fc79:

  can: uapi: can.h: mark union inside struct can_frame packed (2021-03-29 09:51:49 +0200)

----------------------------------------------------------------
linux-can-fixes-for-5.12-20210329

----------------------------------------------------------------
Marc Kleine-Budde (1):
      can: uapi: can.h: mark union inside struct can_frame packed

Oliver Hartkopp (2):
      can: bcm/raw: fix msg_namelen values depending on CAN_REQUIRED_SIZE
      can: isotp: fix msg_namelen values depending on CAN_REQUIRED_SIZE

 include/uapi/linux/can.h |  2 +-
 net/can/bcm.c            | 10 ++++++----
 net/can/isotp.c          | 11 +++++++----
 net/can/raw.c            | 14 ++++++++------
 4 files changed, 22 insertions(+), 15 deletions(-)



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ