All of lore.kernel.org
 help / color / mirror / Atom feed
* Linux Kernel Based Research Projects
@ 2016-10-02 11:54 Shyam Saini
  2016-10-02 14:55 ` Robert P. J. Day
  2016-10-02 19:51 ` Daniel Baluta
  0 siblings, 2 replies; 9+ messages in thread
From: Shyam Saini @ 2016-10-02 11:54 UTC (permalink / raw)
  To: kernelnewbies

Hi everyone,

I'm final year computer science undergraduate student. I want to do my
major project based on linux kernel.

Would you please suggest me some areas in the kernel which have some
projects. To be more specific, I want know on going research areas in
kernel. Or some ideas which are not yet implemented.

Thanks,
Shyam

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Linux Kernel Based Research Projects
  2016-10-02 11:54 Linux Kernel Based Research Projects Shyam Saini
@ 2016-10-02 14:55 ` Robert P. J. Day
  2016-10-03  9:51   ` shyam
  2016-10-02 19:51 ` Daniel Baluta
  1 sibling, 1 reply; 9+ messages in thread
From: Robert P. J. Day @ 2016-10-02 14:55 UTC (permalink / raw)
  To: kernelnewbies

On Sun, 2 Oct 2016, Shyam Saini wrote:

> Hi everyone,
>
> I'm final year computer science undergraduate student. I want to do
> my major project based on linux kernel.
>
> Would you please suggest me some areas in the kernel which have some
> projects. To be more specific, I want know on going research areas
> in kernel. Or some ideas which are not yet implemented.

  as someone on this list once suggested, saying you want to work on
the linux kernel and want someone to suggest a subsystem is like
saying you want to write a book and could someone suggest a topic for
you to write about.

  if you haven't even progressed to the point where you know what part
of the kernel interests you, you shouldn't be asking for projects.
it's not everyone else's responsibility to do your research for you.

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] 9+ messages in thread

* Linux Kernel Based Research Projects
  2016-10-02 11:54 Linux Kernel Based Research Projects Shyam Saini
  2016-10-02 14:55 ` Robert P. J. Day
@ 2016-10-02 19:51 ` Daniel Baluta
  2016-10-03  9:48   ` shyam
  2016-10-04  1:08   ` Robert P. J. Day
  1 sibling, 2 replies; 9+ messages in thread
From: Daniel Baluta @ 2016-10-02 19:51 UTC (permalink / raw)
  To: kernelnewbies

On Sun, Oct 2, 2016 at 2:54 PM, Shyam Saini <mayhs11saini@gmail.com> wrote:
> Hi everyone,
>
> I'm final year computer science undergraduate student. I want to do my
> major project based on linux kernel.
>
> Would you please suggest me some areas in the kernel which have some
> projects. To be more specific, I want know on going research areas in
> kernel. Or some ideas which are not yet implemented.

Would you be interested in taking a look at lguest? [1]

I will be having a presentation about lguest and how one learn
linux kernel internals by studying lguest code
this week at LinuxCon Europe [2]

Porting it on x86_64 or any other architecture will be a very cool project
but I warn you it won't be trivial :).

thanks,
Daniel.

[1] http://lguest.ozlabs.org/
[2] http://sched.co/7o92

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Linux Kernel Based Research Projects
  2016-10-02 19:51 ` Daniel Baluta
@ 2016-10-03  9:48   ` shyam
  2016-10-03 17:20     ` Daniel Baluta
  2016-10-04  1:08   ` Robert P. J. Day
  1 sibling, 1 reply; 9+ messages in thread
From: shyam @ 2016-10-03  9:48 UTC (permalink / raw)
  To: kernelnewbies

Thanks a lot for your reply,
I'ld like attend your session but right now I'm in India. So, couldn't manage everything so early to attend linuxCon  Europe.

Apart from this thing, 
I'ld like to work on lguest to port it on x86_64 architecture.
May you please tell me why it is not been ported yet for x86_64 architecture and can we discuss it further and start  work on its porting.

Thanks,
shyam


On 3 October 2016 1:21:21 AM IST, Daniel Baluta <daniel.baluta@gmail.com> wrote:
>On Sun, Oct 2, 2016 at 2:54 PM, Shyam Saini <mayhs11saini@gmail.com>
>wrote:
>> Hi everyone,
>>
>> I'm final year computer science undergraduate student. I want to do
>my
>> major project based on linux kernel.
>>
>> Would you please suggest me some areas in the kernel which have some
>> projects. To be more specific, I want know on going research areas in
>> kernel. Or some ideas which are not yet implemented.
>
>Would you be interested in taking a look at lguest? [1]
>
>I will be having a presentation about lguest and how one learn
>linux kernel internals by studying lguest code
>this week at LinuxCon Europe [2]
>
>Porting it on x86_64 or any other architecture will be a very cool
>project
>but I warn you it won't be trivial :).
>
>thanks,
>Daniel.
>
>[1] http://lguest.ozlabs.org/
>[2] http://sched.co/7o92

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20161003/7e017a30/attachment.html 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Linux Kernel Based Research Projects
  2016-10-02 14:55 ` Robert P. J. Day
