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:	Mon, 17 Jun 2013 16:17:32 -0700
From:	Greg KH <gregkh@...uxfoundation.org>
To:	Alessandro Rubini <rubini@...dd.com>
Cc:	linux-kernel@...r.kernel.org,
	Juan David Gonzalez Cobas <juan.david.gonzalez.cobas@...n.ch>,
	"Emilio G. Cota" <cota@...ap.org>,
	Samuel Iglesias Gonsalvez <siglesias@...lia.com>,
	Rob Landley <rob@...dley.net>, linux-doc@...r.kernel.org
Subject: Re: [PATCH 1/8] FMC: create drivers/fmc and toplevel Kconfig question

On Wed, Jun 12, 2013 at 09:13:25AM +0200, Alessandro Rubini wrote:
> This commit creates the drivers/fmc directory and puts the necessary
> hooks for kbuild and kconfig.  The code is currently a placeholder
> that only registers an empty bus.
> 
> Signed-off-by: Alessandro Rubini <rubini@...dd.com>
> Acked-by: Juan David Gonzalez Cobas <dcobas@...n.ch>
> Acked-by: Emilio G. Cota <cota@...ap.org>
> Acked-by: Samuel Iglesias Gonsalvez <siglesias@...lia.com>
> ---
>  MAINTAINERS            |    9 +++++++++
>  drivers/Kconfig        |    2 ++
>  drivers/Makefile       |    1 +
>  drivers/fmc/Kconfig    |   17 +++++++++++++++++
>  drivers/fmc/Makefile   |    4 ++++
>  drivers/fmc/fmc-core.c |   24 ++++++++++++++++++++++++
>  6 files changed, 57 insertions(+), 0 deletions(-)
>  create mode 100644 drivers/fmc/Kconfig
>  create mode 100644 drivers/fmc/Makefile
>  create mode 100644 drivers/fmc/fmc-core.c

{sigh}

If only all patch submissions started out this way, my life would be so
nice and comfy, I could just blindly accept new subsystems knowing that
the submitter understood the development process and how to break things
up properly...

Nice job :)

Want me to take this through my char/misc git tree to get to Linus for
3.11?

thanks,

greg k-h
--
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