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-prev] [day] [month] [year] [list]
Date:	Wed, 20 Dec 2006 23:55:30 +0100
From:	Stefan Richter <stefanr@...6.in-berlin.de>
To:	Kristian Høgsberg <krh@...hat.com>,
	Andrew Morton <akpm@...l.org>
CC:	linux-kernel@...r.kernel.org, linux1394-devel@...ts.sourceforge.net
Subject: Re: [PATCH 1/4] Add core firewire stack.

Kristian Høgsberg wrote:
> Signed-off-by: Kristian Hoegsberg <krh@...hat.com>
> ---
>  drivers/Kconfig                   |    2 
>  drivers/Makefile                  |    1 
>  drivers/firewire/Kconfig          |   23 +
>  drivers/firewire/Makefile         |    7 
>  drivers/firewire/fw-card.c        |  384 +++++++++++++++++++
>  drivers/firewire/fw-iso.c         |  136 +++++++
>  drivers/firewire/fw-topology.c    |  446 +++++++++++++++++++++++
>  drivers/firewire/fw-topology.h    |   84 ++++
>  drivers/firewire/fw-transaction.c |  730 +++++++++++++++++++++++++++++++++++++
>  drivers/firewire/fw-transaction.h |  422 +++++++++++++++++++++
>  10 files changed, 2235 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/Kconfig b/drivers/Kconfig
> index e7da9fa..c651556 100644
> --- a/drivers/Kconfig
> +++ b/drivers/Kconfig
> @@ -30,6 +30,8 @@ source "drivers/md/Kconfig"
>  
>  source "drivers/message/fusion/Kconfig"
>  
> +source "drivers/firewire/Kconfig"
> +
>  source "drivers/ieee1394/Kconfig"
>  
>  source "drivers/message/i2o/Kconfig"
[...]

Would anybody mind if I pick this up for linux1394-2.6.git's master
branch? --- This would mean it appears in the next -mm.


(Personally, I would prefer it being stuffed into drivers/ieee1394, thus
preparing for a _potential_ point in time when the kernel config option
of old stack vs. new stack vs. both stacks condenses to a radio button
in a single IEEE 1394 config menu, and for a potential brief period
during which both stacks live in mainline together that way. But if
nobody else complains, I'll include it as drivers/firewire.)
-- 
Stefan Richter
-=====-=-==- ==-- =-=--
http://arcgraph.de/sr/
-
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