From: Greg KH <gregkh@suse.de>
To: Alexey Dobriyan <adobriyan@gmail.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: staging driver (epl)
Date: Mon, 19 Jan 2009 15:59:10 -0800 [thread overview]
Message-ID: <20090119235910.GA7171@suse.de> (raw)
In-Reply-To: <20090119210315.GA3805@x200.localdomain>
On Tue, Jan 20, 2009 at 12:03:15AM +0300, Alexey Dobriyan wrote:
> Greg, can I ssh to your box to do
>
> git rm -rf drivers/staging/epl
> sed -i -e '/epl/d' drivers/staging/Kconfig
> sed -i -e '/CONFIG_EPL/d' drivers/staging/Makefile
> git commit -a -m 'staging: remove epl driver'
>
> ?
That might be tough for you to do, as it's in every 2.6.29-rc1 release
out there. That's a lot of ssh and sed commands needed for you to do :)
> This driver doesn't meet even _the_ basic requirements.
It meets the drivers/staging/ requirements of:
- it builds
- it is self-contained
- someone is using it
Well, some of the stuff in drivers/staging/ don't even meet the first
requirement, making this one of the better drivers :)
> It's _full_ of hungarian notation (iRet).
>
> It's full of typedefs.
>
> It's full of HAL (tEplApiInstance etc).
>
> Filenames (!) are in CamelCase.
>
> It creates sockets from kernel for something.
>
> It tries to interact with devfs.
>
> It may come as surprise but you also committed real Win32 code:
>
> drivers/staging/epl/EplTimeruWin32.c
> drivers/staging/epl/ShbIpc-Win32.c
>
> Amazing, isn't it?
No, not at all, I commited the tarball I was given, after shoehorning it
into the kernel build system.
> Do you accept _any_ code?
Yes.
> Exactly zero entry barrier?
Pretty much. Know of any other drivers that should go into here that
are floating around in the wild?
Is this a problem?
Is the drivers/staging/ area just not properly documented for people to
understand what is going on there and how it differs from the rest of
the kernel? Should I write up something a bit more "formal"?
thanks,
greg k-h
next prev parent reply other threads:[~2009-01-20 0:20 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-19 21:03 staging driver (epl) Alexey Dobriyan
2009-01-19 23:59 ` Greg KH [this message]
2009-01-20 6:04 ` Alexey Dobriyan
2009-01-20 6:10 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090119235910.GA7171@suse.de \
--to=gregkh@suse.de \
--cc=adobriyan@gmail.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.