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, 16 May 2022 20:20:12 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Jonathan Lemon <jonathan.lemon@...il.com> Cc: netdev@...r.kernel.org, vfedorenko@...ek.ru, richardcochran@...il.com, davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com, edumazet@...gle.com, kernel-team@...com Subject: Re: [PATCH net v2] ptp: ocp: have adjtime handle negative delta_ns correctly Hello: This patch was applied to netdev/net.git (master) by Jakub Kicinski <kuba@...nel.org>: On Fri, 13 May 2022 15:52:31 -0700 you wrote: > delta_ns is a s64, but it was being passed ptp_ocp_adjtime_coarse > as an u64. Also, it turns out that timespec64_add_ns() only handles > positive values, so perform the math with set_normalized_timespec(). > > Fixes: 90f8f4c0e3ce ("ptp: ocp: Add ptp_ocp_adjtime_coarse for large adjustments") > Suggested-by: Vadim Fedorenko <vfedorenko@...ek.ru> > Signed-off-by: Jonathan Lemon <jonathan.lemon@...il.com> > > [...] Here is the summary with links: - [net,v2] ptp: ocp: have adjtime handle negative delta_ns correctly https://git.kernel.org/netdev/net/c/da2172a9bfec 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