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] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 4 Nov 2010 06:16:40 +1300
From:	Charles Manning <manningc2@...rix.gen.nz>
To:	David Daney <ddaney@...iumnetworks.com>
Cc:	cdhmanning@...il.com, linux-kernel@...r.kernel.org,
	linux-fsdevel@...r.kernel.org
Subject: Re: [PATCH 6/9] Add some yaffs include files

On Thursday 04 November 2010 06:10:57 David Daney wrote:
> On 11/03/2010 09:53 AM, cdhmanning@...il.com wrote:
> > From: Charles Manning<cdhmanning@...il.com>
> >
> > Adding yaffs2 file system.
> >
> > Signed-off-by: Charles Manning<cdhmanning@...il.com>
> > ---
> >   fs/yaffs2/yaffs_guts.h  |  914
> > +++++++++++++++++++++++++++++++++++++++++++++++ fs/yaffs2/yaffs_trace.h |
> >   58 +++
> >   fs/yaffs2/yportenv.h    |   90 +++++
> >   3 files changed, 1062 insertions(+), 0 deletions(-)
> >   create mode 100644 fs/yaffs2/yaffs_guts.h
> >   create mode 100644 fs/yaffs2/yaffs_trace.h
> >   create mode 100644 fs/yaffs2/yportenv.h
> >
> > diff --git a/fs/yaffs2/yaffs_guts.h b/fs/yaffs2/yaffs_guts.h
> > new file mode 100644
> > index 0000000..60770ca
> > --- /dev/null
> > +++ b/fs/yaffs2/yaffs_guts.h
> > @@ -0,0 +1,914 @@
> > +/*
> > + * YAFFS: Yet another Flash File System . A NAND-flash specific file
> > system. + *
> > + * Copyright (C) 2002-2010 Aleph One Ltd.
> > + *   for Toby Churchill Ltd and Brightstar Engineering
> > + *
> > + * Created by Charles Manning<charles@...ph1.co.uk>
> > + *
> > + * This program is free software; you can redistribute it and/or modify
> > + * it under the terms of the GNU Lesser General Public License version
> > 2.1 as + * published by the Free Software Foundation.
> > + *
> > + * Note: Only YAFFS headers are LGPL, YAFFS C code is covered by GPL.
> > + */
>
> What are the implications of putting LGPL things in the kernel?
>
> I don't know, but someone probably should think about it.

Well there's BSD stuff in the kernel too....

This reduction in restrictions for the yaffs headers is to allow people to use 
the headers for custom bootloader integration etc. This should not generate 
problems for any other code.

-- Charles

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