Re: Is it needed to reinstall custom kernel every time, after rebuilding?

2011-08-18 Thread Amirali Shambayati
I decided, to first "make all" kernel package and using "dbkg" to reinstall .deb files every time. Could it be right? (re-note: I want to build and install custom kernel for several times!) On Thu, Aug 18, 2011 at 9:17 PM, Amirali Shambayati wrote: > Hi all, > >

Is it needed to reinstall custom kernel every time, after rebuilding?

2011-08-18 Thread Amirali Shambayati
ot;,... commands for kernel installation. Should I use "dbkg" command after every time I rebuild kernel, for re-installation? If anybody is familiar with these method of kernel installation, please help me. It is very urgent, because it is related to my B.S. thesis :P Regards, -- Ami

How to reinstall modified custom kernel?

2011-08-18 Thread Amirali Shambayati
pkg",... commands for kernel installation. Should I use "dbkg" command after every time I rebuild kernel, for re-installation? If anybody is familiar with these method of kernel installation, please help me. It is very urgent, because it is related to my B.S. thesis :P Regards, -- Ami

Re: new kernel boot

2011-08-08 Thread Amirali Shambayati
Thanks, Spiro, according to what you said, my problem was solved. On Mon, Aug 8, 2011 at 11:20 PM, Spiro Trikaliotis wrote: > Hello Amirali, > > * On Mon, Aug 08, 2011 at 12:31:09PM +0430 Amirali Shambayati wrote: > >> I successfully installed new kernel but as new kernel is g

new kernel boot

2011-08-08 Thread Amirali Shambayati
solve the problem? Thanks in advance, -- Amirali Shambayati Bachelor Student Computer Engineering Department Sharif University of Technology Tehran, Iran ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org

Re: Compile kernel for various times and problem of too long time consuming

2011-08-07 Thread Amirali Shambayati
Would you say how you rebuild kernel? On Sun, Aug 7, 2011 at 10:34 PM, Randy Dunlap wrote: > On Sun, 7 Aug 2011 21:39:12 +0430 Amirali Shambayati wrote: > >> Hi all, >> Since I want to evaluate performance improvements by changing just one >> file in kernel(noop-iosched)

Re: Compile kernel for various times and problem of too long time consuming

2011-08-07 Thread Amirali Shambayati
It is very urgent for me to find my question's answer soon. Your help is appreciated:) On Sun, Aug 7, 2011 at 9:39 PM, Amirali Shambayati wrote: > Hi all, > Since I want to evaluate performance improvements by changing just one > file in kernel(noop-iosched) and compiling kern

Compile kernel for various times and problem of too long time consuming

2011-08-07 Thread Amirali Shambayati
don't use "make-kpkg clean" for next times, does it just compile the files which have been modified or it compile whole kernel package again? make-kpkg clean fakeroot make-kpkg --initrd --append-to-version=-some-string-here kernel-image kernel-headers Thanks for your help in advan

How to recognize synchronous write requests

2011-07-15 Thread Amirali Shambayati
ines synchrnous writes as "ws" and asynchronous writes as "w". Regards, -- Amirali Shambayati Bachelor Student Computer Engineering Department Sharif University of Technology Tehran, Iran ___ Kernelnewbies mail

Re: kernel list data structure

2011-06-13 Thread Amirali Shambayati
Hi, I found my fault :) On Sun, Jun 12, 2011 at 8:12 PM, Amirali Shambayati < amirali.shambay...@gmail.com> wrote: > Hello all, > I debugged my code (which I explained in previous mails), and I found out > this: > In the function which I add bundles to writeQueue and

Re: kernel list data structure

2011-06-12 Thread Amirali Shambayati
lower level), as I traverse in reqsQueue, in bundle, requests which have already been added to list are not available! Any idea? Regards, On Tue, Jun 7, 2011 at 6:21 AM, Ali Bahar wrote: > On Mon, Jun 06, 2011 at 10:43:20AM +0430, Amirali Shambayati wrote: > > Ali thanks for your

Re: kernel list data structure

2011-06-06 Thread Amirali Shambayati
I forgot to say that I use INIT_LIST_HEAD(&nd->writeQueue) and when I malloc a bundle, I use INIT_LIST_HEAD(&bun->reqsQueue) to make them as list heads. "nd" and "bun" are instantiations for noop_data and bundle. On Mon, Jun 6, 2011 at 11:01 AM, Amirali Shambay

Re: kernel list data structure

2011-06-05 Thread Amirali Shambayati
As I have read this pdf, I think I have assigned them right. I don't know what's wrong? :-? https://prof.hti.bfh.ch/myf1/adv-linux/courseNotes/*klist*-*intro*-1.3.*pdf* On Mon, Jun 6, 2011 at 10:52 AM, Amirali Shambayati < amirali.shambay...@gmail.com> wrote: > As I have read

Re: kernel list data structure

2011-06-05 Thread Amirali Shambayati
> "request" knows its related list using "queuelist". (request struct is > > already implemented in kernel) > > > > struct bundle { > > int bundleNumber; > > int size; > > struct list_head bundlesQueue; > > struct

kernel list data structure

2011-06-05 Thread Amirali Shambayati
; }; struct noop_data { struct list_head readQueue; struct list_head writeQueue; struct bundle bun; unsigned int starved; }; -- Amirali Shambayati Bachelor Student Computer Engineering Department Sharif University of Technology Tehran, Iran _

kernel memory allocation

2011-06-03 Thread Amirali Shambayati
Hello all, I just want to allocate memory for a struct instantiation. Would anyone guide me what arguments I should pass to "kmalloc_node"? Regards, -- Amirali Shambayati Bachelor Student Computer Engineering Department Sharif University of Technology Te

Re: Fwd: how to debug kernel in qemu using ubuntu image

2011-05-16 Thread Amirali Shambayati
__________ > Kernelnewbies mailing list > Kernelnewbies@kernelnewbies.org > http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies > -- Amirali Shambayati Bachelor Student Computer Engineering Department Sharif University of Technology Tehran, Iran ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

Fwd: how to debug kernel in qemu using ubuntu image

2011-05-15 Thread Amirali Shambayati
-- Forwarded message -- From: Amirali Shambayati Date: Tue, May 10, 2011 at 3:11 PM Subject: how to debug kernel in qemu using ubuntu image To: Linux Kernel Hello all, I asked my question in "linux kernel" mailing list, and I was suggested to forward it to this ma