lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: 
 <173587264000.2091902.2245452495445092796.git-patchwork-notify@kernel.org>
Date: Fri, 03 Jan 2025 02:50:40 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Maciej S. Szmigiero <mail@...iej.szmigiero.name>
Cc: m.chetan.kumar@...el.com, loic.poulain@...aro.org, ryazanov.s.a@...il.com,
 johannes@...solutions.net, andrew+netdev@...n.ch, davem@...emloft.net,
 edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com,
 netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2] net: wwan: iosm: Properly check for valid exec stage in
 ipc_mmio_init()

Hello:

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

On Sun, 29 Dec 2024 17:46:58 +0100 you wrote:
> ipc_mmio_init() used the post-decrement operator in its loop continuing
> condition of "retries" counter being "> 0", which meant that when this
> condition caused loop exit "retries" counter reached -1.
> 
> But the later valid exec stage failure check only tests for "retries"
> counter being exactly zero, so it didn't trigger in this case (but
> would wrongly trigger if the code reaches a valid exec stage in the
> very last loop iteration).
> 
> [...]

Here is the summary with links:
  - [1/2] net: wwan: iosm: Properly check for valid exec stage in ipc_mmio_init()
    https://git.kernel.org/netdev/net/c/a7af435df0e0
  - [2/2] net: wwan: iosm: Fix hibernation by re-binding the driver around it
    (no matching commit)

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