regarding disable of CONFIG_DEBUG_FS

Vladimir Murzin murzin.v at gmail.com
Fri Sep 30 01:32:41 EDT 2011


On Tue, Sep 20, 2011 at 8:57 AM, Amit Nagal <helloin.amit at gmail.com> wrote:
> On Tue, Sep 20, 2011 at 10:21 AM, rohan puri <rohan.puri15 at gmail.com> wrote:
>>
>>
>> On Tue, Sep 20, 2011 at 10:09 AM, Amit Nagal <helloin.amit at gmail.com> wrote:
>>>
>>> Hi ,
>>>
>>> i already tried manual editing .
>>> but when i call make to build image after manual edit ,
>>> CONFIG_DEBUG_FS is turned on again .
>>>
>>> i tried manual editing in linux - x86 PC   also .
>>> i manually edited arch/x86/configs/i386_defconfig file to disable
>>> CONFIG_DEBUG_FS ,
>>> but when i call make to build image , CONFIG_DEBUG_FS is turned on again .
>>> >
>>
>> Ok. You can try commenting the CONFIG_DEBUG_FS from the Makefile of the
>> relevant kernel source which your module is interacting with.
>>
>
> Well  i am doing the same for time being for my testing . but its not
> the right way to do and can't be adopted .
>
> Regards
> Amit Nagal
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>

Hi!

It's not clear why you can't disable CONFIG_DEBUG_FS via "make
menuconfig" or stuff like this?
This option is located under Kernel Haking -> Debuging Filesystems.
I've attached the diff of .config for this option.

Best wishes,
Vladimir Murzin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.diff
Type: text/x-patch
Size: 1767 bytes
Desc: not available
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110930/fd927715/attachment.bin 


More information about the Kernelnewbies mailing list