@ 2016-10-03  9:51   ` shyam
  0 siblings, 0 replies; 9+ messages in thread
From: shyam @ 2016-10-03  9:51 UTC (permalink / raw)
  To: kernelnewbies

Thanks for your reply
I've done researched on my query after that i posted it here.

Thanks,
shyam

On 2 October 2016 8:25:15 PM IST, "Robert P. J. Day" <rpjday@crashcourse.ca> wrote:
>On Sun, 2 Oct 2016, Shyam Saini wrote:
>
>> Hi everyone,
>>
>> I'm final year computer science undergraduate student. I want to do
>> my major project based on linux kernel.
>>
>> Would you please suggest me some areas in the kernel which have some
>> projects. To be more specific, I want know on going research areas
>> in kernel. Or some ideas which are not yet implemented.
>
>  as someone on this list once suggested, saying you want to work on
>the linux kernel and want someone to suggest a subsystem is like
>saying you want to write a book and could someone suggest a topic for
>you to write about.
>
>  if you haven't even progressed to the point where you know what part
>of the kernel interests you, you shouldn't be asking for projects.
>it's not everyone else's responsibility to do your research for you.
>
>rday
>
>-- 
>
>========================================================================
>Robert P. J. Day                                 Ottawa, Ontario,
>CANADA
>                        http://crashcourse.ca
>
>Twitter:                                      
>http://twitter.com/rpjday
>LinkedIn:                              
>http://ca.linkedin.com/in/rpjday
>========================================================================

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20161003/e38a14a8/attachment-0001.html 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Linux Kernel Based Research Projects
  2016-10-03  9:48   ` shyam
@ 2016-10-03 17:20     ` Daniel Baluta
  2016-10-03 23:59       ` shyam
  0 siblings, 1 reply; 9+ messages in thread
From: Daniel Baluta @ 2016-10-03 17:20 UTC (permalink / raw)
  To: kernelnewbies

On Mon, Oct 3, 2016 at 12:48 PM, shyam <mayhs11saini@gmail.com> wrote:
> Thanks a lot for your reply,
> I'ld like attend your session but right now I'm in India. So, couldn't
> manage everything so early to attend linuxCon Europe.
>
> Apart from this thing,
> I'ld like to work on lguest to port it on x86_64 architecture.
> May you please tell me why it is not been ported yet for x86_64 architecture
> and can we discuss it further and start work on its porting.

It is not yet ported because lack of time and experience with
x86_64 arch specifics in my case :).

Also, note that this is not a trivial task :), but I think it
worths the effort.

See here the discussion with people who worked on
porting it to x86_64.

https://marc.info/?l=lguest&m=131810934128197&w=2

thanks,
Daniel.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Linux Kernel Based Research Projects
  2016-10-03 17:20     ` Daniel Baluta
@ 2016-10-03 23:59       ` shyam
  0 siblings, 0 replies; 9+ messages in thread
From: shyam @ 2016-10-03 23:59 UTC (permalink / raw)
  To: kernelnewbies

I agree and accept that it won't be trivial task and I'm  ready for that.

Even if it has only 1% chance for its successful completion, I'ld go for it.
The reason it's making me interested is the kind of learning I'm going to get in the whole process. 

I'ld be needing your support.


Thanks,
shyam



