* Re: 2.6.5-mm4
@ 2004-04-12 19:19 Marcus Hartig
2004-04-12 19:35 ` 2.6.5-mm4 Marc-Christian Petersen
2004-04-12 19:56 ` 2.6.5-mm4 Sam Ravnborg
0 siblings, 2 replies; 16+ messages in thread
From: Marcus Hartig @ 2004-04-12 19:19 UTC (permalink / raw)
To: linux-kernel
Hello,
patch: "kbuild-external-module-support" ?
brakes nicely my nVidia driver for installation at stage 2. Happy easter
gift. No setting of KBUILD_EXTMOD or editing the install script helps,
nice job.
Sorry to say this, but I do not believe, that we get more support, if the
Linux kernel breaks with every version all good drivers, also
closed-source, but the best, fastest and stable 3D drivers you can get at
this time. I hope it goes not in the stable line so soon.
Marcus
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: 2.6.5-mm4
2004-04-12 19:19 2.6.5-mm4 Marcus Hartig
@ 2004-04-12 19:35 ` Marc-Christian Petersen
2004-04-12 19:52 ` 2.6.5-mm4 Sam Ravnborg
2004-04-12 19:56 ` 2.6.5-mm4 Sam Ravnborg
1 sibling, 1 reply; 16+ messages in thread
From: Marc-Christian Petersen @ 2004-04-12 19:35 UTC (permalink / raw)
To: linux-kernel; +Cc: Marcus Hartig
On Monday 12 April 2004 21:19, Marcus Hartig wrote:
Hi Marcus,
> patch: "kbuild-external-module-support" ?
actually, this one: "move-__this_module-to-modpost.patch" started breaking
nvidia, but strangely not for all people. For me it worked fine (prior to
2.6.5-mm4), but other people got "invalid module format" after compiling
nvidia driver and tried to load it. P.S.: kbuild-external-module-support
breaks VMware too :p
> brakes nicely my nVidia driver for installation at stage 2. Happy easter
> gift. No setting of KBUILD_EXTMOD or editing the install script helps,
> nice job.
> Sorry to say this, but I do not believe, that we get more support, if the
> Linux kernel breaks with every version all good drivers, also
> closed-source, but the best, fastest and stable 3D drivers you can get at
> this time. I hope it goes not in the stable line so soon.
I hope it will go into mainline after the glitches are fixed up. The problem
is, Andrew and friends need proper bug reports to fix these kind of things
up asap. If no one speaks up about a problem, everyone expect its working fine
for all, so go for it into mainline.
ciao, Marc
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: 2.6.5-mm4
2004-04-12 19:35 ` 2.6.5-mm4 Marc-Christian Petersen
@ 2004-04-12 19:52 ` Sam Ravnborg
0 siblings, 0 replies; 16+ messages in thread
From: Sam Ravnborg @ 2004-04-12 19:52 UTC (permalink / raw)
To: Marc-Christian Petersen; +Cc: linux-kernel, Marcus Hartig
On Mon, Apr 12, 2004 at 09:35:57PM +0200, Marc-Christian Petersen wrote:
> On Monday 12 April 2004 21:19, Marcus Hartig wrote:
>
> Hi Marcus,
>
> > patch: "kbuild-external-module-support" ?
>
> actually, this one: "move-__this_module-to-modpost.patch" started breaking
> nvidia, but strangely not for all people. For me it worked fine (prior to
> 2.6.5-mm4), but other people got "invalid module format" after compiling
> nvidia driver and tried to load it. P.S.: kbuild-external-module-support
> breaks VMware too :p
Could I please get more info. I do not plan to install wmware right now,
so at least some minimal information allowing me to realise why it no
longer works.
Please with pointers to the used WMWare version so I can check their
Makefile etc.
Sam
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: 2.6.5-mm4
2004-04-12 19:19 2.6.5-mm4 Marcus Hartig
2004-04-12 19:35 ` 2.6.5-mm4 Marc-Christian Petersen
@ 2004-04-12 19:56 ` Sam Ravnborg
2004-04-12 20:15 ` 2.6.5-mm4 Andrew Vasquez
2004-04-12 20:48 ` 2.6.5-mm4 Marcus Hartig
1 sibling, 2 replies; 16+ messages in thread
From: Sam Ravnborg @ 2004-04-12 19:56 UTC (permalink / raw)
To: Marcus Hartig; +Cc: linux-kernel
On Mon, Apr 12, 2004 at 09:19:12PM +0200, Marcus Hartig wrote:
> Hello,
>
> patch: "kbuild-external-module-support" ?
>
> brakes nicely my nVidia driver for installation at stage 2. Happy easter
> gift. No setting of KBUILD_EXTMOD or editing the install script helps,
> nice job.
Please provide me with more info.
I gooled a bit after some NVIDIA src - but I stopped when I had
to accept some NVIDIA stuff.
The purpose is to provide good support for external modules.
If it breaks things I need to find out why - and see where to fix it.
I would not be suprised if NVIDIA (and wmware for that matter) takes some
assumptions which it should not. But I need to find out why it break,
and for that I need more information!
So please provide me with the following information:
1) Exact log when it goes wrong
2) Pointer to or copy of the relevant files
Sam
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: 2.6.5-mm4
2004-04-12 19:56 ` 2.6.5-mm4 Sam Ravnborg
@ 2004-04-12 20:15 ` Andrew Vasquez
2004-04-13 4:54 ` 2.6.5-mm4 Sam Ravnborg
2004-04-12 20:48 ` 2.6.5-mm4 Marcus Hartig
1 sibling, 1 reply; 16+ messages in thread
From: Andrew Vasquez @ 2004-04-12 20:15 UTC (permalink / raw)
To: linux-kernel, sam; +Cc: Marcus Hartig
On Mon, 12 Apr 2004, Sam Ravnborg wrote:
> On Mon, Apr 12, 2004 at 09:19:12PM +0200, Marcus Hartig wrote:
> > Hello,
> >
> > patch: "kbuild-external-module-support" ?
> >
> > brakes nicely my nVidia driver for installation at stage 2. Happy easter
> > gift. No setting of KBUILD_EXTMOD or editing the install script helps,
> > nice job.
> Please provide me with more info.
> I gooled a bit after some NVIDIA src - but I stopped when I had
> to accept some NVIDIA stuff.
>
> The purpose is to provide good support for external modules.
> If it breaks things I need to find out why - and see where to fix it.
>
> I would not be suprised if NVIDIA (and wmware for that matter) takes some
> assumptions which it should not. But I need to find out why it break,
> and for that I need more information!
>
> So please provide me with the following information:
> 1) Exact log when it goes wrong
> 2) Pointer to or copy of the relevant files
>
I maintain the qla2xxx driver and have been noticing some build
problems also. I typically do most compiling and editing of the
driver outside of the kernel tree, i.e. my make command usually takes
on the form:
-bash-2.05b# make -C /usr/src/linux-2.6.5-mm3 SUBDIRS=$PWD modules
make: Entering directory `/usr/src/linux-2.6.5-mm3'
*** Warning: Overriding SUBDIRS on the command line can cause
*** inconsistencies
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
CC [M] /root/Drivers/8.x/80000b12-pre14/ql2300.o
CC [M] /root/Drivers/8.x/80000b12-pre14/ql2300_fw.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_os.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_init.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_mbx.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_iocb.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_isr.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_gs.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_dbg.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_sup.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_rscn.o
LD [M] /root/Drivers/8.x/80000b12-pre14/qla2xxx.o
LD [M] /root/Drivers/8.x/80000b12-pre14/qla2300.o
Building modules, stage 2.
MODPOST
*** Warning: "fc_release_transport"
[/root/Drivers/8.x/80000b12-pre14/qla2xxx.ko] undefined!
*** Warning: "fc_attach_transport"
[/root/Drivers/8.x/80000b12-pre14/qla2xxx.ko] undefined!
CC /root/Drivers/8.x/80000b12-pre14/qla2300.mod.o
LD [M] /root/Drivers/8.x/80000b12-pre14/qla2300.ko
CC /root/Drivers/8.x/80000b12-pre14/qla2xxx.mod.o
With 2.6.5-mm4 a similar command fails with:
-bash-2.05b# make -C /usr/src/linux-2.6.5-mm4 SUBDIRS=$PWD modules
make: Entering directory `/usr/src/linux-2.6.5-mm4'
CC [M] /root/Drivers/8.x/80000b12-pre14/ql2300.o
CC [M] /root/Drivers/8.x/80000b12-pre14/ql2300_fw.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_os.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_init.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_mbx.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_iocb.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_isr.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_gs.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_dbg.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_sup.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_rscn.o
LD [M] /root/Drivers/8.x/80000b12-pre14/qla2xxx.o
/bin/sh: line 1:
/root/Drivers/8.x/80000b12-pre14/.tmp_versions/qla2xxx.mod: No such
file or directory
LD [M] /root/Drivers/8.x/80000b12-pre14/qla2300.o
/bin/sh: line 1:
/root/Drivers/8.x/80000b12-pre14/.tmp_versions/qla2300.mod: No such
file or directory
HOSTCC /root/Drivers/8.x/80000b12-pre14/extras/qla_nvr
Building modules, stage 2.
make: Leaving directory `/usr/src/linux-2.6.5-mm4'
I've even tried the 'M=...' syntax documented in the Makefile:
-bash-2.05b# make -C /usr/src/linux-2.6.5-mm4 M=$PWD modules
make: Entering directory `/usr/src/linux-2.6.5-mm4'
CC [M] /root/Drivers/8.x/80000b12-pre14/ql2300.o
CC [M] /root/Drivers/8.x/80000b12-pre14/ql2300_fw.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_os.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_init.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_mbx.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_iocb.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_isr.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_gs.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_dbg.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_sup.o
CC [M] /root/Drivers/8.x/80000b12-pre14/qla_rscn.o
LD [M] /root/Drivers/8.x/80000b12-pre14/qla2xxx.o
/bin/sh: line 1:
/root/Drivers/8.x/80000b12-pre14/.tmp_versions/qla2xxx.mod: No such
file or directory
LD [M] /root/Drivers/8.x/80000b12-pre14/qla2300.o
/bin/sh: line 1:
/root/Drivers/8.x/80000b12-pre14/.tmp_versions/qla2300.mod: No such
file or directory
HOSTCC /root/Drivers/8.x/80000b12-pre14/extras/qla_nvr
Building modules, stage 2.
make: Leaving directory `/usr/src/linux-2.6.5-mm4'
So, what am I missing? I can provide other logs if needed, just tell
me what you need.
Thanks,
Andrew Vasquez
QLogic Corporation
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: 2.6.5-mm4
2004-04-12 20:15 ` 2.6.5-mm4 Andrew Vasquez
@ 2004-04-13 4:54 ` Sam Ravnborg
0 siblings, 0 replies; 16+ messages in thread
From: Sam Ravnborg @ 2004-04-13 4:54 UTC (permalink / raw)
To: Andrew Vasquez, linux-kernel, sam, Marcus Hartig
On Mon, Apr 12, 2004 at 01:15:24PM -0700, Andrew Vasquez wrote:
> With 2.6.5-mm4 a similar command fails with:
>
> -bash-2.05b# make -C /usr/src/linux-2.6.5-mm4 SUBDIRS=$PWD modules
> make: Entering directory `/usr/src/linux-2.6.5-mm4'
> CC [M] /root/Drivers/8.x/80000b12-pre14/ql2300.o
> CC [M] /root/Drivers/8.x/80000b12-pre14/ql2300_fw.o
> CC [M] /root/Drivers/8.x/80000b12-pre14/qla_os.o
> CC [M] /root/Drivers/8.x/80000b12-pre14/qla_init.o
> CC [M] /root/Drivers/8.x/80000b12-pre14/qla_mbx.o
> CC [M] /root/Drivers/8.x/80000b12-pre14/qla_iocb.o
> CC [M] /root/Drivers/8.x/80000b12-pre14/qla_isr.o
> CC [M] /root/Drivers/8.x/80000b12-pre14/qla_gs.o
> CC [M] /root/Drivers/8.x/80000b12-pre14/qla_dbg.o
> CC [M] /root/Drivers/8.x/80000b12-pre14/qla_sup.o
> CC [M] /root/Drivers/8.x/80000b12-pre14/qla_rscn.o
> LD [M] /root/Drivers/8.x/80000b12-pre14/qla2xxx.o
> /bin/sh: line 1:
> /root/Drivers/8.x/80000b12-pre14/.tmp_versions/qla2xxx.mod: No such
> file or directory
The external module support failed to create the directory:
$PWD/.tmp_version
It was no deleted during make clean either - thats why it slipped through.
Here is a patch to fix it.
Sam
--- linux-2.6.5/Makefile 2004-04-12 20:58:30.000000000 +0200
+++ extmod/Makefile 2004-04-12 20:46:24.000000000 +0200
@@ -787,12 +787,6 @@ endef
# make mrproper Delete the current configuration, and all generated files
# make distclean Remove editor backup files, patch leftover files and the like
-quiet_cmd_rmdirs = $(if $(wildcard $(rm-dirs)),CLEAN $(wildcard $(rm-dirs)))
- cmd_rmdirs = rm -rf $(rm-dirs)
-
-quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files)))
- cmd_rmfiles = rm -f $(rm-files)
-
# Directories & files removed with 'make clean'
CLEAN_DIRS += $(MODVERDIR)
CLEAN_FILES += vmlinux System.map kernel.spec \
@@ -951,9 +945,12 @@ else # KBUILD_EXTMOD
# We are always building modules
KBUILD_MODULES := 1
+.PHONY: crmodverdir
+crmodverdir: FORCE
+ $(Q)mkdir -p $(MODVERDIR)
.PHONY: $(KBUILD_EXTMOD)
-$(KBUILD_EXTMOD): FORCE
+$(KBUILD_EXTMOD): crmodverdir FORCE
$(Q)$(MAKE) $(build)=$@
.PHONY: modules
@@ -971,7 +968,9 @@ clean-dirs := _clean_$(KBUILD_EXTMOD)
$(clean-dirs):
$(Q)$(MAKE) $(clean)=$(patsubst _clean_%,%,$@)
+clean: rm-dirs := $(MODVERDIR)
clean: $(clean-dirs)
+ $(call cmd,rmdirs)
@find $(KBUILD_EXTMOD) $(RCS_FIND_IGNORE) \
\( -name '*.[oas]' -o -name '*.ko' -o -name '.*.cmd' \
-o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \) \
@@ -1058,6 +1057,13 @@ endif #ifeq ($(mixed-targets),1)
# FIXME Should go into a make.lib or something
# ===========================================================================
+quiet_cmd_rmdirs = $(if $(wildcard $(rm-dirs)),CLEAN $(wildcard $(rm-dirs)))
+ cmd_rmdirs = rm -rf $(rm-dirs)
+
+quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files)))
+ cmd_rmfiles = rm -f $(rm-files)
+
+
a_flags = -Wp,-MD,$(depfile) $(AFLAGS) $(AFLAGS_KERNEL) \
$(NOSTDINC_FLAGS) $(CPPFLAGS) \
$(modkern_aflags) $(EXTRA_AFLAGS) $(AFLAGS_$(*F).o)
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: 2.6.5-mm4
2004-04-12 19:56 ` 2.6.5-mm4 Sam Ravnborg
2004-04-12 20:15 ` 2.6.5-mm4 Andrew Vasquez
@ 2004-04-12 20:48 ` Marcus Hartig
2004-04-13 2:47 ` 2.6.5-mm4 Michael Baehr
2004-04-13 4:58 ` 2.6.5-mm4 Sam Ravnborg
1 sibling, 2 replies; 16+ messages in thread
From: Marcus Hartig @ 2004-04-12 20:48 UTC (permalink / raw)
To: Sam Ravnborg, linux-kernel
Sam Ravnborg wrote:
> I would not be suprised if NVIDIA (and wmware for that matter) takes some
> assumptions which it should not. But I need to find out why it break,
> and for that I need more information!
Yes. I had cut off the whole nVidia install tree. The GLX driver are
working, but only the kernel module is in /usr/src/nv eg. I change to this
dir and type "make install" then the Makefile.kbuild for 2.6 tries to
build it against an 2.6 kernel. Goes with all included -mm3 and others here.
LD [M] /usr/src/nv/nvidia.o
/bin/sh: line 1: /usr/src/nv/.tmp_versions/nvidia.mod: No such file or
directory Building modules, stage 2.
make[1]: Leaving directory `/usr/src/linux-2.6.5-mm4'
nvidia.ko failed to build!
make: *** [module] Error 1
strace gives not more.
Also when I set KBUILD_EXTMOD=/usr/src/nv or to new
KBUILD_PARAMS := -C $(KERNEL_SOURCES) M=$(PWD)
in the Makefile of the nVidia source, I get this error above. Hmm.
Marcus
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: 2.6.5-mm4
2004-04-12 20:48 ` 2.6.5-mm4 Marcus Hartig
@ 2004-04-13 2:47 ` Michael Baehr
2004-04-13 4:58 ` 2.6.5-mm4 Sam Ravnborg
1 sibling, 0 replies; 16+ messages in thread
From: Michael Baehr @ 2004-04-13 2:47 UTC (permalink / raw)
To: Marcus Hartig; +Cc: Sam Ravnborg, linux-kernel
On 2004-04-12 15:48:46 -0500 Marcus Hartig <m.f.h@web.de> wrote:
> Sam Ravnborg wrote:
>
>> I would not be suprised if NVIDIA (and wmware for that matter) takes
>> some
>> assumptions which it should not. But I need to find out why it break,
>> and for that I need more information!
>
> Yes. I had cut off the whole nVidia install tree. The GLX driver are
> working,
> but only the kernel module is in /usr/src/nv eg. I change to this dir
> and
> type "make install" then the Makefile.kbuild for 2.6 tries to build
> it
> against an 2.6 kernel. Goes with all included -mm3 and others here.
>
> LD [M] /usr/src/nv/nvidia.o
> /bin/sh: line 1: /usr/src/nv/.tmp_versions/nvidia.mod: No such file
> or
> directory Building modules, stage 2.
> make[1]: Leaving directory `/usr/src/linux-2.6.5-mm4'
> nvidia.ko failed to build!
> make: *** [module] Error 1
>
> strace gives not more.
> Also when I set KBUILD_EXTMOD=/usr/src/nv or to new
>
> KBUILD_PARAMS := -C $(KERNEL_SOURCES) M=$(PWD)
>
> in the Makefile of the nVidia source, I get this error above. Hmm.
>
> Marcus
> -
I had these problems building nvidia driver and vmware drivers today
after I upgraded to mm4 (with love-sources patchset as well). I
traced them down to a single change in the kernel Makefile which,
after I reversed it, allowed the modules to successfully build (and my
-mm4 kernel is happily tainted with them right now).
-export MODVERDIR := .tmp_versions
+export MODVERDIR := $(if
$(KBUILD_EXTMOD),$(KBUILD_EXTMOD)/).tmp_versions
+ .tmp_kallsyms* .tmp_version .tmp_vmlinux*
Likely the problem _is_ nvidia and vmware coders making assumptions
that they should not. In any case, I'm glad to see others are
noticing this problem and it will probably be fixed soon.
This is the sort of error I was getting with nvidia (done manually for
clarity):
21:45:09 <@root|/usr/src/linux>
SUBDIRS=/usr/src/archives/nvidia/NVIDIA-Linux-x86-1.0-5336-pkg1/usr/src/nv/
make modules
< bunch of text... compiling, etc... >
LD [M]
/usr/src/archives/nvidia/NVIDIA-Linux-x86-1.0-5336-pkg1/usr/src/nv//nvidia.o
/bin/sh: line 1:
/usr/src/archives/nvidia/NVIDIA-Linux-x86-1.0-5336-pkg1/usr/src/nv//.tmp_versions/nvidia.mod:
No such file or directory
Similar error with vmware (and I don't feel like going through the
work of reproducing it atm XD)
Cheers,
Mike
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: 2.6.5-mm4
2004-04-12 20:48 ` 2.6.5-mm4 Marcus Hartig
2004-04-13 2:47 ` 2.6.5-mm4 Michael Baehr
@ 2004-04-13 4:58 ` Sam Ravnborg
1 sibling, 0 replies; 16+ messages in thread
From: Sam Ravnborg @ 2004-04-13 4:58 UTC (permalink / raw)
To: Marcus Hartig; +Cc: Sam Ravnborg, linux-kernel
On Mon, Apr 12, 2004 at 10:48:46PM +0200, Marcus Hartig wrote:
>
> LD [M] /usr/src/nv/nvidia.o
> /bin/sh: line 1: /usr/src/nv/.tmp_versions/nvidia.mod: No such file or
> directory Building modules, stage 2.
> make[1]: Leaving directory `/usr/src/linux-2.6.5-mm4'
> nvidia.ko failed to build!
> make: *** [module] Error 1
Thanks for the report.
kbuild fails to create the .tmp_version directory in the
directory where the module is being built.
The reason to create it there is to avoid trying to write in a RO
kernel src directory. And also to avoid cluttering up the .tmp_versions
directory for the kernel if you build more than one module.
Sam
Patch to fix it:
--- linux-2.6.5/Makefile 2004-04-12 20:58:30.000000000 +0200
+++ extmod/Makefile 2004-04-12 20:46:24.000000000 +0200
@@ -787,12 +787,6 @@ endef
# make mrproper Delete the current configuration, and all generated files
# make distclean Remove editor backup files, patch leftover files and the like
-quiet_cmd_rmdirs = $(if $(wildcard $(rm-dirs)),CLEAN $(wildcard $(rm-dirs)))
- cmd_rmdirs = rm -rf $(rm-dirs)
-
-quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files)))
- cmd_rmfiles = rm -f $(rm-files)
-
# Directories & files removed with 'make clean'
CLEAN_DIRS += $(MODVERDIR)
CLEAN_FILES += vmlinux System.map kernel.spec \
@@ -951,9 +945,12 @@ else # KBUILD_EXTMOD
# We are always building modules
KBUILD_MODULES := 1
+.PHONY: crmodverdir
+crmodverdir: FORCE
+ $(Q)mkdir -p $(MODVERDIR)
.PHONY: $(KBUILD_EXTMOD)
-$(KBUILD_EXTMOD): FORCE
+$(KBUILD_EXTMOD): crmodverdir FORCE
$(Q)$(MAKE) $(build)=$@
.PHONY: modules
@@ -971,7 +968,9 @@ clean-dirs := _clean_$(KBUILD_EXTMOD)
$(clean-dirs):
$(Q)$(MAKE) $(clean)=$(patsubst _clean_%,%,$@)
+clean: rm-dirs := $(MODVERDIR)
clean: $(clean-dirs)
+ $(call cmd,rmdirs)
@find $(KBUILD_EXTMOD) $(RCS_FIND_IGNORE) \
\( -name '*.[oas]' -o -name '*.ko' -o -name '.*.cmd' \
-o -name '.*.d' -o -name '.*.tmp' -o -name '*.mod.c' \) \
@@ -1058,6 +1057,13 @@ endif #ifeq ($(mixed-targets),1)
# FIXME Should go into a make.lib or something
# ===========================================================================
+quiet_cmd_rmdirs = $(if $(wildcard $(rm-dirs)),CLEAN $(wildcard $(rm-dirs)))
+ cmd_rmdirs = rm -rf $(rm-dirs)
+
+quiet_cmd_rmfiles = $(if $(wildcard $(rm-files)),CLEAN $(wildcard $(rm-files)))
+ cmd_rmfiles = rm -f $(rm-files)
+
+
a_flags = -Wp,-MD,$(depfile) $(AFLAGS) $(AFLAGS_KERNEL) \
$(NOSTDINC_FLAGS) $(CPPFLAGS) \
$(modkern_aflags) $(EXTRA_AFLAGS) $(AFLAGS_$(*F).o)
^ permalink raw reply [flat|nested] 16+ messages in thread
* RE: 2.6.5-mm4
@ 2004-04-13 15:22 Andrew Vasquez
0 siblings, 0 replies; 16+ messages in thread
From: Andrew Vasquez @ 2004-04-13 15:22 UTC (permalink / raw)
To: Sam Ravnborg; +Cc: linux-kernel
On Monday, April 12, 2004 9:54 PM, Sam Ravnborg wrote:
> On Mon, Apr 12, 2004 at 01:15:24PM -0700, Andrew Vasquez wrote:
> > LD [M] /root/Drivers/8.x/80000b12-pre14/qla2xxx.o /bin/sh:
> > line 1:
> > /root/Drivers/8.x/80000b12-pre14/.tmp_versions/qla2xxx.mod: No such
> > file or directory
>
> The external module support failed to create the directory:
> $PWD/.tmp_version
>
> It was no deleted during make clean either - thats why it
> slipped through.
> Here is a patch to fix it.
>
The patch fixed the problem against mm4. mm5 appears to have the fix
also.
Thanks,
Andrew Vasquez
^ permalink raw reply [flat|nested] 16+ messages in thread
* 2.6.5-mm4
@ 2004-04-11 3:05 Andrew Morton
2004-04-12 6:46 ` 2.6.5-mm4 Paul P Komkoff Jr
0 siblings, 1 reply; 16+ messages in thread
From: Andrew Morton @ 2004-04-11 3:05 UTC (permalink / raw)
To: linux-kernel
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.5/2.6.5-mm4/
- Added the DRM development tree to -mm kernel. Please Cc
dri-devel@lists.sourceforge.net on any bug reports.
- Mainly small fixes
Changes since 2.6.5-mm3:
bk-alsa.patch
bk-arm.patch
bk-driver-core.patch
bk-drm.patch
bk-i2c.patch
bk-ieee1394.patch
bk-input.patch
bk-libata.patch
bk-netdev.patch
bk-pci.patch
bk-pcmcia.patch
bk-scsi.patch
bk-serial.patch
bk-usb.patch
bk-agpgart.patch
bk-cpufreq.patch
External trees
-sbp2-build-fix.patch
-i2c-ali1563-section-fix.patch
-8250-resource-management-fix.patch
Merged
+netpoll-early-arp-handling.patch
+netpoll-transmit-busy-bugfix.patch
netpoll fixes
+kgdb-x86_64-warning-fixes.patch
Fix a warning in the kgdb-for-x86_64 code
-CONFIG_SYSFS-boot-from-disk-fix.patch
Folded into CONFIG_SYSFS.patch
-DRM-cvs-update.patch
-drm-include-fix.patch
Dropped - -m now includes the DRM BK tree
+x86_64-probe_roms-c89.patch
x86_64 ROM probing fixes/cleanup
+sctp-printk-warnings.patch
+atm-warning-fixes.patch
+firestream-warnings.patch
+cpufreq_userspace-warning.patch
Fix warnings
+compute-creds-race-fix.patch
+compute-creds-race-fix-fix.patch
Fix possible race in permission calculation across exec()
+rndis-fix.patch
USB gadget fix
+sir_dev-warnings.patch
+donauboe-ptr-fix.patch
+strip-warnings.patch
+pc300_drv-warnings.patch
+strip-warnings-2.patch
More warnings
+sk_mca-multicast-fix.patch
net driver multicast fix
+kstrdup-and-friends.patch
Add long-missing string functions
+call_usermodehelper_async.patch
Fully async call_usermodehelper() workalike.
+get_files_struct.patch
Code consolidation
+fix-acer-travelmate-360-interrupt-routing.patch
laptop quirks
+shrink-hash-sizes-on-small-machines-take-2.patch
More accurate sizing of the VFS caches.
All 538 patches
x86_64-update.patch
x86-64 update
kconfig-url-fixes.patch
Fix URLs in Kconfig files
Lindent-devfs.patch
feed devfs through Lindent
system_running-fix.patch
generalise system_running
vt-cleanup.patch
vt.c cleanup
con_open-speedup.patch
con_open() speedup/cleanup
remove-down_tty_sem.patch
remove down_tty_sem()
tty-race-fix-43.patch
Fix VT open/close race
i4l-kernelcapi-rework.patch
i4l: kernelcapi receive workqueue and locking rework
wchan-use-ELF-sections.patch
Fix get_wchan() FIXME wrt. order of functions
wchan-use-ELF-sections-sparc64-fix.patch
get_wchan() sparc64 fix
ppc32-altivec-exception-fix.patch
ppc32: Fix thinko in the altivec exception code
ppc64-si_addr-fix.patch
ppc64: si_addr fix
ppc64-hugepage-fix.patch
ppc64: Fix bug in hugepage support
ppc64-hugepage-fix-32.patch
ppc64: hugepage bugfix
ppc64-alloc_consistent-retval-fixes.patch
ppc64: fix failure return codes from {pci,vio}_alloc_consistent()
ppc64-Fix-G5-build-with-DART-iommu-support.patch
ppc64: Fix G5 build with DART (iommu) support
disable-VT-on-iSeries-by-default.patch
disable VT on iSeries by default
ppc64-export-itLpNaca-on-iSeries.patch
ppc64: export itLpNaca on iSeries
PPC64-iSeries-virtual-ethernet-driver.patch
PPC64: iSeries virtual ethernet driver
ppc64-Allow-hugepages-anywhere-in-low-4GB.patch
ppc64: allow hugepages anywhere in low 4GB
ppc64-move-epow-log-buffer-to-bss.patch
ppc64: Move EPOW log buffer to BSS
ppc4xx-memleak-fix.patch
ppc44x: fix memory leak
quota-locking-fixes.patch
Quota locking fixes
inode-cleanup.patch
fs/inode.c list_head cleanup
initramfs-search-for-init-orig.patch
search for /init for initramfs boots
knfsd-01-oops-fix.patch
knfsd: Return -EOPNOTSUPP when unknown mechanism name encountered
knfsd-02-auth-error-return-fix.patch
knfsd: Minor fix to error return when updating server authentication information
knfsd-03-auth_error-formatting-fix.patch
knfsd: fix a problem with incorrectly formatted auth_error returns.
knfsd-04-remove-name_lookup_h.patch
knfsd: Remove name_lookup.h that noone is using anymore.
knfsd-05-mounted_on_fileid-support.patch
knfsd: Add server-side support for the nfsv4 mounted_on_fileid attribute.
knfsd-06-UTF8-improvements.patch
knfsd: Improve UTF8 checking.
knfsd-07-auth_gss-export.patch
knfsd: Export a symbol needed by auth_gss
knfsd-08-gss-integrity.patch
knfsd: Add data integrity to serve rside gss
md-merging-fix.patch
md: merge_bvec_fn needs to know about partitions.
mq-01-codemove.patch
posix message queues: code move
mq-02-syscalls.patch
posix message queues: syscall stubs
mq-03-core.patch
posix message queues: implementation
mq-04-linuxext-poll.patch
posix message queues: linux-specific poll extension
mq-05-linuxext-mount.patch
posix message queues: made user mountable
mq-update-01.patch
posix message queue update
mq-security-fix.patch
security bugfix for mqueue
split-netlink_unicast.patch
split netlink_unicast
mq_notify-via-netlink.patch
posix message queues: send notifications via netlink
compat_mq.patch
compat emulation for posix message queues
more-fixups-for-compat_mq.patch
More fixups for compat_mq
compat_mq-ppc-fix.patch
compat_mq ppc64 fix
compat_mq-fix.patch
compat_mq fix
mq-timespec-checking-fix.patch
mq: only fail with invalid timespec if mq_timed{send,receive} needs to block
ipmi-updates-3.patch
IPMI driver updates
move-job-control-stuff-tosignal_struct.patch
move job control fields from task_struct to signal_struct
lower-zone-protection-numa-fix.patch
Fix page allocator lower zone protection for NUMA
ext3-fsync-speedup.patch
ext3 fsync() and fdatasync() speedup
ext2-fsync-speedup-2.patch
speed up ext2 fsync() and fdatasync()
jbd-commit-ordered-fix.patch
jbd: fix ordered-data writeout logic
jbd-move-locked-buffers.patch
JBD: ordered-data commit cleanup
jbd-iobuf-error-handling-fix.patch
jbd: fix I/O error handling
readv-writev-check-fix.patch
readv/writev range checking fix
kerneldoc-handle-attributes.patch
Fix scripts/kernel-doc to handle __attribute__
slab-alignment-rework.patch
slab: updates for per-arch alignments
set-mod-waiter-before-calling-stop_machine.patch
Set mod->waiter Before Calling stop_machine
procfs-comment-fixes.patch
fs/proc/proc_tty.c comment fixes
sb_mixer-bounds-checking.patch
sb_mixer bounds checking
pmdisk-store-handling-fix.patch
pmdisk: fix strcmp in sysfs store
file-operations-fcntl.patch
add file_operations.fcntl
sys_time-subtick-correction-fix.patch
Fix sys_time() to get subtick correction from the new xtime
bitmap_parse-fix.patch
Broken bitmap_parse for ncpus > 32
ver_linux-fix.patch
ver_linux fix
codingstyle-fix-for-emacs.patch
Update CodingStyle hints for Emacs users.
document-unused-i386-pte-bits.patch
document unused pte bits on i386
docbook-sgml-quotes-fix.patch
Consistently use quotes for SGML attributes
sgml-close-tags.patch
SGML: close tag with ">"
sch_ingress-help-fix.patch
fix sch_ingress help
i386-irq-cleanup.patch
i386 irq.c ifdef cleanup
firmware-loader-docs-fix.patch
Fix firmware loader docs
trivial-patches-in-maintainers.patch
Trivial Patch Monkey should be in MAINTAINERS
genksyms-parser-fix.patch
Fix genksyms parsing
CONFIG_X86_GENERIC-help-fix.patch
CONFIG_X86_GENERIC description fixup
credits-update.patch
updating email info in CREDITS
device-h-duplicate-include.patch
Kill duplicate #include <linux_ioport.h>
unmapped-CPU-node-number-fix.patch
Use valid node number when unmapping x86 CPUs
submitting-trivial-patches.patch
Add CC Trivial Patch Monkey to SubmittingPatches
ne2k-pic-build-fix.patch
ne2k-pci.c compile fix on ppc[64]
doc-changes-update.patch
Update Documentation/Changes
drm-put_user-fixes.patch
i830 DRM missing put_user
export-complete_all.patch
export complete_all()
urandom-scalability-fix.patch
/dev/urandom scalability improvement
cpu5wdt-warning-fix.patch
cpu5wdt.c warning fix
fget-speedup.patch
speed up fget() and fget_light()
move-__this_module-to-modpost.patch
Move __this_module to modpost
modversions-fix.patch
Fix Modversions Now __this_module Is Created Only in .ko
support-zerobased-floppies.patch
Support for floppies whose sectors are numbered from zero instead of one
remove-bitmap-length-limits.patch
Remove bitmap_shift_*() bitmap length limits
huge-sparse-tmpfs-files.patch
Fix huge sparse tmpfs files
strip-param-quotes.patch
Strip quotes from kernel parameters
summit-irq-count-override.patch
summit: per-subarch NR_IRQ_VECTORS
summit-increase-MAX_MP_BUSSES.patch
summmit: increase MAX_MP_BUSSES
msi-ia64.patch
ia64 MSI support
msi-ia64-x86_64-fix.patch
msi-ia64 x86_64 fix
ia32-msi-fixup.patch
Fix MSI os ia32
stv0299-unused-var-fix.patch
stv0299.c unused variable
selinux-fix-struct-type.patch
selinux: fix struct type
pte_alloc_one-null-pointer-check.patch
missing NULL pointer check in pte_alloc_one.
kill-MAKEDEV-scripts.patch
kill spurious MAKDEV scripts
wavfront-warning-fix.patch
oss/wavfront.c warning fix.
hysnd-MOD_USE_COUNT-fix.patch
remove bogus MOD_{INC,DEC}_USE_COUNT from hysdn
CONFIG_EMBEDDED-help-fix.patch
improve CONFIG_EMBEDDED help text
remove-nswap-cnswap.patch
eliminate nswap and cnswap
no-quota-inode-shrinkage.patch
shrink inode when quota is disabled
geode-suspend-on-halt.patch
enable suspend-on-halt for NS Geode
O_DIRECT-race-fixes-rollup.patch
O_DIRECT data exposure fixes
O_DIRECT-ll_rw_block-vs-block_write_full_page-fix.patch
Fix race between ll_rw_block() and block_write_full_page()
blockdev-direct-io-speedup.patch
blockdev direct-io speedups
dio-aio-fixes.patch
direct-io AIO fixes
aio-fallback-bio_count-race-fix-2.patch
AIO+DIO bio_count race fix
rw_swap_page_sync-fix.patch
rw_swap_page_sync(): place the pages in swapcache
radix-tree-tagging.patch
radix-tree tags for selective lookup
irq-safe-pagecache-lock.patch
make the pagecache lock irq-safe.
tag-dirty-pages.patch
tag dirty pages as such in the radix tree
tag-writeback-pages.patch
tag writeback pages as such in their radix tree
stop-using-dirty-pages.patch
stop using the address_space dirty_pages list
kupdate-function-fix.patch
fix the kupdate function
stop-using-io-pages.patch
remove address_space.io_pages
stop-using-locked-pages.patch
Stop using address_space.locked_pages
stop-using-clean-pages.patch
stop using address_space.clean_pages
unslabify-pgds-and-pmds.patch
revert the slabification of i386 pgd's and pmd's
slab-stop-using-page-list.patch
slab: stop using page.list
page_alloc-stop-using-page-list.patch
stop using page.list in the page allocator
hugetlb-stop-using-page-list.patch
stop using page->list in the hugetlbpage implementations
pageattr-stop-using-page-list.patch
stop using page.list in pageattr.c
readahead-stop-using-page-list.patch
stop using page.list in readahead
compound-pages-stop-using-lru.patch
stop using page->lru in compound pages
arm-stop-using-page-list.patch
arm: stop using page->list
m68k-stop-using-page-list.patch
switch the m68k pointer-table code over to page->lru
remove-page-list.patch
remove page.list
clear_page_dirty_for_io.patch
fdatasync integrity fix
block_write_full_page-redirty.patch
don't allow background writes to hide dirty buffers
writeback-search-start.patch
writeback efficiency and QoS improvements
mpage_writepages-latency-fix.patch
Add mpage_writepages() scheduling point
mpage-cleanup.patch
mpage_writepages() cleanup
use-compound-pages-for-hugetlb-only.patch
use compound pages for hugetlb pages only
fork-vma-order-fix.patch
fork vma ordering during fork
mremap-copy_one_pte-fix.patch
mremap: copy_one_pte cleanup
mremap-move_vma-fix.patch
mremap: move_vma fixes and cleanup
mremap-vma_relink_file-fix.patch
mremap: vma_relink_file race fix
mremap-check-map_count.patch
mremap: check map_count
mremap-rmap-comment-fix.patch
Fix rmap comment
kswapd-remove-pages-scanned.patch
kswapd: remove pages_scanned local
laptop-mode-3.patch
laptop mode
laptop-mode-doc-update.patch
Laptop mode doc updates for XFS, among other things.
laptop-mode-control-script-fix.patch
Bugfix in the laptop mode control script.
laptop-mode-noflushd-warning.patch
Subject: [patch 1/1] Add a warning about using laptop-mode with noflushd to laptop-mode doc.
laptop-mode-sync-completion.patch
Add laptop-mode sync completion function to delete writeback timer.
ext3-commit-default.patch
Add commit=0 to ext3, meaning "set commit to default".
tunable-pagefault-readaround.patch
Honour the readahead tunable in filemap_nopage()
filemap_nopage-busywait-fix.patch
Fix logic in filemap_nopage()
acpi-printk-fix.patch
acpi printk fix
ia32-4k-stacks.patch
ia32: 4Kb stacks (and irqstacks) patch
proc-load-average-fix.patch
procfs LoadAVG/load_avg scaling fix
ppc64-NUMA-fix-for-16MB-LMBs.patch
ppc64: NUMA fix for 16MB LMBs
sparc64-build-fix.patch
build fails on sparc64 in hugetlbpage.c
epoll-comment-fixes.patch
epoll comment fix
stop_machine-barrier-fixes.patch
add stop_machine barriers
sunrpc-svcsock-drop.patch
sunrpc: connection dropping tweaks
acl-version-mismatch.patch
ACL version mismatch error code fix
v4l-cropcap-ioctl-fix.patch
v4l: cropcap ioctl fix
v4l-v4l1-compat-fix.patch
v4l: v4l1-compat fix
v4l-tuner-fix.patch
v4l: tuner fix
v4l-msp3400-update.patch
v4l: msp3400 update
v4l-pv951-remote-support.patch
v4l: add support for pv951 remote to ir-kbd-i2c
v4l-saa7134-update.patch
v4l: saa7134 driver update
v4l-saa7134-update-fix.patch
v4l-saa7134-update fix
v4l-bttv-update.patch
v4l: bttv driver update
v4l-doc-update.patch
v4l: documentation update
v4l-cx88-update.patch
cx88 update.
drivers-base-platform-tpyo-fix.patch
drivers/base/platform.c typo fix
nfs-readdirplus-overflow-fix.patch
Subject: [PATCH] Fix overflow bug in READDIRPLUS...
nfs-32bit-statfs-fix.patch
Fix 32bit statfs on NFS
nfs-32bit-statfs-fix-warning-fix.patch
nfs-32bit-statfs-fix warning fix
wavefront_synth-unused-var.patch
wavefront_synth.c var not used.
tda1004x-unused-var.patch
tda1004x.c var not used.
pmdisk-needs-asmlinkage.patch
pmdisk needs asmlinkage
cycx_drv-warning-fix.patch
cycx_drv.c warning fix.
ibmlana-needs-MCA_LEGACY.patch
ibmlana needs CONFIG_MCA_LEGACY
rcu_list-documentation.patch
Improve list.h documentation for _rcu() primitives
list-inline-cleanup.patch
list.h cleanup
noexec-stack.patch
Non-Exec stack support
ext3-transaction-batching-fix.patch
Fix ext3 transaction batching
reiserfs-nesting-02.patch
reiserfs: support for nested transactions
reiserfs-journal-writer.patch
reiserfs: cleanups
reiserfs-logging.patch
reiserfs: logging rework
reiserfs-jh-2.patch
reiserfs: data=ordered support
reiserfs-end-trans-bkl.patch
reiserfs: locking fix
reiserfs-prealloc.patch
reiserfs: preallocation support
reiserfs-tail-jh.patch
reiserfs: tail repacking fix
reiserfs-writepage-ordered-race.patch
reiserfs: fix race with writepage
reiserfs-file_write_hole_sd.diff.patch
reiserfs: sparse file handling fix
reiserfs-laptop-mode.patch
reiserfs: laptop-mode support
reiserfs-truncate-leak.patch
reiserfs: truncate leak fix
reiserfs-ordered-lat.patch
reiserfs: scheduling latency improvements
reiserfs-dirty-warning.patch
reiserfs: fix dirty-buffer warnings
reiserfs_kfree-warning-fix.patch
reiserfs_kfree warning fix
reiserfs-writepage-race-fix.patch
reiserfs writepage race with data=ordered
selinux-ipv6-support.patch
selinux: add IPv6 support
selinux-remove-duplicate-assignment.patch
From: James Morris <jmorris@redhat.com>
Subject: [SELINUX] 2/2 Remove duplicate assignment
lightweight-auditing-framework.patch
Light-weight Auditing Framework
Light-weight Auditing Framework update
lightweight-auditing-framework warning fixes
Light-weight Auditing Framework receive filter fixes
lightweight-auditing-framework-receive-filter-fixes compile fix
lightweight-auditing-framework-ipv6-support.patch
selinux: make IPv6 code work with audit framework
selinux-compute_sid-fixes.patch
selinux: Audit compute_sid errors
selinux-remove-ratelimit.patch
selinux: remove ratelimit from avc
mixart-build-fix.patch
CONFIG_SND_MIXART doesn't compile
unmap_vmas-latency-improvement.patch
unmap_vmas latency improvement
i386-head_S-cleanups.patch
more i386 head.S cleanups
intermezzo-leak-fixes.patch
intermezzo leak fixes
es1688-define-fix.patch
es1688 Definition redundancy
load_elf_binary-overflow-detection-fix.patch
binfmt_elf.c fix for 32-bit apps with large bss
stack-reductions-ide-cd.patch
stack reduction: ide-cd
stack-reductions-ide.patch
stack reductions: ide
stack-reductions-isdn.patch
stack reduction: ISDN
use-EFLAGS_defines.patch
use EFLAGS #defines instead of inline constants
h8300-ptrace-fix.patch
From: Yoshinori Sato <ysato@users.sourceforge.jp>
Subject: [PATCH] H8/300 support update (1/3) - ptrace fix
h8300-entry_s-cleanup.patch
From: Yoshinori Sato <ysato@users.sourceforge.jp>
Subject: [PATCH] H8/300 support update (2/3) - entry.S cleanup
h8300-others.patch
From: Yoshinori Sato <ysato@users.sourceforge.jp>
Subject: [PATCH] H8/300 support update (3/3) - others
h8300-support-update.patch
From: Yoshinori Sato <ysato@users.sourceforge.jp>
Subject: [PATCH] H8/300 support update
sh-sci-build-fix.patch
sh-sci compile error fix patch
posix-timers-thread.patch
fix posix-timers to have proper per-process scope
v850-bitop-volatiles.patch
v850: use volatile qualifier on v850 test-n-bitop asm statements
v850-dma-mapping-fix.patch
v850: make v850 dma-mapping.h header work when !CONFIG_PCI
m68knommu-dma-mapping.patch
m68knommu: create dma-mapping.h
m68knommu-kernel_thread-fix.patch
m68knommu: fix kernel_thread()
m68knommu-kconfig-cleanup.patch
m68knommu: Kconfig cleanup
m68knommu-comempci-printk-cleanup.patch
m68knommu: comempci.c printk cleanup
m68knommu-coherent-dma-allocation.patch
m68knommu: coherent dma allocation
m68knommu-build-dmac.patch
m68knommu: build dma.c
cleanup-m68knommu-setupc-printk-and-irqreturn_t.patch
m68knommu cleanup setup.c (printk and irqreturn_t)
cleanup-m68knommu-trapsc-printk-and-dump_stack.patch
m68knommu cleanup traps.c (printk and dump_stack)
platform-additions-in-m68knommu-linker-script.patch
m68knommu: platform additions in linker script
fix-gcc-cpu-define-for-m68knommu-coldfire.patch
m68knommu/coldfire: fix gcc cpu define
add-senTec-vendor-support-to-m68knommu-Makefile.patch
m68knommu: add senTec vendor support to Makefile
m68knommu-faultc-printk-cleanup.patch
m68knommu: fault.c printk cleanup
m68knommu-mm-initc-printk-cleanup.patch
m68knommu: mm/init.c printk cleanup
m68knommu-ColdFire-base-DMA-addresses.patch
m68knommu/ColdFire base DMA addresses
m68knommu-timersc-printk-cleanup.patch
m68knommu: timers.c printk cleanup
auto-size-dram-on-motorola-5272-coldfire-board.patch
m68knommu: auto-size DRAM on Motorola/5272 ColdFire board
add-start-code-for-cobra5272-board.patch
m68knommu: add start code for COBRA5272 board
use-irqreturn_t-in-coldfire-5282-setup-code.patch
m68knommu: use irqreturn_t in ColdFire 5282 setup code
add-start-code-for-cobra5282-board.patch
m68knommu: add start code for COBRA5282 board
cleanup-coldfire-5307-ints-code.patch
m68knommu: cleanup ColdFire/5307 ints code
use-irqreturn_t-in-coldfire-5307-setup-code.patch
m68knommu: use irqreturn_t in ColdFire 5307 setup code
m68knommu-mm-5307-vectorsc-printk-cleanup.patch
m68knommu: mm/5307/vectors.c printk cleanup
conditional-romfs-copy-for-5407-cleopatra-board.patch
m68knommu: conditional ROMfs copy for 5407 CLEOPATRA board
68360-commprocc-printk-cleanup.patch
m68knommu: 68360 commproc.c printk cleanup
68360-configc-printk-cleanup.patch
m68knommu: 68360 config.c printk cleanup
68ez328-configc-printk-cleanup.patch
m68knommu: 68EZ328 config.c printk cleanup
use-irqreturn_t-in-coldfire-5407-setup-code.patch
68knommu: use irqreturn_t in ColdFire 5407 setup code
use-irqreturn_t-in-motorola-68328-setup-code.patch
68knommu: use irqreturn_t in Motorola 68328 setup code
cleanup-motorola-68328-ints-code.patch
68knommu: cleanup Motorola 68328 ints code
cleanup-motorola-68360-ints-code.patch
68knommu: cleanup Motorola 68360 ints code
mk68knommu-dragonengine-setup-code-printk-cleanup.patch
68knommu: mk68knommu DragonEngine setup code printk cleanup
cleanup-startup-code-for-68ez328-dragonengine-board.patch
68knommu: cleanup startup code for 68EZ328 DragonEngine board
68ez328-ucdimm-setup-code-printk-cleanup.patch
68knommu: 68EZ328/ucdimm setup code printk cleanup
add-support-for-64mhz-clock-for-coldfire-boards.patch
68knommu: add support for 64MHz clock for ColdFire boards
missing-n-in-timer_tscc.patch
missing n in timer_tsc.c
hugetlb-consolidation.patch
hugetlb consolidation
hugetlb-consolidation-highmem-fix.patch
mc3 hugetlb buildfix
s390-1-12-core-s390.patch
s390: core s390
s390-2-12-common-i-o-layer.patch
s390: common i/o layer
s390-3-12-tape-driver-fixes.patch
s390: tape driver fixes
s390-4-12-dasd-driver-fix.patch
s390: dasd driver fix
s390-5-12-network-driver-fixes.patch
s390: network driver fixes
s390-6-12-dcss-block-driver-fix.patch
s390: dcss block driver fix
s390-7-12-zfcp-fixes-without-kfree-hack.patch
s390: zfcp fixes (without kfree hack)
s390-8-12-zfcp-log-messages-part-1.patch
s390: zfcp log messages part 1
s390-9-12-zfcp-log-messages-part-2.patch
s390: zfcp log messages part 2
s390-10-12-crypto-device-driver-part-1.patch
s390: crypto device driver part 1
s390-11-12-crypto-device-driver-part-2.patch
s390: crypto device driver part 2
s390-12-12-rewritten-qeth-driver.patch
s390: rewritten qeth driver
queue-congestion-callout.patch
Add queue congestion callout
queue-congestion-dm-implementation.patch
Implement queue congestion callout for device mapper
devicemapper: use rwlock for map alterations
Another DM maplock implementation
dm-remove-__dm_request.patch
dmL remove __dm_request
per-backing dev unplugging
per-backing_dev-unplugging.patch
per-backing dev unplugging
swap_writepage-BIO_RW_SYNC.patch
Use BIO_RW_SYNC in swap write page
md-unplug-update.patch
unplugging: md update
correct-unplugs-on-nr_queued.patch
Correct unplugs on nr_queued
correct-unplugs-on-nr_queued-remove-warnings.patch
correct-unplugs-on-nr_queued-remove-warnings
cfq-4.patch
CFQ io scheduler
CFQ fixes
rmap-1-linux-rmaph.patch
rmap 1 linux/rmap.h
rmap-2-anon-and-swapcache.patch
rmap 2 anon and swapcache
rw_swap_page_sync-fixes.patch
rw_swap_page_sync fixes
rmap-3-arches--mapping_mapped.patch
rmap 3 arches + mapping_mapped
rename-page_to_nodenum.patch
rename page_to_nodenum()
alpha-fix-unaligned-stxncpy-again.patch
alpha: fix unaligned stxncpy again
cyclades-works-on-smp.patch
cyclades works OK on SMP
dnotify_parent-speedup.patch
dnotify_parent speedup
floppy_format_265.patch
Feed floppy.c through Lindent
jbd-do_get_write_access-lock-contention-reduction.patch
jbd: do_get_write_access lock contention reduction
jbd-b_transaction-zeroing-cleanup.patch
jbd: b_transaction zeroing cleanup
probe_roms-01-move-stuff.patch
i386 probe_roms(): preparation
probe_roms-02-fixes.patch
i386 probe_roms(): fixes
swsusp-update.patch
swsusp update: supports discontingmem/highmem
swsusp-highmem-fixes.patch
swsusp update: supports discontingmem/highmem fixes
swsusp-dont-start-stopped-processes.patch
Swsusp should not wake up stopped processes
mandocs_params-007.patch
Correct kernel-doc comment with incorrect parameters documented
get_user_pages-shortcut.patch
get_user_pages shortcut for anonymous pages
isicom-jiffies-fix.patch
isicom.c: jiffies must be unsigned long
isicom-unused-vars.patch
isicom.c: unused vars
parport-dependency-fix.patch
parport dependency fix
dvd-dependency-fix.patch
DVB dependency fix
isicom-error-path-fix.patch
isicom error path fix
QD65xx-io-ports-fix.patch
QD65xx I/O ports fix
parportbook-build-fix.patch
Fix parportbook build again
saa7134-asus-tv-fm-inputs.patch
saa7134 - Add two inputs for Asus TV FM
pdaudiocf-build-fix.patch
pdaudiocf.c needs init.h
dont-offer-gen_rtc-on-ia64.patch
don't offer GEN_RTC on ia64
remove_concat_FUNCTION_arch.patch
remove concatenation with __FUNCTION__ arch/*
remove_concat_FUNCTION_drivers.patch
remove concatenation with __FUNCTION__ drivers/*
remove_concat_FUNCTION_include.patch
remove concatenation with __FUNCTION__ include/*
remove_concat_FUNCTION_sound.patch
remove concatenation with __FUNCTION__ sound/*
raid56-masking-fix.patch
Fix Raid5/6 above 2 Terabytes
ibmasm-dependency-fix.patch
make ibmasm driver uart support depend on SERIAL_8250
bitop-comment-fix.patch
fix test_and_change_bit comment
ext2-alternate-sb-mount-fix.patch
ext2fs sb= mount option fix
ext3-alternate-sb-mount-fix.patch
ext3fs sb= mount option fix
zoran-overflow-fix.patch
fix for potential integer overflow in zoran driver
mdacon-warning-fix.patch
mdacon.c warning fix.
do_fork-error-path-memory-leak.patch
do_fork() error path memory leak
Fix-More-Problems-Introduced-By-Module-Structure-Added-in-modpostc.patch
Fix More Problems Introduced By Module Structure Added in modpost.c
Rename-bitmap_clear-to-bitmap_zero-remove-CLEAR_BITMAP.patch
Rename bitmap_clear to bitmap_zero, remove CLEAR_BITMAP
i2c-dev-warning-fixes.patch
i2c-dev warning fixes
policydb-printk-warnings.patch
policydb printk warnings
applicom-warnings.patch
applicom warnings and usercopy-in-cli fix
tpqic02-warnings.patch
tpqic02 warnings
acct-oops-fix.patch
BSD accounting oops fix
framebuffer-bugfix.patch
framebuffer bugfix
updated-fbmem-patch.patch
fb_copy_cmap() fix
make-%docs-depend-on-scripts_basic.patch
Make %docs depend on scripts_basic
kbuild-cleaning-in-three-steps.patch
kbuild: cleaning in three steps
kbuild-external-module-support.patch
kbuild: external module support
parport-no-procfs-warning-fix.patch
parport: no procfs warning fix
CONFIG_SYSFS.patch
Add CONFIG_SYSFS
jbd-BH_Revoke-cleanup.patch
JBD: BH_Revoke cleanup
cciss-proc-fix.patch
cciss: /proc fix
cciss_scsi-warning.patch
cciss_scsi warning
pmdisk-is-x86-only.patch
pmdisk is x86 only
mc.patch
Add -mcN to EXTRAVERSION
bk-alsa.patch
bk-arm.patch
bk-driver-core.patch
bk-drm.patch
bk-i2c.patch
bk-ieee1394.patch
bk-input.patch
bk-libata.patch
bk-netdev.patch
bk-pci.patch
bk-pcmcia.patch
bk-scsi.patch
bk-serial.patch
bk-usb.patch
bk-agpgart.patch
bk-cpufreq.patch
mm.patch
add -mmN to EXTRAVERSION
r8169-warning-fix.patch
r8169 warning fix
netpoll-early-arp-handling.patch
netpoll early ARP handling
netpoll-transmit-busy-bugfix.patch
netpoll transmit busy bugfix
kgdb-ga.patch
kgdb stub for ia32 (George Anzinger's one)
kgdbL warning fix
kgdb buffer overflow fix
kgdbL warning fix
kgdb: CONFIG_DEBUG_INFO fix
x86_64 fixes
correct kgdb.txt Documentation link (against 2.6.1-rc1-mm2)
kgdb-ga-recent-gcc-fix.patch
kgdb: fix for recent gcc
kgdboe-netpoll.patch
kgdb-over-ethernet via netpoll
kgdboe-configuration-logic-fix.patch
kgdboe: fix configuration of MAC address
kgdboe-configuration-logic-fix-fix.patch
kgdboe-non-ia32-build-fix.patch
kgdb-warning-fixes.patch
kgdb warning fixes
kgdb-x86_64-support.patch
kgdb-x86_64-support.patch for 2.6.2-rc1-mm3
kgdb-x86_64-warning-fixes.patch
kgdb-x86_64-warning-fixes
wchan-use-ELF-sections-kgdb-fix.patch
wchan-use-ELF-sections-kgdb-fix
kgdb-THREAD_SIZE-fixes.patch
THREAD_SIZE fixes for kgdb
must-fix.patch
must fix lists update
must fix list update
mustfix update
must-fix-update-5.patch
must-fix update
ppc64-reloc_hide.patch
ext3-journalled-quotas.patch
Journalled quota patch
ext3-journalled-quotas-export.patch
ext3-journalled-quotas export
invalidate_inodes-speedup.patch
invalidate_inodes speedup
more invalidate_inodes speedup fixes
config_spinline.patch
uninline spinlocks for profiling accuracy.
pdflush-diag.patch
get_user_pages-handle-VM_IO.patch
fix get_user_pages() against mappings of /dev/mem
pci_set_power_state-might-sleep.patch
CONFIG_STANDALONE-default-to-n.patch
Make CONFIG_STANDALONE default to N
extra-buffer-diags.patch
selinux-inode-race-trap.patch
Try to diagnose Bug 2153
slab-leak-detector.patch
slab leak detector
mm/slab.c warning in cache_alloc_debugcheck_after
local_bh_enable-warning-fix.patch
nfs-01-prepare_nfspage.patch
Subject: [PATCH] Prepare NFS asynchronous read/write structures for rsize/wsize < PAGE_SIZE
nfs-02-small_rsize.patch
Subject: [PATCH] Add asynchronous read support for rsize<PAGE_SIZE
nfs-02-small_rsize-warning-fixes.patch
Fix nfs-02-small_rsize ppc64 warnings
nfs-03-small_wsize.patch
nfs: Add asynchronous write support for wsize<PAGE_SIZE
nfs-03-small_wsize-warning-fixes.patch
Fix ppc64 warnings in nfs-03-small_wsize patch
nfs-04-congestion.patch
Subject: [PATCH] Throttle writes when memory pressure forces a flush
nfs-05-unrace.patch
Subject: [PATCH] Remove a couple of races in RPC layer...
nfs-06-rpc_throttle.patch
Subject: [PATCH] add fair queueing to the RPC scheduler.
nfs-07-rpc_fixes.patch
Subject: [PATCH] Close some potential scheduler races in rpciod.
nfs-08-short_rw.patch
Subject: [PATCH] Add support for short reads/writes (< rsize/wsize)
nfsv4-updates.patch
nfsv4 updates
Move-saved_command_line-to-init-mainc.patch
Move saved_command_line to init/main.c
sched-run_list-cleanup.patch
small scheduler cleanup
sched-find_busiest_node-resolution-fix.patch
sched: improved resolution in find_busiest_node
sched-domains.patch
sched: scheduler domain support
sched: fix for NR_CPUS > BITS_PER_LONG
sched: clarify find_busiest_group
sched: find_busiest_group arithmetic fix
sched-find-busiest-fix.patch
sched-find-busiest-fix
sched-sibling-map-to-cpumask.patch
sched: cpu_sibling_map to cpu_mask
p4-clockmod sibling_map fix
p4-clockmod: handle more than two siblings
sched-domains-i386-ht.patch
sched: implement domains for i386 HT
sched: Fix CONFIG_SMT oops on UP
sched: fix SMT + NUMA bug
Change arch_init_sched_domains to use cpu_online_map
Fix build with NR_CPUS > BITS_PER_LONG
sched-no-drop-balance.patch
sched: handle inter-CPU jiffies skew
sched-directed-migration.patch
sched_balance_exec(): don't fiddle with the cpus_allowed mask
sched-domain-debugging.patch
sched_domain debugging
sched-domain-balancing-improvements.patch
scheduler domain balancing improvements
sched-group-power.patch
sched-group-power
sched-group-power warning fixes
sched-domains-use-cpu_possible_map.patch
sched_domains: use cpu_possible_map
sched-smt-nice-handling.patch
sched: SMT niceness handling
sched-local-load.patch
sched: add local load metrics
process-migration-speedup.patch
Reduce TLB flushing during process migration
sched-trivial.patch
sched: trivial fixes, cleanups
sched-misc-fixes.patch
sched: misc fixes
sched-wakebalance-fixes.patch
sched: wakeup balancing fixes
sched-imbalance-fix.patch
sched: fix imbalance calculations
sched-altix-tune1.patch
sched: altix tuning
sched-fix-activelb.patch
sched: oops fix
ppc64-sched-domain-support.patch
ppc64: sched-domain support
sched-domain-setup-lock.patch
sched: fix setup races
ppc64-sched_domains-fix.patch
ppc64-sched_domains-fix
sched-domain-setup-lock-ppc64-fix.patch
sched-minor-cleanups.patch
sched: minor cleanups
sched-inline-removals.patch
sched: uninlinings
sched-move-cold-task.patch
sched: move cold task in mysteriouis ways
sched-migrate-shortcut.patch
sched: add migration shortcut
sched-more-sync-wakeups.patch
sched: extend sync wakeups
sched-boot-fix.patch
sched: lock cpu_attach_domain for hotplug
sched-cleanups.patch
sched: cleanups
sched-damp-passive-balance.patch
sched: passive balancing damping
sched-cpu-load-cleanup.patch
sched: cpu load management cleanup
fa311-mac-address-fix.patch
wrong mac address with netgear FA311 ethernet card
pid_max-fix.patch
Bug when setting pid_max > 32k
use-soft-float.patch
Use -msoft-float
non-readable-binaries.patch
Handle non-readable binfmt_misc executables
binfmt_misc-credentials.patch
binfmt_misc: improve calaulation of interpreter's credentials
aic7xxx-deadlock-fix.patch
aic7xxx deadlock fix
poll-select-longer-timeouts.patch
poll()/select(): support longer timeouts
poll-select-range-check-fix.patch
poll()/select() range checking fix
poll-select-handle-large-timeouts.patch
poll()/select(): handle long timeouts
add-a-slab-for-ethernet.patch
Add a kmalloc slab for ethernet packets
siimage-update.patch
ide: update for siimage driver
ipmi-socket-interface.patch
IPMI: socket interface
nmi_watchdog-local-apic-fix.patch
Fix nmi_watchdog=2 and P4 HT
nmi-1-hz-2.patch
reduce NMI watchdog call frequency with local APIC.
pcmcia-netdev-ordering-fixes.patch
PCMCIA netdevice ordering issues
3ware-update.patch
3ware driver update
devinet-ctl_table-fix.patch
devinet_ctl_table[] null termination
idr-extra-features.patch
idr.c: extra features enhancements
shm-do_munmap-check.patch
stack-overflow-test-fix.patch
Fix stack overflow test for non-8k stacks
jbd-remove-livelock-avoidance.patch
JBD: remove livelock avoidance code in journal_dirty_data()
jgarzik-warnings.patch
logitech-keyboard-fix.patch
2.6.5-rc2 keyboard breakage
signal-race-fix.patch
signal handling race fix
signal-race-fix-ia64.patch
signal-race-fix: ia64
signal-race-fix-s390.patch
signal-race fixes for s390
signal-race-fix-x86_64.patch
signal-race-fixes: x86-64 support
signal-race-fixes-ppc.patch
signal-race fixes for ppc32 and ppc64
warn-on-mdelay-in-irq-handlers.patch
Warn on mdelay() in irq handlers
stack-reductions-nfsread.patch
stack reductions: nfs read
stack-reductions-nfsroot.patch
stack reductions: nfs root
x86_64-probe_roms-c89.patch
x86_64: probe_roms()
speed-up-sata.patch
speed up SATA
yenta-TI-irq-routing-fix.patch
yenta: interrupt routing for TI briges
advansys-fix.patch
advansys check_region() fix
pnp-updates.patch
PnP Updates for 2.6.5-rc3-mm4 (testing)
aic7xxx-unload-fix.patch
aic7xxx: fix oops whe hardware is not present
aic7xxx-unload-fix-fix
journal_add_journal_head-debug.patch
journal_add_journal_head-debug
nfs-O_DIRECT-fixes.patch
NFS: O_DIRECT fixes
aic7xxx-swsusp-support.patch
support swsusp for aic7xxx
reiserfs-commit-default.patch
Add "commit=0" to reiserfs
xfs-laptop-mode.patch
Laptop mode support for XFS
xfs-laptop-mode-syncd-synchronization.patch
Synchronize XFS sync daemon with laptop mode syncs.
vmscan-less-sleepiness.patch
vmscan: Fix up the determination of when to throttle
list_del-debug.patch
list_del debug check
oops-dump-preceding-code.patch
i386 oops output: dump preceding code
lockmeter.patch
lockmeter
ia64 CONFIG_LOCKMETER fix
reslabify-pgds-and-pmds-2.patch
jbd-journal_dirty_metadata-locking-speedup.patch
jbd: journal_dirty_metadata locking speedup
0-autofs4-2.6.0-signal-20040405.patch
autofs: dnotify + autofs may create signal/restart syscall loop
1-autofs4-2.6.4-cleanup-20040405.patch
autofs: printk cleanups
2-autofs4-2.6.4-fill_super-20040405.patch
3-autofs4-2.6.0-bkl-20040405.patch
autofs: locking rework
4-autofs4-2.6.0-expire-20040405.patch
autofs: expiry refcount fixes
5-autofs4-2.6.0-readdir-20040405.patch
autofs: readdir fixes
6-autofs4-2.6.0-may_umount-20040405.patch
autofs: add ioctl to query unmountability
7-autofs4-2.6.0-extra-20040405.patch
autofs: readdir futureproofing
cciss-logical-device-queues.patch
cciss: per logical device queues
numa-api-x86_64.patch
numa api: -64 support
numa-api-bitmap-fix.patch
numa api: Bitmap bugfix
numa-api-i386.patch
numa api: Add i386 support
numa-api-ia64.patch
numa api: Add IA64 support
numa-api-core.patch
numa api: Core NUMA API code
numa-api-core-tweaks.patch
numa-api-core-tweaks
numa-api-core-bitmap_clear-fixes.patch
numa-api-core bitmap_clear fixes
numa-api-vma-policy-hooks.patch
numa api: Add VMA hooks for policy
numa-api-vma-policy-hooks-fix.patch
numa-api-vma-policy-hooks fix
numa-api-shared-memory-support.patch
numa api: Add shared memory support
numa-api-shared-memory-support-tweaks.patch
numa-api-shared-memory-support-tweaks
numa-api-statistics.patch
numa api: Add statistics
numa-api-anon-memory-policy.patch
numa api: Add policy support to anonymous memory
sk98lin-buggy-vpd-workaround.patch
net/sk98lin: correct buggy VPD in ASUS MB
skvpd-build-fix
kNFSdv4-4-of-10-nfsd4_readdir-fixes.patch
kNFSdv4: nfsd4_readdir fixes
nfsd4_readdir-build-fix.patch
nfsd4_readdir build fix
kNFSdv4-5-of-10-Fix-bad-error-returm-from-svcauth_gss_accept.patch
kNFSdv4: Fix bad error returm from svcauth_gss_accept
kNFSdv4-6-of-10-Keep-state-to-allow-replays-for-close-to-work.patch
kNFSdv4: Keep state to allow replays for 'close' to work.
nfsd_list_cleanup.patch
Subject: Re: [PATCH] kNFSdv4 - 6 of 10 - Keep state to allow replays for 'close' to work.
kNFSdv4-7-of-10-Allow-locku-replays-aswell.patch
kNFSdv4: Allow locku replays aswell
kNFSdv4-8-of-10-Improve-how-locking-copes-with-replays.patch
kNFSdv4: Improve how locking copes with replays
kNFSdv4-9-of-10-Set-credentials-properly-when-puutrootfh-is-used.patch
kNFSdv4: Set credentials properly when puutrootfh is used
kNFSdv4-10-of-10-Implement-server-side-reboot-recovery-mostly.patch
kNFSdv4: Implement server-side reboot recovery (mostly)
Oprofile-ARM-XScale-PMU-driver.patch
Oprofile: ARM/XScale PMU driver
unplug-can-sleep.patch
unplug functions can sleep
fix-load_elf_binary-error-path-on-unshare_files-error.patch
fix load_elf_binary error path on unshare_files error
sctp-printk-warnings.patch
sctp printk warnings
atm-warning-fixes.patch
atm warning fixes
firestream-warnings.patch
firestream warnings
cpufreq_userspace-warning.patch
cpufreq_userspace warning
compute-creds-race-fix.patch
compute_creds race
compute-creds-race-fix-fix.patch
compute-creds-race-fix-fix
rndis-fix.patch
usb/gadget/rndis.c fix
sir_dev-warnings.patch
sir_dev.c warnings
donauboe-ptr-fix.patch
donauboe.c 32-bit pointer fix
strip-warnings.patch
drivers/net/wireless/strip.c warnings
pc300_drv-warnings.patch
pc300_drv-warnings
strip-warnings-2.patch
strip.c warnings
sk_mca-multicast-fix.patch
sk_mca multicast fix
kstrdup-and-friends.patch
add string replication functions
call_usermodehelper_async.patch
Add call_usermodehelper_async
get_files_struct.patch
get_files_struct cleanup
fix-acer-travelmate-360-interrupt-routing.patch
fix Acer TravelMate 360 interrupt routing
shrink-hash-sizes-on-small-machines-take-2.patch
shrink VFS hash sizes on small machines
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: 2.6.5-mm4
2004-04-11 3:05 2.6.5-mm4 Andrew Morton
@ 2004-04-12 6:46 ` Paul P Komkoff Jr
2004-04-12 7:42 ` 2.6.5-mm4 Andrew Morton
0 siblings, 1 reply; 16+ messages in thread
From: Paul P Komkoff Jr @ 2004-04-12 6:46 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 4642 bytes --]
Replying to Andrew Morton:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.5/2.6.5-mm4/
I've got couple of these:
Apr 12 10:31:41 h1 Debug: sleeping function called from invalid
context at drivers/block/ll_rw_blk.c:1156
Apr 12 10:31:41 h1 in_atomic():1, irqs_disabled():1
Apr 12 10:31:41 h1 Call Trace:
Apr 12 10:31:41 h1 [<c011e396>] __might_sleep+0xb6/0xe0
Apr 12 10:31:41 h1 [<c02e4f05>] generic_unplug_device+0x15/0x80
Apr 12 10:31:41 h1 [<c03b8597>] unplug_slaves+0xa7/0xb0
Apr 12 10:31:41 h1 [<c02e76f4>] blk_backing_dev_unplug+0x14/0x16
Apr 12 10:31:41 h1 [<c016287a>] __wait_on_buffer+0xea/0xf0
Apr 12 10:31:41 h1 [<c011e980>] autoremove_wake_function+0x0/0x40
Apr 12 10:31:41 h1 [<c0166514>] submit_bh+0x94/0x1e0
Apr 12 10:31:41 h1 [<c011e980>] autoremove_wake_function+0x0/0x40
Apr 12 10:31:41 h1 [<c01a8298>] ext3_get_inode_loc+0x168/0x250
Apr 12 10:31:41 h1 [<c01a8409>] ext3_read_inode+0x29/0x2f0
Apr 12 10:31:41 h1 [<c017c7f5>] get_new_inode_fast+0x45/0x130
Apr 12 10:31:41 h1 [<c01aa2a4>] ext3_lookup+0x84/0xb0
Apr 12 10:31:41 h1 [<c016f98e>] real_lookup+0xce/0x100
Apr 12 10:31:41 h1 [<c016fc25>] do_lookup+0x75/0x80
Apr 12 10:31:41 h1 [<c016fd57>] link_path_walk+0x127/0xa20
Apr 12 10:31:41 h1 [<c02a0aa4>] set_cursor+0x64/0x80
Apr 12 10:31:41 h1 [<c0170934>] path_lookup+0xa4/0x1d0
Apr 12 10:31:41 h1 [<c01711c9>] open_namei+0x89/0x420
Apr 12 10:31:41 h1 [<c016043d>] filp_open+0x2d/0x50
Apr 12 10:31:41 h1 [<c01608ed>] sys_open+0x4d/0xa0
Apr 12 10:31:41 h1 [<c01003e9>] init+0xd9/0x180
Apr 12 10:31:41 h1 [<c0100310>] init+0x0/0x180
Apr 12 10:31:41 h1 [<c01042c5>] kernel_thread_helper+0x5/0x10
Sometimes it is a bit longer
Apr 12 10:31:41 h1 Debug: sleeping function called from invalid
context at drivers/block/ll_rw_blk.c:1156
Apr 12 10:31:41 h1 in_atomic():1, irqs_disabled():1
Apr 12 10:31:41 h1 Call Trace:
Apr 12 10:31:41 h1 [<c011e396>] __might_sleep+0xb6/0xe0
Apr 12 10:31:41 h1 [<c02e4f05>] generic_unplug_device+0x15/0x80
Apr 12 10:31:41 h1 [<c03b8597>] unplug_slaves+0xa7/0xb0
Apr 12 10:31:41 h1 [<c02e76f4>] blk_backing_dev_unplug+0x14/0x16
Apr 12 10:31:41 h1 [<c016287a>] __wait_on_buffer+0xea/0xf0
Apr 12 10:31:41 h1 [<c011e980>] autoremove_wake_function+0x0/0x40
Apr 12 10:31:41 h1 [<c0166514>] submit_bh+0x94/0x1e0
Apr 12 10:31:41 h1 [<c011e980>] autoremove_wake_function+0x0/0x40
Apr 12 10:31:41 h1 [<c0164255>] __bread_slow+0x45/0xa0
Apr 12 10:31:41 h1 [<c016454c>] __bread+0x2c/0x30
Apr 12 10:31:41 h1 [<c01a5832>] ext3_get_branch+0x72/0xf0
Apr 12 10:31:41 h1 [<c01a5e5b>] ext3_get_block_handle+0x8b/0x300
Apr 12 10:31:41 h1 [<c02e685c>] submit_bio+0x6c/0x120
Apr 12 10:31:41 h1 [<c01a612a>] ext3_get_block+0x5a/0xb0
Apr 12 10:31:41 h1 [<c018483a>] do_mpage_readpage+0x1aa/0x4c0
Apr 12 10:31:41 h1 [<c0144bff>] buffered_rmqueue+0x11f/0x250
Apr 12 10:31:41 h1 [<c0257b98>] radix_tree_insert+0xe8/0x110
Apr 12 10:31:41 h1 [<c013f921>] add_to_page_cache+0x61/0x180
Apr 12 10:31:41 h1 [<c0184cdc>] mpage_readpages+0x18c/0x1d0
Apr 12 10:31:41 h1 [<c01a60d0>] ext3_get_block+0x0/0xb0
Apr 12 10:31:41 h1 [<c01a6ed0>] ext3_readpages+0x0/0x20
Apr 12 10:31:41 h1 [<c014763d>] read_pages+0x19d/0x1b0
Apr 12 10:31:41 h1 [<c01a60d0>] ext3_get_block+0x0/0xb0
Apr 12 10:31:41 h1 [<c0144ffa>] __alloc_pages+0x2ca/0x320
Apr 12 10:31:41 h1 [<c01161b6>] smp_apic_timer_interrupt+0xe6/0x150
Apr 12 10:31:41 h1 [<c0106c16>] apic_timer_interrupt+0x1a/0x20
Apr 12 10:31:41 h1 [<c0147974>] do_page_cache_readahead+0x124/0x1c0
Apr 12 10:31:41 h1 [<c0147b16>] page_cache_readahead+0x106/0x210
Apr 12 10:31:41 h1 [<c014044a>] do_generic_mapping_read+0xba/0x500
Apr 12 10:31:41 h1 [<c0140890>] file_read_actor+0x0/0xd0
Apr 12 10:31:41 h1 [<c0140b30>] __generic_file_aio_read+0x1d0/0x200
Apr 12 10:31:41 h1 [<c0140890>] file_read_actor+0x0/0xd0
Apr 12 10:31:41 h1 [<c01a5e5b>] ext3_get_block_handle+0x8b/0x300
Apr 12 10:31:41 h1 [<c0140ba2>] generic_file_aio_read+0x42/0x60
Apr 12 10:31:41 h1 [<c0161264>] do_sync_read+0x74/0xb0
Apr 12 10:31:41 h1 [<c011eb5c>] mm_init+0xcc/0x110
Apr 12 10:31:41 h1 [<c0161342>] vfs_read+0xa2/0x100
Apr 12 10:31:41 h1 [<c016cb2c>] kernel_read+0x3c/0x50
Apr 12 10:31:41 h1 [<c016d85f>] prepare_binprm+0xaf/0xc0
Apr 12 10:31:41 h1 [<c016dc28>] do_execve+0xf8/0x1c0
Apr 12 10:31:41 h1 [<c016f53b>] getname+0xab/0xf0
Apr 12 10:31:41 h1 [<c0104be2>] sys_execve+0x32/0x80
Apr 12 10:31:41 h1 [<c010615d>] sysenter_past_esp+0x52/0x71
.config attached
Actually, it is not -mm4 itself but Joe Thornber's -udm2 ont top
of it and evms patches.
--
Paul P 'Stingray' Komkoff Jr // http://stingr.net/key <- my pgp key
This message represents the official view of the voices in my head
[-- Attachment #2: .config --]
[-- Type: text/plain, Size: 31668 bytes --]
#
# Automatically generated make config: don't edit
#
CONFIG_X86=y
CONFIG_MMU=y
CONFIG_UID16=y
CONFIG_GENERIC_ISA_DMA=y
#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y
CONFIG_CLEAN_COMPILE=y
CONFIG_STANDALONE=y
#
# General setup
#
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_AUDIT=y
CONFIG_AUDITSYSCALL=y
CONFIG_LOG_BUF_SHIFT=15
CONFIG_HOTPLUG=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
# CONFIG_EMBEDDED is not set
CONFIG_KALLSYMS=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODULE_UNLOAD is not set
CONFIG_OBSOLETE_MODPARM=y
# CONFIG_MODVERSIONS is not set
CONFIG_KMOD=y
#
# Processor type and features
#
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_NUMAQ is not set
# CONFIG_X86_SUMMIT is not set
# CONFIG_X86_BIGSMP is not set
# CONFIG_X86_VISWS is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_ES7000 is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
CONFIG_MPENTIUMIII=y
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_X86_GENERIC is not set
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_HPET_TIMER=y
# CONFIG_HPET_EMULATE_RTC is not set
CONFIG_SMP=y
CONFIG_NR_CPUS=2
# CONFIG_SCHED_SMT is not set
CONFIG_PREEMPT=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_TSC=y
CONFIG_X86_MCE=y
# CONFIG_X86_MCE_NONFATAL is not set
# CONFIG_X86_MCE_P4THERMAL is not set
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
CONFIG_MICROCODE=m
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m
#
# Firmware Drivers
#
CONFIG_EDD=m
# CONFIG_NOHIGHMEM is not set
CONFIG_HIGHMEM4G=y
# CONFIG_HIGHMEM64G is not set
CONFIG_HIGHMEM=y
CONFIG_HIGHPTE=y
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_EFI is not set
CONFIG_IRQBALANCE=y
CONFIG_HAVE_DEC_LOCK=y
CONFIG_REGPARM=y
#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
CONFIG_SOFTWARE_SUSPEND=y
# CONFIG_PM_DISK is not set
#
# ACPI (Advanced Configuration and Power Interface) Support
#
CONFIG_ACPI=y
CONFIG_ACPI_BOOT=y
CONFIG_ACPI_INTERPRETER=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_SLEEP_PROC_FS=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_BUS=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y
#
# APM (Advanced Power Management) BIOS Support
#
# CONFIG_APM is not set
#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set
#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_USE_VECTOR=y
# CONFIG_PCI_LEGACY_PROC is not set
CONFIG_PCI_NAMES=y
CONFIG_ISA=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
#
# PCMCIA/CardBus support
#
# CONFIG_PCMCIA is not set
CONFIG_PCMCIA_PROBE=y
#
# PCI Hotplug Support
#
# CONFIG_HOTPLUG_PCI is not set
#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_MISC=y
#
# Device Drivers
#
#
# Generic Driver Options
#
CONFIG_FW_LOADER=y
#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set
#
# Parallel port support
#
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
CONFIG_PARPORT_PC_CML1=y
# CONFIG_PARPORT_SERIAL is not set
CONFIG_PARPORT_PC_FIFO=y
CONFIG_PARPORT_PC_SUPERIO=y
CONFIG_PARPORT_OTHER=y
CONFIG_PARPORT_1284=y
#
# Plug and Play support
#
CONFIG_PNP=y
# CONFIG_PNP_DEBUG is not set
#
# Protocols
#
CONFIG_ISAPNP=y
CONFIG_PNPBIOS=y
# CONFIG_PNPBIOS_PROC_FS is not set
#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_DEV_XD is not set
CONFIG_PARIDE=m
CONFIG_PARIDE_PARPORT=y
#
# Parallel IDE high-level drivers
#
CONFIG_PARIDE_PD=m
CONFIG_PARIDE_PCD=m
CONFIG_PARIDE_PF=m
CONFIG_PARIDE_PT=m
CONFIG_PARIDE_PG=m
#
# Parallel IDE protocol modules
#
# CONFIG_PARIDE_ATEN is not set
# CONFIG_PARIDE_BPCK is not set
# CONFIG_PARIDE_BPCK6 is not set
# CONFIG_PARIDE_COMM is not set
# CONFIG_PARIDE_DSTR is not set
# CONFIG_PARIDE_FIT2 is not set
# CONFIG_PARIDE_FIT3 is not set
# CONFIG_PARIDE_EPAT is not set
CONFIG_PARIDE_EPIA=m
# CONFIG_PARIDE_FRIQ is not set
# CONFIG_PARIDE_FRPW is not set
# CONFIG_PARIDE_KBIC is not set
# CONFIG_PARIDE_KTTI is not set
# CONFIG_PARIDE_ON20 is not set
# CONFIG_PARIDE_ON26 is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_CRYPTOLOOP=m
CONFIG_BLK_DEV_NBD=m
# CONFIG_BLK_DEV_CARMEL is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_SIZE=16384
CONFIG_BLK_DEV_INITRD=y
CONFIG_LBD=y
#
# ATA/ATAPI/MFM/RLL support
#
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y
#
# Please see Documentation/ide.txt for help/info on IDE drives
#
# CONFIG_BLK_DEV_HD_IDE is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_IDEDISK_STROKE=y
CONFIG_BLK_DEV_IDECD=y
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
CONFIG_BLK_DEV_IDESCSI=y
CONFIG_IDE_TASK_IOCTL=y
CONFIG_IDE_TASKFILE_IO=y
#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_SHARE_IRQ=y
# CONFIG_BLK_DEV_OFFBOARD is not set
CONFIG_BLK_DEV_GENERIC=y
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
CONFIG_BLK_DEV_ADMA=y
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
# CONFIG_BLK_DEV_AMD74XX is not set
# CONFIG_BLK_DEV_ATIIXP is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_SC1200 is not set
CONFIG_BLK_DEV_PIIX=y
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
CONFIG_BLK_DEV_SVWKS=y
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_IDE_CHIPSETS is not set
CONFIG_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_BLK_DEV_HD is not set
#
# SCSI device support
#
CONFIG_SCSI=y
CONFIG_SCSI_PROC_FS=y
#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=y
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=y
#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_REPORT_LUNS=y
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set
#
# SCSI Transport Attributes
#
CONFIG_SCSI_SPI_ATTRS=y
# CONFIG_SCSI_FC_ATTRS is not set
#
# SCSI low-level drivers
#
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_7000FASST is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AHA152X is not set
# CONFIG_SCSI_AHA1542 is not set
# CONFIG_SCSI_AACRAID is not set
CONFIG_SCSI_AIC7XXX=y
CONFIG_AIC7XXX_CMDS_PER_DEVICE=32
CONFIG_AIC7XXX_RESET_DELAY_MS=3000
# CONFIG_AIC7XXX_BUILD_FIRMWARE is not set
# CONFIG_AIC7XXX_DEBUG_ENABLE is not set
CONFIG_AIC7XXX_DEBUG_MASK=0
CONFIG_AIC7XXX_REG_PRETTY_PRINT=y
# CONFIG_SCSI_AIC7XXX_OLD is not set
CONFIG_SCSI_AIC79XX=y
CONFIG_AIC79XX_CMDS_PER_DEVICE=32
CONFIG_AIC79XX_RESET_DELAY_MS=3000
# CONFIG_AIC79XX_BUILD_FIRMWARE is not set
# CONFIG_AIC79XX_ENABLE_RD_STRM is not set
# CONFIG_AIC79XX_DEBUG_ENABLE is not set
CONFIG_AIC79XX_DEBUG_MASK=0
CONFIG_AIC79XX_REG_PRETTY_PRINT=y
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_MEGARAID is not set
# CONFIG_SCSI_SATA is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_CPQFCTS is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_DTC3280 is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_EATA_PIO is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_GENERIC_NCR5380 is not set
# CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_PPA is not set
# CONFIG_SCSI_IMM is not set
# CONFIG_SCSI_NCR53C406A is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PSI240I is not set
# CONFIG_SCSI_QLOGIC_FAS is not set
# CONFIG_SCSI_QLOGIC_ISP is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
CONFIG_SCSI_QLA2XXX=y
# CONFIG_SCSI_QLA21XX is not set
# CONFIG_SCSI_QLA22XX is not set
# CONFIG_SCSI_QLA2300 is not set
# CONFIG_SCSI_QLA2322 is not set
# CONFIG_SCSI_QLA6312 is not set
# CONFIG_SCSI_QLA6322 is not set
# CONFIG_SCSI_SYM53C416 is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_T128 is not set
# CONFIG_SCSI_U14_34F is not set
# CONFIG_SCSI_ULTRASTOR is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set
#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI is not set
#
# Multi-device support (RAID and LVM)
#
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_LINEAR=y
CONFIG_MD_RAID0=y
CONFIG_MD_RAID1=y
CONFIG_MD_RAID5=y
CONFIG_MD_RAID6=y
CONFIG_MD_MULTIPATH=y
CONFIG_BLK_DEV_DM=y
CONFIG_DM_CRYPT=y
CONFIG_DM_MULTIPATH=y
CONFIG_DM_SNAPSHOT=y
CONFIG_DM_MIRROR=y
CONFIG_DM_ZERO=y
CONFIG_DM_FLAKEY=y
CONFIG_BLK_DEV_DM_BBR=y
#
# Fusion MPT device support
#
# CONFIG_FUSION is not set
#
# IEEE 1394 (FireWire) support
#
CONFIG_IEEE1394=y
#
# Subsystem Options
#
# CONFIG_IEEE1394_VERBOSEDEBUG is not set
# CONFIG_IEEE1394_OUI_DB is not set
# CONFIG_IEEE1394_EXTRA_CONFIG_ROMS is not set
#
# Device Drivers
#
# CONFIG_IEEE1394_PCILYNX is not set
CONFIG_IEEE1394_OHCI1394=y
#
# Protocol Drivers
#
# CONFIG_IEEE1394_VIDEO1394 is not set
# CONFIG_IEEE1394_SBP2 is not set
# CONFIG_IEEE1394_ETH1394 is not set
# CONFIG_IEEE1394_DV1394 is not set
# CONFIG_IEEE1394_RAWIO is not set
# CONFIG_IEEE1394_CMP is not set
#
# I2O device support
#
CONFIG_I2O=m
CONFIG_I2O_PCI=m
CONFIG_I2O_BLOCK=m
CONFIG_I2O_SCSI=m
CONFIG_I2O_PROC=m
#
# Networking support
#
CONFIG_NET=y
#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_NETLINK_DEV=m
CONFIG_UNIX=y
# CONFIG_IPMI_SOCKET is not set
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_FWMARK=y
CONFIG_IP_ROUTE_NAT=y
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_TOS=y
CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE=m
CONFIG_NET_IPGRE_BROADCAST=y
CONFIG_IP_MROUTE=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
CONFIG_INET_AH=y
CONFIG_INET_ESP=y
CONFIG_INET_IPCOMP=y
#
# IP: Virtual Server Configuration
#
# CONFIG_IP_VS is not set
CONFIG_IPV6=y
CONFIG_IPV6_PRIVACY=y
CONFIG_INET6_AH=y
CONFIG_INET6_ESP=y
CONFIG_INET6_IPCOMP=y
CONFIG_IPV6_TUNNEL=y
# CONFIG_DECNET is not set
CONFIG_BRIDGE=y
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_BRIDGE_NETFILTER=y
#
# IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=y
CONFIG_IP_NF_FTP=y
CONFIG_IP_NF_IRC=y
CONFIG_IP_NF_TFTP=y
CONFIG_IP_NF_AMANDA=y
CONFIG_IP_NF_QUEUE=y
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP_NF_MATCH_LIMIT=y
CONFIG_IP_NF_MATCH_IPRANGE=y
CONFIG_IP_NF_MATCH_MAC=y
CONFIG_IP_NF_MATCH_PKTTYPE=y
CONFIG_IP_NF_MATCH_MARK=y
CONFIG_IP_NF_MATCH_MULTIPORT=y
CONFIG_IP_NF_MATCH_TOS=y
CONFIG_IP_NF_MATCH_RECENT=y
CONFIG_IP_NF_MATCH_ECN=y
CONFIG_IP_NF_MATCH_DSCP=y
CONFIG_IP_NF_MATCH_AH_ESP=y
CONFIG_IP_NF_MATCH_LENGTH=y
CONFIG_IP_NF_MATCH_TTL=y
CONFIG_IP_NF_MATCH_TCPMSS=y
CONFIG_IP_NF_MATCH_HELPER=y
CONFIG_IP_NF_MATCH_STATE=y
CONFIG_IP_NF_MATCH_CONNTRACK=y
CONFIG_IP_NF_MATCH_OWNER=y
CONFIG_IP_NF_MATCH_PHYSDEV=y
CONFIG_IP_NF_FILTER=y
CONFIG_IP_NF_TARGET_REJECT=y
CONFIG_IP_NF_NAT=y
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=y
CONFIG_IP_NF_TARGET_REDIRECT=y
CONFIG_IP_NF_TARGET_NETMAP=y
CONFIG_IP_NF_TARGET_SAME=y
# CONFIG_IP_NF_NAT_LOCAL is not set
CONFIG_IP_NF_NAT_SNMP_BASIC=y
CONFIG_IP_NF_NAT_IRC=y
CONFIG_IP_NF_NAT_FTP=y
CONFIG_IP_NF_NAT_TFTP=y
CONFIG_IP_NF_NAT_AMANDA=y
CONFIG_IP_NF_MANGLE=y
CONFIG_IP_NF_TARGET_TOS=y
CONFIG_IP_NF_TARGET_ECN=y
CONFIG_IP_NF_TARGET_DSCP=y
CONFIG_IP_NF_TARGET_MARK=y
CONFIG_IP_NF_TARGET_CLASSIFY=y
CONFIG_IP_NF_TARGET_LOG=y
CONFIG_IP_NF_TARGET_ULOG=y
CONFIG_IP_NF_TARGET_TCPMSS=y
CONFIG_IP_NF_ARPTABLES=y
CONFIG_IP_NF_ARPFILTER=y
CONFIG_IP_NF_ARP_MANGLE=y
#
# IPv6: Netfilter Configuration
#
CONFIG_IP6_NF_QUEUE=y
CONFIG_IP6_NF_IPTABLES=y
CONFIG_IP6_NF_MATCH_LIMIT=y
CONFIG_IP6_NF_MATCH_MAC=y
CONFIG_IP6_NF_MATCH_RT=y
CONFIG_IP6_NF_MATCH_OPTS=y
CONFIG_IP6_NF_MATCH_FRAG=y
CONFIG_IP6_NF_MATCH_HL=y
CONFIG_IP6_NF_MATCH_MULTIPORT=y
CONFIG_IP6_NF_MATCH_OWNER=y
CONFIG_IP6_NF_MATCH_MARK=y
CONFIG_IP6_NF_MATCH_IPV6HEADER=y
CONFIG_IP6_NF_MATCH_AHESP=y
CONFIG_IP6_NF_MATCH_LENGTH=y
CONFIG_IP6_NF_MATCH_EUI64=y
CONFIG_IP6_NF_FILTER=y
CONFIG_IP6_NF_TARGET_LOG=y
CONFIG_IP6_NF_MANGLE=y
CONFIG_IP6_NF_TARGET_MARK=y
#
# Bridge: Netfilter Configuration
#
CONFIG_BRIDGE_NF_EBTABLES=y
CONFIG_BRIDGE_EBT_BROUTE=y
CONFIG_BRIDGE_EBT_T_FILTER=y
CONFIG_BRIDGE_EBT_T_NAT=y
CONFIG_BRIDGE_EBT_802_3=y
CONFIG_BRIDGE_EBT_AMONG=y
CONFIG_BRIDGE_EBT_ARP=y
CONFIG_BRIDGE_EBT_IP=y
CONFIG_BRIDGE_EBT_LIMIT=y
CONFIG_BRIDGE_EBT_MARK=y
CONFIG_BRIDGE_EBT_PKTTYPE=y
CONFIG_BRIDGE_EBT_STP=y
CONFIG_BRIDGE_EBT_VLAN=y
CONFIG_BRIDGE_EBT_ARPREPLY=y
CONFIG_BRIDGE_EBT_DNAT=y
CONFIG_BRIDGE_EBT_MARK_T=y
CONFIG_BRIDGE_EBT_REDIRECT=y
CONFIG_BRIDGE_EBT_SNAT=y
CONFIG_BRIDGE_EBT_LOG=y
CONFIG_XFRM=y
CONFIG_XFRM_USER=y
#
# SCTP Configuration (EXPERIMENTAL)
#
CONFIG_IP_SCTP=m
# CONFIG_SCTP_DBG_MSG is not set
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_SCTP_HMAC_NONE is not set
CONFIG_SCTP_HMAC_SHA1=y
# CONFIG_SCTP_HMAC_MD5 is not set
# CONFIG_ATM is not set
CONFIG_VLAN_8021Q=y
CONFIG_LLC=y
CONFIG_LLC2=y
CONFIG_IPX=m
CONFIG_IPX_INTERN=y
# CONFIG_ATALK is not set
CONFIG_X25=m
CONFIG_LAPB=m
CONFIG_NET_DIVERT=y
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set
#
# QoS and/or fair queueing
#
CONFIG_NET_SCHED=y
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_HTB=m
CONFIG_NET_SCH_HFSC=m
CONFIG_NET_SCH_CSZ=m
CONFIG_NET_SCH_PRIO=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
CONFIG_NET_SCH_TBF=m
CONFIG_NET_SCH_GRED=m
CONFIG_NET_SCH_DSMARK=m
CONFIG_NET_SCH_DELAY=m
CONFIG_NET_SCH_INGRESS=m
CONFIG_NET_QOS=y
CONFIG_NET_ESTIMATOR=y
CONFIG_NET_CLS=y
CONFIG_NET_CLS_TCINDEX=m
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_ROUTE=y
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
CONFIG_NET_CLS_RSVP=m
CONFIG_NET_CLS_RSVP6=m
CONFIG_NET_CLS_POLICE=y
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
CONFIG_NETDEVICES=y
#
# ARCnet devices
#
# CONFIG_ARCNET is not set
CONFIG_DUMMY=m
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
# CONFIG_ETHERTAP is not set
# CONFIG_NET_SB1000 is not set
#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_LANCE is not set
# CONFIG_NET_VENDOR_SMC is not set
# CONFIG_NET_VENDOR_RACAL is not set
#
# Tulip family network device support
#
# CONFIG_NET_TULIP is not set
# CONFIG_AT1700 is not set
# CONFIG_DEPCA is not set
# CONFIG_HP100 is not set
# CONFIG_NET_ISA is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_AC3200 is not set
# CONFIG_APRICOT is not set
# CONFIG_B44 is not set
# CONFIG_FORCEDETH is not set
# CONFIG_CS89x0 is not set
# CONFIG_DGRS is not set
# CONFIG_EEPRO100 is not set
CONFIG_E100=y
CONFIG_E100_NAPI=y
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_TLAN is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_NET_POCKET is not set
#
# Ethernet (1000 Mbit)
#
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SIS190 is not set
# CONFIG_SK98LIN is not set
# CONFIG_TIGON3 is not set
#
# Ethernet (10000 Mbit)
#
# CONFIG_IXGB is not set
# CONFIG_S2IO is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PLIP is not set
CONFIG_PPP=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPPOE=m
# CONFIG_SLIP is not set
#
# Wireless LAN (non-hamradio)
#
# CONFIG_NET_RADIO is not set
#
# Token Ring devices
#
# CONFIG_TR is not set
# CONFIG_NET_FC is not set
# CONFIG_RCPCI is not set
# CONFIG_SHAPER is not set
# CONFIG_NETCONSOLE is not set
#
# Wan interfaces
#
# CONFIG_WAN is not set
#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set
#
# IrDA (infrared) support
#
# CONFIG_IRDA is not set
#
# Bluetooth support
#
# CONFIG_BT is not set
# CONFIG_KGDBOE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NETPOLL_RX is not set
# CONFIG_NETPOLL_TRAP is not set
# CONFIG_NET_POLL_CONTROLLER is not set
#
# ISDN subsystem
#
# CONFIG_ISDN is not set
#
# Telephony Support
#
# CONFIG_PHONE is not set
#
# Input device support
#
CONFIG_INPUT=y
#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set
#
# Input I/O drivers
#
# CONFIG_GAMEPORT is not set
CONFIG_SOUND_GAMEPORT=y
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PARKBD is not set
# CONFIG_SERIO_PCIPS2 is not set
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_INPORT is not set
# CONFIG_MOUSE_LOGIBM is not set
# CONFIG_MOUSE_PC110PAD is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=m
# CONFIG_INPUT_UINPUT is not set
#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_SERIAL_NONSTANDARD is not set
#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_ACPI=y
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_EXTENDED=y
CONFIG_SERIAL_8250_MANY_PORTS=y
CONFIG_SERIAL_8250_SHARE_IRQ=y
CONFIG_SERIAL_8250_DETECT_IRQ=y
CONFIG_SERIAL_8250_MULTIPORT=y
CONFIG_SERIAL_8250_RSA=y
#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_UNIX98_PTYS=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_PRINTER=m
# CONFIG_LP_CONSOLE is not set
# CONFIG_PPDEV is not set
# CONFIG_TIPAR is not set
# CONFIG_QIC02_TAPE is not set
#
# IPMI
#
CONFIG_IPMI_HANDLER=m
CONFIG_IPMI_PANIC_EVENT=y
# CONFIG_IPMI_PANIC_STRING is not set
CONFIG_IPMI_DEVICE_INTERFACE=m
# CONFIG_IPMI_SI is not set
CONFIG_IPMI_WATCHDOG=m
#
# Watchdog Cards
#
CONFIG_WATCHDOG=y
# CONFIG_WATCHDOG_NOWAYOUT is not set
#
# Watchdog Device Drivers
#
CONFIG_SOFT_WATCHDOG=m
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_ADVANTECH_WDT is not set
# CONFIG_ALIM1535_WDT is not set
# CONFIG_ALIM7101_WDT is not set
# CONFIG_AMD7XX_TCO is not set
# CONFIG_SC520_WDT is not set
# CONFIG_EUROTECH_WDT is not set
# CONFIG_IB700_WDT is not set
# CONFIG_WAFER_WDT is not set
# CONFIG_I8XX_TCO is not set
# CONFIG_SC1200_WDT is not set
# CONFIG_SCx200_WDT is not set
# CONFIG_60XX_WDT is not set
# CONFIG_CPU5_WDT is not set
# CONFIG_W83627HF_WDT is not set
# CONFIG_W83877F_WDT is not set
# CONFIG_MACHZ_WDT is not set
#
# ISA-based Watchdog Cards
#
# CONFIG_PCWATCHDOG is not set
# CONFIG_MIXCOMWD is not set
# CONFIG_WDT is not set
#
# PCI-based Watchdog Cards
#
# CONFIG_PCIPCWATCHDOG is not set
# CONFIG_WDTPCI is not set
#
# USB-based Watchdog Cards
#
# CONFIG_USBPCWATCHDOG is not set
CONFIG_HW_RANDOM=m
CONFIG_NVRAM=m
CONFIG_RTC=m
# CONFIG_GEN_RTC is not set
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set
#
# Ftape, the floppy tape device driver
#
CONFIG_AGP=y
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_ATI is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_AMD64 is not set
# CONFIG_AGP_INTEL is not set
# CONFIG_AGP_INTEL_MCH is not set
# CONFIG_AGP_NVIDIA is not set
# CONFIG_AGP_SIS is not set
CONFIG_AGP_SWORKS=y
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_EFFICEON is not set
CONFIG_DRM=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_GAMMA is not set
CONFIG_DRM_R128=y
CONFIG_DRM_RADEON=y
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_MWAVE is not set
CONFIG_RAW_DRIVER=y
CONFIG_MAX_RAW_DEVS=256
CONFIG_HANGCHECK_TIMER=m
#
# I2C support
#
CONFIG_I2C=m
CONFIG_I2C_CHARDEV=m
#
# I2C Algorithms
#
# CONFIG_I2C_ALGOBIT is not set
# CONFIG_I2C_ALGOPCF is not set
#
# I2C Hardware Bus support
#
CONFIG_I2C_ALI1535=m
# CONFIG_I2C_ALI1563 is not set
CONFIG_I2C_ALI15X3=m
CONFIG_I2C_AMD756=m
CONFIG_I2C_AMD8111=m
CONFIG_I2C_I801=m
# CONFIG_I2C_I810 is not set
CONFIG_I2C_ISA=m
CONFIG_I2C_NFORCE2=m
# CONFIG_I2C_PARPORT is not set
# CONFIG_I2C_PARPORT_LIGHT is not set
CONFIG_I2C_PIIX4=m
# CONFIG_I2C_PROSAVAGE is not set
# CONFIG_I2C_SAVAGE4 is not set
# CONFIG_SCx200_ACB is not set
CONFIG_I2C_SIS5595=m
CONFIG_I2C_SIS630=m
CONFIG_I2C_SIS96X=m
# CONFIG_I2C_VIA is not set
CONFIG_I2C_VIAPRO=m
# CONFIG_I2C_VOODOO3 is not set
#
# Hardware Sensors Chip support
#
CONFIG_I2C_SENSOR=m
CONFIG_SENSORS_ADM1021=m
# CONFIG_SENSORS_ASB100 is not set
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_FSCHER is not set
# CONFIG_SENSORS_GL518SM is not set
CONFIG_SENSORS_IT87=m
CONFIG_SENSORS_LM75=m
CONFIG_SENSORS_LM78=m
# CONFIG_SENSORS_LM80 is not set
CONFIG_SENSORS_LM83=m
CONFIG_SENSORS_LM85=m
# CONFIG_SENSORS_LM90 is not set
CONFIG_SENSORS_VIA686A=m
CONFIG_SENSORS_W83781D=m
# CONFIG_SENSORS_W83L785TS is not set
# CONFIG_SENSORS_W83627HF is not set
#
# Other I2C Chip support
#
CONFIG_SENSORS_EEPROM=m
# CONFIG_SENSORS_PCF8574 is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set
#
# Misc devices
#
# CONFIG_IBM_ASM is not set
#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set
#
# Digital Video Broadcasting Devices
#
# CONFIG_DVB is not set
#
# Graphics support
#
CONFIG_FB=y
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
# CONFIG_FB_VESA is not set
# CONFIG_VIDEO_SELECT is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON_OLD is not set
# CONFIG_FB_RADEON is not set
CONFIG_FB_ATY128=y
# CONFIG_FB_ATY is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_VIRTUAL is not set
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_PCI_CONSOLE=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
#
# Logo configuration
#
# CONFIG_LOGO is not set
#
# Sound
#
# CONFIG_SOUND is not set
#
# USB support
#
CONFIG_USB=y
# CONFIG_USB_DEBUG is not set
#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_BANDWIDTH is not set
# CONFIG_USB_DYNAMIC_MINORS is not set
#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_SPLIT_ISO is not set
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
# CONFIG_USB_OHCI_HCD is not set
CONFIG_USB_UHCI_HCD=y
#
# USB Device Class drivers
#
# CONFIG_USB_BLUETOOTH_TTY is not set
# CONFIG_USB_ACM is not set
CONFIG_USB_PRINTER=y
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_HP8200e is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
#
# USB Human Interface Devices (HID)
#
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT=y
# CONFIG_HID_FF is not set
# CONFIG_USB_HIDDEV is not set
# CONFIG_USB_AIPTEK is not set
# CONFIG_USB_WACOM is not set
# CONFIG_USB_KBTAB is not set
# CONFIG_USB_POWERMATE is not set
# CONFIG_USB_MTOUCH is not set
# CONFIG_USB_XPAD is not set
# CONFIG_USB_ATI_REMOTE is not set
#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USB_HPUSBSCSI is not set
#
# USB Multimedia devices
#
# CONFIG_USB_DABUSB is not set
#
# Video4Linux support is needed for USB Multimedia device support
#
#
# USB Network adaptors
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET is not set
#
# USB port drivers
#
# CONFIG_USB_USS720 is not set
#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set
#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_TIGL is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_TEST is not set
#
# USB Gadget Support
#
# CONFIG_USB_GADGET is not set
#
# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=m
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
CONFIG_JFS_FS=m
CONFIG_JFS_POSIX_ACL=y
# CONFIG_JFS_DEBUG is not set
# CONFIG_JFS_STATISTICS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_XFS_FS=m
# CONFIG_XFS_RT is not set
CONFIG_XFS_QUOTA=y
CONFIG_XFS_SECURITY=y
CONFIG_XFS_POSIX_ACL=y
CONFIG_MINIX_FS=m
CONFIG_ROMFS_FS=m
CONFIG_QUOTA=y
# CONFIG_QFMT_V1 is not set
CONFIG_QFMT_V2=y
CONFIG_QUOTACTL=y
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set
#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_ZISOFS_FS=y
CONFIG_UDF_FS=y
#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
# CONFIG_NTFS_RW is not set
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_SYSFS=y
CONFIG_DEVFS_FS=y
# CONFIG_DEVFS_MOUNT is not set
# CONFIG_DEVFS_DEBUG is not set
CONFIG_DEVPTS_FS_XATTR=y
CONFIG_DEVPTS_FS_SECURITY=y
CONFIG_TMPFS=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_RAMFS=y
#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
#
# Network File Systems
#
CONFIG_NFS_FS=y
CONFIG_NFS_V3=y
CONFIG_NFS_V4=y
# CONFIG_NFS_DIRECTIO is not set
CONFIG_NFSD=y
CONFIG_NFSD_V3=y
CONFIG_NFSD_V4=y
CONFIG_NFSD_TCP=y
CONFIG_LOCKD=y
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=y
CONFIG_SUNRPC=y
CONFIG_SUNRPC_GSS=y
CONFIG_RPCSEC_GSS_KRB5=y
CONFIG_SMB_FS=m
# CONFIG_SMB_NLS_DEFAULT is not set
CONFIG_CIFS=m
# CONFIG_NCP_FS is not set
CONFIG_CODA_FS=m
# CONFIG_CODA_FS_OLD_API is not set
CONFIG_INTERMEZZO_FS=m
CONFIG_AFS_FS=m
CONFIG_RXRPC=m
#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
#
# Native Language Support
#
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
CONFIG_NLS_CODEPAGE_866=y
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
CONFIG_NLS_KOI8_R=y
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=y
#
# Profiling support
#
CONFIG_PROFILING=y
CONFIG_OPROFILE=y
#
# Kernel hacking
#
# CONFIG_DEBUG_KERNEL is not set
CONFIG_EARLY_PRINTK=y
# CONFIG_LOCKMETER is not set
CONFIG_DEBUG_SPINLOCK_SLEEP=y
CONFIG_FRAME_POINTER=y
CONFIG_4KSTACKS=y
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
#
# Security options
#
# CONFIG_SECURITY is not set
#
# Cryptographic options
#
CONFIG_CRYPTO=y
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_MD4=y
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=y
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_BLOWFISH=y
CONFIG_CRYPTO_TWOFISH=y
CONFIG_CRYPTO_SERPENT=y
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_CAST5=y
CONFIG_CRYPTO_CAST6=y
CONFIG_CRYPTO_ARC4=y
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_MICHAEL_MIC=y
# CONFIG_CRYPTO_TEST is not set
#
# Library routines
#
CONFIG_CRC32=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_X86_SMP=y
CONFIG_X86_HT=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_X86_TRAMPOLINE=y
CONFIG_PC=y
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: 2.6.5-mm4
2004-04-12 6:46 ` 2.6.5-mm4 Paul P Komkoff Jr
@ 2004-04-12 7:42 ` Andrew Morton
2004-04-12 8:22 ` 2.6.5-mm4 Paul P Komkoff Jr
0 siblings, 1 reply; 16+ messages in thread
From: Andrew Morton @ 2004-04-12 7:42 UTC (permalink / raw)
To: Paul P Komkoff Jr; +Cc: linux-kernel, Joe Thornber, Neil Brown
Paul P Komkoff Jr <i@stingr.net> wrote:
>
> Replying to Andrew Morton:
> >
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.5/2.6.5-mm4/
>
> I've got couple of these:
> Apr 12 10:31:41 h1 Debug: sleeping function called from invalid
> context at drivers/block/ll_rw_blk.c:1156
> Apr 12 10:31:41 h1 in_atomic():1, irqs_disabled():1
> Apr 12 10:31:41 h1 Call Trace:
> Apr 12 10:31:41 h1 [<c011e396>] __might_sleep+0xb6/0xe0
> Apr 12 10:31:41 h1 [<c02e4f05>] generic_unplug_device+0x15/0x80
> Apr 12 10:31:41 h1 [<c03b8597>] unplug_slaves+0xa7/0xb0
> Apr 12 10:31:41 h1 [<c02e76f4>] blk_backing_dev_unplug+0x14/0x16
> Apr 12 10:31:41 h1 [<c016287a>] __wait_on_buffer+0xea/0xf0
> Apr 12 10:31:41 h1 [<c011e980>] autoremove_wake_function+0x0/0x40
> Apr 12 10:31:41 h1 [<c0166514>] submit_bh+0x94/0x1e0
> Apr 12 10:31:41 h1 [<c011e980>] autoremove_wake_function+0x0/0x40
> Apr 12 10:31:41 h1 [<c01a8298>] ext3_get_inode_loc+0x168/0x250
> Apr 12 10:31:41 h1 [<c01a8409>] ext3_read_inode+0x29/0x2f0
> Apr 12 10:31:41 h1 [<c017c7f5>] get_new_inode_fast+0x45/0x130
> Apr 12 10:31:41 h1 [<c01aa2a4>] ext3_lookup+0x84/0xb0
> Apr 12 10:31:41 h1 [<c016f98e>] real_lookup+0xce/0x100
> Apr 12 10:31:41 h1 [<c016fc25>] do_lookup+0x75/0x80
> Apr 12 10:31:41 h1 [<c016fd57>] link_path_walk+0x127/0xa20
> Apr 12 10:31:41 h1 [<c02a0aa4>] set_cursor+0x64/0x80
> Apr 12 10:31:41 h1 [<c0170934>] path_lookup+0xa4/0x1d0
> Apr 12 10:31:41 h1 [<c01711c9>] open_namei+0x89/0x420
> Apr 12 10:31:41 h1 [<c016043d>] filp_open+0x2d/0x50
> Apr 12 10:31:41 h1 [<c01608ed>] sys_open+0x4d/0xa0
> Apr 12 10:31:41 h1 [<c01003e9>] init+0xd9/0x180
> Apr 12 10:31:41 h1 [<c0100310>] init+0x0/0x180
> Apr 12 10:31:41 h1 [<c01042c5>] kernel_thread_helper+0x5/0x10
I don't think this can happen in -mm only.
> Actually, it is not -mm4 itself but Joe Thornber's -udm2 on top
> of it and evms patches.
I added a might_sleep() to generic_unplug_device(), because some drivers'
unplug functions can sleep.
It appears that either the EVMS or the udm2 patch is calling
generic_unplug_device() under a lock. Probably spin_lock_irq(q->lock).
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: 2.6.5-mm4
2004-04-12 7:42 ` 2.6.5-mm4 Andrew Morton
@ 2004-04-12 8:22 ` Paul P Komkoff Jr
2004-04-12 8:28 ` 2.6.5-mm4 Andrew Morton
0 siblings, 1 reply; 16+ messages in thread
From: Paul P Komkoff Jr @ 2004-04-12 8:22 UTC (permalink / raw)
To: linux-kernel; +Cc: Andrew Morton
Replying to Andrew Morton:
> I added a might_sleep() to generic_unplug_device(), because some drivers'
> unplug functions can sleep.
>
> It appears that either the EVMS or the udm2 patch is calling
> generic_unplug_device() under a lock. Probably spin_lock_irq(q->lock).
can it be thisi (raid1.c):
static void unplug_slaves(mddev_t *mddev)
{
conf_t *conf = mddev_to_conf(mddev);
int i;
unsigned long flags;
spin_lock_irqsave(&conf->device_lock, flags);
for (i=0; i<mddev->raid_disks; i++) {
mdk_rdev_t *rdev = conf->mirrors[i].rdev;
if (rdev && !rdev->faulty) {
request_queue_t *r_queue = bdev_get_queue(rdev->bdev);
if (r_queue->unplug_fn)
r_queue->unplug_fn(r_queue);
}
}
spin_unlock_irqrestore(&conf->device_lock, flags);
}
--
Paul P 'Stingray' Komkoff Jr // http://stingr.net/key <- my pgp key
This message represents the official view of the voices in my head
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: 2.6.5-mm4
2004-04-12 8:22 ` 2.6.5-mm4 Paul P Komkoff Jr
@ 2004-04-12 8:28 ` Andrew Morton
2004-04-12 9:10 ` 2.6.5-mm4 Paul P Komkoff Jr
0 siblings, 1 reply; 16+ messages in thread
From: Andrew Morton @ 2004-04-12 8:28 UTC (permalink / raw)
To: Paul P Komkoff Jr; +Cc: linux-kernel, Neil Brown, Joe Thornber
Please do not edit people out of the Cc line.
Paul P Komkoff Jr <i@stingr.net> wrote:
>
> Replying to Andrew Morton:
> > I added a might_sleep() to generic_unplug_device(), because some drivers'
> > unplug functions can sleep.
> >
> > It appears that either the EVMS or the udm2 patch is calling
> > generic_unplug_device() under a lock. Probably spin_lock_irq(q->lock).
>
> can it be thisi (raid1.c):
Yes. The below locking is not correct.
> static void unplug_slaves(mddev_t *mddev)
> {
> conf_t *conf = mddev_to_conf(mddev);
> int i;
> unsigned long flags;
>
> spin_lock_irqsave(&conf->device_lock, flags);
> for (i=0; i<mddev->raid_disks; i++) {
> mdk_rdev_t *rdev = conf->mirrors[i].rdev;
> if (rdev && !rdev->faulty) {
> request_queue_t *r_queue = bdev_get_queue(rdev->bdev);
>
> if (r_queue->unplug_fn)
> r_queue->unplug_fn(r_queue);
> }
> }
> spin_unlock_irqrestore(&conf->device_lock, flags);
> }
I do not know which drivers insist on sleeping in their unplug functions,
but apparently they're out there.
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: 2.6.5-mm4
2004-04-12 8:28 ` 2.6.5-mm4 Andrew Morton
@ 2004-04-12 9:10 ` Paul P Komkoff Jr
0 siblings, 0 replies; 16+ messages in thread
From: Paul P Komkoff Jr @ 2004-04-12 9:10 UTC (permalink / raw)
To: linux-kernel; +Cc: Neil Brown, Andrew Morton
Replying to Andrew Morton:
> Yes. The below locking is not correct.
>
> > static void unplug_slaves(mddev_t *mddev)
> > {
> > conf_t *conf = mddev_to_conf(mddev);
> > int i;
> > unsigned long flags;
> >
> > spin_lock_irqsave(&conf->device_lock, flags);
> > for (i=0; i<mddev->raid_disks; i++) {
> > mdk_rdev_t *rdev = conf->mirrors[i].rdev;
> > if (rdev && !rdev->faulty) {
> > request_queue_t *r_queue = bdev_get_queue(rdev->bdev);
> >
> > if (r_queue->unplug_fn)
> > r_queue->unplug_fn(r_queue);
> > }
> > }
> > spin_unlock_irqrestore(&conf->device_lock, flags);
> > }
raid5 version of the same is slightly different:
static void unplug_slaves(mddev_t *mddev)
{
raid5_conf_t *conf = mddev_to_conf(mddev);
int i;
for (i=0; i<mddev->raid_disks; i++) {
mdk_rdev_t *rdev = conf->disks[i].rdev;
if (rdev && !rdev->faulty) {
struct block_device *bdev = rdev->bdev;
if (bdev) {
request_queue_t *r_queue = bdev_get_queue(bdev);
if (r_queue && r_queue->unplug_fn)
r_queue->unplug_fn(r_queue);
}
}
}
}
so is it racy or someone just can do the same in raid1?
--
Paul P 'Stingray' Komkoff Jr // http://stingr.net/key <- my pgp key
This message represents the official view of the voices in my head
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2004-04-13 15:23 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-12 19:19 2.6.5-mm4 Marcus Hartig
2004-04-12 19:35 ` 2.6.5-mm4 Marc-Christian Petersen
2004-04-12 19:52 ` 2.6.5-mm4 Sam Ravnborg
2004-04-12 19:56 ` 2.6.5-mm4 Sam Ravnborg
2004-04-12 20:15 ` 2.6.5-mm4 Andrew Vasquez
2004-04-13 4:54 ` 2.6.5-mm4 Sam Ravnborg
2004-04-12 20:48 ` 2.6.5-mm4 Marcus Hartig
2004-04-13 2:47 ` 2.6.5-mm4 Michael Baehr
2004-04-13 4:58 ` 2.6.5-mm4 Sam Ravnborg
-- strict thread matches above, loose matches on Subject: below --
2004-04-13 15:22 2.6.5-mm4 Andrew Vasquez
2004-04-11 3:05 2.6.5-mm4 Andrew Morton
2004-04-12 6:46 ` 2.6.5-mm4 Paul P Komkoff Jr
2004-04-12 7:42 ` 2.6.5-mm4 Andrew Morton
2004-04-12 8:22 ` 2.6.5-mm4 Paul P Komkoff Jr
2004-04-12 8:28 ` 2.6.5-mm4 Andrew Morton
2004-04-12 9:10 ` 2.6.5-mm4 Paul P Komkoff Jr
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox