* Two Questions
@ 2004-06-19 23:47 Arun Sen
2004-06-20 4:42 ` Greg KH
2004-06-20 4:52 ` Jesper Juhl
0 siblings, 2 replies; 7+ messages in thread
From: Arun Sen @ 2004-06-19 23:47 UTC (permalink / raw)
To: linux-kernel
Hi
I am doing some research that deals with patches to the kernel. Here are my
questions:
[1] I have obtained the patches for different versions of the kernel from a
mirror website. However, they do not tell me who are the authors of these
patches and what are their addresses/emails. How can I get this
information?
[2] What is the actual process of approval of a patch that goes into the
kernel?
Thanks.
Arun
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Two Questions
2004-06-19 23:47 Two Questions Arun Sen
@ 2004-06-20 4:42 ` Greg KH
2004-06-20 5:30 ` Arun Sen
2004-06-20 4:52 ` Jesper Juhl
1 sibling, 1 reply; 7+ messages in thread
From: Greg KH @ 2004-06-20 4:42 UTC (permalink / raw)
To: Arun Sen; +Cc: linux-kernel
On Sat, Jun 19, 2004 at 06:47:47PM -0500, Arun Sen wrote:
> Hi
> I am doing some research that deals with patches to the kernel.
What kind of research? For what end result?
> Here are my questions:
>
> [1] I have obtained the patches for different versions of the kernel from a
> mirror website.
What web site? What location?
> However, they do not tell me who are the authors of these
> patches and what are their addresses/emails. How can I get this
> information?
Which patches do you have questions about?
> [2] What is the actual process of approval of a patch that goes into the
> kernel?
Did you read the Documentation/SubmittingPatches file which documents
the process?
thanks,
greg k-h
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Two Questions
2004-06-19 23:47 Two Questions Arun Sen
2004-06-20 4:42 ` Greg KH
@ 2004-06-20 4:52 ` Jesper Juhl
1 sibling, 0 replies; 7+ messages in thread
From: Jesper Juhl @ 2004-06-20 4:52 UTC (permalink / raw)
To: Arun Sen; +Cc: linux-kernel
On Sat, 19 Jun 2004, Arun Sen wrote:
> mirror website. However, they do not tell me who are the authors of these
> patches and what are their addresses/emails. How can I get this
> information?
Looking in the Changelogs for the different kernel versions is one place
to get some info.
--
Jesper Juhl <juhl-lkml@dif.dk>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: Two Questions
2004-06-20 4:42 ` Greg KH
@ 2004-06-20 5:30 ` Arun Sen
0 siblings, 0 replies; 7+ messages in thread
From: Arun Sen @ 2004-06-20 5:30 UTC (permalink / raw)
To: linux-kernel
Thanks ... several of them ... I am looking all the old patches and new ones
...
----- Original Message -----
From: "Greg KH" <greg@kroah.com>
To: "Arun Sen" <arunsen@verizon.net>
Cc: <linux-kernel@vger.kernel.org>
Sent: Saturday, June 19, 2004 11:42 PM
Subject: Re: Two Questions
> On Sat, Jun 19, 2004 at 06:47:47PM -0500, Arun Sen wrote:
> > Hi
> > I am doing some research that deals with patches to the kernel.
>
> What kind of research? For what end result?
>
> > Here are my questions:
> >
> > [1] I have obtained the patches for different versions of the kernel
from a
> > mirror website.
>
> What web site? What location?
>
> > However, they do not tell me who are the authors of these
> > patches and what are their addresses/emails. How can I get this
> > information?
>
> Which patches do you have questions about?
>
> > [2] What is the actual process of approval of a patch that goes into
the
> > kernel?
>
> Did you read the Documentation/SubmittingPatches file which documents
> the process?
>
> thanks,
>
> greg k-h
^ permalink raw reply [flat|nested] 7+ messages in thread
* two questions
@ 2004-07-03 12:53 kartikey bhatt
2004-07-03 13:47 ` Matthias Urlichs
0 siblings, 1 reply; 7+ messages in thread
From: kartikey bhatt @ 2004-07-03 12:53 UTC (permalink / raw)
To: linux-kernel
i have two questions if anyone can help me out?
(1) in bsd when a socket is created, the process
creating the socket is passed as a structure
to so_create call. in linux how can we have
this mechanism by which when a socket is created
we can access the task_t of the process creating the
socket?
(2) given the sk_buff* how to lookup the associated
socket?
please help me out.
--kartikey
_________________________________________________________________
Get FREE unlimited Citibank ATM transactions!
http://go.msnserver.com/IN/52040.asp Discover real-value banking here.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: two questions
2004-07-03 12:53 kartikey bhatt
@ 2004-07-03 13:47 ` Matthias Urlichs
0 siblings, 0 replies; 7+ messages in thread
From: Matthias Urlichs @ 2004-07-03 13:47 UTC (permalink / raw)
To: linux-kernel, kartikey bhatt
Hi, kartikey bhatt wrote:
> (1) in bsd when a socket is created, the process
> creating the socket is passed as a structure
> to so_create call. in linux how can we have
> this mechanism by which when a socket is created
> we can access the task_t of the process creating the
> socket?
>
> (2) given the sk_buff* how to lookup the associated
> socket?
>
Those questions imply that you want to do "something".
Please tell us what that "something" is.
--
Matthias Urlichs
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: two questions
@ 2004-07-03 15:05 kartikey bhatt
0 siblings, 0 replies; 7+ messages in thread
From: kartikey bhatt @ 2004-07-03 15:05 UTC (permalink / raw)
To: smurf
Matthias Urlichs wrote
>>Those questions imply that you want to do "something".
>>Please tell us what that "something" is.
i am porting netnice patch of freebsd to linux and thats "something".
please help.
--kartikey
_________________________________________________________________
Drive away out of trouble. http://go.msnserver.com/IN/52042.asp Get a loan
against your existing car.
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2004-07-03 16:11 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-03 15:05 two questions kartikey bhatt
-- strict thread matches above, loose matches on Subject: below --
2004-07-03 12:53 kartikey bhatt
2004-07-03 13:47 ` Matthias Urlichs
2004-06-19 23:47 Two Questions Arun Sen
2004-06-20 4:42 ` Greg KH
2004-06-20 5:30 ` Arun Sen
2004-06-20 4:52 ` Jesper Juhl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox