* Re: [PATCH v4 net-next] dpll: Add an assertion to check freq_supported_num
2025-02-28 15:02 [PATCH v4 net-next] dpll: Add an assertion to check freq_supported_num Jiasheng Jiang
@ 2025-02-28 15:06 ` kernel test robot
2025-02-28 15:22 ` Jiri Pirko
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: kernel test robot @ 2025-02-28 15:06 UTC (permalink / raw)
To: Jiasheng Jiang; +Cc: stable, oe-kbuild-all
Hi,
Thanks for your patch.
FYI: kernel test robot notices the stable kernel rule is not satisfied.
The check is based on https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html#option-1
Rule: add the tag "Cc: stable@vger.kernel.org" in the sign-off area to have the patch automatically included in the stable tree.
Subject: [PATCH v4 net-next] dpll: Add an assertion to check freq_supported_num
Link: https://lore.kernel.org/stable/20250228150210.34404-1-jiashengjiangcool%40gmail.com
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH v4 net-next] dpll: Add an assertion to check freq_supported_num
2025-02-28 15:02 [PATCH v4 net-next] dpll: Add an assertion to check freq_supported_num Jiasheng Jiang
2025-02-28 15:06 ` kernel test robot
@ 2025-02-28 15:22 ` Jiri Pirko
2025-02-28 16:37 ` Vadim Fedorenko
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Jiri Pirko @ 2025-02-28 15:22 UTC (permalink / raw)
To: Jiasheng Jiang
Cc: przemyslaw.kitszel, arkadiusz.kubalewski, davem, jan.glaza,
linux-kernel, netdev, stable, vadim.fedorenko
Fri, Feb 28, 2025 at 04:02:10PM +0100, jiashengjiangcool@gmail.com wrote:
>Since the driver is broken in the case that src->freq_supported is not
>NULL but src->freq_supported_num is 0, add an assertion for it.
>
>Signed-off-by: Jiasheng Jiang <jiashengjiangcool@gmail.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH v4 net-next] dpll: Add an assertion to check freq_supported_num
2025-02-28 15:02 [PATCH v4 net-next] dpll: Add an assertion to check freq_supported_num Jiasheng Jiang
2025-02-28 15:06 ` kernel test robot
2025-02-28 15:22 ` Jiri Pirko
@ 2025-02-28 16:37 ` Vadim Fedorenko
2025-02-28 16:42 ` Kubalewski, Arkadiusz
2025-03-05 1:20 ` patchwork-bot+netdevbpf
4 siblings, 0 replies; 6+ messages in thread
From: Vadim Fedorenko @ 2025-02-28 16:37 UTC (permalink / raw)
To: Jiasheng Jiang, przemyslaw.kitszel
Cc: arkadiusz.kubalewski, davem, jan.glaza, jiri, linux-kernel,
netdev, stable
On 28/02/2025 15:02, Jiasheng Jiang wrote:
> Since the driver is broken in the case that src->freq_supported is not
> NULL but src->freq_supported_num is 0, add an assertion for it.
>
> Signed-off-by: Jiasheng Jiang <jiashengjiangcool@gmail.com>
Reviewed-by: Vadim Fedorenko <vadim.fedorenko@linux.dev>
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: [PATCH v4 net-next] dpll: Add an assertion to check freq_supported_num
2025-02-28 15:02 [PATCH v4 net-next] dpll: Add an assertion to check freq_supported_num Jiasheng Jiang
` (2 preceding siblings ...)
2025-02-28 16:37 ` Vadim Fedorenko
@ 2025-02-28 16:42 ` Kubalewski, Arkadiusz
2025-03-05 1:20 ` patchwork-bot+netdevbpf
4 siblings, 0 replies; 6+ messages in thread
From: Kubalewski, Arkadiusz @ 2025-02-28 16:42 UTC (permalink / raw)
To: Jiasheng Jiang, Kitszel, Przemyslaw
Cc: davem@davemloft.net, Glaza, Jan, jiri@resnulli.us,
linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
stable@vger.kernel.org, vadim.fedorenko@linux.dev
>From: Jiasheng Jiang <jiashengjiangcool@gmail.com>
>Sent: Friday, February 28, 2025 4:02 PM
>
>Since the driver is broken in the case that src->freq_supported is not
>NULL but src->freq_supported_num is 0, add an assertion for it.
>
>Signed-off-by: Jiasheng Jiang <jiashengjiangcool@gmail.com>
LGTM, thanks!
Reviewed-by: Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
[..]
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [PATCH v4 net-next] dpll: Add an assertion to check freq_supported_num
2025-02-28 15:02 [PATCH v4 net-next] dpll: Add an assertion to check freq_supported_num Jiasheng Jiang
` (3 preceding siblings ...)
2025-02-28 16:42 ` Kubalewski, Arkadiusz
@ 2025-03-05 1:20 ` patchwork-bot+netdevbpf
4 siblings, 0 replies; 6+ messages in thread
From: patchwork-bot+netdevbpf @ 2025-03-05 1:20 UTC (permalink / raw)
To: Jiasheng Jiang
Cc: przemyslaw.kitszel, arkadiusz.kubalewski, davem, jan.glaza, jiri,
linux-kernel, netdev, stable, vadim.fedorenko
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 28 Feb 2025 15:02:10 +0000 you wrote:
> Since the driver is broken in the case that src->freq_supported is not
> NULL but src->freq_supported_num is 0, add an assertion for it.
>
> Signed-off-by: Jiasheng Jiang <jiashengjiangcool@gmail.com>
> ---
> Changelog:
>
> [...]
Here is the summary with links:
- [v4,net-next] dpll: Add an assertion to check freq_supported_num
https://git.kernel.org/netdev/net-next/c/39e912a959c1
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 6+ messages in thread