On 3 October 2016 10:50:22 PM IST, Daniel Baluta <daniel.baluta@gmail.com> wrote:
>On Mon, Oct 3, 2016 at 12:48 PM, shyam <mayhs11saini@gmail.com> wrote:
>> Thanks a lot for your reply,
>> I'ld like attend your session but right now I'm in India. So,
>couldn't
>> manage everything so early to attend linuxCon Europe.
>>
>> Apart from this thing,
>> I'ld like to work on lguest to port it on x86_64 architecture.
>> May you please tell me why it is not been ported yet for x86_64
>architecture
>> and can we discuss it further and start work on its porting.
>
>It is not yet ported because lack of time and experience with
>x86_64 arch specifics in my case :).
>
>Also, note that this is not a trivial task :), but I think it
>worths the effort.
>
>See here the discussion with people who worked on
>porting it to x86_64.
>
>https://marc.info/?l=lguest&m=131810934128197&w=2
>
>thanks,
>Daniel.

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20161004/a8492734/attachment.html 

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Linux Kernel Based Research Projects
  2016-10-02 19:51 ` Daniel Baluta
  2016-10-03  9:48   ` shyam
@ 2016-10-04  1:08   ` Robert P. J. Day
  2016-10-04  5:59     ` Daniel Baluta
  1 sibling, 1 reply; 9+ messages in thread
From: Robert P. J. Day @ 2016-10-04  1:08 UTC (permalink / raw)
  To: kernelnewbies

On Sun, 2 Oct 2016, Daniel Baluta wrote:

> On Sun, Oct 2, 2016 at 2:54 PM, Shyam Saini <mayhs11saini@gmail.com> wrote:
> > Hi everyone,
> >
> > I'm final year computer science undergraduate student. I want to do my
> > major project based on linux kernel.
> >
> > Would you please suggest me some areas in the kernel which have some
> > projects. To be more specific, I want know on going research areas in
> > kernel. Or some ideas which are not yet implemented.
>
> Would you be interested in taking a look at lguest? [1]
>
> I will be having a presentation about lguest and how one learn
> linux kernel internals by studying lguest code
> this week at LinuxCon Europe [2]
>
> Porting it on x86_64 or any other architecture will be a very cool project
> but I warn you it won't be trivial :).
>
> thanks,
> Daniel.
>
> [1] http://lguest.ozlabs.org/
> [2] http://sched.co/7o92

  Reference [1] claims, "Those crazy guys at Red Hat have an
experimental port of lguest to x86-64: you can grab their git tree."
so why do you say porting to x86_64 wouldn't be trivial?

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] 9+ messages in thread

* Linux Kernel Based Research Projects
  2016-10-04  1:08   ` Robert P. J. Day
@ 2016-10-04  5:59     ` Daniel Baluta
  0 siblings, 0 replies; 9+ messages in thread
From: Daniel Baluta @ 2016-10-04  5:59 UTC (permalink / raw)
  To: kernelnewbies

On Tue, Oct 4, 2016 at 4:08 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
> On Sun, 2 Oct 2016, Daniel Baluta wrote:
>
>> On Sun, Oct 2, 2016 at 2:54 PM, Shyam Saini <mayhs11saini@gmail.com> wrote:
>> > Hi everyone,
>> >
>> > I'm final year computer science undergraduate student. I want to do my
>> > major project based on linux kernel.
>> >
>> > Would you please suggest me some areas in the kernel which have some
>> > projects. To be more specific, I want know on going research areas in
>> > kernel. Or some ideas which are not yet implemented.
>>
>> Would you be interested in taking a look at lguest? [1]
>>
>> I will be having a presentation about lguest and how one learn
>> linux kernel internals by studying lguest code
>> this week at LinuxCon Europe [2]
>>
>> Porting it on x86_64 or any other architecture will be a very cool project
>> but I warn you it won't be trivial :).
>>
>> thanks,
>> Daniel.
>>
>> [1] http://lguest.ozlabs.org/
>> [2] http://sched.co/7o92
>
>   Reference [1] claims, "Those crazy guys at Red Hat have an
> experimental port of lguest to x86-64: you can grab their git tree."
> so why do you say porting to x86_64 wouldn't be trivial?

First of all because the linux kernel changed a lot since then.
Second, because I think their code wasn't upstream ready.

Daniel.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-10-04  5:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-02 11:54 Linux Kernel Based Research Projects Shyam Saini
2016-10-02 14:55 ` Robert P. J. Day
2016-10-03  9:51   ` shyam
2016-10-02 19:51 ` Daniel Baluta
2016-10-03  9:48   ` shyam
2016-10-03 17:20     ` Daniel Baluta
2016-10-03 23:59       ` shyam
2016-10-04  1:08   ` Robert P. J. Day
2016-10-04  5:59     ` Daniel Baluta

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.