mbox series

pull-request: ieee802154 for net 2023-03-02

Message ID 20230302153032.1312755-1-stefan@datenfreihafen.org (mailing list archive)
State Accepted
Commit ad93bab6b8d3bfeae4a0158eaabd61bb0b2fbb79
Delegated to: Netdev Maintainers
Headers show
Series pull-request: ieee802154 for net 2023-03-02 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan.git tags/ieee802154-for-net-2023-03-02

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 20 this patch: 20
netdev/build_clang success Errors and warnings before: 18 this patch: 18
netdev/verify_signedoff success Signed-off-by tag matches author and committer
netdev/verify_fixes success Fixes tag looks correct
netdev/build_allmodconfig_warn success Errors and warnings before: 20 this patch: 20

Message

Stefan Schmidt March 2, 2023, 3:30 p.m. UTC
Hello Dave, Jakub, Paolo.

An update from ieee802154 for your *net* tree:

Two small fixes this time.

Alexander Aring fixed a potential negative array access in the ca8210 driver.

Miquel Raynal fixed a crash that could have been triggered through the extended
netlink API for 802154. This only came in this merge window. Found by syzkaller.

Please note the new git URL. We switched to team maintenance and thus the pull
request will point to wpan instead of the former used sschmidt namespace on
kernel.org. In the future you will also see pull requests coming from Alex and
Miquel for ieee802154 for net and net-next.

regards
Stefan Schmidt

The following changes since commit 044c8bf78db818b8c726eb47c560e05fbc71e128:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf (2023-03-02 11:10:43 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/wpan/wpan.git tags/ieee802154-for-net-2023-03-02

for you to fetch changes up to 02f18662f6c671382345fcb696e808d78f4c194a:

  ieee802154: Prevent user from crashing the host (2023-03-02 14:39:48 +0100)

----------------------------------------------------------------
Alexander Aring (1):
      ca8210: fix mac_len negative array access

Miquel Raynal (1):
      ieee802154: Prevent user from crashing the host

 drivers/net/ieee802154/ca8210.c | 2 ++
 net/ieee802154/nl802154.c       | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org March 3, 2023, 6:30 a.m. UTC | #1
Hello:

This pull request was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu,  2 Mar 2023 16:30:32 +0100 you wrote:
> Hello Dave, Jakub, Paolo.
> 
> An update from ieee802154 for your *net* tree:
> 
> Two small fixes this time.
> 
> Alexander Aring fixed a potential negative array access in the ca8210 driver.
> 
> [...]

Here is the summary with links:
  - pull-request: ieee802154 for net 2023-03-02
    https://git.kernel.org/netdev/net/c/ad93bab6b8d3

You are awesome, thank you!