<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.newbie">
    <title>gmane.linux.newbie</title>
    <link>http://blog.gmane.org/gmane.linux.newbie</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.newbie/9437"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.newbie/9436"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.newbie/9435"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.newbie/9428"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.newbie/9425"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.newbie/9422"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.newbie/9421"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.newbie/9419"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.newbie/9416"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.newbie/9414"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.newbie/9413"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.newbie/9412"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.newbie/9411"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.newbie/9404"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.newbie/9403"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.newbie/9402"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.newbie/9401"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.newbie/9400"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.newbie/9397"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.newbie/9396"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.linux.newbie/9437">
    <title>kdump fails on encrypted root</title>
    <link>http://comments.gmane.org/gmane.linux.newbie/9437</link>
    <description>&lt;pre&gt;I can get kdump to work with encrypted root in kvm, but not on raw iron.

Can anyone help me figure out how to get it working?
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

&lt;/pre&gt;</description>
    <dc:creator>Joseph D. Wagner</dc:creator>
    <dc:date>2013-05-20T05:28:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.newbie/9436">
    <title>Excessive Swapping Under Minimal Load</title>
    <link>http://comments.gmane.org/gmane.linux.newbie/9436</link>
    <description>&lt;pre&gt;I am trying to use duplicity to backup my /home to an external hard 
drive
(usb 2 interface).  After running for a few minutes, my io slows to a 
crawl.
My system reports using about 300-400MB of swap, even though only about
600MB / 4GB is in use.

I am trying to isolate the cause.  It may be duplicity in conjunction 
with
the particulars of my configuration (see below).  I get good 
performance
under normal circumstances.  I am using fedora 18, which has /tmp 
mounted
using tmpfs, but duplicity never uses more than 1.0GB - 1.1GB.

First, is this the correct forum for asking for this kind of help?

Second, what information

The particulars of my configuration:
sda1 -&amp;gt; win7 hidden boot
sda2 -&amp;gt; win7 regular
sda3 -&amp;gt; grub2 boot
sda5 -&amp;gt; luks swap
sda6 -&amp;gt; luks ext4 root
sda7 -&amp;gt; regular ext4 data
sdb1 -&amp;gt; luks userdata1 -&amp;gt; md raid 0 with userdata1 &amp;amp; userdata2-&amp;gt; ext4 
home
sdc1 -&amp;gt; luks userdata2 -&amp;gt; md raid 0 with userdata1 &amp;amp; userdata2-&amp;gt; ext4 
home

My thinking in putting md raid on top of luks was that I would be able 
to
better use multithreading (2 luks, 1 per physical drive), whereas 
putting
luks on top of md raid might create a choke point (1 luks for 1 virtual
drive).  I'll admit that this might be the problem.  However, it works 
fine
under normal circumstances.

I was hoping someone could help me either 1) isolate what is causing 
the
swapping, or 2) tell me what is wrong with my configuration based upon 
their
knowledge of how the kernel works.

Thanks in advance.

Joseph D. Wagner
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

&lt;/pre&gt;</description>
    <dc:creator>Joseph D. Wagner</dc:creator>
    <dc:date>2013-05-13T23:28:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.newbie/9435">
    <title>GET BACK TO ME</title>
    <link>http://comments.gmane.org/gmane.linux.newbie/9435</link>
    <description>&lt;pre&gt;RE: UN COMPENSATION GRANT
VALUE: US$500,000.00
VALIDATION NO: UN/CG/IMF/WB/TD/013C

The United Nations through our monitoring works uncovered that you
have sent so much with Western Union, Money gram, Bank to Bank
Transfers in the pursuit of your Contract - Inheritance Project,
Lotto/Lottery(s). As a result we have resolved at aiding you with the
sum of US$500,000.00 to enable patch up with your life again.

As a result, you are required to fill out the followings:

1: FULL NAME:
2: HOUSE ADDRESS :
3: MOBILE/CELL PHONE NUMBER:
4: MODE OF PAYMENT:
5. OCCUPATION:
6. DATE OF BIRTH:
7. MARITAL STATUS;
8. NUMBER OF CHILDREN:

Let me hear from you immediately you have received this mail. Reply me
on (vdwilfred&amp;lt; at &amp;gt;gmail.com)

Yours faithfully,
Denis Wilfred
Coordinator
UN Compensation Grant Agency
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

&lt;/pre&gt;</description>
    <dc:creator>Denis Wilfred</dc:creator>
    <dc:date>2013-05-08T11:59:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.newbie/9428">
    <title>Need help to measure and tune the latency in Linux RT</title>
    <link>http://comments.gmane.org/gmane.linux.newbie/9428</link>
    <description>&lt;pre&gt;Hi,

