mbox series

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

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

Pull-request

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

Checks

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

Message

Stefan Schmidt Dec. 5, 2022, 12:25 p.m. UTC
Hello Dave, Jakub.

An update from ieee802154 for your *net* tree:

Three small fixes this time around.

Ziyang Xuan fixed an error code for a timeout during initialization of the
cc2520 driver.
Hauke Mehrtens fixed a crash in the ca8210 driver SPI communication due
uninitialized SPI structures.
Wei Yongjun added INIT_LIST_HEAD ieee802154_if_add() to avoid a potential
null pointer dereference.

regards
Stefan Schmidt


The following changes since commit baee5a14ab2c9a8f8df09d021885c8f5de458a38:

  Merge tag 'ieee802154-for-net-2022-10-24' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan (2022-10-24 21:17:03 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b3d72d3135d2ef68296c1ee174436efd65386f04:

  mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add() (2022-12-05 09:53:08 +0100)

----------------------------------------------------------------
Hauke Mehrtens (1):
      ca8210: Fix crash by zero initializing data

Wei Yongjun (1):
      mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()

Ziyang Xuan (1):
      ieee802154: cc2520: Fix error return code in cc2520_hw_init()

 drivers/net/ieee802154/ca8210.c | 2 +-
 drivers/net/ieee802154/cc2520.c | 2 +-
 net/mac802154/iface.c           | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

Comments

Jakub Kicinski Dec. 8, 2022, 1:26 a.m. UTC | #1
On Mon,  5 Dec 2022 13:25:15 +0100 Stefan Schmidt wrote:
> Hello Dave, Jakub.
> 
> An update from ieee802154 for your *net* tree:
> 
> Three small fixes this time around.
> 
> Ziyang Xuan fixed an error code for a timeout during initialization of the
> cc2520 driver.
> Hauke Mehrtens fixed a crash in the ca8210 driver SPI communication due
> uninitialized SPI structures.
> Wei Yongjun added INIT_LIST_HEAD ieee802154_if_add() to avoid a potential
> null pointer dereference.

Sorry for the lateness, we are backed up since the weekend :(

I believe this is now in net:
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=92439a859000c6f4c74160a3c08c1a519e3ca125

But the bot has not replied?
Stefan Schmidt Dec. 8, 2022, 8:13 a.m. UTC | #2
Hello Jakub.

On 08.12.22 02:26, Jakub Kicinski wrote:
> On Mon,  5 Dec 2022 13:25:15 +0100 Stefan Schmidt wrote:
>> Hello Dave, Jakub.
>>
>> An update from ieee802154 for your *net* tree:
>>
>> Three small fixes this time around.
>>
>> Ziyang Xuan fixed an error code for a timeout during initialization of the
>> cc2520 driver.
>> Hauke Mehrtens fixed a crash in the ca8210 driver SPI communication due
>> uninitialized SPI structures.
>> Wei Yongjun added INIT_LIST_HEAD ieee802154_if_add() to avoid a potential
>> null pointer dereference.
> 
> Sorry for the lateness, we are backed up since the weekend :(
> 
> I believe this is now in net:
> https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=92439a859000c6f4c74160a3c08c1a519e3ca125
> 
> But the bot has not replied?

True, no bot reply but I can see the merge in the net tree. All good.

regards
Stefan Schmidt