<?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.configuration">
    <title>gmane.linux.configuration</title>
    <link>http://blog.gmane.org/gmane.linux.configuration</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.configuration/176"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.configuration/175"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.configuration/166"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.configuration/165"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.configuration/164"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.configuration/160"/>
      </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.configuration/176">
    <title>Kconfig entry defined multiple times</title>
    <link>http://comments.gmane.org/gmane.linux.configuration/176</link>
    <description>&lt;pre&gt;Hello,

I am working on kernel 2.6.32.38, and I see :

~~~~~~~~~~~~~~~~~~~~~~~~~~

arch/x86/Kconfig, 202 :
=============

config USE_GENERIC_SMP_HELPERS
     def_bool y
     depends on SMP

~~~~~~~~~~~~~~~~~~~~~~~~~~

arch/Kconfig, 112 :
===========

config USE_GENERIC_SMP_HELPERS
     bool

~~~~~~~~~~~~~~~~~~~~~~~~~~

Although we have this in Kconfig documentation,
================================================
A config option can be defined multiple times with the same name, but every
definition can have only a single input prompt and the type must not 
conflict.
================================================

here,
   - the first definition is a child of "Linux Kernel Configuration for 
x86" MainMenu ( arch/x86/Kconfig, 1 )
   - the second definition is a child of "General setup" Menu ( 
init/Kconfig, 24 )

So the hierarchy is different ; Can someone give explanations on this ?

Thx
--
To unsubscribe from this list: send the line "unsubscribe linux-config" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.ke&lt;/pre&gt;</description>
    <dc:creator>gwr</dc:creator>
    <dc:date>2012-08-22T08:05:44</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.configuration/175">
    <title>Kconfig</title>
    <link>http://comments.gmane.org/gmane.linux.configuration/175</link>
    <description>&lt;pre&gt;Hello,

I am working on kernel 2.6.32.38, and I see :

~~~~~~~~~~~~~~~~~~~~~~~~~~

arch/x86/Kconfig, 202 :
=============

config USE_GENERIC_SMP_HELPERS
     def_bool y
     depends on SMP

~~~~~~~~~~~~~~~~~~~~~~~~~~

arch/Kconfig, 112 :
===========

config USE_GENERIC_SMP_HELPERS
     bool

~~~~~~~~~~~~~~~~~~~~~~~~~~

Although we have this in Kconfig documentation,
================================================
A config option can be defined multiple times with the same name, but every
definition can have only a single input prompt and the type must not 
conflict.
================================================

here,
   - the first definition is a child of "Linux Kernel Configuration for 
x86" MainMenu ( arch/x86/Kconfig, 1 )
   - the second definition is a child of "General setup" Menu ( 
init/Kconfig, 24 )

So the hierarchy is different ; Can someone give explanations on this ?

Thx


--
To unsubscribe from this list: send the line "unsubscribe linux-config" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.&lt;/pre&gt;</description>
    <dc:creator>gwr</dc:creator>
    <dc:date>2012-08-22T07:59:43</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.configuration/166">
    <title>buffer/tcp configuration</title>
    <link>http://comments.gmane.org/gmane.linux.configuration/166</link>
    <description>&lt;pre&gt;Hi,

I'm using ubuntu 10.04 LTS. I would like to configure my IBSS (ad-hoc) network 
augmenting the buffer sizes. I'm trying to give you more details.

I have 3 laptops in ad-hoc mode, and I transfer a file (via TCP protocol) 
between the end nodes using the middle node as relay. What i would like to do 
is to increase the middle node's buffer to allow that in case the second 
wireless link break the first wireless link stand working (until the buffer is 
filled).

I've been configuring the tcp_mem, tcp_rmem and tcp_wmem files of 
the /proc/sys/net/ipv4 folder, but it doen't result in any change.

I thought that the TCP protocol should be also configured, but i don't know 
how to configure parameters such as the congestion window.

Can you gime me some advice?

Regards, bc

--
To unsubscribe from this list: send the line "unsubscribe linux-config" 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