I have an embedded system running 2.6.33 cross compiled for ARM OMAP
with 1 GHZ uni-processor system.

The application has many threads and processes (around 15 total). In
that 1 thread is time critical and must run every interval confiurable
as 2, 4 or 8 milli sec etc. There is another thread which transfers
Images to a FTP or to HMI etc, whoever requested the image.
With this image transfer enabled my critical process misses the
deadline and timesout. This critical thread is at RR priority 50. I
used a HR timer thread with RR pri 55 to wakeup the critical thread
every 1 milli sec to do the job.
If image transfer is enabled i see that real time thread misses deadlines.

All traffic is flowing on common ethernet connection. Does it affect
in any way ?

How to find out where the kernel is waiting or delaying to schedule
the critical thread even though it is at higher RR priority. How to
measure the latency ?

I am trying to use Oprofile tool, but got some error in cross
compiling. Doesn't these tools add their own latency to the original
problem ?

Any tools ? which one is better. Please provide your input on this.


Regards
Ashoka.  K
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

&lt;/pre&gt;</description>
    <dc:creator>Ashoka K</dc:creator>
    <dc:date>2013-04-30T08:27:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.newbie/9425">
    <title>A spinlock_irqsave question</title>
    <link>http://comments.gmane.org/gmane.linux.newbie/9425</link>
    <description>&lt;pre&gt;Hi,

I have a question on spinlock_irqsave api. Am not sure if this is the
right place to ask.
Any help is highly appreciated.


let me know if my understanding is correct?



spinlock_irqsave()  &amp;lt;== Disables the IRQ?

                            &amp;lt;== No IRQs (that means no KB
interrupt,Interrupts from touch screen... etc..)



spinlock_irqrestore()


Is my understanding correct?
So the "time spend between spinlock_irqsave and spinlock_restore
should be very short?

For example there should not be something like this? Am i correct?


spinlock_irqsave()

mdelay(1000);


spinlock_irqrestore()




Also, what is meant by "spinlock_irqsave" disabled irq locally?


What is locally here?




Thanks,
Ryan
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

&lt;/pre&gt;</description>
    <dc:creator>Ryan</dc:creator>
    <dc:date>2013-04-29T08:30:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.newbie/9422">
    <title>How could I record the information when kernel panic.</title>
    <link>http://comments.gmane.org/gmane.linux.newbie/9422</link>
    <description>&lt;pre&gt;There is a random probability that cause the kernel panic (debian with 
kernel 3.2.41), when I execute:
"sudo umount /media/data /media/big".

Things are like this:

I use "udisks --mount /dev/sda3" to mount "data" which is a ntfs filesystem.
similarly, I use "udisks --mount /dev/wd5000bpvt/big" to mount "big" 
which is a ext4 filesystem.

After finish using these filesystems, I use "sudo umount /media/data 
/media/big" to umount the filesystems, and the hole system just suddenly 
halt (mouse is not moving).

using alt-sysrq-b to reboot the system. nothing record in the 
/var/log/messages.

So, How could I record the kernel error/info, when system was halt ?

Thanks a lot!


--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

&lt;/pre&gt;</description>
    <dc:creator>disnoir</dc:creator>
    <dc:date>2013-04-24T17:18:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.newbie/9421">
    <title>how does ld.so transfer execution to executable section ?</title>
    <link>http://comments.gmane.org/gmane.linux.newbie/9421</link>
    <description>&lt;pre&gt;
  At boot stage ,the process 1 will execute '/bin/sh' . as it needs ld.so to help loading other .so ,
  it loads ld.so into memory and execute ld.so first .

  My question is when and how does ld.so transfer its execution to code of /bin/sh ?

  Thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

&lt;/pre&gt;</description>
    <dc:creator>ishare</dc:creator>
    <dc:date>2013-04-06T13:46:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.newbie/9419">
    <title>mapping memory reserved by "memmap" kernel boot param into user space</title>
    <link>http://comments.gmane.org/gmane.linux.newbie/9419</link>
    <description>&lt;pre&gt;Hello ,

As discussed in this[1] discussion, i am reserving a memory chunk at the
boot time using a kernel boot parameter memmap=8G$64G

I have written a character driver [2] kernel module which , during
initialization does a ioremap of this reserved memory chunk. As explained
here , in my driver mmap all i need to do is remap_pfn_range for this
memory chunk pointer returned by the ioremap.

I am running this on 3.x linux kernel. My user space application opens this
memory chunk as a device mounted by the driver. When i do mmap from the use
space application i see a system hang. my dmesg don't provide me much
information.

So questions are :

1 ) Does  remap_pfn_range function have some upper limit on the size of the
memory that can be remaped to ? Note that i am trying to reserve a
comparatively large chunks of memory at the boot time of the order of 64GB
to about 150GB. The system can have 128 to 256 GB of ram.

