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>] [day] [month] [year] [list]
Date:	Fri, 21 Aug 2009 17:03:29 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	netdev@...r.kernel.org
CC:	tglx@...utronix.de
Subject: [PATCH 0/2]: Convert packet scheduler hrtimers to tasklet_hrtimer


tasklet_hrtimers were created as a response to how we noticed that
we had hrtimers but they expected to run in softirq context but
actually hrtimers run in hw IRQ context

This converts the two hrtimers in the packet scheduler over to
be tasklet_hrtimers.

The CAN protocol has a few hrtimers, but they fire off tasklets to
do softirq work.  So they're OK.

So after this we should be clean in the networking.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