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] [day] [month] [year] [list]
Date: Fri, 02 Feb 2024 05:00:28 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Alex Elder <elder@...aro.org>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
 pabeni@...hat.com, mka@...omium.org, andersson@...nel.org,
 quic_cpratapa@...cinc.com, quic_avuyyuru@...cinc.com,
 quic_jponduru@...cinc.com, quic_subashab@...cinc.com, elder@...nel.org,
 netdev@...r.kernel.org, linux-arm-msm@...r.kernel.org,
 linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next 0/7] net: ipa: simplify TX power handling

Hello:

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

On Tue, 30 Jan 2024 13:22:57 -0600 you wrote:
> In order to deliver a packet to the IPA hardware, we must ensure
> it is powered.  We request power by calling pm_runtime_get(), and
> its return value tells us the power state.  We can't block in
> ipa_start_xmit(), so if power isn't enabled we prevent further
> transmit attempts by calling netif_stop_queue().  Power will
> eventually become enabled, at which point we call netif_wake_queue()
> to allow the transmit to be retried.  When it does, the power should
> be enabled, so the packet delivery can proceed.
> 
> [...]

Here is the summary with links:
  - [net-next,1/7] net: ipa: stash modem TX and RX endpoints
    https://git.kernel.org/netdev/net-next/c/102c28b83ddf
  - [net-next,2/7] net: ipa: begin simplifying TX queue stop
    https://git.kernel.org/netdev/net-next/c/844ecc4aa78e
  - [net-next,3/7] net: ipa: kill the STARTED IPA power flag
    https://git.kernel.org/netdev/net-next/c/688de12f080f
  - [net-next,4/7] net: ipa: kill the IPA power STOPPED flag
    https://git.kernel.org/netdev/net-next/c/86c9a4929258
  - [net-next,5/7] net: ipa: kill ipa_power_modem_queue_stop()
    https://git.kernel.org/netdev/net-next/c/30cdaea23600
  - [net-next,6/7] net: ipa: kill ipa_power_modem_queue_active()
    https://git.kernel.org/netdev/net-next/c/2acf5fc8daba
  - [net-next,7/7] net: ipa: kill ipa_power_modem_queue_wake()
    https://git.kernel.org/netdev/net-next/c/e01bbdc9f851

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