Re: Selecting a Linux Kernel Bug

2014-03-24 Thread Madper Xie

sanjeev sharma sanjeevsharmae...@gmail.com writes:

 Hi Greg

 Where Kernel Bugs are getting tracked  ? so that open Bugs in Kernel can be
 looked.

Not very sure. maybe:
https://bugzilla.kernel.org/describecomponents.cgi

I always report bugs to LKML or related mail-list. (E.g. Linux-efi)
So you'd better subscribe them.
 Regards
 Sanjeev Sharma

 On Wed, Mar 19, 2014 at 9:55 PM, Greg KH g...@kroah.com wrote:

 On Wed, Mar 19, 2014 at 09:48:13PM +0530, Ashwin Jha wrote:
 
  Hi All,
 
  I am a first year graduate student at Indian Statistical Institute,
 Kolkata,
  India. I have to do a small OS assignment. As I always wanted to
 contribute to
  Linux, I am thinking of working on a Linux kernel bug or a new feature 
 as
 part
  of my assignment.
 
  I have never worked on Linux kernel before. So, I need some help for
 selecting
  a bug or a feature that can be resolved in a month's time. The time
 period is
  not strict but desired. What I really want is a problem that will help 
 me
 in
  building a good understanding of Linux kernel.

 How about looking at drivers/staging/*/TODO ?  There's lots of things
 there that need cleanups and help.

 Good luck,

 greg k-h

 ___
 Kernelnewbies mailing list
 Kernelnewbies@kernelnewbies.org
 http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

-- 
Sent with my mu4e


___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Creating mkfs for my custom filesystem

2013-03-29 Thread Madper
On 03/29/2013 06:48 PM, Sankar P wrote:
 On Fri, Mar 29, 2013 at 3:56 PM, Pranay Srivastava pran...@gmail.com wrote:
 -- Forwarded message --
 From: Pranay Srivastava pran...@gmail.com
 Date: Fri, 29 Mar 2013 15:53:21 +0530
 Subject: Re: Creating mkfs for my custom filesystem
 To: Sankar P sankar.curios...@gmail.com



 On 3/29/13, Sankar P sankar.curios...@gmail.com wrote:
 Hi,

 I am trying to write a simple filesystem to learn the basics of it.

 I have decided on a simple layout for my filesystem where the first
 block will be the super block and   will contain the version
 information etc. The second block will contain the list of inodes.
 Third block onwards will be data blocks. Each file can grow only up to
 a single block size. Thrid block will represent the first file, fourth
 block for the second file and so on. Directories will not be
 supported.

 Now I want to create a mkfs for my filesystem as mentioned above. But
 I am not able to find out how to do the mkfs for my filesystem such
 that the generic mkfs utility will understand my filesystem. What APIs
 should I be using ?

 Any help is appreciated. Thanks.

 --
 Sankar P
 http://psankar.blogspot.com

 ___
 Kernelnewbies mailing list
 Kernelnewbies@kernelnewbies.org
 http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

 Hi Sankar,

 I started with something like that. Although I wrote just a bit more
 complex but it really is quite simple. If you want you can use this
 and I'll also like to contribute to it.

 https://github.com/pranjas/psfs.git

 Checkout psfs.h and psfs-format.c for complete details. Let me know if
 you need any help.

 Thank you.

 Yours seems a bit complex with support for extents etc. I am planning
 to start as simple as it could be. However, I believe your code will
 help me to find the right APIs I need. I will let you know once I
 publish my code. Your code should be very helpful to me. Thanks.
Howdy Sankar,

I found a simple mkfs's code. Hope it's helpful to you.
 -- https://github.com/mkatiyar/testfs/blob/master/util/mktestfs.c

--
Best,
Madper Xie.

 --
 Sankar P
 http://psankar.blogspot.com

 ___
 Kernelnewbies mailing list
 Kernelnewbies@kernelnewbies.org
 http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Need a tutorial about `write a simple file system` in linux

2013-01-08 Thread Madper
Hi all,
  Is there a good tutorial about how to write a simple file system?
  I know FUSE is easier. But I want to write a real filesystem based 
on disk.
  Any simple code example is ok.

--
Thanks,
Madper Xie.

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Re: compile kernel 3.0.34 errors

2012-08-28 Thread madper

On Wed, 29 Aug 2012 12:38:43 +0800, wenrongbupt wenrongb...@gmail.com wrote:
Hi,
I am not find initrd in /boot, but has 
initramfs-3.0.34.img.
Thank you.
Hi, how to creat that img? How about using mkinitcpio?




wenrongbupt



From:Mulyadi 
Santosa
Date:2012-08-2911:17
To:wenrongbupt
CC:Anuz Pratap 
Singh Tomar; kernelnewbies
Subject:Re: Re: compile kernel 3.0.34 errors

Hi

OnWed,Aug29,2012at8:55AM,wenrongbuptwenrongb...@gmail.comwrote:
Ifollowafullstepsasfollowing:
makemrproper
makemenuconfig
makebzImage
makemodules
makemodules_install
makeinstall
Itstillhasfollowingerrors:
ERROR:modinfo:couldnotfindmoduletwofish
ERROR:modinfo:couldnotfindmodulei2c

Pleasehelpme!Thankyou.


ANyway,doyouseenewlybuiltinitrdin/boot?Iguessitshouldbe
like/boot/initrd-3.0.34...


--
regards,

MulyadiSantosa
FreelanceLinuxtrainerandconsultant

blog:the-hydra.blogspot.com
training:mulyaditraining.blogspot.com___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies