2003-09-09 06:49:18

by Andrew Morton

[permalink] [raw]
Subject: 2.6.0-test5-mm1


ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test5/2.6.0-test5-mm1/


Small fixes, mainly.




Changes since 2.6.0-test4-mm6:


-sysfs-memleak-fix.patch
-large-dev_t-2nd-01.patch
-large-dev_t-2nd-02.patch
-large-dev_t-2nd-03.patch
-large-dev_t-2nd-04.patch
-large-dev_t-2nd-05.patch
-large-dev_t-2nd-06.patch
-large-dev_t-2nd-07.patch
-large-dev_t-2nd-08.patch
-large-dev_t-2nd-09.patch
-large-dev_t-2nd-10.patch
-large-dev_t-2nd-11.patch
-large-dev_t-2nd-12.patch
-large-dev_t-2nd-13.patch
-large-dev_t-2nd-14.patch
-large-dev_t-2nd-15.patch
-kobject-unlimited-name-lengths.patch
-kobject-unlimited-name-lengths-use-after-free-fix.patch
-remove-version_h.patch
-remove-__SMP__.patch
-make-init_mister-static.patch
-skfddi-copy_user-checks.patch
-ll_rw_blk-comment-corrections.patch
-sc520_wdt-ioremap-checking.patch
-paride-error-return-handling.patch
-init-exit-cleanups.patch
-qla1280-pci-alloc-free-checking.patch
-saa7134-core-ioremap-checking.patch
-acpi-pci-routing-fixes.patch

Merged

+tg3-poll_controller.patch
+kgdb-eth-reattach.patch
+kgdb-skb_reserve-fix.patch

kgdb-over-ethernet fixes

-fix-io-hangs.patch
-as-insert-here-fix.patch

Obsoleted

+acpi-irq-fixes.patch

Andrew de Quincey's ACPI changes

-cfq-3.patch
-cfq-3-fixes.patch
+cfq-4.patch

Reworked CFQ IO scheduler

-thread-pgrp-fix-2.patch

Obsoleted by group_leader-rework.patch

+group_leader-rework.patch

Use the thread group leader's pgrp rather than the current thread's pgrp
everywhere.

+timer_tsc-cyc2ns_scale-fix.patch

ia32 timer fixlet

+ppp-oops-fix.patch

Fix an oops in the PPP driver (with devfs)

+d_delete-d_lookup-race-fix.patch

dentry race fix

+idle-using-monitor-mwait.patch
+idle-using-monitor-mwait-tweaks.patch

Support for using the new ia32 monitor/mwait instructions in the idle loop.

+remap_file_pages-MAP_NONBLOCK-fix.patch
+install_page-use-after-unmap-fix.patch

remap_file_pages() fixes

+agp-build-fix.patch

Compile fix

+inflate-error-cleanup.patch

Error message consistencies.

+slab-debug-additions.patch

Slab debug enhancements, including: make sure that objects are aligned at
the highest possible address within their page, so overruns are more likely
to trigger the page unmapping debug feature.

+mwave-locking-fixes.patch

mwave driver fixes

+summit-includes-fix.patch

Build fix

+random-lock-contention.patch

Fix lock contention in the new random driver locking on monster SMP.

+agp-warning-fix.patch

Fix some warning

+ifdown-lockup-fix.patch

Fix network device close hang

+fadvise-needs-asmlinkage.patch

Missing asmlinkage

+ufs-build-fix.patch

Purge C++isms

-put_task_struct-debug.patch

This broke, but the bug was fixed anyway.

-sparc64-lockmeter-fix.patch
-sparc64-lockmeter-fix-2.patch

Folded into lockmeter.patch

+4g4g-copy_mount_options-fix.patch
+4g4g-pagetable-accounting-fix.patch

4G/4G fixes





All 173 patches:


mm.patch
add -mmN to EXTRAVERSION

kgdb-ga.patch
kgdb stub for ia32 (George Anzinger's one)
kgdbL warning fix

kgdb-warning-fix.patch
kgdbL warning fix

kgdb-build-fix.patch

kgdb-spinlock-fix.patch

kgdb-fix-debug-info.patch
kgdb: CONFIG_DEBUG_INFO fix

kgdb-cpumask_t.patch

kgdb-x86_64-fixes.patch
x86_64 fixes

kgdb-over-ethernet.patch
kgdb-over-ethernet patch

kgdb-over-ethernet-fixes.patch
kgdb-over-ethernet fixlets

kgdb-CONFIG_NET_POLL_CONTROLLER.patch
kgdb: replace CONFIG_KGDB with CONFIG_NET_RX_POLL in net drivers

kgdb-handle-stopped-NICs.patch
kgdb: handle netif_stopped NICs

eepro100-poll-controller.patch

tlan-poll_controller.patch

tulip-poll_controller.patch

tg3-poll_controller.patch
kgdb: tg3 poll_controller

kgdb-eth-smp-fix.patch
kgdb-over-ethernet: fix SMP

kgdb-eth-reattach.patch

kgdb-skb_reserve-fix.patch
kgdb-over-ethernet: skb_reserve() fix

acpi-irq-fixes.patch
Next round of ACPI IRQ fixes (VIA ACPI fixed)

cfq-4.patch
CFQ io scheduler
CFQ fixes

no-unit-at-a-time.patch
Use -fno-unit-at-a-time if gcc supports it

calibrate_tsc-consolidation.patch
calibrate_tsc() fix and consolidation

config_spinline.patch
uninline spinlocks for profiling accuracy.

ppc64-build-fixes.patch
Fix ppc64 breakage

ppc64-bar-0-fix.patch
Allow PCI BARs that start at 0

ppc64-reloc_hide.patch

ppc64-semaphore-reimplementation.patch
ppc64: use the ia32 semaphore implementation

ppc64-local.patch
ppc64: local.h implementation

sym-do-160.patch
make the SYM driver do 160 MB/sec

rt-tasks-special-vm-treatment.patch
real-time enhanced page allocator and throttling

rt-tasks-special-vm-treatment-2.patch

input-use-after-free-checks.patch
input layer debug checks

fbdev.patch
framebbuffer driver update

cursor-flashing-fix.patch
fbdev: fix cursor letovers

slab-hexdump.patch
slab: hexdump structures when things go wrong

aic7xxx-parallel-build-fix.patch
fix parallel builds for aic7xxx

group_leader-rework.patch
Fix setpgid and threads
use group_leader->pgrp (was Re: setpgid and threads)

ramdisk-cleanup.patch

delay-ksoftirqd-fallback.patch
Try harded in IRQ context before falling back to ksoftirqd

intel8x0-cleanup.patch
intel8x0 cleanups

claim-serio-early.patch
Serio: claim serio early

mark-devfs-obsolete.patch
mark devfs obsolete

VT8231-router-detection.patch
VT8231 IRQ router detection

block-devfs-conversions.patch
Initialise devfs_name in various block drivers

timer_tsc-cyc2ns_scale-fix.patch
monolitic_clock, timer_{tsc,hpet} and CPUFREQ

test4-pm1.patch
power management update

ide-pm-oops-fix.patch
IDE power management oops fix

swsusp-fpu-fix.patch
swsusp fpu management fix

ricoh-mask-fix.patch
pcmcia: ricoh.h mask fix
EDEC
From: KOMURO <[email protected]>, Alan Cox <[email protected]>

RL5C4XX_16BIT_MEM_0 was wrong.

dac960-devfs_name-fix.patch
dac960 devfs_name initialisation fix

dac960-warning-fixes.patch
compiler warning fixes for DAC960 on alpha

ikconfig-gzipped-2.patch
Move ikconfig to /proc/config.gz
ikconfig cleanup

flush-invalidate-fixes.patch
memory writeback/invalidation fixes

flush-invalidate-fixes-warning-fix.patch

ide_floppy-maybe-fix.patch
might fix ide_floppy

reiserfs-direct-io.patch
resierfs direct-IO support

pdflush-diag.patch

joydev-exclusions.patch
joydev is too eager claiming input devices

might_sleep-diags.patch

imm-fix-fix.patch
Fix imm.c again

selinux-option-config-option.patch
make selinux enable param config option, enabled by default

sound-remove-duplicate-includes.patch
sound: remove duplicate includes

kernel-remove-duplicate-includes.patch
remove duplicate includes in kernel/

utime-on-immutable-file-fix.patch
disallow utime{s}() on immutable or append-only files

add-daniele-to-credits.patch
add Daniele to CREDITS

NR_CPUS-overflow-fix.patch
Handle NR_CPUS overflow

ppp-oops-fix.patch
ppp oops fix

d_delete-d_lookup-race-fix.patch
d_delete-d_lookup race fix

idle-using-monitor-mwait.patch
idle using PNI monitor/mwait

idle-using-monitor-mwait-tweaks.patch

remap_file_pages-MAP_NONBLOCK-fix.patch
remap file pages MAP_NONBLOCK fix

install_page-use-after-unmap-fix.patch
install_page pte use-after-unmap fix

agp-build-fix.patch
AGPGART_MINOR needs <linux/agpgart.h>

really-use-english-date-in-version-string.patch
really use english date in version string

inflate-error-cleanup.patch
tidy up lib/inflate.c error messages

slab-debug-additions.patch
Move slab objects to the end of the real allocation

mwave-locking-fixes.patch
mwave locking fixes

summit-includes-fix.patch
fix Summit srat.h includes

random-lock-contention.patch
Redue random driver lock contention

agp-warning-fix.patch
AGP warning fix

ifdown-lockup-fix.patch

fadvise-needs-asmlinkage.patch

ufs-build-fix.patch
fs/ufs/namei.c build fix

p00001_synaptics-restore-on-close.patch

p00002_psmouse-reset-timeout.patch

p00003_synaptics-multi-button.patch

p00004_synaptics-optional.patch

p00005_synaptics-pass-through.patch

p00006_psmouse-suspend-resume.patch

p00007_synaptics-old-proto.patch

synaptics-mode-set.patch
Synaptics mode setting

syn-multi-btn-fix.patch
synaptics multibutton fix

keyboard-resend-fix.patch
keyboard resend fix

psmouse_ipms2-option.patch
Force mouse detection as imps/2 (and fix my KVM switch)

i8042-history.patch
debug: i8042 history dumping

linux-isp-2.patch

linux-isp-2-fix-again.patch
lost feral fix

feral-bounce-fix.patch
Feral driver - highmem issues

feral-bounce-fix-2.patch
Feral driver bouncing fix

list_del-debug.patch
list_del debug check

print-build-options-on-oops.patch
print a few config options on oops

show_task-free-stack-fix.patch
show_task() fix and cleanup

oops-dump-preceding-code.patch
i386 oops output: dump preceding code

lockmeter.patch

printk-oops-mangle-fix.patch
disentangle printk's whilst oopsing on SMP

20-odirect_enable.patch

21-odirect_cruft.patch

22-read_proc.patch

23-write_proc.patch

24-commit_proc.patch

25-odirect.patch

nfs-O_DIRECT-always-enabled.patch
Force CONFIG_NFS_DIRECTIO

sched-CAN_MIGRATE_TASK-fix.patch
CAN_MIGRATE fix

sched-balance-fix-2.6.0-test3-mm3-A0.patch
sched-balance-fix-2.6.0-test3-mm3-A0

sched-2.6.0-test2-mm2-A3.patch
sched-2.6.0-test2-mm2-A3

ppc-sched_clock.patch

ppc64-sched_clock.patch
ppc64: sched_clock()

sparc64_sched_clock.patch

x86_64-sched_clock.patch
Add sched_clock for x86-64

sched-warning-fix.patch

sched-balance-tuning.patch
CPU scheduler balancing fix

sched-no-tsc-on-numa.patch
Subject: Re: Fw: Re: 2.6.0-test2-mm3

o12.2int.patch
O12.2int for interactivity

o12.3.patch
O12.3 for interactivity

o13int.patch
O13int for interactivity

o13.1int.patch
O13.1int

o14int.patch
O14int

o14int-div-fix.patch
o14int 64-bit-divide fix

o14.1int.patch
O14.1int

o15int.patch
O15int for interactivity

o16int.patch
From: Con Kolivas <[email protected]>
Subject: [PATCH] O16int for interactivity

o16.1int.patch
O16.1int for interactivity

o16.2int.patch
O16.2int

o16.3int.patch
O16.3int

o18int.patch
O18int

o18.1int.patch
O18.1int

sched-cpu-migration-fix.patch
sched: task migration fix

o19int.patch
O19int

o20int.patch
O20int

4g-2.6.0-test2-mm2-A5.patch
4G/4G split patch
4G/4G: remove debug code
4g4g: pmd fix
4g/4g: fixes from Bill
4g4g: fpu emulation fix
4g/4g usercopy atomicity fix
4G/4G: remove debug code
4g4g: pmd fix
4g/4g: fixes from Bill
4g4g: fpu emulation fix
4g/4g usercopy atomicity fix
4G/4G preempt on vstack
4G/4G: even number of kmap types
4g4g: fix __get_user in slab
4g4g: Remove extra .data.idt section definition
4g/4g linker error (overlapping sections)
4G/4G: remove debug code
4g4g: pmd fix
4g/4g: fixes from Bill
4g4g: fpu emulation fix
4g4g: show_registers() fix
4g/4g usercopy atomicity fix
4g4g: debug flags fix
4g4g: Fix wrong asm-offsets entry
cyclone time fixmap fix
4G/4G preempt on vstack
4G/4G: even number of kmap types
4g4g: fix __get_user in slab
4g4g: Remove extra .data.idt section definition
4g/4g linker error (overlapping sections)
4G/4G: remove debug code
4g4g: pmd fix
4g/4g: fixes from Bill
4g4g: fpu emulation fix
4g4g: show_registers() fix
4g/4g usercopy atomicity fix
4g4g: debug flags fix
4g4g: Fix wrong asm-offsets entry
cyclone time fixmap fix

4g4g-cyclone-timer-fix.patch

4g4g-copy_mount_options-fix.patch
use direct_copy_{to,from}_user for kernel access in mm/usercopy.c

4g4g-pagetable-accounting-fix.patch
4g/4g pagetable accounting fix

ppc-fixes.patch
make mm4 compile on ppc

aic7xxx_old-oops-fix.patch

aio-01-retry.patch
AIO: Core retry infrastructure

io_submit_one-EINVAL-fix.patch
Fix aio process hang on EINVAL

aio-02-lockpage_wq.patch
AIO: Async page wait

aio-03-fs_read.patch
AIO: Filesystem aio read

aio-04-buffer_wq.patch
AIO: Async buffer wait

aio-05-fs_write.patch
AIO: Filesystem aio write

aio-05-fs_write-fix.patch

aio-06-bread_wq.patch
AIO: Async block read

aio-06-bread_wq-fix.patch

aio-07-ext2getblk_wq.patch
AIO: Async get block for ext2

O_SYNC-speedup-2.patch
speed up O_SYNC writes

aio-09-o_sync.patch
aio O_SYNC

aio-10-BUG-fix.patch
AIO: fix a BUG

aio-11-workqueue-flush.patch
AIO: flush workqueues before destroying ioctx'es

aio-12-readahead.patch
AIO: readahead fixes

aio-dio-no-readahead.patch
aio O_DIRECT no readahead

lock_buffer_wq-fix.patch
lock_buffer_wq fix

unuse_mm-locked.patch
AIO: hold the context lock across unuse_mm

aio-take-task_lock.patch
task task_lock in use_mm()

aio-O_SYNC-fix.patch
Unify o_sync changes for aio and regular writes

aio-O_SYNC-fix-missing-bit.patch
aio-O_SYNC-fix bits got lost

O_SYNC-speedup-nolock-fix.patch

aio-writev-nsegs-fix.patch
aio: writev nr_segs fix

aio-remove-lseek-triggerable-BUG_ONs.patch

aio-readahead-rework.patch
Unified page range readahead for aio and regular reads

aio-readahead-speedup.patch
Readahead issues and AIO read speedup

aio-osync-fix-2.patch
More AIO O_SYNC related fixes





2003-09-09 07:02:33

by Joshua Kwan

[permalink] [raw]
Subject: Re: 2.6.0-test5-mm1

On Mon, Sep 08, 2003 at 11:50:28PM -0700, Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test5/2.6.0-test5-mm1/

Needs the following patch to compile:

--- mm/slab.c~ 2003-09-08 23:58:31.000000000 -0700
+++ mm/slab.c 2003-09-08 23:58:33.000000000 -0700
@@ -2794,11 +2794,13 @@
} else {
kernel_map_pages(virt_to_page(objp), c->objsize/PAGE_SIZE, 1);

+#if DEBUG
if (c->flags & SLAB_RED_ZONE)
printk("redzone: 0x%lx/0x%lx.\n", *dbg_redzone1(c, objp), *dbg_redzone2(c, objp));

if (c->flags & SLAB_STORE_USER)
printk("Last user: %p.\n", *dbg_userword(c, objp));
+#endif
}
spin_unlock_irqrestore(&c->spinlock, flags);

