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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 31 Oct 2022 11:20:18 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Keller@...codeaurora.org, Jacob E <jacob.e.keller@...el.com> Cc: kuba@...nel.org, davem@...emloft.net, netdev@...r.kernel.org, kys@...rosoft.com, haiyangz@...rosoft.com, sthemmin@...rosoft.com, wei.liu@...nel.org, decui@...rosoft.com, thomas.lendacky@....com, Shyam-sundar.S-k@....com, edumazet@...gle.com, pabeni@...hat.com, siva.kallam@...adcom.com, prashant@...adcom.com, mchan@...adcom.com, yisen.zhuang@...wei.com, salil.mehta@...wei.com, jesse.brandeburg@...el.com, anthony.l.nguyen@...el.com, tariqt@...dia.com, saeedm@...dia.com, leon@...nel.org, bryan.whitehead@...rochip.com, s.shtylyov@....ru, peppe.cavallaro@...com, alexandre.torgue@...s.st.com, joabreu@...opsys.com, mcoquelin.stm32@...il.com, richardcochran@...il.com, vithampi@...are.com, pv-drivers@...are.com, wangjie125@...wei.com, huangguangbin2@...wei.com, eranbe@...dia.com, ayal@...dia.com, cai.huoqing@...ux.dev, biju.das.jz@...renesas.com, prabhakar.mahadev-lad.rj@...renesas.com, phil.edworthy@...esas.com, jiasheng@...as.ac.cn, gustavoars@...nel.org, linus.walleij@...aro.org, wanjiabing@...o.com, lv.ruyi@....com.cn, arnd@...db.de Subject: Re: [net-next v3 0/9] ptp: convert drivers to .adjfine Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@...emloft.net>: On Fri, 28 Oct 2022 04:04:11 -0700 you wrote: > Many drivers implementing PTP have not yet migrated to the new .adjfine > frequency adjustment implementation. > > A handful of these drivers use hardware with a simple increment value which > is adjusted by multiplying by the adjustment factor and then dividing by > 1 billion. This calculation is very easy to convert to .adjfine, by simply > updating the divisor. > > [...] Here is the summary with links: - [net-next,v3,1/9] ptp: add missing documentation for parameters https://git.kernel.org/netdev/net-next/c/b9a61b97798c - [net-next,v3,2/9] ptp: introduce helpers to adjust by scaled parts per million (no matching commit) - [net-next,v3,3/9] drivers: convert unsupported .adjfreq to .adjfine https://git.kernel.org/netdev/net-next/c/73aa29a2b119 - [net-next,v3,4/9] ptp: mlx4: convert to .adjfine and adjust_by_scaled_ppm https://git.kernel.org/netdev/net-next/c/6ed795965ede - [net-next,v3,5/9] ptp: mlx5: convert to .adjfine and adjust_by_scaled_ppm https://git.kernel.org/netdev/net-next/c/d8aad3f3694f - [net-next,v3,6/9] ptp: lan743x: remove .adjfreq implementation https://git.kernel.org/netdev/net-next/c/c56dff6a9a31 - [net-next,v3,7/9] ptp: lan743x: use diff_by_scaled_ppm in .adjfine implementation https://git.kernel.org/netdev/net-next/c/8bc900cbffa7 - [net-next,v3,8/9] ptp: ravb: convert to .adjfine and adjust_by_scaled_ppm https://git.kernel.org/netdev/net-next/c/673dd2c78817 - [net-next,v3,9/9] ptp: xgbe: convert to .adjfine and adjust_by_scaled_ppm https://git.kernel.org/netdev/net-next/c/337ffae0e4d6 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