[kvalo-ath:master-pending] BUILD SUCCESS 09d82ebde69ee198589945d886a002840520374c

2024-04-17 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git master-pending branch HEAD: 09d82ebde69ee198589945d886a002840520374c Merge branch 'pending' into master-pending elapsed time: 725m configs tested: 101 configs skipped: 3 The following configs have been built successful

[kvalo-ath:pending] BUILD SUCCESS 2996ced9d610c3ed3a87b16b99242852dbc84f75

2024-04-17 Thread kernel test robot
tree/branch: https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git pending branch HEAD: 2996ced9d610c3ed3a87b16b99242852dbc84f75 wifi: ath12k: fix out-of-bound access of qmi_invoke_handler() elapsed time: 724m configs tested: 104 configs skipped: 3 The following configs have been buil

Re: [PATCH net-next v6 03/10] net: create a dummy net_device allocator

2024-04-17 Thread Randy Dunlap
On 4/17/24 4:19 AM, Alexander Lobakin wrote: > From: Johannes Berg > Date: Wed, 17 Apr 2024 13:11:38 +0200 > >> On Wed, 2024-04-17 at 12:51 +0200, Alexander Lobakin wrote: >>> Just FYI: kdoc accepts only this pattern: >>> >>> * @last_param: blah >>> * >>> * Return: blah >>> >>> NOT >>> >>>

[kvalo-ath:pending] BUILD SUCCESS 604b4d32bdc11cf276f2a3580beb326c008b2a3e

2024-04-17 Thread kernel test robot
allyesconfig clang hexagon defconfig clang i386 allmodconfig gcc i386 allnoconfig gcc i386 allyesconfig gcc i386 buildonly-randconfig-001-20240417 clang i386

Re: [PATCH net-next v6 03/10] net: create a dummy net_device allocator

2024-04-17 Thread Alexander Lobakin
From: Johannes Berg Date: Wed, 17 Apr 2024 13:11:38 +0200 > On Wed, 2024-04-17 at 12:51 +0200, Alexander Lobakin wrote: >> Just FYI: kdoc accepts only this pattern: >> >> * @last_param: blah >> * >> * Return: blah >> >> NOT >> >> * Returns: blah > > Actually, it does accept that, the regex i

Re: [PATCH net-next v6 03/10] net: create a dummy net_device allocator

2024-04-17 Thread Johannes Berg
On Wed, 2024-04-17 at 12:51 +0200, Alexander Lobakin wrote: > Just FYI: kdoc accepts only this pattern: > > * @last_param: blah > * > * Return: blah > > NOT > > * Returns: blah Actually, it does accept that, the regex is "returns?". It's just documented only as "Return" . IMHO it sometimes

Re: [PATCH net-next v6 03/10] net: create a dummy net_device allocator

2024-04-17 Thread Alexander Lobakin
From: Jakub Kicinski Date: Fri, 12 Apr 2024 19:16:26 -0700 > On Thu, 11 Apr 2024 06:59:27 -0700 Breno Leitao wrote: >> +/** >> + * alloc_netdev_dummy - Allocate and initialize a dummy net device. >> + * @sizeof_priv: size of private data to allocate space for >> + */ >> +struct net_device *alloc_

[kvalo-ath:master-pending] BUILD SUCCESS 992a445a255af450b8fda2e912033d1655d6a5b0

2024-04-17 Thread kernel test robot
lyesconfig clang hexagon defconfig clang i386 allmodconfig gcc i386 allnoconfig gcc i386 allyesconfig gcc i386 buildonly-randconfig-001-20240417 clang i386

[PATCH wireless] wifi: ath10k: Fix an error code problem in ath10k_dbg_sta_write_peer_debug_trigger()

2024-04-17 Thread Su Hui
Clang Static Checker (scan-build) Warning: drivers/net/wireless/ath/ath10k/debugfs_sta.c:line 429, column 3 Value stored to 'ret' is never read. Return 'ret' rather than 'count' when 'ret' stores an error code. By the way, remove some useless code. Fixes: ee8b08a1be82 ("ath10k: add debugfs suppor