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
| ||
|
Message-ID: <20230511062353.GE14287@atomide.com> Date: Thu, 11 May 2023 09:23:53 +0300 From: Tony Lindgren <tony@...mide.com> To: Judith Mendez <jm@...com> Cc: linux-can@...r.kernel.org, Chandrasekar Ramakrishnan <rcsekar@...sung.com>, Wolfgang Grandegger <wg@...ndegger.com>, Marc Kleine-Budde <mkl@...gutronix.de>, "David S . Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, netdev@...r.kernel.org, linux-kernel@...r.kernel.org, Schuyler Patton <spatton@...com>, devicetree@...r.kernel.org, Rob Herring <robh+dt@...nel.org>, Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>, Conor Dooley <conor+dt@...nel.org>, Oliver Hartkopp <socketcan@...tkopp.net>, linux-arm-kernel@...ts.infradead.org Subject: Re: [PATCH v5 2/2] can: m_can: Add hrtimer to generate software interrupt Hi, * Judith Mendez <jm@...com> [230510 20:31]: > Add an hrtimer to MCAN class device. Each MCAN will have its own > hrtimer instantiated if there is no hardware interrupt found and > poll-interval property is defined in device tree M_CAN node. > > The hrtimer will generate a software interrupt every 1 ms. In > hrtimer callback, we check if there is a transaction pending by > reading a register, then process by calling the isr if there is. So what about system suspend, do you need to do something to ensure the timer does not happen to run while suspending? Regards, Tony
Powered by blists - more mailing lists