2) I tried by disabling the ioremap from the initialization and thus
directly doing the page frame numbers remapping in the mmap ioctl routing.
But that also results in a hang.


3) I tried with a page-fault handler , but that doesn't seem to help either.




Regards,
-Jay


P.S. code can be found here [4]


[1] http:// stackoverflow.com/q/1911473/143897
[2] http:// pete.akeo.ie/2011/08/writing-linux-device-driver-for-kernels.html
[3] http:// www.
linuxquestions.org/questions/linux-kernel-70/mmap-of-several-gb-of-reserved-memory-using-805818/#post3972954
[4] http:// stackoverflow.com/questions/12790382/mapping-memory-reserved-by-mmap-kernel-boot-param-into-user-space
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

&lt;/pre&gt;</description>
    <dc:creator>Jayram Déshpandé</dc:creator>
    <dc:date>2013-04-01T05:11:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.newbie/9416">
    <title>init file for boot</title>
    <link>http://comments.gmane.org/gmane.linux.newbie/9416</link>
    <description>&lt;pre&gt;
  After kernel mount the real device to "/" , is the initramfs still  usefull ? If so ,it is mounted at which entry?

  At the end stage of boot , kernel will execute a init file , 
  whether this file locates at initramfs address space  *or*  the device mounted at "/" ?

  I feel confused  of  this point .
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

&lt;/pre&gt;</description>
    <dc:creator>ishare</dc:creator>
    <dc:date>2013-03-30T09:11:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.newbie/9414">
    <title>can not find definition of ntohl</title>
    <link>http://comments.gmane.org/gmane.linux.newbie/9414</link>
    <description>&lt;pre&gt;
 why I have not find the definiton of ntohl in kernel source ?

 is there anyone can give some clues to me ?

 thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

&lt;/pre&gt;</description>
    <dc:creator>ishare</dc:creator>
    <dc:date>2013-03-29T11:33:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.newbie/9413">
    <title>Mount two device on the same directory</title>
    <link>http://comments.gmane.org/gmane.linux.newbie/9413</link>
    <description>&lt;pre&gt;
  Can I mount two different device on the same dir ?

  If I first mount a superblock of vitual filesystem on / ,
 
  then I mount another real device /dev/sda1 also on / ,

  then, if I type " ls / " command , Are all files in the two device show up to me?

  thanks!
  
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

&lt;/pre&gt;</description>
    <dc:creator>ishare</dc:creator>
    <dc:date>2013-03-27T13:17:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.newbie/9412">
    <title>nice to meet you</title>
    <link>http://comments.gmane.org/gmane.linux.newbie/9412</link>
    <description>&lt;pre&gt;nice to meet you hello dear my name is miss joy i am looking for friendship i 
will like you to write back so that i will tell you more about me and also send 
you my pictures.thanks
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

&lt;/pre&gt;</description>
    <dc:creator>joywili</dc:creator>
    <dc:date>2013-03-26T14:26:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.newbie/9411">
    <title>call stack of a system call</title>
    <link>http://comments.gmane.org/gmane.linux.newbie/9411</link>
    <description>&lt;pre&gt;
  At user level ,is there system interface to help printing the call stack of one system api ?

  for example: I want to print the send/receive call stack from kernel , is there 
  helper for user application to achieve this?  

  thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

&lt;/pre&gt;</description>
    <dc:creator>ishare</dc:creator>
    <dc:date>2013-03-26T13:21:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.newbie/9404">
    <title>seq in tcp protocol</title>
    <link>http://comments.gmane.org/gmane.linux.newbie/9404</link>
    <description>&lt;pre&gt;
  If I send a  buffer with tcp protocol , the data is separated to serveral packets ,
  each packet will have a seq number with it ,which ensures the recipient read this buffer
  in right orfer .

  my question is : how the recipient know which is the end packet of this queue ? Is there 
  data indicate the total quantity of packets composing this buffer ?


  thanks!  
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

&lt;/pre&gt;</description>
    <dc:creator>ishare</dc:creator>
    <dc:date>2013-03-22T13:30:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.newbie/9403">
    <title>BUSINESS OPPORTUNITY VIEW THE ATTACHMENT</title>
    <link>http://comments.gmane.org/gmane.linux.newbie/9403</link>
    <description>&lt;pre&gt;


BUSINESS OPPORTUNITY VIEW THE ATTACHMENT &lt;/pre&gt;</description>
    <dc:creator>BUSINESS PROPOSAL</dc:creator>
    <dc:date>2013-03-20T11:33:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.newbie/9402">
    <title>How to implement a system call in 3.8.2‏</title>
    <link>http://comments.gmane.org/gmane.linux.newbie/9402</link>
    <description>&lt;pre&gt;As the title indicates, I want to know  how to add