--
Joshua Kwan


Attachments:
(No filename) (709.00 B)
(No filename) (827.00 B)
Download all attachments

2003-09-09 07:53:15

by Jeremy Fitzhardinge

[permalink] [raw]
Subject: Re: 2.6.0-test5-mm1

On Mon, 2003-09-08 at 23:50, Andrew Morton wrote:
> +group_leader-rework.patch
>
> Use the thread group leader's pgrp rather than the current thread's pgrp
> everywhere.

Missed one:

fs/autofs/inode.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN fs/autofs/inode.c~fix-pgrp fs/autofs/inode.c
--- local-2.6/fs/autofs/inode.c~fix-pgrp 2003-09-09 00:29:35.000000000 -0700
+++ local-2.6-jeremy/fs/autofs/inode.c 2003-09-09 00:30:05.000000000 -0700
@@ -129,7 +129,7 @@ int autofs_fill_super(struct super_block
sbi->magic = AUTOFS_SBI_MAGIC;
sbi->catatonic = 0;
sbi->exp_timeout = 0;
- sbi->oz_pgrp = current->pgrp;
+ sbi->oz_pgrp = process_group(current);
autofs_initialize_hash(&sbi->dirhash);
sbi->queues = NULL;
memset(sbi->symlink_bitmap, 0, sizeof(long)*AUTOFS_SYMLINK_BITMAP_LEN);

_


2003-09-09 20:19:15

by Jan Ischebeck

[permalink] [raw]
Subject: Re: 2.6.0-test5-mm1

Hi Andrew,

I got build failures

mm/slab.c: In function `ptrinfo':
mm/slab.c:2798: Warnung: implicit declaration of function `dbg_redzone1'
mm/slab.c:2798: error: invalid type argument of `unary *'
mm/slab.c:2798: Warnung: implicit declaration of function `dbg_redzone2'
mm/slab.c:2798: error: invalid type argument of `unary *'
mm/slab.c:2801: Warnung: implicit declaration of function `dbg_userword'
mm/slab.c:2801: error: invalid type argument of `unary *'
make[2]: *** [mm/slab.o] Fehler 1
make[1]: *** [mm] Fehler 2
make: *** [stamp-build] Fehler 2

probably caused by this patch:

> +slab-debug-additions.patch
>
> Slab debug enhancements, including: make sure that objects are aligned at
> the highest possible address within their page, so overruns are more likely
> to trigger the page unmapping debug feature.

my .config is attached.

GCC:
Zhuang:~# gcc -v
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.2/specs
Konfiguriert mit: ../src/configure -v
--enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared
--with-system-zlib --enable-nls --without-included-gettext
--enable-__cxa_atexit --enable-clocale=gnu --enable-debug
--enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc
i486-linux
Thread model: posix
gcc-Version 3.3.2 20030831 (Debian prerelease)

Thanks for the great work.

Jan

--
Jan Ischebeck <[email protected]>


Attachments:
failed_build_config (27.63 kB)

2003-09-09 21:58:12

by Cliff White

[permalink] [raw]
Subject: Re: 2.6.0-test5-mm1


OSDL's STP saw this problem, no tests ran on 2.6.0-test5-mm1

We've added this patch (PLM #2112) and are running tests now.
cliffw


> On Mon, Sep 08, 2003 at 11:50:28PM -0700, Andrew Morton wrote:
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test5/2.6.0-test5-mm1/
>
> Needs the following patch to compile:
>
> --- mm/slab.c~ 2003-09-08 23:58:31.000000000 -0700
> +++ mm/slab.c 2003-09-08 23:58:33.000000000 -0700
> @@ -2794,11 +2794,13 @@
> } else {
> kernel_map_pages(virt_to_page(objp), c->objsize/PAGE_SIZE, 1);
>
> +#if DEBUG
> if (c->flags & SLAB_RED_ZONE)
> printk("redzone: 0x%lx/0x%lx.\n", *dbg_redzone1(c, objp), *dbg_redzone2(c, objp));
>
> if (c->flags & SLAB_STORE_USER)
> printk("Last user: %p.\n", *dbg_userword(c, objp));
> +#endif
> }
> spin_unlock_irqrestore(&c->spinlock, flags);
>
> --
> Joshua Kwan


2003-09-09 23:14:12

by Joshua Kwan

[permalink] [raw]
Subject: Re: 2.6.0-test5-mm1

On Tue, Sep 09, 2003 at 10:14:00PM +0200, Jan Ischebeck wrote:
> make[2]: *** [mm/slab.o] Fehler 1
> make[1]: *** [mm] Fehler 2
> make: *** [stamp-build] Fehler 2

Try the patch I recently posted to the list Re: the original message.

--
Joshua Kwan


Attachments:
(No filename) (251.00 B)
(No filename) (827.00 B)
Download all attachments

2003-09-10 20:01:14

by Jonathan Brown

[permalink] [raw]
Subject: Re: 2.6.0-test5-mm1 usb keyboard prob

My Apple usb keyboard / hub and attached logitech keyboard does not work
with this kernel. An identical setup on test5 and test4-mm3 works fine.
Whenever the hotplug script from linux-hotplug.sourceforge.net runs at
startup I get the message "Disabled interrupt #5" and the light on my
mouse goes out and the keyboard is dead.

UHCI Host Controller
Manufacturer: Linux 2.6.0-test5 uhci-hcd
Serial Number: 0000:00:07.2
Speed: 12Mb/s (full)
Number of Ports: 2
Bandwidth allocated: 140 / 900 (16%)
Total number of interrupt requests: 4
Total number of isochronous requests: 0
USB Version: 1.10
Device Class: 09(hub )
Device Subclass: 00
Device Protocol: 00
Maximum Default Endpoint Size: 8
Number of Configurations: 1

Config Number: 1
Number of Interfaces: 1
Attributes: 40
MaxPower Needed: 0mA

Interface Number: 0
Name: hub
Alternate Number: 0
Class: 09(hub )
Sub Class: 0
Protocol: 0
Number of Endpoints: 1

Endpoint Address: 81
Direction: in
Attribute: 3
Type: Int.
Max Packet Size: 2
Interval: 255ms

Hub in Apple Extended USB Keyboard
Manufacturer: Mitsumi Electric
Speed: 12Mb/s (full)
Number of Ports: 3
USB Version: 1.10
Device Class: 09(hub )
Device Subclass: 00
Device Protocol: 00
Maximum Default Endpoint Size: 8
Number of Configurations: 1
Vendor Id: 05ac
Product Id: 1002
Revision Number: 1.22

Config Number: 1
Number of Interfaces: 1
Attributes: a0
MaxPower Needed: 50mA

Interface Number: 0
Name: hub
Alternate Number: 0
Class: 09(hub )
Sub Class: 0
Protocol: 0
Number of Endpoints: 1

Endpoint Address: 81
Direction: in
Attribute: 3
Type: Int.
Max Packet Size: 1
Interval: 255ms

Apple Extended USB Keyboard
Manufacturer: Mitsumi Electric
Speed: 12Mb/s (full)
USB Version: 1.10
Device Class: 00(>ifc )
Device Subclass: 00
Device Protocol: 00
Maximum Default Endpoint Size: 8
Number of Configurations: 1
Vendor Id: 05ac
Product Id: 0205
Revision Number: 1.22

Config Number: 1
Number of Interfaces: 2
Attributes: a0
MaxPower Needed: 50mA

Interface Number: 0
Name: hid
Alternate Number: 0
Class: 03(HID )
Sub Class: 1
Protocol: 1
Number of Endpoints: 1

Endpoint Address: 81
Direction: in
Attribute: 3
Type: Int.
Max Packet Size: 8
Interval: 10ms

Interface Number: 1
Name: hid
Alternate Number: 0
Class: 03(HID )
Sub Class: 0
Protocol: 0
Number of Endpoints: 1

Endpoint Address: 82
Direction: in
Attribute: 3
Type: Int.
Max Packet Size: 4
Interval: 255ms

USB-PS/2 Optical Mouse
Manufacturer: B16_b_02
Speed: 1.5Mb/s (low)
USB Version: 2.00
Device Class: 00(>ifc )
Device Subclass: 00
Device Protocol: 00
Maximum Default Endpoint Size: 8
Number of Configurations: 1
Vendor Id: 046d
Product Id: c024
Revision Number: 98.02

Config Number: 1
Number of Interfaces: 1
Attributes: a0
MaxPower Needed: 98mA

Interface Number: 0
Name: hid
Alternate Number: 0
Class: 03(HID )
Sub Class: 1
Protocol: 2
Number of Endpoints: 1

Endpoint Address: 81
Direction: in
Attribute: 3
Type: Int.
Max Packet Size: 5
Interval: 10ms

#
# 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
CONFIG_BROKEN_ON_SMP=y

#
# General setup
#
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
CONFIG_LOG_BUF_SHIFT=14
# CONFIG_IKCONFIG is not set
# 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

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_OBSOLETE_MODPARM=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y

#
# Processor type and features
#
CONFIG_X86_PC=y
# 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_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MELAN 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_X86_4G is not set
# CONFIG_X86_SWITCH_PAGETABLES is not set
# CONFIG_X86_4G_VM_LAYOUT is not set
# CONFIG_X86_UACCESS_INDIRECT is not set
# CONFIG_X86_HIGH_ENTRY is not set
CONFIG_HUGETLB_PAGE=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
# CONFIG_SMP is not set
CONFIG_PREEMPT=y
CONFIG_X86_UP_APIC=y
# CONFIG_X86_UP_IOAPIC is not set
CONFIG_X86_LOCAL_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 is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
# CONFIG_EDD is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
CONFIG_HAVE_DEC_LOCK=y

#
# Power management options (ACPI, APM)
#
CONFIG_PM=y
# CONFIG_SOFTWARE_SUSPEND is not set

#
# ACPI (Advanced Configuration and Power Interface) Support
#
# CONFIG_ACPI_HT is not set
CONFIG_ACPI=y
CONFIG_ACPI_BOOT=y
# CONFIG_ACPI_SLEEP is not set
# CONFIG_ACPI_AC is not set
# CONFIG_ACPI_BATTERY is not set
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_INTERPRETER=y
CONFIG_ACPI_EC=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_PCI=y
CONFIG_ACPI_SYSTEM=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_GODIRECT=y
# CONFIG_PCI_GOANY is not set
CONFIG_PCI_DIRECT=y
# CONFIG_PCI_LEGACY_PROC is not set
CONFIG_PCI_NAMES=y
# CONFIG_ISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
CONFIG_HOTPLUG=y

#
# PCMCIA/CardBus support
#
CONFIG_PCMCIA=y
# CONFIG_YENTA is not set
# CONFIG_I82092 is not set
# CONFIG_TCIC is not set

#
# PCI Hotplug Support
#
# CONFIG_HOTPLUG_PCI is not set

#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_MISC=y

#
# Generic Driver Options
#
# CONFIG_FW_LOADER is not set

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
# CONFIG_PARPORT is not set

#
# Plug and Play support
#
CONFIG_PNP=y
# CONFIG_PNP_DEBUG is not set

#
# Protocols
#
# CONFIG_ISAPNP is not set
CONFIG_PNPBIOS=y

#
# Block devices
#
CONFIG_BLK_DEV_FD=m
# 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 is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_INITRD is not set
# CONFIG_LBD is not set

#
# 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 is not set
# CONFIG_BLK_DEV_IDECS is not set
CONFIG_BLK_DEV_IDECD=m
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
# CONFIG_IDE_TASK_IOCTL is not set
# CONFIG_IDE_TASKFILE_IO is not set

#
# IDE chipset support/bugfixes
#
# 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 is not set
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDE_TCQ is not set
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
# CONFIG_IDEDMA_PCI_WIP 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_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=y
# 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 is not set
# 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_BLK_DEV_IDEDMA=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_DMA_NONPCI is not set
# CONFIG_BLK_DEV_HD is not set

#
# SCSI device support
#
CONFIG_SCSI=y
# CONFIG_SCSI_PROC_FS is not set

#
# 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 is not set
# CONFIG_CHR_DEV_SG is not set

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
# CONFIG_SCSI_MULTI_LUN is not set
# CONFIG_SCSI_REPORT_LUNS is not set
# CONFIG_SCSI_CONSTANTS is not set
# CONFIG_SCSI_LOGGING is not set

#
# SCSI low-level drivers
#
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_MEGARAID is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_CPQFCTS is not set
# CONFIG_SCSI_DMX3191D 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_IPS is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_SYM53C8XX_2 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_DC395x is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_FERAL_ISP is not set

#
# PCMCIA SCSI adapter support
#
# CONFIG_PCMCIA_AHA152X is not set
# CONFIG_PCMCIA_FDOMAIN is not set
# CONFIG_PCMCIA_NINJA_SCSI is not set
# CONFIG_PCMCIA_QLOGIC is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set

#
# Fusion MPT device support
#
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support (EXPERIMENTAL)
#
# CONFIG_IEEE1394 is not set

#
# I2O device support
#
# CONFIG_I2O is not set

#
# Networking support
#
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
# CONFIG_NETLINK_DEV is not set
CONFIG_UNIX=y
# CONFIG_NET_KEY is not set
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_ARPD is not set
CONFIG_INET_ECN=y
CONFIG_SYN_COOKIES=y
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set

#
# IP: Virtual Server Configuration
#
# CONFIG_IP_VS is not set
# CONFIG_IPV6 is not set
# CONFIG_DECNET is not set
# CONFIG_BRIDGE is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set

#
# IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=m
CONFIG_IP_NF_FTP=m
CONFIG_IP_NF_IRC=m
CONFIG_IP_NF_TFTP=m
CONFIG_IP_NF_AMANDA=m
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_LIMIT=m
CONFIG_IP_NF_MATCH_IPRANGE=m
CONFIG_IP_NF_MATCH_MAC=m
CONFIG_IP_NF_MATCH_PKTTYPE=m
CONFIG_IP_NF_MATCH_MARK=m
CONFIG_IP_NF_MATCH_MULTIPORT=m
CONFIG_IP_NF_MATCH_TOS=m
CONFIG_IP_NF_MATCH_RECENT=m
CONFIG_IP_NF_MATCH_ECN=m
CONFIG_IP_NF_MATCH_DSCP=m
CONFIG_IP_NF_MATCH_AH_ESP=m
CONFIG_IP_NF_MATCH_LENGTH=m
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_MATCH_TCPMSS=m
CONFIG_IP_NF_MATCH_HELPER=m
CONFIG_IP_NF_MATCH_STATE=m
CONFIG_IP_NF_MATCH_CONNTRACK=m
CONFIG_IP_NF_MATCH_OWNER=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
# CONFIG_IP_NF_NAT is not set
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_TOS=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_DSCP=m
CONFIG_IP_NF_TARGET_MARK=m
CONFIG_IP_NF_TARGET_CLASSIFY=m
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_TARGET_ULOG=m
CONFIG_IP_NF_TARGET_TCPMSS=m
# CONFIG_IP_NF_ARPTABLES is not set
# CONFIG_IP_NF_COMPAT_IPCHAINS is not set
# CONFIG_IP_NF_COMPAT_IPFWADM is not set

#
# SCTP Configuration (EXPERIMENTAL)
#
CONFIG_IPV6_SCTP__=y
# CONFIG_IP_SCTP is not set
# CONFIG_ATM is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_LLC is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_NET_DIVERT is not set
# 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 is not set

#
# 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_NET_SB1000 is not set

#
# Ethernet (10 or 100Mbit)
#
CONFIG_NET_ETHERNET=y
# CONFIG_MII is not set
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_NET_VENDOR_3COM is not set

#
# Tulip family network device support
#
# CONFIG_NET_TULIP is not set
# CONFIG_HP100 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_B44 is not set
# CONFIG_DGRS is not set
# CONFIG_EEPRO100 is not set
CONFIG_E100=m
# 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

#
# 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_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set

#
# Wireless LAN (non-hamradio)
#
CONFIG_NET_RADIO=y

#
# Obsolete Wireless cards support (pre-802.11)
#
# CONFIG_STRIP is not set
# CONFIG_PCMCIA_WAVELAN is not set
# CONFIG_PCMCIA_NETWAVE is not set

#
# Wireless 802.11 Frequency Hopping cards support
#
# CONFIG_PCMCIA_RAYCS is not set

#
# Wireless 802.11b ISA/PCI cards support
#
# CONFIG_AIRO is not set
CONFIG_HERMES=y
CONFIG_PLX_HERMES=y
# CONFIG_TMD_HERMES is not set
# CONFIG_PCI_HERMES is not set

#
# Wireless 802.11b Pcmcia/Cardbus cards support
#
CONFIG_PCMCIA_HERMES=y
# CONFIG_AIRO_CS is not set
# CONFIG_PCMCIA_ATMEL is not set
# CONFIG_PCMCIA_WL3501 is not set
CONFIG_NET_WIRELESS=y

#
# Token Ring devices (depends on LLC=y)
#
# CONFIG_NET_FC is not set
# CONFIG_RCPCI is not set
# CONFIG_SHAPER is not set
# CONFIG_NET_POLL_CONTROLLER is not set

#
# Wan interfaces
#
# CONFIG_WAN is not set

#
# PCMCIA network device support
#
# CONFIG_NET_PCMCIA is not set

#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set

#
# IrDA (infrared) support
#
# CONFIG_IRDA is not set

#
# ISDN subsystem
#
# CONFIG_ISDN_BOOL 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=m
# CONFIG_INPUT_TSDEV is not set
# CONFIG_INPUT_EVDEV is not set
# CONFIG_INPUT_EVBUG is not set

#
# Input I/O drivers
#
# CONFIG_GAMEPORT is not set
CONFIG_SOUND_GAMEPORT=y
# CONFIG_SERIO is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_INPUT_MOUSE is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC 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 is not set

#
# Non-8250 serial port support
#
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256

#
# I2C support
#
# CONFIG_I2C is not set

#
# I2C Hardware Sensors Mainboard support
#

#
# I2C Hardware Sensors Chip support
#
# CONFIG_I2C_SENSOR is not set

#
# Mice
#
# CONFIG_BUSMOUSE is not set
# CONFIG_QIC02_TAPE is not set

#
# IPMI
#
# CONFIG_IPMI_HANDLER is not set

#
# Watchdog Cards
#
# CONFIG_WATCHDOG is not set
# CONFIG_HW_RANDOM is not set
# CONFIG_NVRAM is not set
CONFIG_RTC=y
# 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_FTAPE is not set
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=y
# CONFIG_AGP_NVIDIA is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_VIA is not set
CONFIG_DRM=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_GAMMA is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_I830 is not set
CONFIG_DRM_MGA=y

#
# PCMCIA character devices
#
# CONFIG_SYNCLINK_CS is not set
# CONFIG_MWAVE is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_HANGCHECK_TIMER is not set

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set

#
# Digital Video Broadcasting Devices
#
# CONFIG_DVB is not set

#
# File systems
#
CONFIG_EXT2_FS=m
# CONFIG_EXT2_FS_XATTR is not set
CONFIG_EXT3_FS=m
# CONFIG_EXT3_FS_XATTR is not set
CONFIG_JBD=m
# CONFIG_JBD_DEBUG is not set
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
# CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
# CONFIG_ZISOFS is not set
CONFIG_UDF_FS=m

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
# CONFIG_NTFS_RW is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_DEVFS_FS=y
CONFIG_DEVFS_MOUNT=y
# CONFIG_DEVFS_DEBUG is not set
CONFIG_DEVPTS_FS=y
# CONFIG_DEVPTS_FS_XATTR is not set
CONFIG_TMPFS=y
# CONFIG_HUGETLBFS is not set
CONFIG_RAMFS=y

#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_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=m
CONFIG_NFS_V3=y
# CONFIG_NFS_V4 is not set
CONFIG_NFS_DIRECTIO=y
CONFIG_NFSD=m
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V4 is not set
CONFIG_NFSD_TCP=y
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=m
CONFIG_SUNRPC=m
# CONFIG_SUNRPC_GSS is not set
# CONFIG_SMB_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_INTERMEZZO_FS is not set
# CONFIG_AFS_FS is not set

#
# Partition Types
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_NLS=y

#
# Native Language Support
#
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=m
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=m
# 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 is not set
# 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=m
# 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 is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not set

#
# Graphics support
#
# CONFIG_FB is not set
# CONFIG_VIDEO_SELECT is not set

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y

#
# Sound
#
CONFIG_SOUND=m

#
# Advanced Linux Sound Architecture
#
CONFIG_SND=m
CONFIG_SND_SEQUENCER=m
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_RTCTIMER=m
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set

#
# Generic devices
#
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set

#
# PCI devices
#
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS4281 is not set
CONFIG_SND_EMU10K1=m
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_TRIDENT is not set
# CONFIG_SND_YMFPCI is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VX222 is not set

#
# ALSA USB devices
#
# CONFIG_SND_USB_AUDIO is not set

#
# PCMCIA devices
#
# CONFIG_SND_VXPOCKET is not set
# CONFIG_SND_VXP440 is not set

#
# Open Sound System
#
# CONFIG_SOUND_PRIME is not set

#
# USB support
#
CONFIG_USB=m
# CONFIG_USB_DEBUG is not set

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
CONFIG_USB_BANDWIDTH=y
# CONFIG_USB_DYNAMIC_MINORS is not set

#
# USB Host Controller Drivers
#
# CONFIG_USB_EHCI_HCD is not set
# CONFIG_USB_OHCI_HCD is not set
CONFIG_USB_UHCI_HCD=m

#
# USB Device Class drivers
#
# CONFIG_USB_AUDIO is not set
# CONFIG_USB_BLUETOOTH_TTY is not set
# CONFIG_USB_MIDI is not set
# CONFIG_USB_ACM is not set
# CONFIG_USB_PRINTER is not set
CONFIG_USB_STORAGE=m
# 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=m
CONFIG_USB_HIDINPUT=y
# CONFIG_HID_FF is not set
# CONFIG_USB_HIDDEV is not set

#
# USB HID Boot Protocol drivers
#
# CONFIG_USB_KBD is not set
# CONFIG_USB_MOUSE 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_XPAD is not set

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_SCANNER 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_AX8817X_STANDALONE is not set
# 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
#

#
# USB Serial Converter support
#
# CONFIG_USB_SERIAL is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_TIGL is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_BRLVGER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_GADGET is not set

#
# Bluetooth support
#
# CONFIG_BT is not set

#
# Profiling support
#
# CONFIG_PROFILING is not set

#
# Kernel hacking
#
# CONFIG_DEBUG_KERNEL is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_FRAME_POINTER is not set
CONFIG_X86_EXTRA_IRQS=y
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y

#
# Security options
#
# CONFIG_SECURITY is not set

#
# Cryptographic options
#
# CONFIG_CRYPTO is not set

#
# Library routines
#
# CONFIG_CRC32 is not set
CONFIG_X86_BIOS_REBOOT=y


Attachments:
signature.asc (189.00 B)
This is a digitally signed message part

2003-09-10 21:16:10

by Wiktor Wodecki

[permalink] [raw]
Subject: Re: 2.6.0-test5-mm1

Hi,

still errors with uncared irq with test5-mm1:

Sep 10 21:36:13 kakerlak kernel: irq 7: nobody cared!
Sep 10 21:36:13 kakerlak kernel: Call Trace:
Sep 10 21:36:13 kakerlak kernel: [__report_bad_irq+42/144] __report_bad_irq+0x2a/0x90
Sep 10 21:36:13 kakerlak kernel: [note_interrupt+108/176] note_interrupt+0x6c/0xb0
Sep 10 21:36:13 kakerlak kernel: [do_IRQ+288/304] do_IRQ+0x120/0x130
Sep 10 21:36:13 kakerlak kernel: [common_interrupt+24/32] common_interrupt+0x18/0x20
Sep 10 21:36:13 kakerlak kernel: [do_softirq+64/160] do_softirq+0x40/0xa0
Sep 10 21:36:13 kakerlak kernel: [do_IRQ+252/304] do_IRQ+0xfc/0x130
Sep 10 21:36:13 kakerlak kernel: [_stext+0/96] rest_init+0x0/0x60
Sep 10 21:36:13 kakerlak kernel: [common_interrupt+24/32] common_interrupt+0x18/0x20
Sep 10 21:36:13 kakerlak kernel: [_stext+0/96] rest_init+0x0/0x60
Sep 10 21:36:13 kakerlak kernel: [acpi_processor_idle+213/455] acpi_processor_idle+0xd5/0x1c7
Sep 10 21:36:13 kakerlak kernel: [_stext+0/96] rest_init+0x0/0x60
Sep 10 21:36:13 kakerlak kernel: [cpu_idle+44/64] cpu_idle+0x2c/0x40
Sep 10 21:36:13 kakerlak kernel: [start_kernel+332/352] start_kernel+0x14c/0x160
Sep 10 21:36:13 kakerlak kernel: [unknown_bootoption+0/256] unknown_bootoption+0x0/0x100
Sep 10 21:36:13 kakerlak kernel:
Sep 10 21:36:13 kakerlak kernel: handlers:
Sep 10 21:36:13 kakerlak kernel: [acpi_irq+0/22] (acpi_irq+0x0/0x16)
Sep 10 21:36:13 kakerlak kernel: Disabling IRQ #7

kernel booted with pci=noacpi, lspci attached

On Mon, Sep 08, 2003 at 11:50:28PM -0700, Andrew Morton wrote:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test5/2.6.0-test5-mm1/
>
>
> Small fixes, mainly.
>
>
>
>
> Changes since 2.6.0-test4-mm6:
>
>
> -sysfs-memleak-fix.patch
> -large-dev_t-2nd-01.patch
> -large-dev_t-2nd-02.patch
> -large-dev_t-2nd-03.patch
> -large-dev_t-2nd-04.patch
> -large-dev_t-2nd-05.patch
> -large-dev_t-2nd-06.patch
> -large-dev_t-2nd-07.patch
> -large-dev_t-2nd-08.patch
> -large-dev_t-2nd-09.patch
> -large-dev_t-2nd-10.patch
> -large-dev_t-2nd-11.patch
> -large-dev_t-2nd-12.patch
> -large-dev_t-2nd-13.patch
> -large-dev_t-2nd-14.patch
> -large-dev_t-2nd-15.patch
> -kobject-unlimited-name-lengths.patch
> -kobject-unlimited-name-lengths-use-after-free-fix.patch
> -remove-version_h.patch
> -remove-__SMP__.patch
> -make-init_mister-static.patch
> -skfddi-copy_user-checks.patch
> -ll_rw_blk-comment-corrections.patch
> -sc520_wdt-ioremap-checking.patch
> -paride-error-return-handling.patch
> -init-exit-cleanups.patch
> -qla1280-pci-alloc-free-checking.patch
> -saa7134-core-ioremap-checking.patch
> -acpi-pci-routing-fixes.patch
>
> Merged
>
> +tg3-poll_controller.patch
> +kgdb-eth-reattach.patch
> +kgdb-skb_reserve-fix.patch
>
> kgdb-over-ethernet fixes
>
> -fix-io-hangs.patch
> -as-insert-here-fix.patch
>
> Obsoleted
>
> +acpi-irq-fixes.patch
>
> Andrew de Quincey's ACPI changes
>
> -cfq-3.patch
> -cfq-3-fixes.patch
> +cfq-4.patch
>
> Reworked CFQ IO scheduler
>
> -thread-pgrp-fix-2.patch
>
> Obsoleted by group_leader-rework.patch
>
> +group_leader-rework.patch
>
> Use the thread group leader's pgrp rather than the current thread's pgrp
> everywhere.
>
> +timer_tsc-cyc2ns_scale-fix.patch
>
> ia32 timer fixlet
>
> +ppp-oops-fix.patch
>
> Fix an oops in the PPP driver (with devfs)
>
> +d_delete-d_lookup-race-fix.patch
>
> dentry race fix
>
> +idle-using-monitor-mwait.patch
> +idle-using-monitor-mwait-tweaks.patch
>
> Support for using the new ia32 monitor/mwait instructions in the idle loop.
>
> +remap_file_pages-MAP_NONBLOCK-fix.patch
> +install_page-use-after-unmap-fix.patch
>
> remap_file_pages() fixes
>
> +agp-build-fix.patch
>
> Compile fix
>
> +inflate-error-cleanup.patch
>
> Error message consistencies.
>
> +slab-debug-additions.patch
>
> Slab debug enhancements, including: make sure that objects are aligned at
> the highest possible address within their page, so overruns are more likely
> to trigger the page unmapping debug feature.
>
> +mwave-locking-fixes.patch
>
> mwave driver fixes
>
> +summit-includes-fix.patch
>
> Build fix
>
> +random-lock-contention.patch
>
> Fix lock contention in the new random driver locking on monster SMP.
>
> +agp-warning-fix.patch
>
> Fix some warning
>
> +ifdown-lockup-fix.patch
>
> Fix network device close hang
>
> +fadvise-needs-asmlinkage.patch
>
> Missing asmlinkage
>
> +ufs-build-fix.patch
>
> Purge C++isms
>
> -put_task_struct-debug.patch
>
> This broke, but the bug was fixed anyway.
>
> -sparc64-lockmeter-fix.patch
> -sparc64-lockmeter-fix-2.patch
>
> Folded into lockmeter.patch
>
> +4g4g-copy_mount_options-fix.patch
> +4g4g-pagetable-accounting-fix.patch
>
> 4G/4G fixes
>
>
>
>
>
> All 173 patches:
>
>
> mm.patch
> add -mmN to EXTRAVERSION
>
> kgdb-ga.patch
> kgdb stub for ia32 (George Anzinger's one)
> kgdbL warning fix
>
> kgdb-warning-fix.patch
> kgdbL warning fix
>
> kgdb-build-fix.patch
>
> kgdb-spinlock-fix.patch
>
> kgdb-fix-debug-info.patch
> kgdb: CONFIG_DEBUG_INFO fix
>
> kgdb-cpumask_t.patch
>
> kgdb-x86_64-fixes.patch
> x86_64 fixes
>
> kgdb-over-ethernet.patch
> kgdb-over-ethernet patch
>
> kgdb-over-ethernet-fixes.patch
> kgdb-over-ethernet fixlets
>
> kgdb-CONFIG_NET_POLL_CONTROLLER.patch
> kgdb: replace CONFIG_KGDB with CONFIG_NET_RX_POLL in net drivers
>
> kgdb-handle-stopped-NICs.patch
> kgdb: handle netif_stopped NICs
>
> eepro100-poll-controller.patch
>
> tlan-poll_controller.patch
>
> tulip-poll_controller.patch
>
> tg3-poll_controller.patch
> kgdb: tg3 poll_controller
>
> kgdb-eth-smp-fix.patch
> kgdb-over-ethernet: fix SMP
>
> kgdb-eth-reattach.patch
>
> kgdb-skb_reserve-fix.patch
> kgdb-over-ethernet: skb_reserve() fix
>
> acpi-irq-fixes.patch
> Next round of ACPI IRQ fixes (VIA ACPI fixed)
>
> cfq-4.patch
> CFQ io scheduler
> CFQ fixes
>
> no-unit-at-a-time.patch
> Use -fno-unit-at-a-time if gcc supports it
>
> calibrate_tsc-consolidation.patch
> calibrate_tsc() fix and consolidation
>
> config_spinline.patch
> uninline spinlocks for profiling accuracy.
>
> ppc64-build-fixes.patch
> Fix ppc64 breakage
>
> ppc64-bar-0-fix.patch
> Allow PCI BARs that start at 0
>
> ppc64-reloc_hide.patch
>
> ppc64-semaphore-reimplementation.patch
> ppc64: use the ia32 semaphore implementation
>
> ppc64-local.patch
> ppc64: local.h implementation
>
> sym-do-160.patch
> make the SYM driver do 160 MB/sec
>
> rt-tasks-special-vm-treatment.patch
> real-time enhanced page allocator and throttling
>
> rt-tasks-special-vm-treatment-2.patch
>
> input-use-after-free-checks.patch
> input layer debug checks
>
> fbdev.patch
> framebbuffer driver update
>
> cursor-flashing-fix.patch
> fbdev: fix cursor letovers
>
> slab-hexdump.patch
> slab: hexdump structures when things go wrong
>
> aic7xxx-parallel-build-fix.patch
> fix parallel builds for aic7xxx
>
> group_leader-rework.patch
> Fix setpgid and threads
> use group_leader->pgrp (was Re: setpgid and threads)
>
> ramdisk-cleanup.patch
>
> delay-ksoftirqd-fallback.patch
> Try harded in IRQ context before falling back to ksoftirqd
>
> intel8x0-cleanup.patch
> intel8x0 cleanups
>
> claim-serio-early.patch
> Serio: claim serio early
>
> mark-devfs-obsolete.patch
> mark devfs obsolete
>
> VT8231-router-detection.patch
> VT8231 IRQ router detection
>
> block-devfs-conversions.patch
> Initialise devfs_name in various block drivers
>
> timer_tsc-cyc2ns_scale-fix.patch
> monolitic_clock, timer_{tsc,hpet} and CPUFREQ
>
> test4-pm1.patch
> power management update
>
> ide-pm-oops-fix.patch
> IDE power management oops fix
>
> swsusp-fpu-fix.patch
> swsusp fpu management fix
>
> ricoh-mask-fix.patch
> pcmcia: ricoh.h mask fix
> EDEC
> From: KOMURO <[email protected]>, Alan Cox <[email protected]>
>
> RL5C4XX_16BIT_MEM_0 was wrong.
>
> dac960-devfs_name-fix.patch
> dac960 devfs_name initialisation fix
>
> dac960-warning-fixes.patch
> compiler warning fixes for DAC960 on alpha
>
> ikconfig-gzipped-2.patch
> Move ikconfig to /proc/config.gz
> ikconfig cleanup
>
> flush-invalidate-fixes.patch
> memory writeback/invalidation fixes
>
> flush-invalidate-fixes-warning-fix.patch
>
> ide_floppy-maybe-fix.patch
> might fix ide_floppy
>
> reiserfs-direct-io.patch
> resierfs direct-IO support
>
> pdflush-diag.patch
>
> joydev-exclusions.patch
> joydev is too eager claiming input devices
>
> might_sleep-diags.patch
>
> imm-fix-fix.patch
> Fix imm.c again
>
> selinux-option-config-option.patch
> make selinux enable param config option, enabled by default
>
> sound-remove-duplicate-includes.patch
> sound: remove duplicate includes
>
> kernel-remove-duplicate-includes.patch
> remove duplicate includes in kernel/
>
> utime-on-immutable-file-fix.patch
> disallow utime{s}() on immutable or append-only files
>
> add-daniele-to-credits.patch
> add Daniele to CREDITS
>
> NR_CPUS-overflow-fix.patch
> Handle NR_CPUS overflow
>
> ppp-oops-fix.patch
> ppp oops fix
>
> d_delete-d_lookup-race-fix.patch
> d_delete-d_lookup race fix
>
> idle-using-monitor-mwait.patch
> idle using PNI monitor/mwait
>
> idle-using-monitor-mwait-tweaks.patch
>
> remap_file_pages-MAP_NONBLOCK-fix.patch
> remap file pages MAP_NONBLOCK fix
>
> install_page-use-after-unmap-fix.patch
> install_page pte use-after-unmap fix
>
> agp-build-fix.patch
> AGPGART_MINOR needs <linux/agpgart.h>
>
> really-use-english-date-in-version-string.patch
> really use english date in version string
>
> inflate-error-cleanup.patch
> tidy up lib/inflate.c error messages
>
> slab-debug-additions.patch
> Move slab objects to the end of the real allocation
>
> mwave-locking-fixes.patch
> mwave locking fixes
>
> summit-includes-fix.patch
> fix Summit srat.h includes
>
> random-lock-contention.patch
> Redue random driver lock contention
>
> agp-warning-fix.patch
> AGP warning fix
>
> ifdown-lockup-fix.patch
>
> fadvise-needs-asmlinkage.patch
>
> ufs-build-fix.patch
> fs/ufs/namei.c build fix
>
> p00001_synaptics-restore-on-close.patch
>
> p00002_psmouse-reset-timeout.patch
>
> p00003_synaptics-multi-button.patch
>
> p00004_synaptics-optional.patch
>
> p00005_synaptics-pass-through.patch
>
> p00006_psmouse-suspend-resume.patch
>
> p00007_synaptics-old-proto.patch
>
> synaptics-mode-set.patch
> Synaptics mode setting
>
> syn-multi-btn-fix.patch
> synaptics multibutton fix
>
> keyboard-resend-fix.patch
> keyboard resend fix
>
> psmouse_ipms2-option.patch
> Force mouse detection as imps/2 (and fix my KVM switch)
>
> i8042-history.patch
> debug: i8042 history dumping
>
> linux-isp-2.patch
>
> linux-isp-2-fix-again.patch
> lost feral fix
>
> feral-bounce-fix.patch
> Feral driver - highmem issues
>
> feral-bounce-fix-2.patch
> Feral driver bouncing fix
>
> list_del-debug.patch
> list_del debug check
>
> print-build-options-on-oops.patch
> print a few config options on oops
>
> show_task-free-stack-fix.patch
> show_task() fix and cleanup
>
> oops-dump-preceding-code.patch
> i386 oops output: dump preceding code
>
> lockmeter.patch
>
> printk-oops-mangle-fix.patch
> disentangle printk's whilst oopsing on SMP
>
> 20-odirect_enable.patch
>
> 21-odirect_cruft.patch
>
> 22-read_proc.patch
>
> 23-write_proc.patch
>
> 24-commit_proc.patch
>
> 25-odirect.patch
>
> nfs-O_DIRECT-always-enabled.patch
> Force CONFIG_NFS_DIRECTIO
>
> sched-CAN_MIGRATE_TASK-fix.patch
> CAN_MIGRATE fix
>
> sched-balance-fix-2.6.0-test3-mm3-A0.patch
> sched-balance-fix-2.6.0-test3-mm3-A0
>
> sched-2.6.0-test2-mm2-A3.patch
> sched-2.6.0-test2-mm2-A3
>
> ppc-sched_clock.patch
>
> ppc64-sched_clock.patch
> ppc64: sched_clock()
>
> sparc64_sched_clock.patch
>
> x86_64-sched_clock.patch
> Add sched_clock for x86-64
>
> sched-warning-fix.patch
>
> sched-balance-tuning.patch
> CPU scheduler balancing fix
>
> sched-no-tsc-on-numa.patch
> Subject: Re: Fw: Re: 2.6.0-test2-mm3
>
> o12.2int.patch
> O12.2int for interactivity
>
> o12.3.patch
> O12.3 for interactivity
>
> o13int.patch
> O13int for interactivity
>
> o13.1int.patch
> O13.1int
>
> o14int.patch
> O14int
>
> o14int-div-fix.patch
> o14int 64-bit-divide fix
>
> o14.1int.patch
> O14.1int
>
> o15int.patch
> O15int for interactivity
>
> o16int.patch
> From: Con Kolivas <[email protected]>
> Subject: [PATCH] O16int for interactivity
>
> o16.1int.patch
> O16.1int for interactivity
>
> o16.2int.patch
> O16.2int
>
> o16.3int.patch
> O16.3int
>
> o18int.patch
> O18int
>
> o18.1int.patch
> O18.1int
>
> sched-cpu-migration-fix.patch
> sched: task migration fix
>
> o19int.patch
> O19int
>
> o20int.patch
> O20int
>
> 4g-2.6.0-test2-mm2-A5.patch
> 4G/4G split patch
> 4G/4G: remove debug code
> 4g4g: pmd fix
> 4g/4g: fixes from Bill
> 4g4g: fpu emulation fix
> 4g/4g usercopy atomicity fix
> 4G/4G: remove debug code
> 4g4g: pmd fix
> 4g/4g: fixes from Bill
> 4g4g: fpu emulation fix
> 4g/4g usercopy atomicity fix
> 4G/4G preempt on vstack
> 4G/4G: even number of kmap types
> 4g4g: fix __get_user in slab
> 4g4g: Remove extra .data.idt section definition
> 4g/4g linker error (overlapping sections)
> 4G/4G: remove debug code
> 4g4g: pmd fix
> 4g/4g: fixes from Bill
> 4g4g: fpu emulation fix
> 4g4g: show_registers() fix
> 4g/4g usercopy atomicity fix
> 4g4g: debug flags fix
> 4g4g: Fix wrong asm-offsets entry
> cyclone time fixmap fix
> 4G/4G preempt on vstack
> 4G/4G: even number of kmap types
> 4g4g: fix __get_user in slab
> 4g4g: Remove extra .data.idt section definition
> 4g/4g linker error (overlapping sections)
> 4G/4G: remove debug code
> 4g4g: pmd fix
> 4g/4g: fixes from Bill
> 4g4g: fpu emulation fix
> 4g4g: show_registers() fix
> 4g/4g usercopy atomicity fix
> 4g4g: debug flags fix
> 4g4g: Fix wrong asm-offsets entry
> cyclone time fixmap fix
>
> 4g4g-cyclone-timer-fix.patch
>
> 4g4g-copy_mount_options-fix.patch
> use direct_copy_{to,from}_user for kernel access in mm/usercopy.c
>
> 4g4g-pagetable-accounting-fix.patch
> 4g/4g pagetable accounting fix
>
> ppc-fixes.patch
> make mm4 compile on ppc
>
> aic7xxx_old-oops-fix.patch
>
> aio-01-retry.patch
> AIO: Core retry infrastructure
>
> io_submit_one-EINVAL-fix.patch
> Fix aio process hang on EINVAL
>
> aio-02-lockpage_wq.patch
> AIO: Async page wait
>
> aio-03-fs_read.patch
> AIO: Filesystem aio read
>
> aio-04-buffer_wq.patch
> AIO: Async buffer wait
>
> aio-05-fs_write.patch
> AIO: Filesystem aio write
>
> aio-05-fs_write-fix.patch
>
> aio-06-bread_wq.patch
> AIO: Async block read
>
> aio-06-bread_wq-fix.patch
>
> aio-07-ext2getblk_wq.patch
> AIO: Async get block for ext2
>
> O_SYNC-speedup-2.patch
> speed up O_SYNC writes
>
> aio-09-o_sync.patch
> aio O_SYNC
>
> aio-10-BUG-fix.patch
> AIO: fix a BUG
>
> aio-11-workqueue-flush.patch
> AIO: flush workqueues before destroying ioctx'es
>
> aio-12-readahead.patch
> AIO: readahead fixes
>
> aio-dio-no-readahead.patch
> aio O_DIRECT no readahead
>
> lock_buffer_wq-fix.patch
> lock_buffer_wq fix
>
> unuse_mm-locked.patch
> AIO: hold the context lock across unuse_mm
>
> aio-take-task_lock.patch
> task task_lock in use_mm()
>
> aio-O_SYNC-fix.patch
> Unify o_sync changes for aio and regular writes
>
> aio-O_SYNC-fix-missing-bit.patch
> aio-O_SYNC-fix bits got lost
>
> O_SYNC-speedup-nolock-fix.patch
>
> aio-writev-nsegs-fix.patch
> aio: writev nr_segs fix
>
> aio-remove-lseek-triggerable-BUG_ONs.patch
>
> aio-readahead-rework.patch
> Unified page range readahead for aio and regular reads
>
> aio-readahead-speedup.patch
> Readahead issues and AIO read speedup
>
> aio-osync-fix-2.patch
> More AIO O_SYNC related fixes
>
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/

--
Regards,

Wiktor Wodecki


Attachments:
(No filename) (0.00 B)
(No filename) (189.00 B)
Download all attachments

2003-09-10 23:02:00

by Nakajima, Jun

[permalink] [raw]
Subject: RE: 2.6.0-test5-mm1

Getting SCI at IRQ 7 is not a problem, but it sounds very rare.

Can you please send dmesg and acpidmp to [email protected]?
Or file a bug report and put them on http://bugme.osdl.org/?

Thanks,
Jun

> -----Original Message-----
> From: Wiktor Wodecki [mailto:[email protected]]
> Sent: Wednesday, September 10, 2003 2:18 PM
> To: Andrew Morton
> Cc: [email protected]; [email protected]
> Subject: Re: 2.6.0-test5-mm1
>
> Hi,
>
> still errors with uncared irq with test5-mm1:
>
> Sep 10 21:36:13 kakerlak kernel: irq 7: nobody cared!
> Sep 10 21:36:13 kakerlak kernel: Call Trace:
> Sep 10 21:36:13 kakerlak kernel: [__report_bad_irq+42/144]
> __report_bad_irq+0x2a/0x90
> Sep 10 21:36:13 kakerlak kernel: [note_interrupt+108/176]
> note_interrupt+0x6c/0xb0
> Sep 10 21:36:13 kakerlak kernel: [do_IRQ+288/304] do_IRQ+0x120/0x130
> Sep 10 21:36:13 kakerlak kernel: [common_interrupt+24/32]
> common_interrupt+0x18/0x20
> Sep 10 21:36:13 kakerlak kernel: [do_softirq+64/160]
do_softirq+0x40/0xa0
> Sep 10 21:36:13 kakerlak kernel: [do_IRQ+252/304] do_IRQ+0xfc/0x130
> Sep 10 21:36:13 kakerlak kernel: [_stext+0/96] rest_init+0x0/0x60
> Sep 10 21:36:13 kakerlak kernel: [common_interrupt+24/32]
> common_interrupt+0x18/0x20
> Sep 10 21:36:13 kakerlak kernel: [_stext+0/96] rest_init+0x0/0x60
> Sep 10 21:36:13 kakerlak kernel: [acpi_processor_idle+213/455]
> acpi_processor_idle+0xd5/0x1c7
> Sep 10 21:36:13 kakerlak kernel: [_stext+0/96] rest_init+0x0/0x60
> Sep 10 21:36:13 kakerlak kernel: [cpu_idle+44/64] cpu_idle+0x2c/0x40
> Sep 10 21:36:13 kakerlak kernel: [start_kernel+332/352]
> start_kernel+0x14c/0x160
> Sep 10 21:36:13 kakerlak kernel: [unknown_bootoption+0/256]
> unknown_bootoption+0x0/0x100
> Sep 10 21:36:13 kakerlak kernel:
> Sep 10 21:36:13 kakerlak kernel: handlers:
> Sep 10 21:36:13 kakerlak kernel: [acpi_irq+0/22] (acpi_irq+0x0/0x16)
> Sep 10 21:36:13 kakerlak kernel: Disabling IRQ #7
>
> kernel booted with pci=noacpi, lspci attached
>
> On Mon, Sep 08, 2003 at 11:50:28PM -0700, Andrew Morton wrote:
> >
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-
> test5/2.6.0-test5-mm1/
> >
> >
> > Small fixes, mainly.
> >
> >
> >
> >
> > Changes since 2.6.0-test4-mm6:
> >
> >
> > -sysfs-memleak-fix.patch
> > -large-dev_t-2nd-01.patch
> > -large-dev_t-2nd-02.patch
> > -large-dev_t-2nd-03.patch
> > -large-dev_t-2nd-04.patch
> > -large-dev_t-2nd-05.patch
> > -large-dev_t-2nd-06.patch
> > -large-dev_t-2nd-07.patch
> > -large-dev_t-2nd-08.patch
> > -large-dev_t-2nd-09.patch
> > -large-dev_t-2nd-10.patch
> > -large-dev_t-2nd-11.patch
> > -large-dev_t-2nd-12.patch
> > -large-dev_t-2nd-13.patch
> > -large-dev_t-2nd-14.patch
> > -large-dev_t-2nd-15.patch
> > -kobject-unlimited-name-lengths.patch
> > -kobject-unlimited-name-lengths-use-after-free-fix.patch
> > -remove-version_h.patch
> > -remove-__SMP__.patch
> > -make-init_mister-static.patch
> > -skfddi-copy_user-checks.patch
> > -ll_rw_blk-comment-corrections.patch
> > -sc520_wdt-ioremap-checking.patch
> > -paride-error-return-handling.patch
> > -init-exit-cleanups.patch
> > -qla1280-pci-alloc-free-checking.patch
> > -saa7134-core-ioremap-checking.patch
> > -acpi-pci-routing-fixes.patch
> >
> > Merged
> >
> > +tg3-poll_controller.patch
> > +kgdb-eth-reattach.patch
> > +kgdb-skb_reserve-fix.patch
> >
> > kgdb-over-ethernet fixes
> >
> > -fix-io-hangs.patch
> > -as-insert-here-fix.patch
> >
> > Obsoleted
> >
> > +acpi-irq-fixes.patch
> >
> > Andrew de Quincey's ACPI changes
> >
> > -cfq-3.patch
> > -cfq-3-fixes.patch
> > +cfq-4.patch
> >
> > Reworked CFQ IO scheduler
> >
> > -thread-pgrp-fix-2.patch
> >
> > Obsoleted by group_leader-rework.patch
> >
> > +group_leader-rework.patch
> >
> > Use the thread group leader's pgrp rather than the current thread's
> pgrp
> > everywhere.
> >
> > +timer_tsc-cyc2ns_scale-fix.patch
> >
> > ia32 timer fixlet
> >
> > +ppp-oops-fix.patch
> >
> > Fix an oops in the PPP driver (with devfs)
> >
> > +d_delete-d_lookup-race-fix.patch
> >
> > dentry race fix
> >
> > +idle-using-monitor-mwait.patch
> > +idle-using-monitor-mwait-tweaks.patch
> >
> > Support for using the new ia32 monitor/mwait instructions in the
idle
> loop.
> >
> > +remap_file_pages-MAP_NONBLOCK-fix.patch
> > +install_page-use-after-unmap-fix.patch
> >
> > remap_file_pages() fixes
> >
> > +agp-build-fix.patch
> >
> > Compile fix
> >
> > +inflate-error-cleanup.patch
> >
> > Error message consistencies.
> >
> > +slab-debug-additions.patch
> >
> > Slab debug enhancements, including: make sure that objects are
aligned
> at
> > the highest possible address within their page, so overruns are
more
> likely
> > to trigger the page unmapping debug feature.
> >
> > +mwave-locking-fixes.patch
> >
> > mwave driver fixes
> >
> > +summit-includes-fix.patch
> >
> > Build fix
> >
> > +random-lock-contention.patch
> >
> > Fix lock contention in the new random driver locking on monster
SMP.
> >
> > +agp-warning-fix.patch
> >
> > Fix some warning
> >
> > +ifdown-lockup-fix.patch
> >
> > Fix network device close hang
> >
> > +fadvise-needs-asmlinkage.patch
> >
> > Missing asmlinkage
> >
> > +ufs-build-fix.patch
> >
> > Purge C++isms
> >
> > -put_task_struct-debug.patch
> >
> > This broke, but the bug was fixed anyway.
> >
> > -sparc64-lockmeter-fix.patch
> > -sparc64-lockmeter-fix-2.patch
> >
> > Folded into lockmeter.patch
> >
> > +4g4g-copy_mount_options-fix.patch
> > +4g4g-pagetable-accounting-fix.patch
> >
> > 4G/4G fixes
> >
> >
> >
> >
> >
> > All 173 patches:
> >
> >
> > mm.patch
> > add -mmN to EXTRAVERSION
> >
> > kgdb-ga.patch
> > kgdb stub for ia32 (George Anzinger's one)
> > kgdbL warning fix
> >
> > kgdb-warning-fix.patch
> > kgdbL warning fix
> >
> > kgdb-build-fix.patch
> >
> > kgdb-spinlock-fix.patch
> >
> > kgdb-fix-debug-info.patch
> > kgdb: CONFIG_DEBUG_INFO fix
> >
> > kgdb-cpumask_t.patch
> >
> > kgdb-x86_64-fixes.patch
> > x86_64 fixes
> >
> > kgdb-over-ethernet.patch
> > kgdb-over-ethernet patch
> >
> > kgdb-over-ethernet-fixes.patch
> > kgdb-over-ethernet fixlets
> >
> > kgdb-CONFIG_NET_POLL_CONTROLLER.patch
> > kgdb: replace CONFIG_KGDB with CONFIG_NET_RX_POLL in net drivers
> >
> > kgdb-handle-stopped-NICs.patch
> > kgdb: handle netif_stopped NICs
> >
> > eepro100-poll-controller.patch
> >
> > tlan-poll_controller.patch
> >
> > tulip-poll_controller.patch
> >
> > tg3-poll_controller.patch
> > kgdb: tg3 poll_controller
> >
> > kgdb-eth-smp-fix.patch
> > kgdb-over-ethernet: fix SMP
> >
> > kgdb-eth-reattach.patch
> >
> > kgdb-skb_reserve-fix.patch
> > kgdb-over-ethernet: skb_reserve() fix
> >
> > acpi-irq-fixes.patch
> > Next round of ACPI IRQ fixes (VIA ACPI fixed)
> >
> > cfq-4.patch
> > CFQ io scheduler
> > CFQ fixes
> >
> > no-unit-at-a-time.patch
> > Use -fno-unit-at-a-time if gcc supports it
> >
> > calibrate_tsc-consolidation.patch
> > calibrate_tsc() fix and consolidation
> >
> > config_spinline.patch
> > uninline spinlocks for profiling accuracy.
> >
> > ppc64-build-fixes.patch
> > Fix ppc64 breakage
> >
> > ppc64-bar-0-fix.patch
> > Allow PCI BARs that start at 0
> >
> > ppc64-reloc_hide.patch
> >
> > ppc64-semaphore-reimplementation.patch
> > ppc64: use the ia32 semaphore implementation
> >
> > ppc64-local.patch
> > ppc64: local.h implementation
> >
> > sym-do-160.patch
> > make the SYM driver do 160 MB/sec
> >
> > rt-tasks-special-vm-treatment.patch
> > real-time enhanced page allocator and throttling
> >
> > rt-tasks-special-vm-treatment-2.patch
> >
> > input-use-after-free-checks.patch
> > input layer debug checks
> >
> > fbdev.patch
> > framebbuffer driver update
> >
> > cursor-flashing-fix.patch
> > fbdev: fix cursor letovers
> >
> > slab-hexdump.patch
> > slab: hexdump structures when things go wrong
> >
> > aic7xxx-parallel-build-fix.patch
> > fix parallel builds for aic7xxx
> >
> > group_leader-rework.patch
> > Fix setpgid and threads
> > use group_leader->pgrp (was Re: setpgid and threads)
> >
> > ramdisk-cleanup.patch
> >
> > delay-ksoftirqd-fallback.patch
> > Try harded in IRQ context before falling back to ksoftirqd
> >
> > intel8x0-cleanup.patch
> > intel8x0 cleanups
> >
> > claim-serio-early.patch
> > Serio: claim serio early
> >
> > mark-devfs-obsolete.patch
> > mark devfs obsolete
> >
> > VT8231-router-detection.patch
> > VT8231 IRQ router detection
> >
> > block-devfs-conversions.patch
> > Initialise devfs_name in various block drivers
> >
> > timer_tsc-cyc2ns_scale-fix.patch
> > monolitic_clock, timer_{tsc,hpet} and CPUFREQ
> >
> > test4-pm1.patch
> > power management update
> >
> > ide-pm-oops-fix.patch
> > IDE power management oops fix
> >
> > swsusp-fpu-fix.patch
> > swsusp fpu management fix
> >
> > ricoh-mask-fix.patch
> > pcmcia: ricoh.h mask fix
> > EDEC
> > From: KOMURO <[email protected]>, Alan Cox
<[email protected]>
> >
> > RL5C4XX_16BIT_MEM_0 was wrong.
> >
> > dac960-devfs_name-fix.patch
> > dac960 devfs_name initialisation fix
> >
> > dac960-warning-fixes.patch
> > compiler warning fixes for DAC960 on alpha
> >
> > ikconfig-gzipped-2.patch
> > Move ikconfig to /proc/config.gz
> > ikconfig cleanup
> >
> > flush-invalidate-fixes.patch
> > memory writeback/invalidation fixes
> >
> > flush-invalidate-fixes-warning-fix.patch
> >
> > ide_floppy-maybe-fix.patch
> > might fix ide_floppy
> >
> > reiserfs-direct-io.patch
> > resierfs direct-IO support
> >
> > pdflush-diag.patch
> >
> > joydev-exclusions.patch
> > joydev is too eager claiming input devices
> >
> > might_sleep-diags.patch
> >
> > imm-fix-fix.patch
> > Fix imm.c again
> >
> > selinux-option-config-option.patch
> > make selinux enable param config option, enabled by default
> >
> > sound-remove-duplicate-includes.patch
> > sound: remove duplicate includes
> >
> > kernel-remove-duplicate-includes.patch
> > remove duplicate includes in kernel/
> >
> > utime-on-immutable-file-fix.patch
> > disallow utime{s}() on immutable or append-only files
> >
> > add-daniele-to-credits.patch
> > add Daniele to CREDITS
> >
> > NR_CPUS-overflow-fix.patch
> > Handle NR_CPUS overflow
> >
> > ppp-oops-fix.patch
> > ppp oops fix
> >
> > d_delete-d_lookup-race-fix.patch
> > d_delete-d_lookup race fix
> >
> > idle-using-monitor-mwait.patch
> > idle using PNI monitor/mwait
> >
> > idle-using-monitor-mwait-tweaks.patch
> >
> > remap_file_pages-MAP_NONBLOCK-fix.patch
> > remap file pages MAP_NONBLOCK fix
> >
> > install_page-use-after-unmap-fix.patch
> > install_page pte use-after-unmap fix
> >
> > agp-build-fix.patch
> > AGPGART_MINOR needs <linux/agpgart.h>
> >
> > really-use-english-date-in-version-string.patch
> > really use english date in version string
> >
> > inflate-error-cleanup.patch
> > tidy up lib/inflate.c error messages
> >
> > slab-debug-additions.patch
> > Move slab objects to the end of the real allocation
> >
> > mwave-locking-fixes.patch
> > mwave locking fixes
> >
> > summit-includes-fix.patch
> > fix Summit srat.h includes
> >
> > random-lock-contention.patch
> > Redue random driver lock contention
> >
> > agp-warning-fix.patch
> > AGP warning fix
> >
> > ifdown-lockup-fix.patch
> >
> > fadvise-needs-asmlinkage.patch
> >
> > ufs-build-fix.patch
> > fs/ufs/namei.c build fix
> >
> > p00001_synaptics-restore-on-close.patch
> >
> > p00002_psmouse-reset-timeout.patch
> >
> > p00003_synaptics-multi-button.patch
> >
> > p00004_synaptics-optional.patch
> >
> > p00005_synaptics-pass-through.patch
> >
> > p00006_psmouse-suspend-resume.patch
> >
> > p00007_synaptics-old-proto.patch
> >
> > synaptics-mode-set.patch
> > Synaptics mode setting
> >
> > syn-multi-btn-fix.patch
> > synaptics multibutton fix
> >
> > keyboard-resend-fix.patch
> > keyboard resend fix
> >
> > psmouse_ipms2-option.patch
> > Force mouse detection as imps/2 (and fix my KVM switch)
> >
> > i8042-history.patch
> > debug: i8042 history dumping
> >
> > linux-isp-2.patch
> >
> > linux-isp-2-fix-again.patch
> > lost feral fix
> >
> > feral-bounce-fix.patch
> > Feral driver - highmem issues
> >
> > feral-bounce-fix-2.patch
> > Feral driver bouncing fix
> >
> > list_del-debug.patch
> > list_del debug check
> >
> > print-build-options-on-oops.patch
> > print a few config options on oops
> >
> > show_task-free-stack-fix.patch
> > show_task() fix and cleanup
> >
> > oops-dump-preceding-code.patch
> > i386 oops output: dump preceding code
> >
> > lockmeter.patch
> >
> > printk-oops-mangle-fix.patch
> > disentangle printk's whilst oopsing on SMP
> >
> > 20-odirect_enable.patch
> >
> > 21-odirect_cruft.patch
> >
> > 22-read_proc.patch
> >
> > 23-write_proc.patch
> >
> > 24-commit_proc.patch
> >
> > 25-odirect.patch
> >
> > nfs-O_DIRECT-always-enabled.patch
> > Force CONFIG_NFS_DIRECTIO
> >
> > sched-CAN_MIGRATE_TASK-fix.patch
> > CAN_MIGRATE fix
> >
> > sched-balance-fix-2.6.0-test3-mm3-A0.patch
> > sched-balance-fix-2.6.0-test3-mm3-A0
> >
> > sched-2.6.0-test2-mm2-A3.patch
> > sched-2.6.0-test2-mm2-A3
> >
> > ppc-sched_clock.patch
> >
> > ppc64-sched_clock.patch
> > ppc64: sched_clock()
> >
> > sparc64_sched_clock.patch
> >
> > x86_64-sched_clock.patch
> > Add sched_clock for x86-64
> >
> > sched-warning-fix.patch
> >
> > sched-balance-tuning.patch
> > CPU scheduler balancing fix
> >
> > sched-no-tsc-on-numa.patch
> > Subject: Re: Fw: Re: 2.6.0-test2-mm3
> >
> > o12.2int.patch
> > O12.2int for interactivity
> >
> > o12.3.patch
> > O12.3 for interactivity
> >
> > o13int.patch
> > O13int for interactivity
> >
> > o13.1int.patch
> > O13.1int
> >
> > o14int.patch
> > O14int
> >
> > o14int-div-fix.patch
> > o14int 64-bit-divide fix
> >
> > o14.1int.patch
> > O14.1int
> >
> > o15int.patch
> > O15int for interactivity
> >
> > o16int.patch
> > From: Con Kolivas <[email protected]>
> > Subject: [PATCH] O16int for interactivity
> >
> > o16.1int.patch
> > O16.1int for interactivity
> >
> > o16.2int.patch
> > O16.2int
> >
> > o16.3int.patch
> > O16.3int
> >
> > o18int.patch
> > O18int
> >
> > o18.1int.patch
> > O18.1int
> >
> > sched-cpu-migration-fix.patch
> > sched: task migration fix
> >
> > o19int.patch
> > O19int
> >
> > o20int.patch
> > O20int
> >
> > 4g-2.6.0-test2-mm2-A5.patch
> > 4G/4G split patch
> > 4G/4G: remove debug code
> > 4g4g: pmd fix
> > 4g/4g: fixes from Bill
> > 4g4g: fpu emulation fix
> > 4g/4g usercopy atomicity fix
> > 4G/4G: remove debug code
> > 4g4g: pmd fix
> > 4g/4g: fixes from Bill
> > 4g4g: fpu emulation fix
> > 4g/4g usercopy atomicity fix
> > 4G/4G preempt on vstack
> > 4G/4G: even number of kmap types
> > 4g4g: fix __get_user in slab
> > 4g4g: Remove extra .data.idt section definition
> > 4g/4g linker error (overlapping sections)
> > 4G/4G: remove debug code
> > 4g4g: pmd fix
> > 4g/4g: fixes from Bill
> > 4g4g: fpu emulation fix
> > 4g4g: show_registers() fix
> > 4g/4g usercopy atomicity fix
> > 4g4g: debug flags fix
> > 4g4g: Fix wrong asm-offsets entry
> > cyclone time fixmap fix
> > 4G/4G preempt on vstack
> > 4G/4G: even number of kmap types
> > 4g4g: fix __get_user in slab
> > 4g4g: Remove extra .data.idt section definition
> > 4g/4g linker error (overlapping sections)
> > 4G/4G: remove debug code
> > 4g4g: pmd fix
> > 4g/4g: fixes from Bill
> > 4g4g: fpu emulation fix
> > 4g4g: show_registers() fix
> > 4g/4g usercopy atomicity fix
> > 4g4g: debug flags fix
> > 4g4g: Fix wrong asm-offsets entry
> > cyclone time fixmap fix
> >
> > 4g4g-cyclone-timer-fix.patch
> >
> > 4g4g-copy_mount_options-fix.patch
> > use direct_copy_{to,from}_user for kernel access in mm/usercopy.c
> >
> > 4g4g-pagetable-accounting-fix.patch
> > 4g/4g pagetable accounting fix
> >
> > ppc-fixes.patch
> > make mm4 compile on ppc
> >
> > aic7xxx_old-oops-fix.patch
> >
> > aio-01-retry.patch
> > AIO: Core retry infrastructure
> >
> > io_submit_one-EINVAL-fix.patch
> > Fix aio process hang on EINVAL
> >
> > aio-02-lockpage_wq.patch
> > AIO: Async page wait
> >
> > aio-03-fs_read.patch
> > AIO: Filesystem aio read
> >
> > aio-04-buffer_wq.patch
> > AIO: Async buffer wait
> >
> > aio-05-fs_write.patch
> > AIO: Filesystem aio write
> >
> > aio-05-fs_write-fix.patch
> >
> > aio-06-bread_wq.patch
> > AIO: Async block read
> >
> > aio-06-bread_wq-fix.patch
> >
> > aio-07-ext2getblk_wq.patch
> > AIO: Async get block for ext2
> >
> > O_SYNC-speedup-2.patch
> > speed up O_SYNC writes
> >
> > aio-09-o_sync.patch
> > aio O_SYNC
> >
> > aio-10-BUG-fix.patch
> > AIO: fix a BUG
> >
> > aio-11-workqueue-flush.patch
> > AIO: flush workqueues before destroying ioctx'es
> >
> > aio-12-readahead.patch
> > AIO: readahead fixes
> >
> > aio-dio-no-readahead.patch
> > aio O_DIRECT no readahead
> >
> > lock_buffer_wq-fix.patch
> > lock_buffer_wq fix
> >
> > unuse_mm-locked.patch
> > AIO: hold the context lock across unuse_mm
> >
> > aio-take-task_lock.patch
> > task task_lock in use_mm()
> >
> > aio-O_SYNC-fix.patch
> > Unify o_sync changes for aio and regular writes
> >
> > aio-O_SYNC-fix-missing-bit.patch
> > aio-O_SYNC-fix bits got lost
> >
> > O_SYNC-speedup-nolock-fix.patch
> >
> > aio-writev-nsegs-fix.patch
> > aio: writev nr_segs fix
> >
> > aio-remove-lseek-triggerable-BUG_ONs.patch
> >
> > aio-readahead-rework.patch
> > Unified page range readahead for aio and regular reads
> >
> > aio-readahead-speedup.patch
> > Readahead issues and AIO read speedup
> >
> > aio-osync-fix-2.patch
> > More AIO O_SYNC related fixes
> >
> >
> >
> >
> > -
> > To unsubscribe from this list: send the line "unsubscribe
linux-kernel"
> in
> > the body of a message to [email protected]
> > More majordomo info at http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at http://www.tux.org/lkml/
>
> --
> Regards,
>
> Wiktor Wodecki

2003-09-11 06:52:52

by William Lee Irwin III

[permalink] [raw]
Subject: Re: 2.6.0-test5-mm1

On Mon, Sep 08, 2003 at 11:50:28PM -0700, Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test5/2.6.0-test5-mm1/
> Small fixes, mainly.

Here's another one.

any_online_cpu() is required to and with cpu_online_map before
attempting to find an online cpu somewhere in the map; this patch adds
that logic to the implementation(s) of any_online_cpu().

Untested, but apparently necessary e.g. for set_cpus_allowed() not to oops.


-- wli



===== include/asm-generic/cpumask_arith.h 1.1 vs edited =====
--- 1.1/include/asm-generic/cpumask_arith.h Mon Aug 18 19:46:23 2003
+++ edited/include/asm-generic/cpumask_arith.h Wed Sep 10 23:46:36 2003
@@ -27,7 +27,12 @@
#define cpus_shift_right(dst, src, n) do { dst = (src) >> (n); } while (0)
#define cpus_shift_left(dst, src, n) do { dst = (src) << (n); } while (0)

-#define any_online_cpu(map) ({ (map) ? first_cpu(map) : NR_CPUS; })
+#define any_online_cpu(map) \
+({ \
+ cpumask_t __tmp__; \
+ cpus_and(__tmp__, map, cpu_online_map); \
+ __tmp__ ? first_cpu(__tmp__) : NR_CPUS; \
+})

#define CPU_MASK_ALL (~((cpumask_t)0) >> (8*sizeof(cpumask_t) - NR_CPUS))
#define CPU_MASK_NONE ((cpumask_t)0)
===== include/asm-generic/cpumask_array.h 1.1 vs edited =====
--- 1.1/include/asm-generic/cpumask_array.h Mon Aug 18 19:46:23 2003
+++ edited/include/asm-generic/cpumask_array.h Wed Sep 10 23:46:05 2003
@@ -36,7 +36,13 @@
cpu_set(cpu, __cpu_mask); \
__cpu_mask; \
})
-#define any_online_cpu(map) find_first_bit((map).mask, NR_CPUS)
+#define any_online_cpu(map) \
+({ \
+ cpumask_t __tmp__; \
+ cpus_and(__tmp__, map, cpu_online_map); \
+ find_first_bit(__tmp__.mask, NR_CPUS); \
+})
+

/*
* um, these need to be usable as static initializers

2003-09-11 07:21:09

by Wiktor Wodecki

[permalink] [raw]
Subject: Re: 2.6.0-test5-mm1

On Wed, Sep 10, 2003 at 04:01:14PM -0700, Nakajima, Jun wrote:
> Getting SCI at IRQ 7 is not a problem, but it sounds very rare.
>
> Can you please send dmesg and acpidmp to [email protected]?
> Or file a bug report and put them on http://bugme.osdl.org/?

I attached the information from my system to bug 905
(http://bugme.osdl.org/show_bug.cgi?id=905) on bugme.
Hope this helps.

>
> Thanks,
> Jun
>
> > -----Original Message-----
> > From: Wiktor Wodecki [mailto:[email protected]]
> > Sent: Wednesday, September 10, 2003 2:18 PM
> > To: Andrew Morton
> > Cc: [email protected]; [email protected]
> > Subject: Re: 2.6.0-test5-mm1
> >
> > Hi,
> >
> > still errors with uncared irq with test5-mm1:
> >
> > Sep 10 21:36:13 kakerlak kernel: irq 7: nobody cared!
> > Sep 10 21:36:13 kakerlak kernel: Call Trace:
> > Sep 10 21:36:13 kakerlak kernel: [__report_bad_irq+42/144]
> > __report_bad_irq+0x2a/0x90
> > Sep 10 21:36:13 kakerlak kernel: [note_interrupt+108/176]
> > note_interrupt+0x6c/0xb0
> > Sep 10 21:36:13 kakerlak kernel: [do_IRQ+288/304] do_IRQ+0x120/0x130
> > Sep 10 21:36:13 kakerlak kernel: [common_interrupt+24/32]
> > common_interrupt+0x18/0x20
> > Sep 10 21:36:13 kakerlak kernel: [do_softirq+64/160]
> do_softirq+0x40/0xa0
> > Sep 10 21:36:13 kakerlak kernel: [do_IRQ+252/304] do_IRQ+0xfc/0x130
> > Sep 10 21:36:13 kakerlak kernel: [_stext+0/96] rest_init+0x0/0x60
> > Sep 10 21:36:13 kakerlak kernel: [common_interrupt+24/32]
> > common_interrupt+0x18/0x20
> > Sep 10 21:36:13 kakerlak kernel: [_stext+0/96] rest_init+0x0/0x60
> > Sep 10 21:36:13 kakerlak kernel: [acpi_processor_idle+213/455]
> > acpi_processor_idle+0xd5/0x1c7
> > Sep 10 21:36:13 kakerlak kernel: [_stext+0/96] rest_init+0x0/0x60
> > Sep 10 21:36:13 kakerlak kernel: [cpu_idle+44/64] cpu_idle+0x2c/0x40
> > Sep 10 21:36:13 kakerlak kernel: [start_kernel+332/352]
> > start_kernel+0x14c/0x160
> > Sep 10 21:36:13 kakerlak kernel: [unknown_bootoption+0/256]
> > unknown_bootoption+0x0/0x100
> > Sep 10 21:36:13 kakerlak kernel:
> > Sep 10 21:36:13 kakerlak kernel: handlers:
> > Sep 10 21:36:13 kakerlak kernel: [acpi_irq+0/22] (acpi_irq+0x0/0x16)
> > Sep 10 21:36:13 kakerlak kernel: Disabling IRQ #7
> >
> > kernel booted with pci=noacpi, lspci attached

--
Regards,

Wiktor Wodecki


Attachments:
(No filename) (2.25 kB)
(No filename) (189.00 B)
Download all attachments

2003-09-13 09:13:12

by Alex Riesen

[permalink] [raw]
Subject: Re: 2.6.0-test5-mm1

> really-use-english-date-in-version-string.patch
> really use english date in version string

- echo \#define LINUX_COMPILE_TIME \"`LANG=C date +%T`\"
+ echo \#define LINUX_COMPILE_TIME \"`LC_ALL=C LANG=C date +%T`\"

LC_ALL overrides everything, so LANG is not needed anymore. Should be:

+ echo \#define LINUX_COMPILE_TIME \"`LC_ALL=C date +%T`\"

2003-09-14 13:37:52

by Andrey Borzenkov

[permalink] [raw]
Subject: Re: 2.6.0-test5-mm1

On Saturday 13 September 2003 13:13, Alex Riesen wrote:
> > really-use-english-date-in-version-string.patch
> > really use english date in version string
>
> - echo \#define LINUX_COMPILE_TIME \"`LANG=C date +%T`\"
> + echo \#define LINUX_COMPILE_TIME \"`LC_ALL=C LANG=C date +%T`\"
>
> LC_ALL overrides everything, so LANG is not needed anymore. Should be:
>
> + echo \#define LINUX_COMPILE_TIME \"`LC_ALL=C date +%T`\"

I need to set three! variables to make man display manpage in english not in
russian. I have no idea which variables all versions of date out there
respect and which one wins. If you are sure LC_ALL is enough for everyone -
so be it.

2003-09-14 13:52:53

by Alex Riesen

[permalink] [raw]
Subject: Re: 2.6.0-test5-mm1

Andrey Borzenkov, Sun, Sep 14, 2003 10:46:01 +0200:
> On Saturday 13 September 2003 13:13, Alex Riesen wrote:
> > > really-use-english-date-in-version-string.patch
> > > really use english date in version string
> >
> > - echo \#define LINUX_COMPILE_TIME \"`LANG=C date +%T`\"
> > + echo \#define LINUX_COMPILE_TIME \"`LC_ALL=C LANG=C date +%T`\"
> >
> > LC_ALL overrides everything, so LANG is not needed anymore. Should be:
> >
> > + echo \#define LINUX_COMPILE_TIME \"`LC_ALL=C date +%T`\"
>
> I need to set three! variables to make man display manpage in english not in
> russian. I have no idea which variables all versions of date out there
> respect and which one wins. If you are sure LC_ALL is enough for everyone -
> so be it.
>

$ info libc
...
Categories of Activities that Locales Affect
...
`LC_ALL'
This is not an environment variable; it is only a macro that you
can use with `setlocale' to set a single locale for all purposes.
Setting this environment variable overwrites all selections by the
other `LC_*' variables or `LANG'.


2003-09-14 14:46:49

by Andrey Borzenkov

[permalink] [raw]
Subject: Re: 2.6.0-test5-mm1

On Sunday 14 September 2003 17:52, Alex Riesen wrote:
> Andrey Borzenkov, Sun, Sep 14, 2003 10:46:01 +0200:
> > On Saturday 13 September 2003 13:13, Alex Riesen wrote:
> > > > really-use-english-date-in-version-string.patch
> > > > really use english date in version string
> > >
> > > - echo \#define LINUX_COMPILE_TIME \"`LANG=C date +%T`\"
> > > + echo \#define LINUX_COMPILE_TIME \"`LC_ALL=C LANG=C date +%T`\"
> > >
> > > LC_ALL overrides everything, so LANG is not needed anymore. Should be:
> > >
> > > + echo \#define LINUX_COMPILE_TIME \"`LC_ALL=C date +%T`\"
> >
> > I need to set three! variables to make man display manpage in english not
> > in russian. I have no idea which variables all versions of date out there
> > respect and which one wins. If you are sure LC_ALL is enough for everyone
> > - so be it.
>
> $ info libc
> ...
> Categories of Activities that Locales Affect
> ...
> `LC_ALL'
> This is not an environment variable;

please quote the correct part of documentation. LC_ALL is environment
variable; usually it should win over separate LC_* variables that in turn win
over LANG. But I repeat - I have no way to verify it for all combinations of
date/libc/glibc out there; autoconf sets all variables it needs to be on safe
side so actually instead of removing LANG I'd rather add LC_TIME.

-andrey

it is only a macro that you
> can use with `setlocale' to set a single locale for all purposes.
> Setting this environment variable overwrites all selections by the
> other `LC_*' variables or `LANG'.