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:	Tue, 26 Sep 2006 22:42:34 +0200
From:	Krzysztof Halasa <khc@...waw.pl>
To:	Jeff Garzik <jeff@...zik.org>
Cc:	netdev@...r.kernel.org, lkml <linux-kernel@...r.kernel.org>,
	PC300 Maintainer <pc300@...lades.com>
Subject: Generic HDLC update

Hi,

Jeff,
in this thread I'm posting two patches:
- 1/2: modularizes generic HDLC code - WAN protocols (FR, Cisco HDLC
  etc.) can now be separate modules. We can now have multiple module
  versions for a protocol (something like syncppp-based PPP or based
  on generic PPP). Also we don't have to load things like syncppp or
  lapb if we don't need it.

  "Core" generic HDLC code doesn't now know anything about the
  WAN protocols - all protocol-related information has been moved from
  hdlc.h to the protocol drivers.


- 2/2: while both user-space and low-level driver interfaces are not
  changed by the first patch, it has to change data structures
  internal to the generic HDLC. Unfortunately, there is one particular
  driver - pc300 - abusing those internal structures. There are few
  ways to fix this driver but it's not trivial. PC300 maintainer has
  been notified about the problem and possible solutions, and has
  been sent a copy of the modularizing patch two+ months ago.

  This patch removes accesses to the HDLC-internal data structures
  from pc300 driver, thus enabling it to compile but breaking part
  of its functionality.

Please apply both patches to Linux 2.6.
Thanks.
-- 
Krzysztof Halasa
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