a system call under the source code of version 3.8.2,
As It really puzzles me a lot on how the sys_call_table
get initialized,

Thanks.
--------------------------------------------------------------
BUAA, Beijing China--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

&lt;/pre&gt;</description>
    <dc:creator>ZHANG, Benlong</dc:creator>
    <dc:date>2013-03-20T02:12:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.newbie/9401">
    <title>optimization of  kernel compilation</title>
    <link>http://comments.gmane.org/gmane.linux.newbie/9401</link>
    <description>&lt;pre&gt;
   If do not set -O2 to kernel compile option , I will get somw error aue to several symboles 
   is undefined reference to  ,for example:

             in ext3/super.c :  undefined reference to `ntohl'

   I take a lppk at the definition in source code for ntohl, it seems affected 
   by the __OPTIMIZE__ macro , which make this symbole defined as a macro .just
   like this : #define ntohl(x) ___ntohl(x)

   
   But if I do not define __OPTIMIZE__ ,which means I need not any optimization, 
   How can I compile successfully? Is there the corresponding ntohl() function in kernel ?
   I kave not found that yet. Does this mean I must use __OPTIMIZE__ by -O2 ?


   thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

&lt;/pre&gt;</description>
    <dc:creator>ishare</dc:creator>
    <dc:date>2013-03-19T04:39:20</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.newbie/9400">
    <title>root_fs_names</title>
    <link>http://comments.gmane.org/gmane.linux.newbie/9400</link>
    <description>&lt;pre&gt;
  Need I set "root_fs_names=xxx" at grub booting command line?
 
  If I have not pass root_fs_names to kernel,which filesystem will be used to mount /dev/root?

  thanks!

  
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

&lt;/pre&gt;</description>
    <dc:creator>ishare</dc:creator>
    <dc:date>2013-03-18T11:44:47</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.newbie/9397">
    <title>linux-newbie vs kernelnewbies</title>
    <link>http://comments.gmane.org/gmane.linux.newbie/9397</link>
    <description>&lt;pre&gt;Is there much of a difference between these two lists?
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

&lt;/pre&gt;</description>
    <dc:creator>Raymond Jennings</dc:creator>
    <dc:date>2013-03-15T13:48:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.newbie/9396">
    <title>struct inode</title>
    <link>http://comments.gmane.org/gmane.linux.newbie/9396</link>
    <description>&lt;pre&gt;
  there is a member  *i_dentry*  with type list_head in struct inode , what is the use of it ?

  after doing  inode_init() , in the inode_cache , 
  is every inode and thier i_dentry member valid and can be linked to other list_head?


  thanks!  
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

&lt;/pre&gt;</description>
    <dc:creator>ishare</dc:creator>
    <dc:date>2013-03-15T04:21:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.newbie/9395">
    <title>help with page_fault</title>
    <link>http://comments.gmane.org/gmane.linux.newbie/9395</link>
    <description>&lt;pre&gt;   
   At boot stage , my kernel get into loop restart due to page_fault.
   I have catched the source . here is the backtrace :

   #3  0xc01c686e in new_inode (sb=0xc8df5800) at fs/inode.c:551
   #4  0xc01d076d in get_sb_pseudo (fs_type=0xc02e1d00, name=0xc02c3747 "futex", ops=0x0, magic=195894762) at fs/libfs.c:201
   #5  0xc015cbbf in futexfs_get_sb (fs_type=0xc02e1d00, flags=0, dev_name=0xc02c374d "futexfs", data=0x0) at kernel/futex.c:679
   #6  0xc01a62c5 in do_kern_mount (fstype=0xc02c374d "futexfs", flags=0, name=0xc02c374d "futexfs", data=0x0) at fs/super.c:718

   code  at  the frame 3  is :
   struct inode *root = new_inode(s);
   after return from  the new_inode , the root-&amp;gt;i_dentry=(0x1,0x3).

   then calling  the function  d_instantiate(entry, root),here entry is of type struct entry*,

   this calls do list_add(&amp;amp;entry-&amp;gt;d_alias, root-&amp;gt;i_dentry),
   Obviously,this need to address the inode-&amp;gt;i_dentry-&amp;gt;next,which is ox3,
   but 0x3 is low address ,addressing to it causes a page_fault ,then make system  restart .


  I doubt that the returned root inode need to be initialized using a applicable i_dentry .
  If so ,what value can be used ? If not , where am I wrong?

  thanks!
--
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

&lt;/pre&gt;</description>
    <dc:creator>ishare</dc:creator>
    <dc:date>2013-03-11T01:10:40</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.newbie">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.newbie</link>
  </textinput>
</rdf:RDF>
