* How to contact to Greg.
2016-05-11 17:32 ` How to fast master kernel Valdis.Kletnieks at vt.edu
@ 2016-05-12 11:14 ` Aric
2016-05-13 8:34 ` Greg KH
0 siblings, 1 reply; 7+ messages in thread
From: Aric @ 2016-05-12 11:14 UTC (permalink / raw)
To: kernelnewbies
Yeah, that sounds good. Who know Greg's e-mail,or where to find him?
------------------ Original ------------------
From: "Valdis.Kletnieks";<Valdis.Kletnieks@vt.edu>;
Date: Thu, May 12, 2016 01:32 AM
To: "Aric"<583241212@qq.com>;
Cc: "Robert P. J. Day"<rpjday@crashcourse.ca>; "kernelnewbies"<kernelnewbies@kernelnewbies.org>;
Subject: Re: How to fast master kernel
On Wed, 11 May 2016 12:26:17 +0800, "Aric" said:
> But for each board, it have dedicated kernel code package. For example, what
> I want to do first, it I can write kernel drivers and kernel code freely. I can
> easily add a I2C (AT24C02) device and finished its driver in a short time.
Wel, that's only actually helpful for the kernel if somebody's already
done the port to that board (which it seems they have, since it already
has a kernel package), and failed to add an I2C driver already.
The other thing that you could do that would benefit the kernel is to take
the vendor's code (which is probably some ancient creeping horror like 3.4
or even a 2.6.something), and get the drivers up to 4.6 level and get them
upstreamed.
Greg KH is almost certainly reading this, and he *loves* helping get
drivers into the main kernel :)
Greg, meet Aric. Aric, meet Greg. :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160512/43e5ac68/attachment.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* How to contact to Greg.
2016-05-12 11:14 ` How to contact to Greg Aric
@ 2016-05-13 8:34 ` Greg KH
2016-05-13 8:55 ` Valdis.Kletnieks at vt.edu
0 siblings, 1 reply; 7+ messages in thread
From: Greg KH @ 2016-05-13 8:34 UTC (permalink / raw)
To: kernelnewbies
On Thu, May 12, 2016 at 07:14:42PM +0800, Aric wrote:
> Yeah, that sounds good. Who know Greg's e-mail,or where to find him?
http://lmgtfy.com/?q=greg+kh+email+address
^ permalink raw reply [flat|nested] 7+ messages in thread
* How to contact to Greg.
2016-05-13 8:34 ` Greg KH
@ 2016-05-13 8:55 ` Valdis.Kletnieks at vt.edu
2016-05-13 8:59 ` Aric
0 siblings, 1 reply; 7+ messages in thread
From: Valdis.Kletnieks at vt.edu @ 2016-05-13 8:55 UTC (permalink / raw)
To: kernelnewbies
On Fri, 13 May 2016 10:34:13 +0200, Greg KH said:
> On Thu, May 12, 2016 at 07:14:42PM +0800, Aric wrote:
> > Yeah, that sounds good. Who know Greg's e-mail,or where to find him?
>
> http://lmgtfy.com/?q=greg+kh+email+address
I see what you did there. :)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 848 bytes
Desc: not available
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160513/baa8fa07/attachment.bin
^ permalink raw reply [flat|nested] 7+ messages in thread
* How to contact to Greg.
2016-05-13 8:55 ` Valdis.Kletnieks at vt.edu
@ 2016-05-13 8:59 ` Aric
2016-05-13 12:53 ` Sudip Mukherjee
0 siblings, 1 reply; 7+ messages in thread
From: Aric @ 2016-05-13 8:59 UTC (permalink / raw)
To: kernelnewbies
Hi Valdis,
Do you mean the Grag is "Greg KH"<greg@kroah.com>; ? But I'm still learning, where can I get a simple task to get into? The test task is also okay, pls give me test specification or what test env. it required.
/BRs
------------------ Original ------------------
From: "Valdis.Kletnieks";<Valdis.Kletnieks@vt.edu>;
Date: Fri, May 13, 2016 04:55 PM
To: "Greg KH"<greg@kroah.com>;
Cc: "Aric"<583241212@qq.com>; "Robert P. J. Day"<rpjday@crashcourse.ca>; "kernelnewbies"<kernelnewbies@kernelnewbies.org>;
Subject: Re: How to contact to Greg.
On Fri, 13 May 2016 10:34:13 +0200, Greg KH said:
> On Thu, May 12, 2016 at 07:14:42PM +0800, Aric wrote:
> > Yeah, that sounds good. Who know Greg's e-mail,or where to find him?
>
> http://lmgtfy.com/?q=greg+kh+email+address
I see what you did there. :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20160513/92fd4bed/attachment.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* How to contact to Greg.
2016-05-13 8:59 ` Aric
@ 2016-05-13 12:53 ` Sudip Mukherjee
2016-05-13 13:05 ` Robert P. J. Day
0 siblings, 1 reply; 7+ messages in thread
From: Sudip Mukherjee @ 2016-05-13 12:53 UTC (permalink / raw)
To: kernelnewbies
On Fri, May 13, 2016 at 04:59:32PM +0800, Aric wrote:
> Hi Valdis,
> Do you mean the Grag is "Greg KH"<greg@kroah.com>; ? But I'm still learning, where can I get a simple task to get into? The test task is also okay, pls give me test specification or what test env. it required.
There is no Grag, we only have Greg KH.
Now that you are learning maybe you can start with
http://eudyptula-challenge.org/
and:
1) never toppost
2) never send mime mails.
regards
sudip
^ permalink raw reply [flat|nested] 7+ messages in thread
* How to contact to Greg.
2016-05-13 12:53 ` Sudip Mukherjee
@ 2016-05-13 13:05 ` Robert P. J. Day
0 siblings, 0 replies; 7+ messages in thread
From: Robert P. J. Day @ 2016-05-13 13:05 UTC (permalink / raw)
To: kernelnewbies
On Fri, 13 May 2016, Sudip Mukherjee wrote:
> On Fri, May 13, 2016 at 04:59:32PM +0800, Aric wrote:
> > Hi Valdis,
> > Do you mean the Grag is "Greg KH"<greg@kroah.com>; ? But I'm still learning, where can I get a simple task to get into? The test task is also okay, pls give me test specification or what test env. it required.
>
> There is no Grag, we only have Greg KH.
"I am Grag."
rday
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply [flat|nested] 7+ messages in thread
* How to contact to Greg.
@ 2016-05-13 16:25 walkerlala
0 siblings, 0 replies; 7+ messages in thread
From: walkerlala @ 2016-05-13 16:25 UTC (permalink / raw)
To: kernelnewbies
Really nice to see that Greg KH is in the kernelnewbies mailing list.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2016-05-13 16:25 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-13 16:25 How to contact to Greg walkerlala
[not found] <tencent_11C81A8B074E9D774D6DCA28@qq.com>
2016-05-11 17:32 ` How to fast master kernel Valdis.Kletnieks at vt.edu
2016-05-12 11:14 ` How to contact to Greg Aric
2016-05-13 8:34 ` Greg KH
2016-05-13 8:55 ` Valdis.Kletnieks at vt.edu
2016-05-13 8:59 ` Aric
2016-05-13 12:53 ` Sudip Mukherjee
2016-05-13 13:05 ` Robert P. J. Day
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).