<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'>
&gt; hi<BR>
&gt; i want to write a driver for DIO-48S&nbsp;PCI Card<BR>
&gt;&nbsp;(its automation Project - Aluminium Foil Winding Automated System Using PCI Interface)<BR>&gt;i want to ask that what are the..prerequesite...for the Project...<BR>
&gt; i hav&nbsp;konwledge of C,89c51 Microcontroller,Arm Processor.........<BR>
&gt; but i am not&nbsp;able to start...........i hav gonr through&nbsp; <A href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</A> Collected&nbsp;lots of information.<BR>
&gt; so please&nbsp;...any one can help...????????<BR>
&gt;its Urgent Require.....<BR>
&nbsp;<BR>
Thanks anr Regard ,<BR>
Ashutosh <BR>
&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
&gt; From: kernelnewbies-request@kernelnewbies.org<BR>&gt; Subject: Kernelnewbies Digest, Vol 2, Issue 50<BR>&gt; To: kernelnewbies@kernelnewbies.org<BR>&gt; Date: Thu, 20 Jan 2011 12:00:01 -0500<BR>&gt; <BR>&gt; Send Kernelnewbies mailing list submissions to<BR>&gt; kernelnewbies@kernelnewbies.org<BR>&gt; <BR>&gt; To subscribe or unsubscribe via the World Wide Web, visit<BR>&gt; http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies<BR>&gt; or, via email, send a message with subject or body 'help' to<BR>&gt; kernelnewbies-request@kernelnewbies.org<BR>&gt; <BR>&gt; You can reach the person managing the list at<BR>&gt; kernelnewbies-owner@kernelnewbies.org<BR>&gt; <BR>&gt; When replying, please edit your Subject line so it is more specific<BR>&gt; than "Re: Contents of Kernelnewbies digest..."<BR>&gt; <BR>&gt; <BR>&gt; Today's Topics:<BR>&gt; <BR>&gt; 1. Re: Running kmemleak without sysfs support (Daniel Baluta)<BR>&gt; 2. Re: possible regression? (Mag Gam)<BR>&gt; 3. Re: possible regression? (Greg Freemyer)<BR>&gt; 4. Re: Regarding Kernel Project (Greg KH)<BR>&gt; 5. Re: Running kmemleak without sysfs support (Greg KH)<BR>&gt; <BR>&gt; <BR>&gt; ----------------------------------------------------------------------<BR>&gt; <BR>&gt; Message: 1<BR>&gt; Date: Thu, 20 Jan 2011 14:33:36 +0200<BR>&gt; From: Daniel Baluta &lt;daniel.baluta@gmail.com&gt;<BR>&gt; Subject: Re: Running kmemleak without sysfs support<BR>&gt; To: Catalin Marinas &lt;catalin.marinas@arm.com&gt;<BR>&gt; Cc: kernelnewbies@kernelnewbies.org<BR>&gt; Message-ID:<BR>&gt; &lt;AANLkTi=mEiha0rBOrX05xR=Ry5-otsB9faC29RZK7K4a@mail.gmail.com&gt;<BR>&gt; Content-Type: text/plain; charset=ISO-8859-1<BR>&gt; <BR>&gt; On Thu, Jan 20, 2011 at 12:52 PM, Catalin Marinas<BR>&gt; &lt;catalin.marinas@arm.com&gt; wrote:<BR>&gt; &gt; On Thu, 2011-01-20 at 10:41 +0000, Daniel Baluta wrote:<BR>&gt; &gt;&gt; Can I make any use of kmemcheck if I don't have sysfs<BR>&gt; &gt;&gt; kernel support enabled?<BR>&gt; &gt;<BR>&gt; &gt; Kmemleak can scan output the memory and report the number of leaked<BR>&gt; &gt; objects but if you need to get additional information about the leaked<BR>&gt; &gt; objects (like backtrace), you need debugfs enabled.<BR>&gt; <BR>&gt; How is this reporting done? It will appear in dmesg output?<BR>&gt; <BR>&gt; &gt; DEBUG_FS doesn't seem to be dependent on SYSFS but I never tried to<BR>&gt; &gt; enable one without the other (you might be able to mount the DEBUG_FS<BR>&gt; &gt; somewhere other than /sys/kernel/debug/).<BR>&gt; <BR>&gt; I see. I was using 2.6.32 where it seems that debugfs depended on sysfs.<BR>&gt; Decoupling was done some time later [1].<BR>&gt; <BR>&gt; thanks,<BR>&gt; Daniel.<BR>&gt; <BR>&gt; [1] http://kerneltrap.org/mailarchive/linux-kernel/2010/8/5/4603446<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 2<BR>&gt; Date: Thu, 20 Jan 2011 07:50:38 -0500<BR>&gt; From: Mag Gam &lt;magawake@gmail.com&gt;<BR>&gt; Subject: Re: possible regression?<BR>&gt; To: Mulyadi Santosa &lt;mulyadi.santosa@gmail.com&gt;<BR>&gt; Cc: Kernelnewbies@kernelnewbies.org<BR>&gt; Message-ID:<BR>&gt; &lt;AANLkTiks-aBqGcYFBUyZ=LDGJsTNFOhTdie60O8aCS7i@mail.gmail.com&gt;<BR>&gt; Content-Type: text/plain; charset=UTF-8<BR>&gt; <BR>&gt; I am using RHEL 5.1. Sorry for not being clear.<BR>&gt; <BR>&gt; I wil give this a try today when I go back to class. But I was just<BR>&gt; curious why this was happening. How would one disable "block merge"<BR>&gt; efficiency? Has this feature been added recently?<BR>&gt; <BR>&gt; On Thu, Jan 20, 2011 at 12:28 AM, Mulyadi Santosa<BR>&gt; &lt;mulyadi.santosa@gmail.com&gt; wrote:<BR>&gt; &gt; Hi...<BR>&gt; &gt;<BR>&gt; &gt; On Thu, Jan 20, 2011 at 10:36, Mag Gam &lt;magawake@gmail.com&gt; wrote:<BR>&gt; &gt;&gt; Running on Redhat 5.1 if I do,<BR>&gt; &gt;<BR>&gt; &gt; Are you sure you're using that archaic distro? Or are you talking<BR>&gt; &gt; about RHEL 5.1?<BR>&gt; &gt;<BR>&gt; &gt;&gt; dd bs=1024 count=1000000 if=/dev/zero of=/dev/null<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; I get around 30Gb/sec<BR>&gt; &gt;<BR>&gt; &gt; Hm, mine is:<BR>&gt; &gt; $ dd bs=1024 count=1000000 if=/dev/zero of=/dev/null<BR>&gt; &gt; 1000000+0 records in<BR>&gt; &gt; 1000000+0 records out<BR>&gt; &gt; 1024000000 bytes (1.0 GB) copied, 1.12169 seconds, 913 MB/s<BR>&gt; &gt;<BR>&gt; &gt; This is on 2.6.36 SMP kernel compiled with gcc version 4.1.2 20080704<BR>&gt; &gt; (Red Hat 4.1.2-48).<BR>&gt; &gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; However, when I do this with 2.6.37 I get close to 5GB/sec<BR>&gt; &gt;<BR>&gt; &gt; what if you use another blocksize, let's say 4K or even 32K? here's<BR>&gt; &gt; mine (again):<BR>&gt; &gt; $ dd bs=4K count=1000000 if=/dev/zero of=/dev/null<BR>&gt; &gt; 1000000+0 records in<BR>&gt; &gt; 1000000+0 records out<BR>&gt; &gt; 4096000000 bytes (4.1 GB) copied, 1.31167 seconds, 3.1 GB/s<BR>&gt; &gt;<BR>&gt; &gt; $ dd bs=32K count=1000000 if=/dev/zero of=/dev/null<BR>&gt; &gt; 1000000+0 records in<BR>&gt; &gt; 1000000+0 records out<BR>&gt; &gt; 32768000000 bytes (33 GB) copied, 4.91775 seconds, 6.7 GB/s<BR>&gt; &gt;<BR>&gt; &gt; see the difference?<BR>&gt; &gt;<BR>&gt; &gt; IMHO it's a matter of what I call "block merge efficiency"....the more<BR>&gt; &gt; you stuff pages (that fits into a "magic" number), the faster I/O you<BR>&gt; &gt; got.<BR>&gt; &gt;<BR>&gt; &gt; --<BR>&gt; &gt; regards,<BR>&gt; &gt;<BR>&gt; &gt; Mulyadi Santosa<BR>&gt; &gt; Freelance Linux trainer and consultant<BR>&gt; &gt;<BR>&gt; &gt; blog: the-hydra.blogspot.com<BR>&gt; &gt; training: mulyaditraining.blogspot.com<BR>&gt; &gt;<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 3<BR>&gt; Date: Thu, 20 Jan 2011 09:29:20 -0500<BR>&gt; From: Greg Freemyer &lt;greg.freemyer@gmail.com&gt;<BR>&gt; Subject: Re: possible regression?<BR>&gt; To: Mulyadi Santosa &lt;mulyadi.santosa@gmail.com&gt;<BR>&gt; Cc: Kernelnewbies@kernelnewbies.org, Mag Gam &lt;magawake@gmail.com&gt;<BR>&gt; Message-ID:<BR>&gt; &lt;AANLkTinkqXqYU8MVYma=5Zo2_gTZ61ZGKn+x+_zT6AeM@mail.gmail.com&gt;<BR>&gt; Content-Type: text/plain; charset=ISO-8859-1<BR>&gt; <BR>&gt; Mulyadi,<BR>&gt; <BR>&gt; You disappoint me. ;(<BR>&gt; <BR>&gt; Just kidding, but discussing dd throughput without the<BR>&gt; "conv=fdatasync" parameter is just a waste of everyone's time.<BR>&gt; <BR>&gt; And Mag, use a big enough count that it at least takes a few seconds<BR>&gt; to complete. A tenth of a second or less is just way to short to use<BR>&gt; as a benchmark.<BR>&gt; <BR>&gt; Greg<BR>&gt; <BR>&gt; On Thu, Jan 20, 2011 at 12:28 AM, Mulyadi Santosa<BR>&gt; &lt;mulyadi.santosa@gmail.com&gt; wrote:<BR>&gt; &gt; Hi...<BR>&gt; &gt;<BR>&gt; &gt; On Thu, Jan 20, 2011 at 10:36, Mag Gam &lt;magawake@gmail.com&gt; wrote:<BR>&gt; &gt;&gt; Running on Redhat 5.1 if I do,<BR>&gt; &gt;<BR>&gt; &gt; Are you sure you're using that archaic distro? Or are you talking<BR>&gt; &gt; about RHEL 5.1?<BR>&gt; &gt;<BR>&gt; &gt;&gt; dd bs=1024 count=1000000 if=/dev/zero of=/dev/null<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; I get around 30Gb/sec<BR>&gt; &gt;<BR>&gt; &gt; Hm, mine is:<BR>&gt; &gt; $ dd bs=1024 count=1000000 if=/dev/zero of=/dev/null<BR>&gt; &gt; 1000000+0 records in<BR>&gt; &gt; 1000000+0 records out<BR>&gt; &gt; 1024000000 bytes (1.0 GB) copied, 1.12169 seconds, 913 MB/s<BR>&gt; &gt;<BR>&gt; &gt; This is on 2.6.36 SMP kernel compiled with gcc version 4.1.2 20080704<BR>&gt; &gt; (Red Hat 4.1.2-48).<BR>&gt; &gt;<BR>&gt; &gt;&gt;<BR>&gt; &gt;&gt; However, when I do this with 2.6.37 I get close to 5GB/sec<BR>&gt; &gt;<BR>&gt; &gt; what if you use another blocksize, let's say 4K or even 32K? here's<BR>&gt; &gt; mine (again):<BR>&gt; &gt; $ dd bs=4K count=1000000 if=/dev/zero of=/dev/null<BR>&gt; &gt; 1000000+0 records in<BR>&gt; &gt; 1000000+0 records out<BR>&gt; &gt; 4096000000 bytes (4.1 GB) copied, 1.31167 seconds, 3.1 GB/s<BR>&gt; &gt;<BR>&gt; &gt; $ dd bs=32K count=1000000 if=/dev/zero of=/dev/null<BR>&gt; &gt; 1000000+0 records in<BR>&gt; &gt; 1000000+0 records out<BR>&gt; &gt; 32768000000 bytes (33 GB) copied, 4.91775 seconds, 6.7 GB/s<BR>&gt; &gt;<BR>&gt; &gt; see the difference?<BR>&gt; &gt;<BR>&gt; &gt; IMHO it's a matter of what I call "block merge efficiency"....the more<BR>&gt; &gt; you stuff pages (that fits into a "magic" number), the faster I/O you<BR>&gt; &gt; got.<BR>&gt; &gt;<BR>&gt; &gt; --<BR>&gt; &gt; regards,<BR>&gt; &gt;<BR>&gt; &gt; Mulyadi Santosa<BR>&gt; &gt; Freelance Linux trainer and consultant<BR>&gt; &gt;<BR>&gt; &gt; blog: the-hydra.blogspot.com<BR>&gt; &gt; training: mulyaditraining.blogspot.com<BR>&gt; &gt;<BR>&gt; &gt; _______________________________________________<BR>&gt; &gt; Kernelnewbies mailing list<BR>&gt; &gt; Kernelnewbies@kernelnewbies.org<BR>&gt; &gt; http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies<BR>&gt; &gt;<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; -- <BR>&gt; Greg Freemyer<BR>&gt; Head of EDD Tape Extraction and Processing team<BR>&gt; Litigation Triage Solutions Specialist<BR>&gt; http://www.linkedin.com/in/gregfreemyer<BR>&gt; CNN/TruTV Aired Forensic Imaging Demo -<BR>&gt; ?? http://insession.blogs.cnn.com/2010/03/23/how-computer-evidence-gets-retrieved/<BR>&gt; <BR>&gt; The Norcross Group<BR>&gt; The Intersection of Evidence &amp; Technology<BR>&gt; http://www.norcrossgroup.com<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 4<BR>&gt; Date: Thu, 20 Jan 2011 07:12:27 -0800<BR>&gt; From: Greg KH &lt;greg@kroah.com&gt;<BR>&gt; Subject: Re: Regarding Kernel Project<BR>&gt; To: Mulyadi Santosa &lt;mulyadi.santosa@gmail.com&gt;<BR>&gt; Cc: kernelnewbies &lt;Kernelnewbies@kernelnewbies.org&gt;<BR>&gt; Message-ID: &lt;20110120151227.GA12768@kroah.com&gt;<BR>&gt; Content-Type: text/plain; charset=us-ascii<BR>&gt; <BR>&gt; On Thu, Jan 20, 2011 at 12:32:39PM +0700, Mulyadi Santosa wrote:<BR>&gt; &gt; On Thu, Jan 20, 2011 at 10:01, Greg KH &lt;greg@kroah.com&gt; wrote:<BR>&gt; &gt; &gt; On Wed, Jan 19, 2011 at 09:11:53PM -0500, Pein Junior wrote:<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; &gt; What is the USB device and vendor id?<BR>&gt; &gt; &gt;&gt;<BR>&gt; &gt; &gt;&gt; Hope this manual help explaining all that.<BR>&gt; &gt; <BR>&gt; &gt; Guys, I don't wanna ruin your discussion, but don't you think it's OOT<BR>&gt; &gt; now? or are we going to rename this list as chitchat@vger.org?<BR>&gt; <BR>&gt; This is how you both solve bugs, and learn about solving them yourself.<BR>&gt; <BR>&gt; I'll be glad to take this to the linux-usb or linux-kernel lists, as<BR>&gt; this type of conversation is quite common there, so why wouldn't it also<BR>&gt; be common here?<BR>&gt; <BR>&gt; If it's annoying you, I suggest getting a better email client, one that<BR>&gt; lets you mark any thread as "ignored" so we don't bother you.<BR>&gt; <BR>&gt; best of luck,<BR>&gt; <BR>&gt; greg k-h<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; Message: 5<BR>&gt; Date: Thu, 20 Jan 2011 07:56:57 -0800<BR>&gt; From: Greg KH &lt;greg@kroah.com&gt;<BR>&gt; Subject: Re: Running kmemleak without sysfs support<BR>&gt; To: Daniel Baluta &lt;daniel.baluta@gmail.com&gt;<BR>&gt; Cc: catalin.marinas@arm.com, kernelnewbies@kernelnewbies.org<BR>&gt; Message-ID: &lt;20110120155657.GA29375@kroah.com&gt;<BR>&gt; Content-Type: text/plain; charset=us-ascii<BR>&gt; <BR>&gt; On Thu, Jan 20, 2011 at 12:41:57PM +0200, Daniel Baluta wrote:<BR>&gt; &gt; Hello all,<BR>&gt; &gt; <BR>&gt; &gt; Can I make any use of kmemcheck if I don't have sysfs<BR>&gt; &gt; kernel support enabled?<BR>&gt; <BR>&gt; Why would you ever want to run a kernel without sysfs support? If you<BR>&gt; turn it off, you loose a _lot_ of functionality that you will need to<BR>&gt; add back to your system in some other manner.<BR>&gt; <BR>&gt; What, specifically, is wrong with sysfs that is solved by turning it<BR>&gt; off?<BR>&gt; <BR>&gt; thanks,<BR>&gt; <BR>&gt; greg k-h<BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; ------------------------------<BR>&gt; <BR>&gt; _______________________________________________<BR>&gt; Kernelnewbies mailing list<BR>&gt; Kernelnewbies@kernelnewbies.org<BR>&gt; http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies<BR>&gt; <BR>&gt; <BR>&gt; End of Kernelnewbies Digest, Vol 2, Issue 50<BR>&gt; ********************************************<BR>                                               </body>
</html>