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:	Wed, 25 Sep 2013 18:36:32 +0200
From:	Benjamin Valentin <benpicco@...at.fu-berlin.de>
To:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc:	linux-kernel@...r.kernel.org,
	STAGING SUBSYSTEM <devel@...verdev.osuosl.org>
Subject: Re: [PATCH] add exFAT driver

Am Fri, 30 Aug 2013 08:42:05 -0700
schrieb Greg Kroah-Hartman <gregkh@...uxfoundation.org>:
 
> For staging drivers I need a maintainer that is going to take the time
> to shephard it into the core kernel tree.  See other TODO files for
> how that person is defined.  Are you going to be willing to do this?

I can see what I can do.

I've cleaned up the code a bit, especially where it would redefine
kernel functions. [1] Should I submit the end result, one file per
patch, or begin with the original code and submit patches on top of
that?

Also, the driver would define it's own data types like
    typedef unsigned int            UINT32;

I've replaced that with u32, etc as the naming implied the bit size
would matter. (And it probably does for the on-disk file system
structures, but they are used for everything) Is there any disadvantage
to this over using the standard C types?

> Also, I would really like to get a signed-off-by: from the Samsung
> authors for this patch, can you do that as well please?

I've tried reaching them by their last public e-mail addresses I could
find, but they would either bounce or I got no reply.

[1] https://github.com/benpicco/linux_exfat-staging/commits/exfat
--
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