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-next>] [day] [month] [year] [list]
Date:	Wed, 29 Sep 2010 02:35:58 +0200
From:	didier <did447@...il.com>
To:	netdev@...r.kernel.org
Cc:	kaber@...sh.net
Subject: VLAN GARP triggers a lot of timers if linux compiled with VLAN_8021Q_GVRP

Hi,

In my understanding GARP is using a periodic timer but in net/802/garp.c:

garp_join_timer_arm()

delay = (u64)msecs_to_jiffies(garp_join_time)* net_random() >> 32;
mod_timer(&app->join_timer, jiffies +delay)

Isn't this stuff triggering a *lot* of events?

Didier
--
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