mbox series

pull-request: ieee802154 for net 2022-01-05

Message ID 20220105153914.512305-1-stefan@datenfreihafen.org (mailing list archive)
State Accepted
Commit af872b691926240fa5dcc6810acbdf053cd46ff2
Delegated to: Netdev Maintainers
Headers show
Series pull-request: ieee802154 for net 2022-01-05 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git tags/ieee802154-for-net-2022-01-05

Checks

Context Check Description
netdev/tree_selection success Pull request for net
netdev/build_32bit success Errors and warnings before: 0 this patch: 0
netdev/build_clang success Errors and warnings before: 0 this patch: 0
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: 0 this patch: 0

Message

Stefan Schmidt Jan. 5, 2022, 3:39 p.m. UTC
Hello Dave, Jakub.

An update from ieee802154 for your *net* tree.

Below I have a last minute fix for the atusb driver.

Pavel fixes a KASAN uninit report for the driver. This version is the
minimal impact fix to ease backporting. A bigger rework of the driver to
avoid potential similar problems is ongoing and will come through net-next
when ready.

regards
Stefan Schmidt


The following changes since commit 7d18a07897d07495ee140dd319b0e9265c0f68ba:

  sch_qfq: prevent shift-out-of-bounds in qfq_init_qdisc (2022-01-04 12:36:51 +0000)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan.git tags/ieee802154-for-net-2022-01-05

for you to fetch changes up to 754e4382354f7908923a1949d8dc8d05f82f09cb:

  ieee802154: atusb: fix uninit value in atusb_set_extended_addr (2022-01-04 20:10:04 +0100)

----------------------------------------------------------------
Pavel Skripkin (1):
      ieee802154: atusb: fix uninit value in atusb_set_extended_addr

 drivers/net/ieee802154/atusb.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 5, 2022, 5:10 p.m. UTC | #1
Hello:

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

On Wed,  5 Jan 2022 16:39:14 +0100 you wrote:
> Hello Dave, Jakub.
> 
> An update from ieee802154 for your *net* tree.
> 
> Below I have a last minute fix for the atusb driver.
> 
> Pavel fixes a KASAN uninit report for the driver. This version is the
> minimal impact fix to ease backporting. A bigger rework of the driver to
> avoid potential similar problems is ongoing and will come through net-next
> when ready.
> 
> [...]

Here is the summary with links:
  - pull-request: ieee802154 for net 2022-01-05
    https://git.kernel.org/netdev/net/c/af872b691926

You are awesome, thank you!