&lt;/pre&gt;</description>
    <dc:creator>Baldomero Coll</dc:creator>
    <dc:date>2011-01-28T15:19:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.configuration/165">
    <title>How to insert splint info Makefile? Any idea?</title>
    <link>http://comments.gmane.org/gmane.linux.configuration/165</link>
    <description>&lt;pre&gt;Hi,

I am working on linux-2.6.25. I would like to use splint. At one of the source directory, I typed "splint *.c". I got "Cannot find include file", "Cannot continue". I understand that I need to run splint inside the Makefile so that it will find the correct include files. However, how to insert splint info Makefile? Any idea?


splint *.c
Splint 3.1.2 --- 24 Mar 2010

cache.c:7:25: Cannot find include file asm/pgtable.h on search path:
                 /usr/include;/usr/local/include
  Preprocessing error. (Use -preproc to inhibit warning)
cache.c:42:27: #error Unknown cache type.
Preprocessing error for file: /projects/svdc/P4wsIPCSW/buildsw_canyonlands/linux
                  /arch/m32r/mm/cache.c
*** Cannot continue.


Thanks,


Gary




      
--
To unsubscribe from this list: send the line "unsubscribe linux-config" 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

&lt;/pre&gt;</description>
    <dc:creator>Gary Yang</dc:creator>
    <dc:date>2010-03-26T01:29:01</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.configuration/164">
    <title>How to get Root filesystem on PHRAM</title>
    <link>http://comments.gmane.org/gmane.linux.configuration/164</link>
    <description>&lt;pre&gt;I would like to have my root file system reside on a PHRAM.
Reason: Embedded Linux. This way I can download the file system into RAM, without burning it into Flash. This saves time. I know there are other ways, e.g. Ramdisk, but this will require creating and maintaining several types of images. The phram solution allows using the same image that is burned into Flash.

I tried to create a phram by adding the following to the kernel command line : 
    phram.phram=RAM0,0x83800000,8Mi
Then use it in the mtdparts :
    mtdparts=RAM0:0xcfb48&amp;lt; at &amp;gt;0x7f1cb8(Kernel)ro,0x21dc00(RootFileSystem)ro...

The result is:
    phram: out of memory

Looking at phram.c, seems phram_setup() attempts to kmalloc(), and it is probably too early in the startup sequence.

Is there a way to delay creation of the phram to a stage where kmalloc() is allowed?
On the other hand, is there a way to configure so my phram is always created (at the allowed time) regardless of the command line?

Thanx

Eli Stern

--
To unsubscribe from this list: s&lt;/pre&gt;</description>
    <dc:creator>Stern, Eli</dc:creator>
    <dc:date>2010-02-11T10:35:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.configuration/160">
    <title>su subshell</title>
    <link>http://comments.gmane.org/gmane.linux.configuration/160</link>
    <description>&lt;pre&gt;Hi,

I met a strange behavior of su command with "-". I login my host as
root and want to run some command with normal user, say joe. Here is
what I see:

[root&amp;lt; at &amp;gt;stone]# su - joe -c ls
[joe&amp;lt; at &amp;gt;stone]$                                        &amp;lt;===== Instead of
list the files under this directory, the shell login the account joe
[joe&amp;lt; at &amp;gt;stone]$ exit
Desktop Music                                      &amp;lt;===== When I type
exit in the subshell, it prints the output of "ls" command and then
return to root
[root&amp;lt; at &amp;gt;stone]#




If not speficying "-", everything works fine:
[root&amp;lt; at &amp;gt;stone]# su joe -c ls
Desktop Music
[root&amp;lt; at &amp;gt;stone]#


Any ideas? Am I missing something?


Thanks in advance,
Joe
--
To unsubscribe from this list: send the line "unsubscribe linux-config" 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

&lt;/pre&gt;</description>
    <dc:creator>Joe</dc:creator>
    <dc:date>2009-09-17T20:34:26</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.configuration">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.configuration</link>
  </textinput>
</rdf:RDF>
