All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.5.65-mm3
@ 2003-03-21  7:58 ` Andrew Morton
  0 siblings, 0 replies; 30+ messages in thread
From: Andrew Morton @ 2003-03-21  7:58 UTC (permalink / raw)
  To: linux-kernel, linux-mm


http://www.zip.com.au/~akpm/linux/patches/2.5/2.5.65/2.5.65-mm3/

Will appear later at:

ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.5/2.5.65/2.5.65-mm3/


. There is a significnat one-line fix to the CFQ IO scheduler here.  It
  possibly invalidates testing which was previously performed against CFQ.

. Added Hugh's new rmap-without-pte_chains-for-anon-pages patches.  Mainly
  for interested parties to test and benchmark at this stage.

  It seems to be stable, however it is not clear that this passes the
  benefit-vs-disruption test.



Changes since 2.5.65-mm2:


+posix-timers-fixes.patch

 Fix the nanosleep-sleeps-forever bug

+as-remove-frontmerge.patch
+as-misc-cleanups.patch

 Anticipatory scheduler cleanups and simplifications

+cfq-fix.patch

 Fix the large pauses which the CFQ scheduler was prone to hitting.

+anobjrmap-1-rmap_h.patch
+anobjrmap-2-mapping.patch
+anobjrmap-3-unchained.patch
+anobjrmap-4-anonmm.patch
+anobjrmap-5-rechained.patch
+anobjrmap-6-arches.patch

 Remove pte_chains for anonymous page reverse mappings.

+anobjrmap-ttfb-no-BUG.patch

 Don't go BUG over truncated ext3 pages

+timer-simplification.patch

 Remvoe some duplicated info from timer data structures

+timer-lockup-fix-simplification.patch

 Simplify the timer lockup fix.

+slab-large-obj-tuning.patch

 Don't cache huge objects in slab.

-pagecache-accounting-speedup.patch

 This got broken and I need to fix it.

+floppy-oops-fix.patch

 Fix an oops in the floppy driver

+ext3_writepage-use-after-free-fix.patch

 Fix a rare ext3 bug

+list-barriers-on-smp-only.patch

 Optimise list_head operations for uniprocessors.

+sync_filesystems-docco-lock.patch

 Documentation and livelock/starvation avoidance

+awe_wave-linkage-error-fix.patch

 __init section fixes

+conntrack-use-after-free-fix.patch

 Maybe fix use-after-free in netfilter

+syscalls-return-long.patch
+syscalls-return-long-2.patch

 Correct return type for system calls



All 127 patches

linus.patch
  Latest from Linus

mm.patch
  add -mmN to EXTRAVERSION

kgdb.patch

kgdb-cleanup.patch
  make kgdb less invasive (when disabled)

posix-timers-fixes.patch
  sys_nanosleep() fix

proc-sys-debug.patch
  create /proc/sys/debug/0 ... 7

config_spinline.patch
  uninline spinlocks for profiling accuracy.

ppc64-reloc_hide.patch

ppc64-pci-patch.patch
  Subject: pci patch

ppc64-aio-32bit-emulation.patch
  32/64bit emulation for aio

ppc64-scruffiness.patch
  Fix some PPC64 compile warnings

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

config-PAGE_OFFSET.patch
  Configurable kenrel/user memory split

ptrace-flush.patch
  cache flushing in the ptrace code

buffer-debug.patch
  buffer.c debugging

warn-null-wakeup.patch

ext3-truncate-ordered-pages.patch
  ext3: explicitly free truncated pages

reiserfs_file_write-5.patch

tcp-wakeups.patch
  Use fast wakeups in TCP/IPV4

rcu-stats.patch
  RCU statistics reporting

ext3-journalled-data-assertion-fix.patch
  Remove incorrect assertion from ext3

nfs-speedup.patch

nfs-oom-fix.patch
  nfs oom fix

sk-allocation.patch
  Subject: Re: nfs oom

nfs-more-oom-fix.patch

rpciod-atomic-allocations.patch
  Make rcpiod use atomic allocations

linux-isp.patch

isp-update-1.patch

kblockd.patch
  Create `kblockd' workqueue

as-iosched.patch
  anticipatory I/O scheduler

as-debug-BUG-fix.patch

as-eject-BUG-fix.patch
  AS: don't go BUG during cdrom eject

as-jumbo-fix.patch
  AS: OSDL fixes

as-request_fn-in-timer.patch
  Remove the scheduled_work thing

as-remove-request-fix.patch

as-np-1.patch
  as: cleanups & comments

as-use-kblockd.patch

as-cleanup-2.patch
  AS: cleanup + comments

as-as_remove_request-simplification.patch
  as: as_remove_request simplification

as-dont-go-BUG-again.patch

as-handle-non-block-requests.patch
  AS: handle non-block requests

as-np-reads-1.patch
  AS: read-vs-read fixes

as-np-reads-2.patch
  AS: more read-vs-read fixes

as-predict-data-direction.patch
  as: predict direction of next IO

as-remove-frontmerge.patch
  AS: remove frontmerge tunable

as-misc-cleanups.patch
  AS: misc cleanups

cfq-2.patch
  CFQ scheduler, #2

cfq-fix.patch
  cfq queued bugfix

unplug-use-kblockd.patch
  Use kblockd for running request queues

remap-file-pages-2.5.63-a1.patch
  Subject: [patch] remap-file-pages-2.5.63-A1

hugh-remap-fix.patch
  hugh's file-offset-in-pte fix

fremap-limit-offsets.patch
  fremap: limit remap_file_pages() file offsets

fremap-all-mappings.patch
  Make all executable mappings be nonlinear

filemap_populate-speedup.patch
  filemap_populate speedup

file-offset-in-pte-x86_64.patch
  x86_64: support for file offsets in pte's

file-offset-in-pte-ppc64.patch

objrmap-2.5.62-5.patch
  object-based rmap

objrmap-nonlinear-fixes.patch
  objrmap fix for nonlinear

anobjrmap-1-rmap_h.patch
  anobjrmap 1/6 rmap.h

anobjrmap-2-mapping.patch
  Subject: [PATCH] anobjrmap 2/6 mapping

anobjrmap-3-unchained.patch
  anobjrmap 3/6 unchained

anobjrmap-4-anonmm.patch
  anobjrmap 4/6 anonmm

anobjrmap-5-rechained.patch
  anobjrmap 5/6 rechained

anobjrmap-6-arches.patch
  anobjrmap 6/6 arches

anobjrmap-ttfb-no-BUG.patch

sched-2.5.64-D3.patch
  sched-2.5.64-D3, more interactivity changes

scheduler-tunables.patch
  scheduler tunables

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

yellowfin-set_bit-fix.patch
  yellowfin driver set_bit fix

htree-nfs-fix.patch
  Fix ext3 htree / NFS compatibility problems

update_atime-ng.patch
  inode a/c/mtime modification speedup

one-sec-times.patch
  Implement a/c/time speedup in ext2 & ext3

task_prio-fix.patch
  simple task_prio() fix

slab_store_user-large-objects.patch
  slab debug: perform redzoning against larger objects

pcmcia-2.patch

pcmcia-3b.patch

pcmcia-3.patch

pcmcia-4.patch

pcmcia-5.patch

pcmcia-6.patch

pcmcia-7b.patch

pcmcia-7.patch

pcmcia-8.patch

pcmcia-9.patch

pcmcia-10.patch

htree-nfs-fix-2.patch
  htree nfs fix

ext2-no-lock_super.patch
  concurrent block allocation for ext2

ext2-ialloc-no-lock_super.patch
  concurrent inode allocation for ext2

brlock-1b.patch
  Re: 2.5.64-mm8 breaks MASQ

brlock-removal-2.patch
  brlock removal 2/5: remove brlock from snap and vlan

brlock-removal-3.patch
  brlock removal 3/5: remove brlock from bridge

brlock-removal-4.patch
  brlock removal 4/5: removal from ipv4/ipv6

brlock-removal-5.patch
  brlock removal 5/5: remove brlock code

lseek-ext2_readdir.patch
  remove lock_kernel() from readdir implementations.

inode_setattr-lock_kernel-removal.patch
  remove lock_kernel() from inode_setattr's vmtruncate() call

ide_probe-init_irq-fix.patch
  ide-probe init_irq cleanup

raid1-fix.patch
  MD RAID1 fix

nmi-watchdog-fix.patch
  NMI watchdog fix

vm_enough_memory-speedup.patch
  speed up vm_enough_memory()

nanosleep-accuracy-fix-2.patch
  fix nanosleep() granularity bumps

linear-oops-fix-1.patch
  md/linear oops fix

dev_t-1-kill-cdev.patch
  dev_t [1/3]: kill cdev

dev_t-2-remove-MAX_CHRDEV.patch
  dev_t [2/3] - remove MAX_CHRDEV

dev_t-3-major_h-cleanup.patch
  dev_t [3/3]: major.h cleanups

dev_t-32-bit.patch
  [for playing only] change type of dev_t

dev_t-drm-warnings.patch
  dev_t: fix drm printk warnings

dev_t-remove-B_FREE.patch
  dev_t: eliminate B_FREE

smalldevfs.patch
  smalldevfs

cpufreq-xtime-locking.patch
  add write_seqlock to cpufreq change notifier for TSC

cs46xx-fixes.patch
  cs46xx minor fixes

notsclock-option.patch
  boot time parameter to turn of TSC usage

tty-put_user-checks.patch
  Add missing put_user checks in n_tty

fail-setup_irq-for-unconfigured-IRQs.patch
  Fail setup_irq for unconfigured IRQs

raw-fix-address_space-rewriting.patch
  raw driver: rewrite i_mapping only on final close

raw-cleanups-and-fixlets.patch
  raw driver: cleanups and small fixes

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

timer-simplification.patch
  timer simplification

timer-lockup-fix-simplification.patch
  simplify the timer lockup avoidance code

slab-large-obj-tuning.patch
  slab: tune batchcounts for large objects

floppy-oops-fix.patch
  Fix floppy oops on forced unload

ext3_writepage-use-after-free-fix.patch
  ext3: fix use-after-free bug

list-barriers-on-smp-only.patch
  make list.h barriers smp-only

sync_filesystems-docco-lock.patch
  sync_filesystems commentary and latency fix

awe_wave-linkage-error-fix.patch
  fix .text.exit error in OSS awe_wave.c

conntrack-use-after-free-fix.patch
  fix use-after-free in ip_conntrack

syscalls-return-long.patch
  Make arch-independent syscalls return long

syscalls-return-long-2.patch
  More syscalls-returning-long




^ permalink raw reply	[flat|nested] 30+ messages in thread

* 2.5.65-mm3
@ 2003-03-21  7:58 ` Andrew Morton
  0 siblings, 0 replies; 30+ messages in thread
From: Andrew Morton @ 2003-03-21  7:58 UTC (permalink / raw)
  To: linux-kernel, linux-mm

http://www.zip.com.au/~akpm/linux/patches/2.5/2.5.65/2.5.65-mm3/

Will appear later at:

ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.5/2.5.65/2.5.65-mm3/


. There is a significnat one-line fix to the CFQ IO scheduler here.  It
  possibly invalidates testing which was previously performed against CFQ.

. Added Hugh's new rmap-without-pte_chains-for-anon-pages patches.  Mainly
  for interested parties to test and benchmark at this stage.

  It seems to be stable, however it is not clear that this passes the
  benefit-vs-disruption test.



Changes since 2.5.65-mm2:


+posix-timers-fixes.patch

 Fix the nanosleep-sleeps-forever bug

+as-remove-frontmerge.patch
+as-misc-cleanups.patch

 Anticipatory scheduler cleanups and simplifications

+cfq-fix.patch

 Fix the large pauses which the CFQ scheduler was prone to hitting.

+anobjrmap-1-rmap_h.patch
+anobjrmap-2-mapping.patch
+anobjrmap-3-unchained.patch
+anobjrmap-4-anonmm.patch
+anobjrmap-5-rechained.patch
+anobjrmap-6-arches.patch

 Remove pte_chains for anonymous page reverse mappings.

+anobjrmap-ttfb-no-BUG.patch

 Don't go BUG over truncated ext3 pages

+timer-simplification.patch

 Remvoe some duplicated info from timer data structures

+timer-lockup-fix-simplification.patch

 Simplify the timer lockup fix.

+slab-large-obj-tuning.patch

 Don't cache huge objects in slab.

-pagecache-accounting-speedup.patch

 This got broken and I need to fix it.

+floppy-oops-fix.patch

 Fix an oops in the floppy driver

+ext3_writepage-use-after-free-fix.patch

 Fix a rare ext3 bug

+list-barriers-on-smp-only.patch

 Optimise list_head operations for uniprocessors.

+sync_filesystems-docco-lock.patch

 Documentation and livelock/starvation avoidance

+awe_wave-linkage-error-fix.patch

 __init section fixes

+conntrack-use-after-free-fix.patch

 Maybe fix use-after-free in netfilter

+syscalls-return-long.patch
+syscalls-return-long-2.patch

 Correct return type for system calls



All 127 patches

linus.patch
  Latest from Linus

mm.patch
  add -mmN to EXTRAVERSION

kgdb.patch

kgdb-cleanup.patch
  make kgdb less invasive (when disabled)

posix-timers-fixes.patch
  sys_nanosleep() fix

proc-sys-debug.patch
  create /proc/sys/debug/0 ... 7

config_spinline.patch
  uninline spinlocks for profiling accuracy.

ppc64-reloc_hide.patch

ppc64-pci-patch.patch
  Subject: pci patch

ppc64-aio-32bit-emulation.patch
  32/64bit emulation for aio

ppc64-scruffiness.patch
  Fix some PPC64 compile warnings

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

config-PAGE_OFFSET.patch
  Configurable kenrel/user memory split

ptrace-flush.patch
  cache flushing in the ptrace code

buffer-debug.patch
  buffer.c debugging

warn-null-wakeup.patch

ext3-truncate-ordered-pages.patch
  ext3: explicitly free truncated pages

reiserfs_file_write-5.patch

tcp-wakeups.patch
  Use fast wakeups in TCP/IPV4

rcu-stats.patch
  RCU statistics reporting

ext3-journalled-data-assertion-fix.patch
  Remove incorrect assertion from ext3

nfs-speedup.patch

nfs-oom-fix.patch
  nfs oom fix

sk-allocation.patch
  Subject: Re: nfs oom

nfs-more-oom-fix.patch

rpciod-atomic-allocations.patch
  Make rcpiod use atomic allocations

linux-isp.patch

isp-update-1.patch

kblockd.patch
  Create `kblockd' workqueue

as-iosched.patch
  anticipatory I/O scheduler

as-debug-BUG-fix.patch

as-eject-BUG-fix.patch
  AS: don't go BUG during cdrom eject

as-jumbo-fix.patch
  AS: OSDL fixes

as-request_fn-in-timer.patch
  Remove the scheduled_work thing

as-remove-request-fix.patch

as-np-1.patch
  as: cleanups & comments

as-use-kblockd.patch

as-cleanup-2.patch
  AS: cleanup + comments

as-as_remove_request-simplification.patch
  as: as_remove_request simplification

as-dont-go-BUG-again.patch

as-handle-non-block-requests.patch
  AS: handle non-block requests

as-np-reads-1.patch
  AS: read-vs-read fixes

as-np-reads-2.patch
  AS: more read-vs-read fixes

as-predict-data-direction.patch
  as: predict direction of next IO

as-remove-frontmerge.patch
  AS: remove frontmerge tunable

as-misc-cleanups.patch
  AS: misc cleanups

cfq-2.patch
  CFQ scheduler, #2

cfq-fix.patch
  cfq queued bugfix

unplug-use-kblockd.patch
  Use kblockd for running request queues

remap-file-pages-2.5.63-a1.patch
  Subject: [patch] remap-file-pages-2.5.63-A1

hugh-remap-fix.patch
  hugh's file-offset-in-pte fix

fremap-limit-offsets.patch
  fremap: limit remap_file_pages() file offsets

fremap-all-mappings.patch
  Make all executable mappings be nonlinear

filemap_populate-speedup.patch
  filemap_populate speedup

file-offset-in-pte-x86_64.patch
  x86_64: support for file offsets in pte's

file-offset-in-pte-ppc64.patch

objrmap-2.5.62-5.patch
  object-based rmap

objrmap-nonlinear-fixes.patch
  objrmap fix for nonlinear

anobjrmap-1-rmap_h.patch
  anobjrmap 1/6 rmap.h

anobjrmap-2-mapping.patch
  Subject: [PATCH] anobjrmap 2/6 mapping

anobjrmap-3-unchained.patch
  anobjrmap 3/6 unchained

anobjrmap-4-anonmm.patch
  anobjrmap 4/6 anonmm

anobjrmap-5-rechained.patch
  anobjrmap 5/6 rechained

anobjrmap-6-arches.patch
  anobjrmap 6/6 arches

anobjrmap-ttfb-no-BUG.patch

sched-2.5.64-D3.patch
  sched-2.5.64-D3, more interactivity changes

scheduler-tunables.patch
  scheduler tunables

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

yellowfin-set_bit-fix.patch
  yellowfin driver set_bit fix

htree-nfs-fix.patch
  Fix ext3 htree / NFS compatibility problems

update_atime-ng.patch
  inode a/c/mtime modification speedup

one-sec-times.patch
  Implement a/c/time speedup in ext2 & ext3

task_prio-fix.patch
  simple task_prio() fix

slab_store_user-large-objects.patch
  slab debug: perform redzoning against larger objects

pcmcia-2.patch

pcmcia-3b.patch

pcmcia-3.patch

pcmcia-4.patch

pcmcia-5.patch

pcmcia-6.patch

pcmcia-7b.patch

pcmcia-7.patch

pcmcia-8.patch

pcmcia-9.patch

pcmcia-10.patch

htree-nfs-fix-2.patch
  htree nfs fix

ext2-no-lock_super.patch
  concurrent block allocation for ext2

ext2-ialloc-no-lock_super.patch
  concurrent inode allocation for ext2

brlock-1b.patch
  Re: 2.5.64-mm8 breaks MASQ

brlock-removal-2.patch
  brlock removal 2/5: remove brlock from snap and vlan

brlock-removal-3.patch
  brlock removal 3/5: remove brlock from bridge

brlock-removal-4.patch
  brlock removal 4/5: removal from ipv4/ipv6

brlock-removal-5.patch
  brlock removal 5/5: remove brlock code

lseek-ext2_readdir.patch
  remove lock_kernel() from readdir implementations.

inode_setattr-lock_kernel-removal.patch
  remove lock_kernel() from inode_setattr's vmtruncate() call

ide_probe-init_irq-fix.patch
  ide-probe init_irq cleanup

raid1-fix.patch
  MD RAID1 fix

nmi-watchdog-fix.patch
  NMI watchdog fix

vm_enough_memory-speedup.patch
  speed up vm_enough_memory()

nanosleep-accuracy-fix-2.patch
  fix nanosleep() granularity bumps

linear-oops-fix-1.patch
  md/linear oops fix

dev_t-1-kill-cdev.patch
  dev_t [1/3]: kill cdev

dev_t-2-remove-MAX_CHRDEV.patch
  dev_t [2/3] - remove MAX_CHRDEV

dev_t-3-major_h-cleanup.patch
  dev_t [3/3]: major.h cleanups

dev_t-32-bit.patch
  [for playing only] change type of dev_t

dev_t-drm-warnings.patch
  dev_t: fix drm printk warnings

dev_t-remove-B_FREE.patch
  dev_t: eliminate B_FREE

smalldevfs.patch
  smalldevfs

cpufreq-xtime-locking.patch
  add write_seqlock to cpufreq change notifier for TSC

cs46xx-fixes.patch
  cs46xx minor fixes

notsclock-option.patch
  boot time parameter to turn of TSC usage

tty-put_user-checks.patch
  Add missing put_user checks in n_tty

fail-setup_irq-for-unconfigured-IRQs.patch
  Fail setup_irq for unconfigured IRQs

raw-fix-address_space-rewriting.patch
  raw driver: rewrite i_mapping only on final close

raw-cleanups-and-fixlets.patch
  raw driver: cleanups and small fixes

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

timer-simplification.patch
  timer simplification

timer-lockup-fix-simplification.patch
  simplify the timer lockup avoidance code

slab-large-obj-tuning.patch
  slab: tune batchcounts for large objects

floppy-oops-fix.patch
  Fix floppy oops on forced unload

ext3_writepage-use-after-free-fix.patch
  ext3: fix use-after-free bug

list-barriers-on-smp-only.patch
  make list.h barriers smp-only

sync_filesystems-docco-lock.patch
  sync_filesystems commentary and latency fix

awe_wave-linkage-error-fix.patch
  fix .text.exit error in OSS awe_wave.c

conntrack-use-after-free-fix.patch
  fix use-after-free in ip_conntrack

syscalls-return-long.patch
  Make arch-independent syscalls return long

syscalls-return-long-2.patch
  More syscalls-returning-long



--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: 2.5.65-mm3
  2003-03-21  7:58 ` 2.5.65-mm3 Andrew Morton
  (?)
@ 2003-03-21 10:58 ` Alexander Hoogerhuis
  2003-03-21 11:05     ` 2.5.65-mm3 Andrew Morton
  -1 siblings, 1 reply; 30+ messages in thread
From: Alexander Hoogerhuis @ 2003-03-21 10:58 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, linux-mm

[-- Attachment #1: Type: text/plain, Size: 883 bytes --]

Andrew Morton <akpm@digeo.com> writes:
>
> [SNIP]
>

  gcc -Wp,-MD,net/ipv4/netfilter/.ip_conntrack_core.o.d -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 -march=pentium4 -Iinclude/asm-i386/mach-default
-nostdinc -iwithprefix include -DMODULE   -DKBUILD_BASENAME=ip_conntrack_core  -c -o net/ipv4/netfilter/.tmp_ip_conntrack_core.o net/ipv4/netfilter/ip_conntrack_core.c
net/ipv4/netfilter/ip_conntrack_core.c: In function `remove_expectations':
net/ipv4/netfilter/ip_conntrack_core.c:276: invalid suffix on integer constant
net/ipv4/netfilter/ip_conntrack_core.c:276: called object is not a function
make[4]: *** [net/ipv4/netfilter/ip_conntrack_core.o] Error 1
make[3]: *** [net/ipv4/netfilter] Error 2
make[2]: *** [net/ipv4] Error 2
make[1]: *** [net] Error 2
make: *** [modules] Error 2


[-- Attachment #2: .config --]
[-- Type: application/octet-stream, Size: 31950 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

#
# General setup
#
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_LOG_BUF_SHIFT=14

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
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_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 is not set
CONFIG_MPENTIUM4=y
# 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_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=7
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_PREFETCH=y
CONFIG_X86_SSE2=y
# CONFIG_HUGETLB_PAGE is not set
# CONFIG_SMP is not set
CONFIG_PREEMPT=y
# CONFIG_X86_UP_APIC is not set
CONFIG_X86_TSC=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_NONFATAL=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
CONFIG_MICROCODE=m
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m
CONFIG_EDD=y
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_05GB is not set
CONFIG_1GB=y
# CONFIG_2GB is not set
# CONFIG_3GB 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 Support
#
CONFIG_ACPI=y
CONFIG_ACPI_BOOT=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_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
# CONFIG_APM is not set

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_PROC_INTF=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_24_API=y
CONFIG_CPU_FREQ_TABLE=y

#
# CPUFreq processor drivers
#
CONFIG_X86_ACPI_CPUFREQ=y
# CONFIG_X86_ACPI_CPUFREQ_PROC_INTF is not set
# CONFIG_X86_POWERNOW_K6 is not set
# CONFIG_X86_POWERNOW_K7 is not set
# CONFIG_X86_GX_SUSPMOD is not set
# CONFIG_X86_SPEEDSTEP is not set
CONFIG_X86_P4_CLOCKMOD=y
# CONFIG_X86_LONGRUN is not set
# CONFIG_X86_LONGHAUL is not set

#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
# CONFIG_SCx200 is not set
CONFIG_PCI_LEGACY_PROC=y
CONFIG_PCI_NAMES=y
CONFIG_ISA=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y

#
# PCMCIA/CardBus support
#
CONFIG_PCMCIA=m
CONFIG_CARDBUS=y
# CONFIG_I82092 is not set
CONFIG_I82365=m
# CONFIG_TCIC is not set
CONFIG_PCMCIA_PROBE=y

#
# PCI Hotplug Support
#
CONFIG_HOTPLUG_PCI=m
CONFIG_HOTPLUG_PCI_COMPAQ=m
CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM=y
CONFIG_HOTPLUG_PCI_ACPI=m
CONFIG_HOTPLUG_PCI_CPCI=m
CONFIG_HOTPLUG_PCI_CPCI_ZT5550=m
CONFIG_HOTPLUG_PCI_CPCI_GENERIC=m

#
# Executable file formats
#
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=m

#
# Memory Technology Devices (MTD)
#
CONFIG_MTD=m
# CONFIG_MTD_DEBUG is not set
CONFIG_MTD_PARTITIONS=m
CONFIG_MTD_CONCAT=m
CONFIG_MTD_REDBOOT_PARTS=m
CONFIG_MTD_CMDLINE_PARTS=m

#
# User Modules And Translation Layers
#
CONFIG_MTD_CHAR=m
CONFIG_MTD_BLOCK=m
CONFIG_MTD_BLOCK_RO=m
CONFIG_FTL=m
CONFIG_NFTL=m
CONFIG_NFTL_RW=y

#
# RAM/ROM/Flash chip drivers
#
CONFIG_MTD_CFI=m
CONFIG_MTD_JEDECPROBE=m
CONFIG_MTD_GEN_PROBE=m
# CONFIG_MTD_CFI_ADV_OPTIONS is not set
CONFIG_MTD_CFI_INTELEXT=m
CONFIG_MTD_CFI_AMDSTD=m
CONFIG_MTD_RAM=m
CONFIG_MTD_ROM=m
CONFIG_MTD_ABSENT=m
# CONFIG_MTD_OBSOLETE_CHIPS is not set

#
# Mapping drivers for chip access
#
# CONFIG_MTD_PHYSMAP is not set
CONFIG_MTD_PNC2000=m
CONFIG_MTD_SC520CDP=m
CONFIG_MTD_NETSC520=m
CONFIG_MTD_SBC_GXX=m
CONFIG_MTD_ELAN_104NC=m
CONFIG_MTD_SCx200_DOCFLASH=m
CONFIG_MTD_PCI=m
CONFIG_MTD_PCMCIA=m
# CONFIG_MTD_UCLINUX is not set

#
# Self-contained MTD device drivers
#
# CONFIG_MTD_PMC551 is not set
CONFIG_MTD_SLRAM=m
# CONFIG_MTD_MTDRAM is not set
# CONFIG_MTD_BLKMTD is not set

#
# Disk-On-Chip Device Drivers
#
# CONFIG_MTD_DOC1000 is not set
# CONFIG_MTD_DOC2000 is not set
# CONFIG_MTD_DOC2001 is not set

#
# NAND Flash Device Drivers
#
CONFIG_MTD_NAND=m
CONFIG_MTD_NAND_ECC=y
CONFIG_MTD_NAND_VERIFY_WRITE=y

#
# Parallel port support
#
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
CONFIG_PARPORT_PC_CML1=m
CONFIG_PARPORT_SERIAL=m
CONFIG_PARPORT_PC_FIFO=y
CONFIG_PARPORT_PC_SUPERIO=y
CONFIG_PARPORT_PC_PCMCIA=m
CONFIG_PARPORT_OTHER=y
CONFIG_PARPORT_1284=y

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

#
# Protocols
#
CONFIG_ISAPNP=y
CONFIG_PNPBIOS=y

#
# Block devices
#
CONFIG_BLK_DEV_FD=m
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE 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_NBD=m
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_SIZE=4096
CONFIG_BLK_DEV_INITRD=y
CONFIG_LBD=y

#
# ATA/ATAPI/MFM/RLL device support
#
CONFIG_IDE=y

#
# IDE, ATA and ATAPI Block devices
#
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_HD is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_IDEDISK_STROKE=y
CONFIG_BLK_DEV_IDECS=m
CONFIG_BLK_DEV_IDECD=m
CONFIG_BLK_DEV_IDEFLOPPY=m
CONFIG_BLK_DEV_IDESCSI=m
CONFIG_IDE_TASK_IOCTL=y

#
# IDE chipset support/bugfixes
#
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_BLK_DEV_GENERIC=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDE_TCQ is not set
# CONFIG_BLK_DEV_OFFBOARD is not set
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
CONFIG_BLK_DEV_IDEDMA=y
# 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_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_OPTI621 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_RZ1000 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_IDE_CHIPSETS is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_BLK_DEV_IDE_MODES=y

#
# SCSI device support
#
CONFIG_SCSI=m

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=m
CONFIG_CHR_DEV_ST=m
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=m
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=m

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_REPORT_LUNS=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y

#
# 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 is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_AM53C974 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_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_INITIO 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_NCR53C7xx is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_NCR53C8XX is not set
# CONFIG_SCSI_SYM53C8XX is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PCI2000 is not set
# CONFIG_SCSI_PCI2220I 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_ISP_NEW is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_SEAGATE is not set
# CONFIG_SCSI_SYM53C416 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

#
# 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

#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI 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=y
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_FILTER=y
CONFIG_UNIX=y
CONFIG_NET_KEY=m
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
CONFIG_NET_IPGRE=m
CONFIG_NET_IPGRE_BROADCAST=y
# CONFIG_IP_MROUTE is not set
# CONFIG_ARPD is not set
CONFIG_INET_ECN=y
CONFIG_SYN_COOKIES=y
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
CONFIG_XFRM_USER=m

#
# IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=m
CONFIG_IP_NF_FTP=m
CONFIG_IP_NF_IRC=m
CONFIG_IP_NF_QUEUE=m
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_LIMIT=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_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_UNCLEAN=m
CONFIG_IP_NF_MATCH_OWNER=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_MIRROR=m
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_NAT_LOCAL=y
CONFIG_IP_NF_NAT_SNMP_BASIC=m
CONFIG_IP_NF_NAT_IRC=m
CONFIG_IP_NF_NAT_FTP=m
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_LOG=m
CONFIG_IP_NF_TARGET_ULOG=m
CONFIG_IP_NF_TARGET_TCPMSS=m
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_COMPAT_IPCHAINS=m
# CONFIG_IP_NF_COMPAT_IPFWADM is not set
CONFIG_IPV6=m
CONFIG_IPV6_PRIVACY=y
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m

#
# IPv6: Netfilter Configuration
#
CONFIG_IP6_NF_QUEUE=m
CONFIG_IP6_NF_IPTABLES=m
CONFIG_IP6_NF_MATCH_LIMIT=m
CONFIG_IP6_NF_MATCH_MAC=m
CONFIG_IP6_NF_MATCH_RT=m
CONFIG_IP6_NF_MATCH_OPTS=m
CONFIG_IP6_NF_MATCH_FRAG=m
CONFIG_IP6_NF_MATCH_HL=m
CONFIG_IP6_NF_MATCH_MULTIPORT=m
CONFIG_IP6_NF_MATCH_OWNER=m
CONFIG_IP6_NF_MATCH_MARK=m
CONFIG_IP6_NF_MATCH_IPV6HEADER=m
CONFIG_IP6_NF_MATCH_AHESP=m
CONFIG_IP6_NF_MATCH_LENGTH=m
CONFIG_IP6_NF_MATCH_EUI64=m
CONFIG_IP6_NF_FILTER=m
CONFIG_IP6_NF_TARGET_LOG=m
CONFIG_IP6_NF_MANGLE=m
CONFIG_IP6_NF_TARGET_MARK=m

#
# SCTP Configuration (EXPERIMENTAL)
#
CONFIG_IPV6_SCTP__=m
CONFIG_IP_SCTP=m
# CONFIG_SCTP_ADLER32 is not set
# CONFIG_SCTP_DBG_MSG is not set
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_ATM is not set
CONFIG_VLAN_8021Q=m
# CONFIG_LLC is not set
# CONFIG_DECNET is not set
# CONFIG_BRIDGE 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=y
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_HTB=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_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=m
CONFIG_NETDEVICES=y

#
# ARCnet devices
#
# CONFIG_ARCNET is not set
CONFIG_DUMMY=m
CONFIG_BONDING=m
CONFIG_EQUALIZER=m
CONFIG_TUN=m
# CONFIG_ETHERTAP 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
# 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_CS89x0 is not set
# CONFIG_DGRS is not set
CONFIG_EEPRO100=m
# CONFIG_EEPRO100_PIO is not set
# CONFIG_E100 is not set
# 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_SK98LIN is not set
# CONFIG_TIGON3 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=y

#
# Obsolete Wireless cards support (pre-802.11)
#
# CONFIG_STRIP is not set
# CONFIG_ARLAN is not set
# CONFIG_WAVELAN 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=m
CONFIG_PLX_HERMES=m
CONFIG_PCI_HERMES=m

#
# Wireless 802.11b Pcmcia/Cardbus cards support
#
CONFIG_PCMCIA_HERMES=m
# CONFIG_AIRO_CS 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=m

#
# Wan interfaces
#
# CONFIG_WAN is not set

#
# PCMCIA network device support
#
CONFIG_NET_PCMCIA=y
# CONFIG_PCMCIA_3C589 is not set
# CONFIG_PCMCIA_3C574 is not set
# CONFIG_PCMCIA_FMVJ18X is not set
# CONFIG_PCMCIA_PCNET is not set
# CONFIG_PCMCIA_NMCLAN is not set
# CONFIG_PCMCIA_SMC91C92 is not set
# CONFIG_PCMCIA_XIRC2PS is not set
# CONFIG_PCMCIA_AXNET is not set

#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set

#
# IrDA (infrared) support
#
CONFIG_IRDA=m

#
# IrDA protocols
#
CONFIG_IRLAN=m
CONFIG_IRNET=m
CONFIG_IRCOMM=m
CONFIG_IRDA_ULTRA=y

#
# IrDA options
#
CONFIG_IRDA_CACHE_LAST_LSAP=y
CONFIG_IRDA_FAST_RR=y
# CONFIG_IRDA_DEBUG is not set

#
# Infrared-port device drivers
#

#
# SIR device drivers
#
CONFIG_IRTTY_SIR=m

#
# Dongle support
#
# CONFIG_DONGLE is not set

#
# Old SIR device drivers
#
# CONFIG_IRTTY_OLD is not set
# CONFIG_IRPORT_SIR is not set

#
# Old Serial dongle support
#
# CONFIG_DONGLE_OLD is not set

#
# FIR device drivers
#
# CONFIG_USB_IRDA is not set
CONFIG_NSC_FIR=m
# CONFIG_WINBOND_FIR is not set
# CONFIG_TOSHIBA_OLD is not set
# CONFIG_TOSHIBA_FIR is not set
# CONFIG_SMC_IRCC_FIR is not set
# CONFIG_ALI_FIR is not set
# CONFIG_VLSI_FIR 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=m
# 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=y
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PARKBD is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD 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_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=m
CONFIG_INPUT_UINPUT=m

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_SERIAL_NONSTANDARD is not set

#
# Serial drivers
#
CONFIG_SERIAL_8250=m
CONFIG_SERIAL_8250_CS=m
CONFIG_SERIAL_8250_EXTENDED=y
# CONFIG_SERIAL_8250_MANY_PORTS is not set
CONFIG_SERIAL_8250_SHARE_IRQ=y
# CONFIG_SERIAL_8250_DETECT_IRQ is not set
# CONFIG_SERIAL_8250_MULTIPORT is not set
# CONFIG_SERIAL_8250_RSA is not set

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=m
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256
CONFIG_PRINTER=y
# CONFIG_LP_CONSOLE is not set
# CONFIG_PPDEV is not set
# CONFIG_TIPAR is not set

#
# I2C support
#
CONFIG_I2C=m
CONFIG_I2C_ALGOBIT=m
CONFIG_I2C_PHILIPSPAR=m
CONFIG_I2C_ELV=m
CONFIG_I2C_VELLEMAN=m
CONFIG_SCx200_ACB=m
CONFIG_I2C_ALGOPCF=m
CONFIG_I2C_ELEKTOR=m
CONFIG_I2C_CHARDEV=m
CONFIG_I2C_PROC=m

#
# I2C Hardware Sensors Mainboard support
#
CONFIG_I2C_ALI15X3=m
CONFIG_I2C_AMD756=m
CONFIG_I2C_AMD8111=m
CONFIG_I2C_I801=m
CONFIG_I2C_PIIX4=m

#
# I2C Hardware Sensors Chip support
#
CONFIG_SENSORS_ADM1021=m
CONFIG_SENSORS_LM75=m

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

#
# IPMI
#
CONFIG_IPMI_HANDLER=m
CONFIG_IPMI_PANIC_EVENT=y
CONFIG_IPMI_DEVICE_INTERFACE=m
CONFIG_IPMI_KCS=m
CONFIG_IPMI_WATCHDOG=m

#
# Watchdog Cards
#
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_NOWAYOUT=y
CONFIG_SOFT_WATCHDOG=m
# CONFIG_WDT is not set
# CONFIG_WDTPCI is not set
# CONFIG_PCWATCHDOG is not set
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_ADVANTECH_WDT is not set
# CONFIG_EUROTECH_WDT is not set
# CONFIG_IB700_WDT is not set
CONFIG_I810_TCO=m
# CONFIG_MIXCOMWD is not set
# CONFIG_SCx200_WDT is not set
# CONFIG_60XX_WDT is not set
# CONFIG_W83877F_WDT is not set
# CONFIG_MACHZ_WDT is not set
# CONFIG_SC520_WDT is not set
# CONFIG_AMD7XX_TCO is not set
# CONFIG_ALIM7101_WDT is not set
# CONFIG_SC1200_WDT is not set
# CONFIG_WAFER_WDT is not set
# CONFIG_CPU5_WDT is not set
# CONFIG_HW_RANDOM is not set
CONFIG_NVRAM=m
CONFIG_RTC=m
CONFIG_GEN_RTC=m
CONFIG_GEN_RTC_X=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_AGP3 is not set
CONFIG_AGP_INTEL=y
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_AMD_8151 is not set
CONFIG_DRM=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
CONFIG_DRM_RADEON=y
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_I830 is not set
# CONFIG_DRM_MGA is not set

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

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set

#
# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
# 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=m

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_ZISOFS_FS=m
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_TMPFS=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_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_JFFS_FS is not set
CONFIG_JFFS2_FS=m
CONFIG_JFFS2_FS_DEBUG=0
CONFIG_JFFS2_FS_NAND=y
# 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=y
CONFIG_NFSD=m
CONFIG_NFSD_V3=y
CONFIG_NFSD_V4=y
CONFIG_NFSD_TCP=y
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=m
CONFIG_SMB_FS=m
CONFIG_SMB_NLS_DEFAULT=y
CONFIG_SMB_NLS_REMOTE="iso-8859-15"
CONFIG_CIFS=m
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_INTERMEZZO_FS is not set
CONFIG_SUNRPC=m
CONFIG_SUNRPC_GSS=m
CONFIG_RPCSEC_GSS_KRB5=m
# CONFIG_AFS_FS is not set

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

#
# Native Language Support
#
CONFIG_NLS_DEFAULT="iso8859-15"
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=m
# 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=m
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=m

#
# 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=m
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=m
CONFIG_SND_VIRMIDI=m
CONFIG_SND_MTPAV=m
CONFIG_SND_SERIAL_U16550=m
CONFIG_SND_MPU401=m

#
# ISA devices
#
# CONFIG_SND_AD1816A is not set
# CONFIG_SND_AD1848 is not set
# CONFIG_SND_CS4231 is not set
# CONFIG_SND_CS4232 is not set
# CONFIG_SND_CS4236 is not set
# CONFIG_SND_ES968 is not set
# CONFIG_SND_ES1688 is not set
# CONFIG_SND_ES18XX is not set
# CONFIG_SND_GUSCLASSIC is not set
# CONFIG_SND_GUSEXTREME is not set
# CONFIG_SND_GUSMAX is not set
# CONFIG_SND_INTERWAVE is not set
# CONFIG_SND_INTERWAVE_STB is not set
# CONFIG_SND_OPTI92X_AD1848 is not set
# CONFIG_SND_OPTI92X_CS4231 is not set
# CONFIG_SND_OPTI93X is not set
# CONFIG_SND_SB8 is not set
# CONFIG_SND_SB16 is not set
# CONFIG_SND_SBAWE is not set
# CONFIG_SND_WAVEFRONT is not set
# CONFIG_SND_ALS100 is not set
# CONFIG_SND_AZT2320 is not set
# CONFIG_SND_CMI8330 is not set
# CONFIG_SND_DT019X is not set
# CONFIG_SND_OPL3SA2 is not set
# CONFIG_SND_SGALAXY is not set

#
# PCI devices
#
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_EMU10K1 is not set
# 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_INTEL8X0=m
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_VIA82XX is not set

#
# ALSA USB devices
#
CONFIG_SND_USB_AUDIO=m

#
# Open Sound System
#
CONFIG_SOUND_PRIME=m
# CONFIG_SOUND_BT878 is not set
# CONFIG_SOUND_CMPCI is not set
# CONFIG_SOUND_EMU10K1 is not set
# CONFIG_SOUND_FUSION is not set
# CONFIG_SOUND_CS4281 is not set
# CONFIG_SOUND_ES1370 is not set
# CONFIG_SOUND_ES1371 is not set
# CONFIG_SOUND_ESSSOLO1 is not set
# CONFIG_SOUND_MAESTRO is not set
# CONFIG_SOUND_MAESTRO3 is not set
CONFIG_SOUND_ICH=m
# CONFIG_SOUND_RME96XX is not set
# CONFIG_SOUND_SONICVIBES is not set
# CONFIG_SOUND_TRIDENT is not set
# CONFIG_SOUND_MSNDCLAS is not set
# CONFIG_SOUND_MSNDPIN is not set
# CONFIG_SOUND_VIA82CXXX is not set
# CONFIG_SOUND_OSS is not set
# CONFIG_SOUND_TVMIXER is not set

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

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
CONFIG_USB_BANDWIDTH=y
CONFIG_USB_DYNAMIC_MINORS=y

#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_UHCI_HCD=y

#
# USB Device Class drivers
#
CONFIG_USB_AUDIO=m

#
# USB Bluetooth TTY can only be used with disabled Bluetooth subsystem
#
CONFIG_USB_MIDI=m
CONFIG_USB_ACM=m
CONFIG_USB_PRINTER=m
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=y
CONFIG_HID_PID=y
CONFIG_LOGITECH_FF=y
CONFIG_THRUSTMASTER_FF=y
CONFIG_USB_HIDDEV=y

#
# USB HID Boot Protocol drivers
#
CONFIG_USB_KBD=y
CONFIG_USB_MOUSE=y
# 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_CATC is not set
# CONFIG_USB_CDCETHER is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
CONFIG_USB_USBNET=m

#
# USB port drivers
#
# CONFIG_USB_USS720 is not set

#
# USB Serial Converter support
#
CONFIG_USB_SERIAL=m
CONFIG_USB_SERIAL_GENERIC=y
# CONFIG_USB_SERIAL_BELKIN is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_EMPEG is not set
# CONFIG_USB_SERIAL_FTDI_SIO is not set
CONFIG_USB_SERIAL_VISOR=m
# CONFIG_USB_SERIAL_IPAQ is not set
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KLSI is not set
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
CONFIG_USB_SERIAL_PL2303=m
# CONFIG_USB_SERIAL_SAFE is not set
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_XIRCOM is not set
# CONFIG_USB_SERIAL_OMNINET is not set

#
# USB Miscellaneous drivers
#
# 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_BRLVGER is not set
# CONFIG_USB_LCD is not set
CONFIG_USB_TEST=m

#
# Bluetooth support
#
CONFIG_BT=m
CONFIG_BT_L2CAP=m
CONFIG_BT_SCO=m
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=m
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y

#
# Bluetooth device drivers
#
CONFIG_BT_HCIUSB=m
CONFIG_BT_USB_ZERO_PACKET=y
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_BCSP_TXCRC=y
CONFIG_BT_HCIDTL1=m
CONFIG_BT_HCIBT3C=m
CONFIG_BT_HCIBLUECARD=m
CONFIG_BT_HCIBTUART=m
CONFIG_BT_HCIVHCI=m

#
# Profiling support
#
# CONFIG_PROFILING is not set

#
# Kernel hacking
#
CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_STACKOVERFLOW=y
# CONFIG_DEBUG_SLAB is not set
# CONFIG_X86_REMOTE_DEBUG is not set
# CONFIG_DEBUG_IOVIRT is not set
CONFIG_MAGIC_SYSRQ=y
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_SPINLINE is not set
CONFIG_KALLSYMS=y
CONFIG_DEBUG_SPINLOCK_SLEEP=y
CONFIG_FRAME_POINTER=y

#
# Security options
#
CONFIG_SECURITY=y
CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_CAPABILITIES=m
CONFIG_SECURITY_ROOTPLUG=m

#
# Cryptographic options
#
CONFIG_CRYPTO=y
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_NULL=m
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=m
CONFIG_CRYPTO_SHA1=m
CONFIG_CRYPTO_SHA256=m
CONFIG_CRYPTO_SHA512=m
CONFIG_CRYPTO_DES=m
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_SERPENT=m
CONFIG_CRYPTO_AES=m
CONFIG_CRYPTO_TEST=m

#
# Library routines
#
CONFIG_CRC32=m
CONFIG_ZLIB_INFLATE=m
CONFIG_ZLIB_DEFLATE=m
CONFIG_X86_BIOS_REBOOT=y

[-- Attachment #3: Type: text/plain, Size: 214 bytes --]


mvh,
A

-- 
Alexander Hoogerhuis                               | alexh@ihatent.com
CCNP - CCDP - MCNE - CCSE                          | +47 908 21 485
"You have zero privacy anyway. Get over it."  --Scott McNealy

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: 2.5.65-mm3
  2003-03-21 10:58 ` 2.5.65-mm3 Alexander Hoogerhuis
@ 2003-03-21 11:05     ` Andrew Morton
  0 siblings, 0 replies; 30+ messages in thread
From: Andrew Morton @ 2003-03-21 11:05 UTC (permalink / raw)
  To: Alexander Hoogerhuis; +Cc: linux-kernel, linux-mm

Alexander Hoogerhuis <alexh@ihatent.com> wrote:
>
> Andrew Morton <akpm@digeo.com> writes:
> >
> > [SNIP]
> >
>
> ... 
> make[4]: *** [net/ipv4/netfilter/ip_conntrack_core.o] Error 1

Bah, sorry.

--- 25/net/ipv4/netfilter/ip_conntrack_core.c~a	2003-03-21 03:04:45.000000000 -0800
+++ 25-akpm/net/ipv4/netfilter/ip_conntrack_core.c	2003-03-21 03:04:48.000000000 -0800
@@ -274,7 +274,7 @@ static void remove_expectations(struct i
 		 * the un-established ones only */
 		if (exp->sibling) {
 			DEBUGP("remove_expectations: skipping established %p of %p\n", exp->sibling, ct);
-			exp->sibling =3D NULL;
+			exp->sibling = NULL;
 			continue;
 		}
 

_


^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: 2.5.65-mm3
@ 2003-03-21 11:05     ` Andrew Morton
  0 siblings, 0 replies; 30+ messages in thread
From: Andrew Morton @ 2003-03-21 11:05 UTC (permalink / raw)
  To: Alexander Hoogerhuis; +Cc: linux-kernel, linux-mm

Alexander Hoogerhuis <alexh@ihatent.com> wrote:
>
> Andrew Morton <akpm@digeo.com> writes:
> >
> > [SNIP]
> >
>
> ... 
> make[4]: *** [net/ipv4/netfilter/ip_conntrack_core.o] Error 1

Bah, sorry.

--- 25/net/ipv4/netfilter/ip_conntrack_core.c~a	2003-03-21 03:04:45.000000000 -0800
+++ 25-akpm/net/ipv4/netfilter/ip_conntrack_core.c	2003-03-21 03:04:48.000000000 -0800
@@ -274,7 +274,7 @@ static void remove_expectations(struct i
 		 * the un-established ones only */
 		if (exp->sibling) {
 			DEBUGP("remove_expectations: skipping established %p of %p\n", exp->sibling, ct);
-			exp->sibling =3D NULL;
+			exp->sibling = NULL;
 			continue;
 		}
 

_

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: 2.5.65-mm3
  2003-03-21 11:05     ` 2.5.65-mm3 Andrew Morton
@ 2003-03-21 12:05       ` Alexander Hoogerhuis
  -1 siblings, 0 replies; 30+ messages in thread
From: Alexander Hoogerhuis @ 2003-03-21 12:05 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, linux-mm

Andrew Morton <akpm@digeo.com> writes:

> Alexander Hoogerhuis <alexh@ihatent.com> wrote:
> >
> > Andrew Morton <akpm@digeo.com> writes:
> > >
> > > [SNIP]
> > >
> >
> > ... 
> > make[4]: *** [net/ipv4/netfilter/ip_conntrack_core.o] Error 1
> 
> Bah, sorry.
> 
> --- 25/net/ipv4/netfilter/ip_conntrack_core.c~a	2003-03-21 03:04:45.000000000 -0800
> +++ 25-akpm/net/ipv4/netfilter/ip_conntrack_core.c	2003-03-21 03:04:48.000000000 -0800
> @@ -274,7 +274,7 @@ static void remove_expectations(struct i
>  		 * the un-established ones only */
>  		if (exp->sibling) {
>  			DEBUGP("remove_expectations: skipping established %p of %p\n", exp->sibling, ct);
> -			exp->sibling =3D NULL;
> +			exp->sibling = NULL;
>  			continue;
>  		}
>  

Restarting my PCMCIA init.d script ended with this one in my log:

Unable to handle kernel NULL pointer dereference at virtual address 00000004
 printing eip:
c0211457
*pde = 00000000
Oops: 0002 [#1]
CPU:    0
EIP:    0060:[<c0211457>]    Not tainted VLI
EFLAGS: 00210246
EIP is at devclass_remove_driver+0x4b/0x8f
eax: f4d88b48   ebx: f0964664   ecx: 00000000   edx: 00000000
esi: f0964620   edi: f4d88b00   ebp: c9a59f28   esp: c9a59f14
ds: 007b   es: 007b   ss: 0068
Process modprobe (pid: 5665, threadinfo=c9a58000 task=de569380)
Stack: c02b8c07 00000042 c0331440 c0331400 f4d88b00 c9a59f44 c0210d5b f4d88b00
       00000042 f4d88b0c f4d88b00 c02fa6f8 c9a59f5c c0211129 f4d88b00 f4d88c80
       f4d88c80 c02fa6f8 c9a59f98 f0948326 f4d88b00 0000001a 00000000 00000019
Call Trace:
 [<f4d88b00>] i82365_driver+0x0/0x80 [i82365]
 [<c0210d5b>] bus_remove_driver+0x5f/0x97
 [<f4d88b00>] i82365_driver+0x0/0x80 [i82365]
 [<f4d88b0c>] i82365_driver+0xc/0x80 [i82365]
 [<f4d88b00>] i82365_driver+0x0/0x80 [i82365]
 [<c0211129>] driver_unregister+0x1a/0x44
 [<f4d88b00>] i82365_driver+0x0/0x80 [i82365]
 [<f4d88c80>] +0x0/0x200 [i82365]
 [<f4d88c80>] +0x0/0x200 [i82365]
 [<f0948326>] init_i82365+0x127/0x131 [i82365]
 [<f4d88b00>] i82365_driver+0x0/0x80 [i82365]
 [<f095d940>] +0x1e0/0x397 [pcmcia_core]
 [<c01300ed>] sys_init_module+0x13f/0x21d
 [<c010ad8f>] syscall_call+0x7/0xb
 
Code: 42 00 00 00 c7 04 24 07 8c 2b c0 e8 2a 89 f0 ff 89 d8 ba 01 00 ff ff 0f c1 10 85 d2 0f 85 f1 03 00 00 8d 47 48 8b 57 48 8b 48 04 <89> 4a 04 89 11 89 40 04 89 47 48 89 3c 24 e8 68 fe ff ff 89 d8
 <6>cs: IO port probe 0x0c00-0x0cff: clean.
cs: IO port probe 0x0800-0x08ff: clean.
cs: IO port probe 0x0100-0x04ff: excluding 0x3c0-0x3df 0x3f8-0x3ff 0x4d0-0x4d7
cs: IO port probe 0x1000-0x17ff: excluding 0x1000-0x107f 0x1100-0x113f 0x1200-0x121f
cs: IO port probe 0x0a00-0x0aff: clean.
lapper root #

Apart form that, the machine seems alive :)

mvh,
A
-- 
Alexander Hoogerhuis                               | alexh@ihatent.com
CCNP - CCDP - MCNE - CCSE                          | +47 908 21 485
"You have zero privacy anyway. Get over it."  --Scott McNealy

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: 2.5.65-mm3
@ 2003-03-21 12:05       ` Alexander Hoogerhuis
  0 siblings, 0 replies; 30+ messages in thread
From: Alexander Hoogerhuis @ 2003-03-21 12:05 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, linux-mm

Andrew Morton <akpm@digeo.com> writes:

> Alexander Hoogerhuis <alexh@ihatent.com> wrote:
> >
> > Andrew Morton <akpm@digeo.com> writes:
> > >
> > > [SNIP]
> > >
> >
> > ... 
> > make[4]: *** [net/ipv4/netfilter/ip_conntrack_core.o] Error 1
> 
> Bah, sorry.
> 
> --- 25/net/ipv4/netfilter/ip_conntrack_core.c~a	2003-03-21 03:04:45.000000000 -0800
> +++ 25-akpm/net/ipv4/netfilter/ip_conntrack_core.c	2003-03-21 03:04:48.000000000 -0800
> @@ -274,7 +274,7 @@ static void remove_expectations(struct i
>  		 * the un-established ones only */
>  		if (exp->sibling) {
>  			DEBUGP("remove_expectations: skipping established %p of %p\n", exp->sibling, ct);
> -			exp->sibling =3D NULL;
> +			exp->sibling = NULL;
>  			continue;
>  		}
>  

Restarting my PCMCIA init.d script ended with this one in my log:

Unable to handle kernel NULL pointer dereference at virtual address 00000004
 printing eip:
c0211457
*pde = 00000000
Oops: 0002 [#1]
CPU:    0
EIP:    0060:[<c0211457>]    Not tainted VLI
EFLAGS: 00210246
EIP is at devclass_remove_driver+0x4b/0x8f
eax: f4d88b48   ebx: f0964664   ecx: 00000000   edx: 00000000
esi: f0964620   edi: f4d88b00   ebp: c9a59f28   esp: c9a59f14
ds: 007b   es: 007b   ss: 0068
Process modprobe (pid: 5665, threadinfo=c9a58000 task=de569380)
Stack: c02b8c07 00000042 c0331440 c0331400 f4d88b00 c9a59f44 c0210d5b f4d88b00
       00000042 f4d88b0c f4d88b00 c02fa6f8 c9a59f5c c0211129 f4d88b00 f4d88c80
       f4d88c80 c02fa6f8 c9a59f98 f0948326 f4d88b00 0000001a 00000000 00000019
Call Trace:
 [<f4d88b00>] i82365_driver+0x0/0x80 [i82365]
 [<c0210d5b>] bus_remove_driver+0x5f/0x97
 [<f4d88b00>] i82365_driver+0x0/0x80 [i82365]
 [<f4d88b0c>] i82365_driver+0xc/0x80 [i82365]
 [<f4d88b00>] i82365_driver+0x0/0x80 [i82365]
 [<c0211129>] driver_unregister+0x1a/0x44
 [<f4d88b00>] i82365_driver+0x0/0x80 [i82365]
 [<f4d88c80>] +0x0/0x200 [i82365]
 [<f4d88c80>] +0x0/0x200 [i82365]
 [<f0948326>] init_i82365+0x127/0x131 [i82365]
 [<f4d88b00>] i82365_driver+0x0/0x80 [i82365]
 [<f095d940>] +0x1e0/0x397 [pcmcia_core]
 [<c01300ed>] sys_init_module+0x13f/0x21d
 [<c010ad8f>] syscall_call+0x7/0xb
 
Code: 42 00 00 00 c7 04 24 07 8c 2b c0 e8 2a 89 f0 ff 89 d8 ba 01 00 ff ff 0f c1 10 85 d2 0f 85 f1 03 00 00 8d 47 48 8b 57 48 8b 48 04 <89> 4a 04 89 11 89 40 04 89 47 48 89 3c 24 e8 68 fe ff ff 89 d8
 <6>cs: IO port probe 0x0c00-0x0cff: clean.
cs: IO port probe 0x0800-0x08ff: clean.
cs: IO port probe 0x0100-0x04ff: excluding 0x3c0-0x3df 0x3f8-0x3ff 0x4d0-0x4d7
cs: IO port probe 0x1000-0x17ff: excluding 0x1000-0x107f 0x1100-0x113f 0x1200-0x121f
cs: IO port probe 0x0a00-0x0aff: clean.
lapper root #

Apart form that, the machine seems alive :)

mvh,
A
-- 
Alexander Hoogerhuis                               | alexh@ihatent.com
CCNP - CCDP - MCNE - CCSE                          | +47 908 21 485
"You have zero privacy anyway. Get over it."  --Scott McNealy
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>

^ permalink raw reply	[flat|nested] 30+ messages in thread

* [BUG] 2.5.65-mm3 kernel BUG at fs/ext3/super.c:1795!
  2003-03-21  7:58 ` 2.5.65-mm3 Andrew Morton
  (?)
  (?)
@ 2003-03-21 15:23 ` Alexander Hoogerhuis
  2003-03-21 20:39     ` Andrew Morton
  -1 siblings, 1 reply; 30+ messages in thread
From: Alexander Hoogerhuis @ 2003-03-21 15:23 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, linux-mm

[-- Attachment #1: Type: text/plain, Size: 3242 bytes --]

Andrew Morton <akpm@digeo.com> writes:
>
> [SNIP]
>

Disk I/O on my machine froze up during very light work after a few
hours, luckily I had a window open on another machine so I could do a
simple capture and save the info:

kernel BUG at fs/ext3/super.c:1795!
invalid operand: 0000 [#1]
CPU:    0
EIP:    0060:[<c018b522>]    Not tainted VLI
EFLAGS: 00010246
EIP is at ext3_write_super+0x36/0x94
eax: 00000000   ebx: c8834000   ecx: efb5904c   edx: efb59000
esi: efb59000   edi: c8834000   ebp: c8835ecc   esp: c8835ec0
ds: 007b   es: 007b   ss: 0068
Process pdflush (pid: 7853, threadinfo=c8834000 task=ed0a5880)
Stack: c8835ee4 00000287 efb5904c c8835ee4 c0153148 efb59000 00000077 51eb851f
       c8835fcc c8835fa4 c0137fd0 c03892fc 007b9f47 007b168f 00000000 00000000
       c8835ef4 00000000 00000001 00000000 00000001 00000000 00000053 00000000
Call Trace:
 [<c0153148>] sync_supers+0xde/0xea
 [<c0137fd0>] wb_kupdate+0x68/0x161
 [<c0118985>] schedule+0x1a4/0x3ac
 [<c01386e8>] __pdflush+0xdc/0x1d8
 [<c01387e4>] pdflush+0x0/0x15
 [<c01387f5>] pdflush+0x11/0x15
 [<c0137f68>] wb_kupdate+0x0/0x161
 [<c0108e69>] kernel_thread_helper+0x5/0xb
  
Code: 08 21 e3 8b 03 8b 55 08 8b 48 14 83 c1 01 75 06 83 43 14 01 8b 03 89 48 14 8d 4a 4c ff 4a 4c 0f 88 0f 05 00 00 31 c0 85 c0 75 08 <0f> 0b 03 07 da 53 2c c0 c6 42 15 00 8b 82 5c 01 00 00 c7 44 24
 <6>SysRq : Emergency Sync
SysRq : Show Memory
Mem-info:
DMA per-cpu:
cpu 0 hot: low 2, high 6, batch 1
cpu 0 cold: low 0, high 2, batch 1
Normal per-cpu:
cpu 0 hot: low 32, high 96, batch 16
cpu 0 cold: low 0, high 32, batch 16
HighMem per-cpu: empty
  
Free pages:       69292kB (0kB HighMem)
Active:107652 inactive:54012 dirty:96 writeback:0 free:17323
DMA free:9244kB min:128kB low:256kB high:384kB active:792kB inactive:3256kB
Normal free:60048kB min:1020kB low:2040kB high:3060kB active:429816kB inactive:212792kB
HighMem free:0kB min:0kB low:0kB high:0kB active:0kB inactive:0kB
DMA: 73*4kB 93*8kB 93*16kB 84*32kB 37*64kB 5*128kB 0*256kB 0*512kB 1*1024kB 0*2048kB 0*4096kB = 9244kB
Normal: 0*4kB 0*8kB 621*16kB 224*32kB 555*64kB 40*128kB 7*256kB 1*512kB 0*1024kB 0*2048kB 0*4096kB = 60048kB
HighMem: empty
Swap cache: add 0, delete 0, find 0/0, race 0+0
Free swap:       136040kB
196560 pages of RAM
0 pages of HIGHMEM
2814 reserved pages
181679 pages shared
0 pages swap cached
SysRq : Emergency Sync
SysRq : HELP : loglevel0-8 reBoot tErm kIll saK showMem powerOff showPc unRaw Sync showTasks Unmount
SysRq : HELP : loglevel0-8 reBoot tErm kIll saK showMem powerOff showPc unRaw Sync showTasks Unmount
SysRq : Show Regs
  
Pid: 0, comm:              swapper
EIP: 0060:[<c0108c90>] CPU: 0
EIP is at default_idle+0x27/0x2c
 EFLAGS: 00000246    Not tainted
EAX: 00000000 EBX: c0108c69 ECX: c17be080 EDX: c0364000
ESI: c0364000 EDI: c0108c69 EBP: c0365fc4 DS: 007b ES: 007b
CR0: 8005003b CR2: 40016000 CR3: 2d622000 CR4: 000006d0
Call Trace:
 [<c0108d01>] cpu_idle+0x31/0x3a
 [<c0105000>] rest_init+0x0/0x61

The only three things that set my kernel aside fromt he 2.5.65-mm3
patch are these:

* Added a quick fix related ip_conntrack_core to make it all compile
* Patched in my own DSDT to make ACPI workable
* Backed out smalldevfs, as Gentoo doesn't like smalldevfs out of the
  box


[-- Attachment #2: .config --]
[-- Type: application/octet-stream, Size: 31950 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

#
# General setup
#
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_BSD_PROCESS_ACCT=y
CONFIG_SYSCTL=y
CONFIG_LOG_BUF_SHIFT=14

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
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_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 is not set
CONFIG_MPENTIUM4=y
# 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_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_L1_CACHE_SHIFT=7
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_PREFETCH=y
CONFIG_X86_SSE2=y
# CONFIG_HUGETLB_PAGE is not set
# CONFIG_SMP is not set
CONFIG_PREEMPT=y
# CONFIG_X86_UP_APIC is not set
CONFIG_X86_TSC=y
CONFIG_X86_MCE=y
CONFIG_X86_MCE_NONFATAL=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
CONFIG_MICROCODE=m
CONFIG_X86_MSR=m
CONFIG_X86_CPUID=m
CONFIG_EDD=y
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_05GB is not set
CONFIG_1GB=y
# CONFIG_2GB is not set
# CONFIG_3GB 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 Support
#
CONFIG_ACPI=y
CONFIG_ACPI_BOOT=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_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
# CONFIG_APM is not set

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_PROC_INTF=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_24_API=y
CONFIG_CPU_FREQ_TABLE=y

#
# CPUFreq processor drivers
#
CONFIG_X86_ACPI_CPUFREQ=y
# CONFIG_X86_ACPI_CPUFREQ_PROC_INTF is not set
# CONFIG_X86_POWERNOW_K6 is not set
# CONFIG_X86_POWERNOW_K7 is not set
# CONFIG_X86_GX_SUSPMOD is not set
# CONFIG_X86_SPEEDSTEP is not set
CONFIG_X86_P4_CLOCKMOD=y
# CONFIG_X86_LONGRUN is not set
# CONFIG_X86_LONGHAUL is not set

#
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
# CONFIG_SCx200 is not set
CONFIG_PCI_LEGACY_PROC=y
CONFIG_PCI_NAMES=y
CONFIG_ISA=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y

#
# PCMCIA/CardBus support
#
CONFIG_PCMCIA=m
CONFIG_CARDBUS=y
# CONFIG_I82092 is not set
CONFIG_I82365=m
# CONFIG_TCIC is not set
CONFIG_PCMCIA_PROBE=y

#
# PCI Hotplug Support
#
CONFIG_HOTPLUG_PCI=m
CONFIG_HOTPLUG_PCI_COMPAQ=m
CONFIG_HOTPLUG_PCI_COMPAQ_NVRAM=y
CONFIG_HOTPLUG_PCI_ACPI=m
CONFIG_HOTPLUG_PCI_CPCI=m
CONFIG_HOTPLUG_PCI_CPCI_ZT5550=m
CONFIG_HOTPLUG_PCI_CPCI_GENERIC=m

#
# Executable file formats
#
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
CONFIG_BINFMT_AOUT=m
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=m

#
# Memory Technology Devices (MTD)
#
CONFIG_MTD=m
# CONFIG_MTD_DEBUG is not set
CONFIG_MTD_PARTITIONS=m
CONFIG_MTD_CONCAT=m
CONFIG_MTD_REDBOOT_PARTS=m
CONFIG_MTD_CMDLINE_PARTS=m

#
# User Modules And Translation Layers
#
CONFIG_MTD_CHAR=m
CONFIG_MTD_BLOCK=m
CONFIG_MTD_BLOCK_RO=m
CONFIG_FTL=m
CONFIG_NFTL=m
CONFIG_NFTL_RW=y

#
# RAM/ROM/Flash chip drivers
#
CONFIG_MTD_CFI=m
CONFIG_MTD_JEDECPROBE=m
CONFIG_MTD_GEN_PROBE=m
# CONFIG_MTD_CFI_ADV_OPTIONS is not set
CONFIG_MTD_CFI_INTELEXT=m
CONFIG_MTD_CFI_AMDSTD=m
CONFIG_MTD_RAM=m
CONFIG_MTD_ROM=m
CONFIG_MTD_ABSENT=m
# CONFIG_MTD_OBSOLETE_CHIPS is not set

#
# Mapping drivers for chip access
#
# CONFIG_MTD_PHYSMAP is not set
CONFIG_MTD_PNC2000=m
CONFIG_MTD_SC520CDP=m
CONFIG_MTD_NETSC520=m
CONFIG_MTD_SBC_GXX=m
CONFIG_MTD_ELAN_104NC=m
CONFIG_MTD_SCx200_DOCFLASH=m
CONFIG_MTD_PCI=m
CONFIG_MTD_PCMCIA=m
# CONFIG_MTD_UCLINUX is not set

#
# Self-contained MTD device drivers
#
# CONFIG_MTD_PMC551 is not set
CONFIG_MTD_SLRAM=m
# CONFIG_MTD_MTDRAM is not set
# CONFIG_MTD_BLKMTD is not set

#
# Disk-On-Chip Device Drivers
#
# CONFIG_MTD_DOC1000 is not set
# CONFIG_MTD_DOC2000 is not set
# CONFIG_MTD_DOC2001 is not set

#
# NAND Flash Device Drivers
#
CONFIG_MTD_NAND=m
CONFIG_MTD_NAND_ECC=y
CONFIG_MTD_NAND_VERIFY_WRITE=y

#
# Parallel port support
#
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
CONFIG_PARPORT_PC_CML1=m
CONFIG_PARPORT_SERIAL=m
CONFIG_PARPORT_PC_FIFO=y
CONFIG_PARPORT_PC_SUPERIO=y
CONFIG_PARPORT_PC_PCMCIA=m
CONFIG_PARPORT_OTHER=y
CONFIG_PARPORT_1284=y

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

#
# Protocols
#
CONFIG_ISAPNP=y
CONFIG_PNPBIOS=y

#
# Block devices
#
CONFIG_BLK_DEV_FD=m
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE 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_NBD=m
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_SIZE=4096
CONFIG_BLK_DEV_INITRD=y
CONFIG_LBD=y

#
# ATA/ATAPI/MFM/RLL device support
#
CONFIG_IDE=y

#
# IDE, ATA and ATAPI Block devices
#
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_HD is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_IDEDISK_STROKE=y
CONFIG_BLK_DEV_IDECS=m
CONFIG_BLK_DEV_IDECD=m
CONFIG_BLK_DEV_IDEFLOPPY=m
CONFIG_BLK_DEV_IDESCSI=m
CONFIG_IDE_TASK_IOCTL=y

#
# IDE chipset support/bugfixes
#
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_BLK_DEV_GENERIC=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_IDE_TCQ is not set
# CONFIG_BLK_DEV_OFFBOARD is not set
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
CONFIG_BLK_DEV_IDEDMA=y
# 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_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_OPTI621 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_RZ1000 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_IDE_CHIPSETS is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_IDEDMA_IVB is not set
CONFIG_BLK_DEV_IDE_MODES=y

#
# SCSI device support
#
CONFIG_SCSI=m

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=m
CONFIG_CHR_DEV_ST=m
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=m
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=m

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_REPORT_LUNS=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y

#
# 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 is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_IN2000 is not set
# CONFIG_SCSI_AM53C974 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_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_INITIO 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_NCR53C7xx is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_NCR53C8XX is not set
# CONFIG_SCSI_SYM53C8XX is not set
# CONFIG_SCSI_PAS16 is not set
# CONFIG_SCSI_PCI2000 is not set
# CONFIG_SCSI_PCI2220I 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_ISP_NEW is not set
# CONFIG_SCSI_QLOGIC_FC is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_SEAGATE is not set
# CONFIG_SCSI_SYM53C416 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

#
# 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

#
# Old CD-ROM drivers (not SCSI, not IDE)
#
# CONFIG_CD_NO_IDESCSI 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=y
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_FILTER=y
CONFIG_UNIX=y
CONFIG_NET_KEY=m
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
CONFIG_NET_IPGRE=m
CONFIG_NET_IPGRE_BROADCAST=y
# CONFIG_IP_MROUTE is not set
# CONFIG_ARPD is not set
CONFIG_INET_ECN=y
CONFIG_SYN_COOKIES=y
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
CONFIG_XFRM_USER=m

#
# IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=m
CONFIG_IP_NF_FTP=m
CONFIG_IP_NF_IRC=m
CONFIG_IP_NF_QUEUE=m
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_LIMIT=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_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_UNCLEAN=m
CONFIG_IP_NF_MATCH_OWNER=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_MIRROR=m
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_NAT_LOCAL=y
CONFIG_IP_NF_NAT_SNMP_BASIC=m
CONFIG_IP_NF_NAT_IRC=m
CONFIG_IP_NF_NAT_FTP=m
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_LOG=m
CONFIG_IP_NF_TARGET_ULOG=m
CONFIG_IP_NF_TARGET_TCPMSS=m
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_COMPAT_IPCHAINS=m
# CONFIG_IP_NF_COMPAT_IPFWADM is not set
CONFIG_IPV6=m
CONFIG_IPV6_PRIVACY=y
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m

#
# IPv6: Netfilter Configuration
#
CONFIG_IP6_NF_QUEUE=m
CONFIG_IP6_NF_IPTABLES=m
CONFIG_IP6_NF_MATCH_LIMIT=m
CONFIG_IP6_NF_MATCH_MAC=m
CONFIG_IP6_NF_MATCH_RT=m
CONFIG_IP6_NF_MATCH_OPTS=m
CONFIG_IP6_NF_MATCH_FRAG=m
CONFIG_IP6_NF_MATCH_HL=m
CONFIG_IP6_NF_MATCH_MULTIPORT=m
CONFIG_IP6_NF_MATCH_OWNER=m
CONFIG_IP6_NF_MATCH_MARK=m
CONFIG_IP6_NF_MATCH_IPV6HEADER=m
CONFIG_IP6_NF_MATCH_AHESP=m
CONFIG_IP6_NF_MATCH_LENGTH=m
CONFIG_IP6_NF_MATCH_EUI64=m
CONFIG_IP6_NF_FILTER=m
CONFIG_IP6_NF_TARGET_LOG=m
CONFIG_IP6_NF_MANGLE=m
CONFIG_IP6_NF_TARGET_MARK=m

#
# SCTP Configuration (EXPERIMENTAL)
#
CONFIG_IPV6_SCTP__=m
CONFIG_IP_SCTP=m
# CONFIG_SCTP_ADLER32 is not set
# CONFIG_SCTP_DBG_MSG is not set
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_ATM is not set
CONFIG_VLAN_8021Q=m
# CONFIG_LLC is not set
# CONFIG_DECNET is not set
# CONFIG_BRIDGE 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=y
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_HTB=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_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=m
CONFIG_NETDEVICES=y

#
# ARCnet devices
#
# CONFIG_ARCNET is not set
CONFIG_DUMMY=m
CONFIG_BONDING=m
CONFIG_EQUALIZER=m
CONFIG_TUN=m
# CONFIG_ETHERTAP 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
# 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_CS89x0 is not set
# CONFIG_DGRS is not set
CONFIG_EEPRO100=m
# CONFIG_EEPRO100_PIO is not set
# CONFIG_E100 is not set
# 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_SK98LIN is not set
# CONFIG_TIGON3 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=y

#
# Obsolete Wireless cards support (pre-802.11)
#
# CONFIG_STRIP is not set
# CONFIG_ARLAN is not set
# CONFIG_WAVELAN 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=m
CONFIG_PLX_HERMES=m
CONFIG_PCI_HERMES=m

#
# Wireless 802.11b Pcmcia/Cardbus cards support
#
CONFIG_PCMCIA_HERMES=m
# CONFIG_AIRO_CS 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=m

#
# Wan interfaces
#
# CONFIG_WAN is not set

#
# PCMCIA network device support
#
CONFIG_NET_PCMCIA=y
# CONFIG_PCMCIA_3C589 is not set
# CONFIG_PCMCIA_3C574 is not set
# CONFIG_PCMCIA_FMVJ18X is not set
# CONFIG_PCMCIA_PCNET is not set
# CONFIG_PCMCIA_NMCLAN is not set
# CONFIG_PCMCIA_SMC91C92 is not set
# CONFIG_PCMCIA_XIRC2PS is not set
# CONFIG_PCMCIA_AXNET is not set

#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set

#
# IrDA (infrared) support
#
CONFIG_IRDA=m

#
# IrDA protocols
#
CONFIG_IRLAN=m
CONFIG_IRNET=m
CONFIG_IRCOMM=m
CONFIG_IRDA_ULTRA=y

#
# IrDA options
#
CONFIG_IRDA_CACHE_LAST_LSAP=y
CONFIG_IRDA_FAST_RR=y
# CONFIG_IRDA_DEBUG is not set

#
# Infrared-port device drivers
#

#
# SIR device drivers
#
CONFIG_IRTTY_SIR=m

#
# Dongle support
#
# CONFIG_DONGLE is not set

#
# Old SIR device drivers
#
# CONFIG_IRTTY_OLD is not set
# CONFIG_IRPORT_SIR is not set

#
# Old Serial dongle support
#
# CONFIG_DONGLE_OLD is not set

#
# FIR device drivers
#
# CONFIG_USB_IRDA is not set
CONFIG_NSC_FIR=m
# CONFIG_WINBOND_FIR is not set
# CONFIG_TOSHIBA_OLD is not set
# CONFIG_TOSHIBA_FIR is not set
# CONFIG_SMC_IRCC_FIR is not set
# CONFIG_ALI_FIR is not set
# CONFIG_VLSI_FIR 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=m
# 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=y
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PARKBD is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD 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_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=m
CONFIG_INPUT_UINPUT=m

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_SERIAL_NONSTANDARD is not set

#
# Serial drivers
#
CONFIG_SERIAL_8250=m
CONFIG_SERIAL_8250_CS=m
CONFIG_SERIAL_8250_EXTENDED=y
# CONFIG_SERIAL_8250_MANY_PORTS is not set
CONFIG_SERIAL_8250_SHARE_IRQ=y
# CONFIG_SERIAL_8250_DETECT_IRQ is not set
# CONFIG_SERIAL_8250_MULTIPORT is not set
# CONFIG_SERIAL_8250_RSA is not set

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=m
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256
CONFIG_PRINTER=y
# CONFIG_LP_CONSOLE is not set
# CONFIG_PPDEV is not set
# CONFIG_TIPAR is not set

#
# I2C support
#
CONFIG_I2C=m
CONFIG_I2C_ALGOBIT=m
CONFIG_I2C_PHILIPSPAR=m
CONFIG_I2C_ELV=m
CONFIG_I2C_VELLEMAN=m
CONFIG_SCx200_ACB=m
CONFIG_I2C_ALGOPCF=m
CONFIG_I2C_ELEKTOR=m
CONFIG_I2C_CHARDEV=m
CONFIG_I2C_PROC=m

#
# I2C Hardware Sensors Mainboard support
#
CONFIG_I2C_ALI15X3=m
CONFIG_I2C_AMD756=m
CONFIG_I2C_AMD8111=m
CONFIG_I2C_I801=m
CONFIG_I2C_PIIX4=m

#
# I2C Hardware Sensors Chip support
#
CONFIG_SENSORS_ADM1021=m
CONFIG_SENSORS_LM75=m

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

#
# IPMI
#
CONFIG_IPMI_HANDLER=m
CONFIG_IPMI_PANIC_EVENT=y
CONFIG_IPMI_DEVICE_INTERFACE=m
CONFIG_IPMI_KCS=m
CONFIG_IPMI_WATCHDOG=m

#
# Watchdog Cards
#
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_NOWAYOUT=y
CONFIG_SOFT_WATCHDOG=m
# CONFIG_WDT is not set
# CONFIG_WDTPCI is not set
# CONFIG_PCWATCHDOG is not set
# CONFIG_ACQUIRE_WDT is not set
# CONFIG_ADVANTECH_WDT is not set
# CONFIG_EUROTECH_WDT is not set
# CONFIG_IB700_WDT is not set
CONFIG_I810_TCO=m
# CONFIG_MIXCOMWD is not set
# CONFIG_SCx200_WDT is not set
# CONFIG_60XX_WDT is not set
# CONFIG_W83877F_WDT is not set
# CONFIG_MACHZ_WDT is not set
# CONFIG_SC520_WDT is not set
# CONFIG_AMD7XX_TCO is not set
# CONFIG_ALIM7101_WDT is not set
# CONFIG_SC1200_WDT is not set
# CONFIG_WAFER_WDT is not set
# CONFIG_CPU5_WDT is not set
# CONFIG_HW_RANDOM is not set
CONFIG_NVRAM=m
CONFIG_RTC=m
CONFIG_GEN_RTC=m
CONFIG_GEN_RTC_X=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_AGP3 is not set
CONFIG_AGP_INTEL=y
# CONFIG_AGP_VIA is not set
# CONFIG_AGP_AMD is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_SWORKS is not set
# CONFIG_AGP_AMD_8151 is not set
CONFIG_DRM=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
CONFIG_DRM_RADEON=y
# CONFIG_DRM_I810 is not set
# CONFIG_DRM_I830 is not set
# CONFIG_DRM_MGA is not set

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

#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set

#
# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
# 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=m

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_ZISOFS_FS=m
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_TMPFS=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_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_JFFS_FS is not set
CONFIG_JFFS2_FS=m
CONFIG_JFFS2_FS_DEBUG=0
CONFIG_JFFS2_FS_NAND=y
# 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=y
CONFIG_NFSD=m
CONFIG_NFSD_V3=y
CONFIG_NFSD_V4=y
CONFIG_NFSD_TCP=y
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=m
CONFIG_SMB_FS=m
CONFIG_SMB_NLS_DEFAULT=y
CONFIG_SMB_NLS_REMOTE="iso-8859-15"
CONFIG_CIFS=m
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_INTERMEZZO_FS is not set
CONFIG_SUNRPC=m
CONFIG_SUNRPC_GSS=m
CONFIG_RPCSEC_GSS_KRB5=m
# CONFIG_AFS_FS is not set

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

#
# Native Language Support
#
CONFIG_NLS_DEFAULT="iso8859-15"
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=m
# 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=m
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
CONFIG_NLS_UTF8=m

#
# 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=m
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=m
CONFIG_SND_VIRMIDI=m
CONFIG_SND_MTPAV=m
CONFIG_SND_SERIAL_U16550=m
CONFIG_SND_MPU401=m

#
# ISA devices
#
# CONFIG_SND_AD1816A is not set
# CONFIG_SND_AD1848 is not set
# CONFIG_SND_CS4231 is not set
# CONFIG_SND_CS4232 is not set
# CONFIG_SND_CS4236 is not set
# CONFIG_SND_ES968 is not set
# CONFIG_SND_ES1688 is not set
# CONFIG_SND_ES18XX is not set
# CONFIG_SND_GUSCLASSIC is not set
# CONFIG_SND_GUSEXTREME is not set
# CONFIG_SND_GUSMAX is not set
# CONFIG_SND_INTERWAVE is not set
# CONFIG_SND_INTERWAVE_STB is not set
# CONFIG_SND_OPTI92X_AD1848 is not set
# CONFIG_SND_OPTI92X_CS4231 is not set
# CONFIG_SND_OPTI93X is not set
# CONFIG_SND_SB8 is not set
# CONFIG_SND_SB16 is not set
# CONFIG_SND_SBAWE is not set
# CONFIG_SND_WAVEFRONT is not set
# CONFIG_SND_ALS100 is not set
# CONFIG_SND_AZT2320 is not set
# CONFIG_SND_CMI8330 is not set
# CONFIG_SND_DT019X is not set
# CONFIG_SND_OPL3SA2 is not set
# CONFIG_SND_SGALAXY is not set

#
# PCI devices
#
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_EMU10K1 is not set
# 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_INTEL8X0=m
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_VIA82XX is not set

#
# ALSA USB devices
#
CONFIG_SND_USB_AUDIO=m

#
# Open Sound System
#
CONFIG_SOUND_PRIME=m
# CONFIG_SOUND_BT878 is not set
# CONFIG_SOUND_CMPCI is not set
# CONFIG_SOUND_EMU10K1 is not set
# CONFIG_SOUND_FUSION is not set
# CONFIG_SOUND_CS4281 is not set
# CONFIG_SOUND_ES1370 is not set
# CONFIG_SOUND_ES1371 is not set
# CONFIG_SOUND_ESSSOLO1 is not set
# CONFIG_SOUND_MAESTRO is not set
# CONFIG_SOUND_MAESTRO3 is not set
CONFIG_SOUND_ICH=m
# CONFIG_SOUND_RME96XX is not set
# CONFIG_SOUND_SONICVIBES is not set
# CONFIG_SOUND_TRIDENT is not set
# CONFIG_SOUND_MSNDCLAS is not set
# CONFIG_SOUND_MSNDPIN is not set
# CONFIG_SOUND_VIA82CXXX is not set
# CONFIG_SOUND_OSS is not set
# CONFIG_SOUND_TVMIXER is not set

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

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
CONFIG_USB_BANDWIDTH=y
CONFIG_USB_DYNAMIC_MINORS=y

#
# USB Host Controller Drivers
#
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_OHCI_HCD=y
CONFIG_USB_UHCI_HCD=y

#
# USB Device Class drivers
#
CONFIG_USB_AUDIO=m

#
# USB Bluetooth TTY can only be used with disabled Bluetooth subsystem
#
CONFIG_USB_MIDI=m
CONFIG_USB_ACM=m
CONFIG_USB_PRINTER=m
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=y
CONFIG_HID_PID=y
CONFIG_LOGITECH_FF=y
CONFIG_THRUSTMASTER_FF=y
CONFIG_USB_HIDDEV=y

#
# USB HID Boot Protocol drivers
#
CONFIG_USB_KBD=y
CONFIG_USB_MOUSE=y
# 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_CATC is not set
# CONFIG_USB_CDCETHER is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
CONFIG_USB_USBNET=m

#
# USB port drivers
#
# CONFIG_USB_USS720 is not set

#
# USB Serial Converter support
#
CONFIG_USB_SERIAL=m
CONFIG_USB_SERIAL_GENERIC=y
# CONFIG_USB_SERIAL_BELKIN is not set
# CONFIG_USB_SERIAL_WHITEHEAT is not set
# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
# CONFIG_USB_SERIAL_EMPEG is not set
# CONFIG_USB_SERIAL_FTDI_SIO is not set
CONFIG_USB_SERIAL_VISOR=m
# CONFIG_USB_SERIAL_IPAQ is not set
# CONFIG_USB_SERIAL_IR is not set
# CONFIG_USB_SERIAL_EDGEPORT is not set
# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
# CONFIG_USB_SERIAL_KEYSPAN is not set
# CONFIG_USB_SERIAL_KLSI is not set
# CONFIG_USB_SERIAL_KOBIL_SCT is not set
# CONFIG_USB_SERIAL_MCT_U232 is not set
CONFIG_USB_SERIAL_PL2303=m
# CONFIG_USB_SERIAL_SAFE is not set
# CONFIG_USB_SERIAL_CYBERJACK is not set
# CONFIG_USB_SERIAL_XIRCOM is not set
# CONFIG_USB_SERIAL_OMNINET is not set

#
# USB Miscellaneous drivers
#
# 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_BRLVGER is not set
# CONFIG_USB_LCD is not set
CONFIG_USB_TEST=m

#
# Bluetooth support
#
CONFIG_BT=m
CONFIG_BT_L2CAP=m
CONFIG_BT_SCO=m
CONFIG_BT_RFCOMM=m
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=m
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y

#
# Bluetooth device drivers
#
CONFIG_BT_HCIUSB=m
CONFIG_BT_USB_ZERO_PACKET=y
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_BCSP_TXCRC=y
CONFIG_BT_HCIDTL1=m
CONFIG_BT_HCIBT3C=m
CONFIG_BT_HCIBLUECARD=m
CONFIG_BT_HCIBTUART=m
CONFIG_BT_HCIVHCI=m

#
# Profiling support
#
# CONFIG_PROFILING is not set

#
# Kernel hacking
#
CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_STACKOVERFLOW=y
# CONFIG_DEBUG_SLAB is not set
# CONFIG_X86_REMOTE_DEBUG is not set
# CONFIG_DEBUG_IOVIRT is not set
CONFIG_MAGIC_SYSRQ=y
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_SPINLINE is not set
CONFIG_KALLSYMS=y
CONFIG_DEBUG_SPINLOCK_SLEEP=y
CONFIG_FRAME_POINTER=y

#
# Security options
#
CONFIG_SECURITY=y
CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_CAPABILITIES=m
CONFIG_SECURITY_ROOTPLUG=m

#
# Cryptographic options
#
CONFIG_CRYPTO=y
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_NULL=m
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=m
CONFIG_CRYPTO_SHA1=m
CONFIG_CRYPTO_SHA256=m
CONFIG_CRYPTO_SHA512=m
CONFIG_CRYPTO_DES=m
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_SERPENT=m
CONFIG_CRYPTO_AES=m
CONFIG_CRYPTO_TEST=m

#
# Library routines
#
CONFIG_CRC32=m
CONFIG_ZLIB_INFLATE=m
CONFIG_ZLIB_DEFLATE=m
CONFIG_X86_BIOS_REBOOT=y

[-- Attachment #3: Type: text/plain, Size: 214 bytes --]


mvh,
A

-- 
Alexander Hoogerhuis                               | alexh@ihatent.com
CCNP - CCDP - MCNE - CCSE                          | +47 908 21 485
"You have zero privacy anyway. Get over it."  --Scott McNealy

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: 2.5.65-mm3
  2003-03-21  7:58 ` 2.5.65-mm3 Andrew Morton
@ 2003-03-21 20:15   ` Seth Chandler
  -1 siblings, 0 replies; 30+ messages in thread
From: Seth Chandler @ 2003-03-21 20:15 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel, linux-mm



Andrew,

I'm getting some (sort of) random NFS Auth errors with -mm2 and -mm3.  
Sometimes the directories i export get exported read only, so i can't edit 
them on my nfs clients.  

When i'm running 2.5.65 from BK, the problem doesn't exist, its only when i 
switch to the -mm branch it manifests itself.  I was going to back out the 
nfs patches, and see if i could find the culprit....


thanks,

seth
On Friday 21 March 2003 02:58, Andrew Morton wrote:
> http://www.zip.com.au/~akpm/linux/patches/2.5/2.5.65/2.5.65-mm3/
>
> Will appear later at:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.5/2.5.65/2.5.65
>-mm3/
>


^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: 2.5.65-mm3
@ 2003-03-21 20:15   ` Seth Chandler
  0 siblings, 0 replies; 30+ messages in thread
From: Seth Chandler @ 2003-03-21 20:15 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel, linux-mm


Andrew,

I'm getting some (sort of) random NFS Auth errors with -mm2 and -mm3.  
Sometimes the directories i export get exported read only, so i can't edit 
them on my nfs clients.  

When i'm running 2.5.65 from BK, the problem doesn't exist, its only when i 
switch to the -mm branch it manifests itself.  I was going to back out the 
nfs patches, and see if i could find the culprit....


thanks,

seth
On Friday 21 March 2003 02:58, Andrew Morton wrote:
> http://www.zip.com.au/~akpm/linux/patches/2.5/2.5.65/2.5.65-mm3/
>
> Will appear later at:
>
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.5/2.5.65/2.5.65
>-mm3/
>

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: 2.5.65-mm3
  2003-03-21  7:58 ` 2.5.65-mm3 Andrew Morton
@ 2003-03-21 20:17   ` Robert Love
  -1 siblings, 0 replies; 30+ messages in thread
From: Robert Love @ 2003-03-21 20:17 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, linux-mm

On Fri, 2003-03-21 at 02:58, Andrew Morton wrote:

> dev_t-3-major_h-cleanup.patch
>   dev_t [3/3]: major.h cleanups
> 
> dev_t-32-bit.patch
>   [for playing only] change type of dev_t

Now that dev_t is an unsigned long, MKDEV() correspondingly returns an
unsigned long.  This causes a compiler warning and potential bug on
64-bit architectures in drivers/scsi/sg.c :: sg_device_kdev_read().

This patch needs to be applied on top of the dev_t patches.

	Robert Love


 drivers/scsi/sg.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


diff -urN linux-2.5.65-mm3/drivers/scsi/sg.c linux/drivers/scsi/sg.c
--- linux-2.5.65-mm3/drivers/scsi/sg.c	2003-03-17 16:44:05.000000000 -0500
+++ linux/drivers/scsi/sg.c	2003-03-19 11:35:50.706607408 -0500
@@ -1331,9 +1331,11 @@
 sg_device_kdev_read(struct device *driverfs_dev, char *page)
 {
 	Sg_device *sdp = list_entry(driverfs_dev, Sg_device, sg_driverfs_dev);
-	return sprintf(page, "%x\n", MKDEV(sdp->disk->major,
-					   sdp->disk->first_minor));
+
+	return sprintf(page, "%lx\n", MKDEV(sdp->disk->major,
+					sdp->disk->first_minor));
 }
+
 static DEVICE_ATTR(kdev,S_IRUGO,sg_device_kdev_read,NULL);
 
 static ssize_t




^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: 2.5.65-mm3
@ 2003-03-21 20:17   ` Robert Love
  0 siblings, 0 replies; 30+ messages in thread
From: Robert Love @ 2003-03-21 20:17 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, linux-mm

On Fri, 2003-03-21 at 02:58, Andrew Morton wrote:

> dev_t-3-major_h-cleanup.patch
>   dev_t [3/3]: major.h cleanups
> 
> dev_t-32-bit.patch
>   [for playing only] change type of dev_t

Now that dev_t is an unsigned long, MKDEV() correspondingly returns an
unsigned long.  This causes a compiler warning and potential bug on
64-bit architectures in drivers/scsi/sg.c :: sg_device_kdev_read().

This patch needs to be applied on top of the dev_t patches.

	Robert Love


 drivers/scsi/sg.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


diff -urN linux-2.5.65-mm3/drivers/scsi/sg.c linux/drivers/scsi/sg.c
--- linux-2.5.65-mm3/drivers/scsi/sg.c	2003-03-17 16:44:05.000000000 -0500
+++ linux/drivers/scsi/sg.c	2003-03-19 11:35:50.706607408 -0500
@@ -1331,9 +1331,11 @@
 sg_device_kdev_read(struct device *driverfs_dev, char *page)
 {
 	Sg_device *sdp = list_entry(driverfs_dev, Sg_device, sg_driverfs_dev);
-	return sprintf(page, "%x\n", MKDEV(sdp->disk->major,
-					   sdp->disk->first_minor));
+
+	return sprintf(page, "%lx\n", MKDEV(sdp->disk->major,
+					sdp->disk->first_minor));
 }
+
 static DEVICE_ATTR(kdev,S_IRUGO,sg_device_kdev_read,NULL);
 
 static ssize_t



--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [BUG] 2.5.65-mm3 kernel BUG at fs/ext3/super.c:1795!
  2003-03-21 15:23 ` [BUG] 2.5.65-mm3 kernel BUG at fs/ext3/super.c:1795! Alexander Hoogerhuis
@ 2003-03-21 20:39     ` Andrew Morton
  0 siblings, 0 replies; 30+ messages in thread
From: Andrew Morton @ 2003-03-21 20:39 UTC (permalink / raw)
  To: Alexander Hoogerhuis; +Cc: linux-kernel, linux-mm

Alexander Hoogerhuis <alexh@ihatent.com> wrote:
>
> Andrew Morton <akpm@digeo.com> writes:
> >
> > [SNIP]
> >
> 
> Disk I/O on my machine froze up during very light work after a few
> hours, luckily I had a window open on another machine so I could do a
> simple capture and save the info:
> 
> kernel BUG at fs/ext3/super.c:1795!
> invalid operand: 0000 [#1]
> CPU:    0
> EIP:    0060:[<c018b522>]    Not tainted VLI
> EFLAGS: 00010246
> EIP is at ext3_write_super+0x36/0x94
> eax: 00000000   ebx: c8834000   ecx: efb5904c   edx: efb59000
> esi: efb59000   edi: c8834000   ebp: c8835ecc   esp: c8835ec0
> ds: 007b   es: 007b   ss: 0068
> Process pdflush (pid: 7853, threadinfo=c8834000 task=ed0a5880)
> Stack: c8835ee4 00000287 efb5904c c8835ee4 c0153148 efb59000 00000077 51eb851f
>        c8835fcc c8835fa4 c0137fd0 c03892fc 007b9f47 007b168f 00000000 00000000
>        c8835ef4 00000000 00000001 00000000 00000001 00000000 00000053 00000000
> Call Trace:
>  [<c0153148>] sync_supers+0xde/0xea
>  [<c0137fd0>] wb_kupdate+0x68/0x161
>  [<c0118985>] schedule+0x1a4/0x3ac
>  [<c01386e8>] __pdflush+0xdc/0x1d8
>  [<c01387e4>] pdflush+0x0/0x15
>  [<c01387f5>] pdflush+0x11/0x15
>  [<c0137f68>] wb_kupdate+0x0/0x161
>  [<c0108e69>] kernel_thread_helper+0x5/0xb

How on earth did you do that?

sync_supers() does lock_super, then calls ext3_write_super.

ext3_write_super() does a down_trylock() on sb->s_lock and goes BUG
if it acquired the lock.

So you've effectively done this:

	down(&sem);
	if (down_trylock(&sem))
		BUG();

This can only be a random memory scribble, a hardware bug or a
preempt-related bug in down_trylock().


^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [BUG] 2.5.65-mm3 kernel BUG at fs/ext3/super.c:1795!
@ 2003-03-21 20:39     ` Andrew Morton
  0 siblings, 0 replies; 30+ messages in thread
From: Andrew Morton @ 2003-03-21 20:39 UTC (permalink / raw)
  To: Alexander Hoogerhuis; +Cc: linux-kernel, linux-mm

Alexander Hoogerhuis <alexh@ihatent.com> wrote:
>
> Andrew Morton <akpm@digeo.com> writes:
> >
> > [SNIP]
> >
> 
> Disk I/O on my machine froze up during very light work after a few
> hours, luckily I had a window open on another machine so I could do a
> simple capture and save the info:
> 
> kernel BUG at fs/ext3/super.c:1795!
> invalid operand: 0000 [#1]
> CPU:    0
> EIP:    0060:[<c018b522>]    Not tainted VLI
> EFLAGS: 00010246
> EIP is at ext3_write_super+0x36/0x94
> eax: 00000000   ebx: c8834000   ecx: efb5904c   edx: efb59000
> esi: efb59000   edi: c8834000   ebp: c8835ecc   esp: c8835ec0
> ds: 007b   es: 007b   ss: 0068
> Process pdflush (pid: 7853, threadinfo=c8834000 task=ed0a5880)
> Stack: c8835ee4 00000287 efb5904c c8835ee4 c0153148 efb59000 00000077 51eb851f
>        c8835fcc c8835fa4 c0137fd0 c03892fc 007b9f47 007b168f 00000000 00000000
>        c8835ef4 00000000 00000001 00000000 00000001 00000000 00000053 00000000
> Call Trace:
>  [<c0153148>] sync_supers+0xde/0xea
>  [<c0137fd0>] wb_kupdate+0x68/0x161
>  [<c0118985>] schedule+0x1a4/0x3ac
>  [<c01386e8>] __pdflush+0xdc/0x1d8
>  [<c01387e4>] pdflush+0x0/0x15
>  [<c01387f5>] pdflush+0x11/0x15
>  [<c0137f68>] wb_kupdate+0x0/0x161
>  [<c0108e69>] kernel_thread_helper+0x5/0xb

How on earth did you do that?

sync_supers() does lock_super, then calls ext3_write_super.

ext3_write_super() does a down_trylock() on sb->s_lock and goes BUG
if it acquired the lock.

So you've effectively done this:

	down(&sem);
	if (down_trylock(&sem))
		BUG();

This can only be a random memory scribble, a hardware bug or a
preempt-related bug in down_trylock().

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [BUG] 2.5.65-mm3 kernel BUG at fs/ext3/super.c:1795!
  2003-03-21 20:39     ` Andrew Morton
@ 2003-03-22  2:55       ` Alexander Hoogerhuis
  -1 siblings, 0 replies; 30+ messages in thread
From: Alexander Hoogerhuis @ 2003-03-22  2:55 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, linux-mm

Andrew Morton <akpm@digeo.com> writes:

> Alexander Hoogerhuis <alexh@ihatent.com> wrote:
> >
> > Andrew Morton <akpm@digeo.com> writes:
> > >
> > > [SNIP]
> > >
> > 
> > Disk I/O on my machine froze up during very light work after a few
> > hours, luckily I had a window open on another machine so I could do a
> > simple capture and save the info:
> > 
> > kernel BUG at fs/ext3/super.c:1795!
> > invalid operand: 0000 [#1]
> > CPU:    0
> > EIP:    0060:[<c018b522>]    Not tainted VLI
> > EFLAGS: 00010246
> > EIP is at ext3_write_super+0x36/0x94
> > eax: 00000000   ebx: c8834000   ecx: efb5904c   edx: efb59000
> > esi: efb59000   edi: c8834000   ebp: c8835ecc   esp: c8835ec0
> > ds: 007b   es: 007b   ss: 0068
> > Process pdflush (pid: 7853, threadinfo=c8834000 task=ed0a5880)
> > Stack: c8835ee4 00000287 efb5904c c8835ee4 c0153148 efb59000 00000077 51eb851f
> >        c8835fcc c8835fa4 c0137fd0 c03892fc 007b9f47 007b168f 00000000 00000000
> >        c8835ef4 00000000 00000001 00000000 00000001 00000000 00000053 00000000
> > Call Trace:
> >  [<c0153148>] sync_supers+0xde/0xea
> >  [<c0137fd0>] wb_kupdate+0x68/0x161
> >  [<c0118985>] schedule+0x1a4/0x3ac
> >  [<c01386e8>] __pdflush+0xdc/0x1d8
> >  [<c01387e4>] pdflush+0x0/0x15
> >  [<c01387f5>] pdflush+0x11/0x15
> >  [<c0137f68>] wb_kupdate+0x0/0x161
> >  [<c0108e69>] kernel_thread_helper+0x5/0xb
> 
> How on earth did you do that?
> 
> sync_supers() does lock_super, then calls ext3_write_super.
> 
> ext3_write_super() does a down_trylock() on sb->s_lock and goes BUG
> if it acquired the lock.
> 
> So you've effectively done this:
> 
> 	down(&sem);
> 	if (down_trylock(&sem))
> 		BUG();
> 
> This can only be a random memory scribble, a hardware bug or a
> preempt-related bug in down_trylock().

Heh. My "portable murphy field" if powerful. Honestly, all I did was
to have a few gnome-terminals, an emacs or two, a few mozillas and a
bit more up, same as always, and jut "just happened" (that's what all
kids claim when they break stuff) :)

mvh,
A
-- 
Alexander Hoogerhuis                               | alexh@ihatent.com
CCNP - CCDP - MCNE - CCSE                          | +47 908 21 485
"You have zero privacy anyway. Get over it."  --Scott McNealy

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: [BUG] 2.5.65-mm3 kernel BUG at fs/ext3/super.c:1795!
@ 2003-03-22  2:55       ` Alexander Hoogerhuis
  0 siblings, 0 replies; 30+ messages in thread
From: Alexander Hoogerhuis @ 2003-03-22  2:55 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, linux-mm

Andrew Morton <akpm@digeo.com> writes:

> Alexander Hoogerhuis <alexh@ihatent.com> wrote:
> >
> > Andrew Morton <akpm@digeo.com> writes:
> > >
> > > [SNIP]
> > >
> > 
> > Disk I/O on my machine froze up during very light work after a few
> > hours, luckily I had a window open on another machine so I could do a
> > simple capture and save the info:
> > 
> > kernel BUG at fs/ext3/super.c:1795!
> > invalid operand: 0000 [#1]
> > CPU:    0
> > EIP:    0060:[<c018b522>]    Not tainted VLI
> > EFLAGS: 00010246
> > EIP is at ext3_write_super+0x36/0x94
> > eax: 00000000   ebx: c8834000   ecx: efb5904c   edx: efb59000
> > esi: efb59000   edi: c8834000   ebp: c8835ecc   esp: c8835ec0
> > ds: 007b   es: 007b   ss: 0068
> > Process pdflush (pid: 7853, threadinfo=c8834000 task=ed0a5880)
> > Stack: c8835ee4 00000287 efb5904c c8835ee4 c0153148 efb59000 00000077 51eb851f
> >        c8835fcc c8835fa4 c0137fd0 c03892fc 007b9f47 007b168f 00000000 00000000
> >        c8835ef4 00000000 00000001 00000000 00000001 00000000 00000053 00000000
> > Call Trace:
> >  [<c0153148>] sync_supers+0xde/0xea
> >  [<c0137fd0>] wb_kupdate+0x68/0x161
> >  [<c0118985>] schedule+0x1a4/0x3ac
> >  [<c01386e8>] __pdflush+0xdc/0x1d8
> >  [<c01387e4>] pdflush+0x0/0x15
> >  [<c01387f5>] pdflush+0x11/0x15
> >  [<c0137f68>] wb_kupdate+0x0/0x161
> >  [<c0108e69>] kernel_thread_helper+0x5/0xb
> 
> How on earth did you do that?
> 
> sync_supers() does lock_super, then calls ext3_write_super.
> 
> ext3_write_super() does a down_trylock() on sb->s_lock and goes BUG
> if it acquired the lock.
> 
> So you've effectively done this:
> 
> 	down(&sem);
> 	if (down_trylock(&sem))
> 		BUG();
> 
> This can only be a random memory scribble, a hardware bug or a
> preempt-related bug in down_trylock().

Heh. My "portable murphy field" if powerful. Honestly, all I did was
to have a few gnome-terminals, an emacs or two, a few mozillas and a
bit more up, same as always, and jut "just happened" (that's what all
kids claim when they break stuff) :)

mvh,
A
-- 
Alexander Hoogerhuis                               | alexh@ihatent.com
CCNP - CCDP - MCNE - CCSE                          | +47 908 21 485
"You have zero privacy anyway. Get over it."  --Scott McNealy
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>

^ permalink raw reply	[flat|nested] 30+ messages in thread

* 2.5.65-mm3 bad: scheduling while atomic! [SCSI]
  2003-03-21  7:58 ` 2.5.65-mm3 Andrew Morton
@ 2003-03-22 12:38   ` Alexander Hoogerhuis
  -1 siblings, 0 replies; 30+ messages in thread
From: Alexander Hoogerhuis @ 2003-03-22 12:38 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, linux-mm

Andrew Morton <akpm@digeo.com> writes:
> 
> [SNIP]
> 

Here's a few more funnies caught while burning a CD:

leep+0x77/0xa6 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
bad: scheduling while atomic!
Call Trace:
 [<c0118b55>] schedule+0x3a4/0x3a9
 [<c011c8a4>] printk+0x11d/0x17b
 [<c0109bbe>] __down+0x91/0xf9
 [<c0118baa>] default_wake_function+0x0/0x12
 [<c010b1dd>] dump_stack+0x11/0x15
 [<c0109dcb>] __down_failed+0xb/0x14
 [<f08a76e8>] .text.lock.scsi_error+0x37/0x47 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
Debug: sleeping function called from illegal context at include/asm/semaphore.h:119
Call Trace:
 [<c0119d92>] __might_sleep+0x5f/0x65
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6ce9>] scsi_sleep+0x77/0xa6 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
bad: scheduling while atomic!
Call Trace:
 [<c0118b55>] schedule+0x3a4/0x3a9
 [<c011c8a4>] printk+0x11d/0x17b
 [<c0109bbe>] __down+0x91/0xf9
 [<c0118baa>] default_wake_function+0x0/0x12
 [<c010b1dd>] dump_stack+0x11/0x15
 [<c0109dcb>] __down_failed+0xb/0x14
 [<f08a76e8>] .text.lock.scsi_error+0x37/0x47 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
Debug: sleeping function called from illegal context at include/asm/semaphore.h:119
Call Trace:
 [<c0119d92>] __might_sleep+0x5f/0x65
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6ce9>] scsi_sleep+0x77/0xa6 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
bad: scheduling while atomic!
Call Trace:
 [<c0118b55>] schedule+0x3a4/0x3a9
 [<c011c8a4>] printk+0x11d/0x17b
 [<c0109bbe>] __down+0x91/0xf9
 [<c0118baa>] default_wake_function+0x0/0x12
 [<c010b1dd>] dump_stack+0x11/0x15
 [<c0109dcb>] __down_failed+0xb/0x14
 [<f08a76e8>] .text.lock.scsi_error+0x37/0x47 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
Debug: sleeping function called from illegal context at include/asm/semaphore.h:119
Call Trace:
 [<c0119d92>] __might_sleep+0x5f/0x65
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6ce9>] scsi_sleep+0x77/0xa6 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
bad: scheduling while atomic!
Call Trace:
 [<c0118b55>] schedule+0x3a4/0x3a9
 [<c011c8a4>] printk+0x11d/0x17b
 [<c0109bbe>] __down+0x91/0xf9
 [<c0118baa>] default_wake_function+0x0/0x12
 [<c010b1dd>] dump_stack+0x11/0x15
 [<c0109dcb>] __down_failed+0xb/0x14
 [<f08a76e8>] .text.lock.scsi_error+0x37/0x47 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
Debug: sleeping function called from illegal context at include/asm/semaphore.h:119
Call Trace:
 [<c0119d92>] __might_sleep+0x5f/0x65
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6ce9>] scsi_sleep+0x77/0xa6 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
bad: scheduling while atomic!
Call Trace:
 [<c0118b55>] schedule+0x3a4/0x3a9
 [<c011c8a4>] printk+0x11d/0x17b
 [<c0109bbe>] __down+0x91/0xf9
 [<c0118baa>] default_wake_function+0x0/0x12
 [<c010b1dd>] dump_stack+0x11/0x15
 [<c0109dcb>] __down_failed+0xb/0x14
 [<f08a76e8>] .text.lock.scsi_error+0x37/0x47 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
Debug: sleeping function called from illegal context at include/asm/semaphore.h:119
Call Trace:
 [<c0119d92>] __might_sleep+0x5f/0x65
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6ce9>] scsi_sleep+0x77/0xa6 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
bad: scheduling while atomic!
Call Trace:
 [<c0118b55>] schedule+0x3a4/0x3a9
 [<c011c8a4>] printk+0x11d/0x17b
 [<c0109bbe>] __down+0x91/0xf9
 [<c0118baa>] default_wake_function+0x0/0x12
 [<c010b1dd>] dump_stack+0x11/0x15
 [<c0109dcb>] __down_failed+0xb/0x14
 [<f08a76e8>] .text.lock.scsi_error+0x37/0x47 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
Debug: sleeping function called from illegal context at include/asm/semaphore.h:119
Call Trace:
 [<c0119d92>] __might_sleep+0x5f/0x65
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6ce9>] scsi_sleep+0x77/0xa6 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
bad: scheduling while atomic!
Call Trace:
 [<c0118b55>] schedule+0x3a4/0x3a9
 [<c011c8a4>] printk+0x11d/0x17b
 [<c0109bbe>] __down+0x91/0xf9
 [<c0118baa>] default_wake_function+0x0/0x12
 [<c010b1dd>] dump_stack+0x11/0x15
 [<c0109dcb>] __down_failed+0xb/0x14
 [<f08a76e8>] .text.lock.scsi_error+0x37/0x47 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
Debug: sleeping function called from illegal context at include/asm/semaphore.h:119
Call Trace:
 [<c0119d92>] __might_sleep+0x5f/0x65
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6ce9>] scsi_sleep+0x77/0xa6 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
bad: scheduling while atomic!
Call Trace:
 [<c0118b55>] schedule+0x3a4/0x3a9
 [<c011c8a4>] printk+0x11d/0x17b
 [<c0109bbe>] __down+0x91/0xf9
 [<c0118baa>] default_wake_function+0x0/0x12
 [<c010b1dd>] dump_stack+0x11/0x15
 [<c0109dcb>] __down_failed+0xb/0x14
 [<f08a76e8>] .text.lock.scsi_error+0x37/0x47 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
ide-scsi: reset called for 12543
bad: scheduling while atomic!
Call Trace:
 [<c0118b55>] schedule+0x3a4/0x3a9
 [<c0122d9e>] add_timer+0x99/0xa5
 [<c01238e4>] schedule_timeout+0x5a/0xab
 [<c011c8a4>] printk+0x11d/0x17b
 [<c012387e>] process_timeout+0x0/0xc
 [<f4d549f8>] idescsi_reset+0x108/0x11e [ide_scsi]
 [<f4d54fa0>] +0x400/0x423 [ide_scsi]
 [<f08a65f7>] scsi_try_bus_device_reset+0x57/0x8d [scsi_mod]
 [<f08a66b0>] scsi_eh_bus_device_reset+0x83/0x17c [scsi_mod]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a7071>] scsi_eh_ready_devs+0x28/0x74 [scsi_mod]
 [<f08a7315>] scsi_unjam_host+0x182/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
hdc: DMA disabled
------------[ cut here ]------------
kernel BUG at kernel/timer.c:172!
invalid operand: 0000 [#1]
CPU:    0
EIP:    0060:[<c0122da0>]    Not tainted
EFLAGS: 00010002 VLI
EIP is at add_timer+0x9b/0xa5
eax: 00000001   ebx: efc4a480   ecx: c02ffe80   edx: c03986f8
esi: e7000000   edi: efc4a4a4   ebp: e7001e58   esp: e7001e44
ds: 007b   es: 007b   ss: 0068
Process scsi_eh_0 (pid: 4794, threadinfo=e7000000 task=e7082780)
Stack: c03986f8 c03986f8 efc4a480 e7000000 00000086 e7001e88 c0223fb8 efc4a4a4
       c022f45b c03986f8 c03986f8 00000000 00000032 c02240a6 00000000 00000000
       c03986f8 e7001eb8 c022468f c03986f8 c02240a6 00000032 00000000 efc4a480
Call Trace:
 [<c0223fb8>] ide_set_handler+0x5f/0xa0
 [<c022f45b>] __ide_dma_off+0x2b/0x32
 [<c02240a6>] atapi_reset_pollfunc+0x0/0x11a
 [<c022468f>] do_reset1+0x211/0x22e
 [<c02240a6>] atapi_reset_pollfunc+0x0/0x11a
 [<c02246dd>] ide_do_reset+0x31/0x84
 [<f4d549d1>] idescsi_reset+0xe1/0x11e [ide_scsi]
 [<f08a65f7>] scsi_try_bus_device_reset+0x57/0x8d [scsi_mod]
 [<f08a66b0>] scsi_eh_bus_device_reset+0x83/0x17c [scsi_mod]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a7071>] scsi_eh_ready_devs+0x28/0x74 [scsi_mod]
 [<f08a7315>] scsi_unjam_host+0x182/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
Code: e0 08 75 20 83 6e 14 01 8b 46 08 83 e0 08 75 08 83 c4 08 5b 5e 5f 5d c3 83 c4 08 5b 5e 5f 5d e9 c1 5d ff ff e8 bc 5d ff ff eb d9 <0f> 0b ac 00 2e 3f 2c c0 eb 8b 55 31 c0 89 e5 83 ec 14 89 7d fc
 <6>note: scsi_eh_0[4794] exited with preempt_count 3
hdc: ATAPI reset complete

mvh,
A
-- 
Alexander Hoogerhuis                               | alexh@ihatent.com
CCNP - CCDP - MCNE - CCSE                          | +47 908 21 485
"You have zero privacy anyway. Get over it."  --Scott McNealy

^ permalink raw reply	[flat|nested] 30+ messages in thread

* 2.5.65-mm3 bad: scheduling while atomic! [SCSI]
@ 2003-03-22 12:38   ` Alexander Hoogerhuis
  0 siblings, 0 replies; 30+ messages in thread
From: Alexander Hoogerhuis @ 2003-03-22 12:38 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel, linux-mm

Andrew Morton <akpm@digeo.com> writes:
> 
> [SNIP]
> 

Here's a few more funnies caught while burning a CD:

leep+0x77/0xa6 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
bad: scheduling while atomic!
Call Trace:
 [<c0118b55>] schedule+0x3a4/0x3a9
 [<c011c8a4>] printk+0x11d/0x17b
 [<c0109bbe>] __down+0x91/0xf9
 [<c0118baa>] default_wake_function+0x0/0x12
 [<c010b1dd>] dump_stack+0x11/0x15
 [<c0109dcb>] __down_failed+0xb/0x14
 [<f08a76e8>] .text.lock.scsi_error+0x37/0x47 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
Debug: sleeping function called from illegal context at include/asm/semaphore.h:119
Call Trace:
 [<c0119d92>] __might_sleep+0x5f/0x65
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6ce9>] scsi_sleep+0x77/0xa6 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
bad: scheduling while atomic!
Call Trace:
 [<c0118b55>] schedule+0x3a4/0x3a9
 [<c011c8a4>] printk+0x11d/0x17b
 [<c0109bbe>] __down+0x91/0xf9
 [<c0118baa>] default_wake_function+0x0/0x12
 [<c010b1dd>] dump_stack+0x11/0x15
 [<c0109dcb>] __down_failed+0xb/0x14
 [<f08a76e8>] .text.lock.scsi_error+0x37/0x47 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
Debug: sleeping function called from illegal context at include/asm/semaphore.h:119
Call Trace:
 [<c0119d92>] __might_sleep+0x5f/0x65
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6ce9>] scsi_sleep+0x77/0xa6 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
bad: scheduling while atomic!
Call Trace:
 [<c0118b55>] schedule+0x3a4/0x3a9
 [<c011c8a4>] printk+0x11d/0x17b
 [<c0109bbe>] __down+0x91/0xf9
 [<c0118baa>] default_wake_function+0x0/0x12
 [<c010b1dd>] dump_stack+0x11/0x15
 [<c0109dcb>] __down_failed+0xb/0x14
 [<f08a76e8>] .text.lock.scsi_error+0x37/0x47 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
Debug: sleeping function called from illegal context at include/asm/semaphore.h:119
Call Trace:
 [<c0119d92>] __might_sleep+0x5f/0x65
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6ce9>] scsi_sleep+0x77/0xa6 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
bad: scheduling while atomic!
Call Trace:
 [<c0118b55>] schedule+0x3a4/0x3a9
 [<c011c8a4>] printk+0x11d/0x17b
 [<c0109bbe>] __down+0x91/0xf9
 [<c0118baa>] default_wake_function+0x0/0x12
 [<c010b1dd>] dump_stack+0x11/0x15
 [<c0109dcb>] __down_failed+0xb/0x14
 [<f08a76e8>] .text.lock.scsi_error+0x37/0x47 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
Debug: sleeping function called from illegal context at include/asm/semaphore.h:119
Call Trace:
 [<c0119d92>] __might_sleep+0x5f/0x65
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6ce9>] scsi_sleep+0x77/0xa6 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
bad: scheduling while atomic!
Call Trace:
 [<c0118b55>] schedule+0x3a4/0x3a9
 [<c011c8a4>] printk+0x11d/0x17b
 [<c0109bbe>] __down+0x91/0xf9
 [<c0118baa>] default_wake_function+0x0/0x12
 [<c010b1dd>] dump_stack+0x11/0x15
 [<c0109dcb>] __down_failed+0xb/0x14
 [<f08a76e8>] .text.lock.scsi_error+0x37/0x47 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
Debug: sleeping function called from illegal context at include/asm/semaphore.h:119
Call Trace:
 [<c0119d92>] __might_sleep+0x5f/0x65
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6ce9>] scsi_sleep+0x77/0xa6 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
bad: scheduling while atomic!
Call Trace:
 [<c0118b55>] schedule+0x3a4/0x3a9
 [<c011c8a4>] printk+0x11d/0x17b
 [<c0109bbe>] __down+0x91/0xf9
 [<c0118baa>] default_wake_function+0x0/0x12
 [<c010b1dd>] dump_stack+0x11/0x15
 [<c0109dcb>] __down_failed+0xb/0x14
 [<f08a76e8>] .text.lock.scsi_error+0x37/0x47 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
Debug: sleeping function called from illegal context at include/asm/semaphore.h:119
Call Trace:
 [<c0119d92>] __might_sleep+0x5f/0x65
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6ce9>] scsi_sleep+0x77/0xa6 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
bad: scheduling while atomic!
Call Trace:
 [<c0118b55>] schedule+0x3a4/0x3a9
 [<c011c8a4>] printk+0x11d/0x17b
 [<c0109bbe>] __down+0x91/0xf9
 [<c0118baa>] default_wake_function+0x0/0x12
 [<c010b1dd>] dump_stack+0x11/0x15
 [<c0109dcb>] __down_failed+0xb/0x14
 [<f08a76e8>] .text.lock.scsi_error+0x37/0x47 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
Debug: sleeping function called from illegal context at include/asm/semaphore.h:119
Call Trace:
 [<c0119d92>] __might_sleep+0x5f/0x65
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6ce9>] scsi_sleep+0x77/0xa6 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
bad: scheduling while atomic!
Call Trace:
 [<c0118b55>] schedule+0x3a4/0x3a9
 [<c011c8a4>] printk+0x11d/0x17b
 [<c0109bbe>] __down+0x91/0xf9
 [<c0118baa>] default_wake_function+0x0/0x12
 [<c010b1dd>] dump_stack+0x11/0x15
 [<c0109dcb>] __down_failed+0xb/0x14
 [<f08a76e8>] .text.lock.scsi_error+0x37/0x47 [scsi_mod]
 [<f08ae5d9>] +0x2119/0x2c80 [scsi_mod]
 [<f08a6c5e>] scsi_sleep_done+0x0/0x14 [scsi_mod]
 [<f4d548e7>] idescsi_abort+0xf1/0xfa [ide_scsi]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a63bd>] scsi_try_to_abort_cmd+0x65/0x80 [scsi_mod]
 [<f08a6506>] scsi_eh_abort_cmds+0x41/0xdb [scsi_mod]
 [<f08a72f8>] scsi_unjam_host+0x165/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
ide-scsi: reset called for 12543
bad: scheduling while atomic!
Call Trace:
 [<c0118b55>] schedule+0x3a4/0x3a9
 [<c0122d9e>] add_timer+0x99/0xa5
 [<c01238e4>] schedule_timeout+0x5a/0xab
 [<c011c8a4>] printk+0x11d/0x17b
 [<c012387e>] process_timeout+0x0/0xc
 [<f4d549f8>] idescsi_reset+0x108/0x11e [ide_scsi]
 [<f4d54fa0>] +0x400/0x423 [ide_scsi]
 [<f08a65f7>] scsi_try_bus_device_reset+0x57/0x8d [scsi_mod]
 [<f08a66b0>] scsi_eh_bus_device_reset+0x83/0x17c [scsi_mod]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a7071>] scsi_eh_ready_devs+0x28/0x74 [scsi_mod]
 [<f08a7315>] scsi_unjam_host+0x182/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
hdc: DMA disabled
------------[ cut here ]------------
kernel BUG at kernel/timer.c:172!
invalid operand: 0000 [#1]
CPU:    0
EIP:    0060:[<c0122da0>]    Not tainted
EFLAGS: 00010002 VLI
EIP is at add_timer+0x9b/0xa5
eax: 00000001   ebx: efc4a480   ecx: c02ffe80   edx: c03986f8
esi: e7000000   edi: efc4a4a4   ebp: e7001e58   esp: e7001e44
ds: 007b   es: 007b   ss: 0068
Process scsi_eh_0 (pid: 4794, threadinfo=e7000000 task=e7082780)
Stack: c03986f8 c03986f8 efc4a480 e7000000 00000086 e7001e88 c0223fb8 efc4a4a4
       c022f45b c03986f8 c03986f8 00000000 00000032 c02240a6 00000000 00000000
       c03986f8 e7001eb8 c022468f c03986f8 c02240a6 00000032 00000000 efc4a480
Call Trace:
 [<c0223fb8>] ide_set_handler+0x5f/0xa0
 [<c022f45b>] __ide_dma_off+0x2b/0x32
 [<c02240a6>] atapi_reset_pollfunc+0x0/0x11a
 [<c022468f>] do_reset1+0x211/0x22e
 [<c02240a6>] atapi_reset_pollfunc+0x0/0x11a
 [<c02246dd>] ide_do_reset+0x31/0x84
 [<f4d549d1>] idescsi_reset+0xe1/0x11e [ide_scsi]
 [<f08a65f7>] scsi_try_bus_device_reset+0x57/0x8d [scsi_mod]
 [<f08a66b0>] scsi_eh_bus_device_reset+0x83/0x17c [scsi_mod]
 [<f4d547f6>] idescsi_abort+0x0/0xfa [ide_scsi]
 [<f08a7071>] scsi_eh_ready_devs+0x28/0x74 [scsi_mod]
 [<f08a7315>] scsi_unjam_host+0x182/0x217 [scsi_mod]
 [<c0117020>] do_page_fault+0x0/0x4bf
 [<f08a74fe>] scsi_error_handler+0x154/0x1c0 [scsi_mod]
 [<f08a73aa>] scsi_error_handler+0x0/0x1c0 [scsi_mod]
 [<c0108e69>] kernel_thread_helper+0x5/0xb
 
Code: e0 08 75 20 83 6e 14 01 8b 46 08 83 e0 08 75 08 83 c4 08 5b 5e 5f 5d c3 83 c4 08 5b 5e 5f 5d e9 c1 5d ff ff e8 bc 5d ff ff eb d9 <0f> 0b ac 00 2e 3f 2c c0 eb 8b 55 31 c0 89 e5 83 ec 14 89 7d fc
 <6>note: scsi_eh_0[4794] exited with preempt_count 3
hdc: ATAPI reset complete

mvh,
A
-- 
Alexander Hoogerhuis                               | alexh@ihatent.com
CCNP - CCDP - MCNE - CCSE                          | +47 908 21 485
"You have zero privacy anyway. Get over it."  --Scott McNealy
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: 2.5.65-mm3 bad: scheduling while atomic! [SCSI]
  2003-03-22 12:38   ` Alexander Hoogerhuis
@ 2003-03-22 14:49     ` Alan Cox
  -1 siblings, 0 replies; 30+ messages in thread
From: Alan Cox @ 2003-03-22 14:49 UTC (permalink / raw)
  To: Alexander Hoogerhuis; +Cc: Andrew Morton, Linux Kernel Mailing List, linux-mm

On Sat, 2003-03-22 at 12:38, Alexander Hoogerhuis wrote:
> Andrew Morton <akpm@digeo.com> writes:
> > 
> > [SNIP]
> > 
> 
> Here's a few more funnies caught while burning a CD:

ide-scsi is known broken in 2.5, and will stay that way for a little
while yet I suspect. I sent Linus the infrastructure needed to fix
it yesterday.


^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: 2.5.65-mm3 bad: scheduling while atomic! [SCSI]
@ 2003-03-22 14:49     ` Alan Cox
  0 siblings, 0 replies; 30+ messages in thread
From: Alan Cox @ 2003-03-22 14:49 UTC (permalink / raw)
  To: Alexander Hoogerhuis; +Cc: Andrew Morton, Linux Kernel Mailing List, linux-mm

On Sat, 2003-03-22 at 12:38, Alexander Hoogerhuis wrote:
> Andrew Morton <akpm@digeo.com> writes:
> > 
> > [SNIP]
> > 
> 
> Here's a few more funnies caught while burning a CD:

ide-scsi is known broken in 2.5, and will stay that way for a little
while yet I suspect. I sent Linus the infrastructure needed to fix
it yesterday.

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>

^ permalink raw reply	[flat|nested] 30+ messages in thread

* 2.5.65-mm2 vs 2.5.65-mm3 (full objrmap)
  2003-03-21  7:58 ` 2.5.65-mm3 Andrew Morton
@ 2003-03-22 16:06   ` Martin J. Bligh
  -1 siblings, 0 replies; 30+ messages in thread
From: Martin J. Bligh @ 2003-03-22 16:06 UTC (permalink / raw)
  To: Andrew Morton, Hugh Dickins, dmccr; +Cc: linux-kernel, linux-mm

> . Added Hugh's new rmap-without-pte_chains-for-anon-pages patches.  Mainly
>   for interested parties to test and benchmark at this stage.
> 
>   It seems to be stable, however it is not clear that this passes the
>   benefit-vs-disruption test.

I see very little impact either way. My initial analysis showed that 90%
of the anonymous mappings were singletons, so the chain manipulation costs
are probably very low. If there's a workload that has long anonymous chains,
and manipulates them a lot, that might benefit. 

However, I thought there might be some benefit in the fork/exec cycle 
(which presumably sets up a new chain instead of the direct mapping then
tears it down again) ... but seemingly not. Did you keep the pte_direct
optimisation? That seems worth keeping, with partial objrmap as well
(I think that was removed in Dave's patch, but would presumably be easy
to put back). Or maybe we just need some more tuning ;-)

Results from 16x NUMA-Q below (that seems to have severe problems with
pte_chains, so is a good testbed for these things... )

Kernbench: (make -j N vmlinux, where N = 2 x num_cpus)
                              Elapsed      System        User         CPU
               2.5.65-mm2       44.04       80.63      566.83     1469.25
               2.5.65-mm3       44.21       80.57      567.61     1466.00

Kernbench: (make -j N vmlinux, where N = 16 x num_cpus)
                              Elapsed      System        User         CPU
               2.5.65-mm2       44.27       88.56      574.21     1496.75
               2.5.65-mm3       44.10       89.24      574.70     1503.75

Kernbench: (make -j vmlinux, maximal tasks)
                              Elapsed      System        User         CPU
               2.5.65-mm2       44.30       86.09      572.75     1488.25
               2.5.65-mm3       44.36       86.86      573.28     1486.25


DISCLAIMER: SPEC(tm) and the benchmark name SDET(tm) are registered
trademarks of the Standard Performance Evaluation Corporation. This 
benchmarking was performed for research purposes only, and the run results
are non-compliant and not-comparable with any published results.

Results are shown as percentages of the first set displayed

SDET 1  (see disclaimer)
                           Throughput    Std. Dev
               2.5.65-mm2       100.0%         2.2%
               2.5.65-mm3        98.9%         2.0%

SDET 2  (see disclaimer)
                           Throughput    Std. Dev
               2.5.65-mm2       100.0%         2.7%
               2.5.65-mm3        97.1%         2.3%

SDET 4  (see disclaimer)
                           Throughput    Std. Dev
               2.5.65-mm2       100.0%         1.3%
               2.5.65-mm3       103.5%         1.3%

SDET 8  (see disclaimer)
                           Throughput    Std. Dev
               2.5.65-mm2       100.0%         1.0%
               2.5.65-mm3        98.0%         1.0%

SDET 16  (see disclaimer)
                           Throughput    Std. Dev
               2.5.65-mm2       100.0%         0.6%
               2.5.65-mm3        99.4%         1.0%

SDET 32  (see disclaimer)
                           Throughput    Std. Dev
               2.5.65-mm2       100.0%         0.2%
               2.5.65-mm3       101.7%         0.5%

SDET 64  (see disclaimer)
                           Throughput    Std. Dev
               2.5.65-mm2       100.0%         0.1%
               2.5.65-mm3       101.0%         0.4%

SDET 128  (see disclaimer)
                           Throughput    Std. Dev
               2.5.65-mm2       100.0%         0.5%
               2.5.65-mm3       100.8%         0.6%


diffprofile (kernbench, + worse in -mm3)

       353     0.0% set_page_dirty
       284     0.0% try_to_unmap_one
       224    17.1% page_add_rmap
       193     5.8% find_get_page
       142     1.8% d_lookup
       113    10.6% link_path_walk
        67     0.0% page_dup_rmap
        56     9.4% __wake_up
        53     0.0% rmap_get_cpu
        46     8.8% find_vma
        45     8.6% fd_install
        44     0.0% page_turn_rmap
        40    14.6% do_lookup
        37     9.9% .text.lock.file_table
        36     2.1% buffered_rmqueue
        35     5.5% copy_process
        34    10.5% pgd_ctor
        33    97.1% exit_mmap
        31     4.9% handle_mm_fault
...
       -36   -80.0% profile_exit_mmap
       -51   -14.9% pte_alloc_map
       -53   -27.5% install_page
       -99  -100.0% pte_chain_alloc
      -127    -8.4% free_hot_cold_page
      -128    -0.9% do_anonymous_page
      -158  -100.0% __pte_chain_free
      -238   -16.4% do_no_page
      -293   -12.0% page_remove_rmap
      -330    -0.2% total
      -355  -100.0% __set_page_dirty_buffers
      -666    -1.4% default_idle



diffprofile (sdet, + worse in -mm3)

      2139     0.0% try_to_unmap_one
      2032     0.0% page_dup_rmap
      1508     0.0% set_page_dirty
      1448     0.0% page_turn_rmap
       223     9.9% link_path_walk
       169     2.8% .text.lock.dcache
       168     3.0% .text.lock.namei
       158     1.9% find_get_page
       139     1.2% d_lookup
       104     6.8% .text.lock.attr
        98    32.9% exit_mmap
        97     5.0% d_alloc
        93    21.8% generic_delete_inode
        92    89.3% __blk_queue_bounce
        90     0.0% rmap_get_cpu
        83     0.9% .text.lock.dec_and_lock
        70     0.0% dup_rmap
        69     0.6% atomic_dec_and_lock
        67    24.6% find_group_other
        65     8.2% new_inode
        59     0.9% path_lookup
        50     4.8% prune_dcache
        50     2.9% .text.lock.base
...
       -51   -22.6% ext2_new_block
       -56    -6.1% read_block_bitmap
       -60    -3.6% __read_lock_failed
       -66    -3.7% current_kernel_time
       -67    -4.0% __find_get_block
       -78   -21.9% group_reserve_blocks
       -83    -2.5% do_anonymous_page
       -84   -22.3% truncate_inode_pages
       -85    -5.4% real_lookup
       -87   -27.6% unlock_page
      -106   -59.6% profile_exit_mmap
      -107  -100.0% pte_chain_alloc
      -134   -41.0% install_page
      -158  -100.0% __pte_chain_free
      -170    -6.4% kmem_cache_free
      -170    -9.9% __wake_up
      -202   -41.7% grab_block
      -253    -1.7% copy_page_range
      -266    -3.9% __copy_to_user_ll
      -328    -1.7% zap_pte_range
      -626    -6.9% release_pages
      -679   -19.0% __down
      -730   -23.9% do_no_page
     -1492  -100.0% __set_page_dirty_buffers
     -2051    -0.6% default_idle
     -3399   -22.3% page_remove_rmap
     -4052   -54.8% page_add_rmap
     -6486    -1.0% total




^ permalink raw reply	[flat|nested] 30+ messages in thread

* 2.5.65-mm2 vs 2.5.65-mm3 (full objrmap)
@ 2003-03-22 16:06   ` Martin J. Bligh
  0 siblings, 0 replies; 30+ messages in thread
From: Martin J. Bligh @ 2003-03-22 16:06 UTC (permalink / raw)
  To: Andrew Morton, Hugh Dickins, dmccr; +Cc: linux-kernel, linux-mm

> . Added Hugh's new rmap-without-pte_chains-for-anon-pages patches.  Mainly
>   for interested parties to test and benchmark at this stage.
> 
>   It seems to be stable, however it is not clear that this passes the
>   benefit-vs-disruption test.

I see very little impact either way. My initial analysis showed that 90%
of the anonymous mappings were singletons, so the chain manipulation costs
are probably very low. If there's a workload that has long anonymous chains,
and manipulates them a lot, that might benefit. 

However, I thought there might be some benefit in the fork/exec cycle 
(which presumably sets up a new chain instead of the direct mapping then
tears it down again) ... but seemingly not. Did you keep the pte_direct
optimisation? That seems worth keeping, with partial objrmap as well
(I think that was removed in Dave's patch, but would presumably be easy
to put back). Or maybe we just need some more tuning ;-)

Results from 16x NUMA-Q below (that seems to have severe problems with
pte_chains, so is a good testbed for these things... )

Kernbench: (make -j N vmlinux, where N = 2 x num_cpus)
                              Elapsed      System        User         CPU
               2.5.65-mm2       44.04       80.63      566.83     1469.25
               2.5.65-mm3       44.21       80.57      567.61     1466.00

Kernbench: (make -j N vmlinux, where N = 16 x num_cpus)
                              Elapsed      System        User         CPU
               2.5.65-mm2       44.27       88.56      574.21     1496.75
               2.5.65-mm3       44.10       89.24      574.70     1503.75

Kernbench: (make -j vmlinux, maximal tasks)
                              Elapsed      System        User         CPU
               2.5.65-mm2       44.30       86.09      572.75     1488.25
               2.5.65-mm3       44.36       86.86      573.28     1486.25


DISCLAIMER: SPEC(tm) and the benchmark name SDET(tm) are registered
trademarks of the Standard Performance Evaluation Corporation. This 
benchmarking was performed for research purposes only, and the run results
are non-compliant and not-comparable with any published results.

Results are shown as percentages of the first set displayed

SDET 1  (see disclaimer)
                           Throughput    Std. Dev
               2.5.65-mm2       100.0%         2.2%
               2.5.65-mm3        98.9%         2.0%

SDET 2  (see disclaimer)
                           Throughput    Std. Dev
               2.5.65-mm2       100.0%         2.7%
               2.5.65-mm3        97.1%         2.3%

SDET 4  (see disclaimer)
                           Throughput    Std. Dev
               2.5.65-mm2       100.0%         1.3%
               2.5.65-mm3       103.5%         1.3%

SDET 8  (see disclaimer)
                           Throughput    Std. Dev
               2.5.65-mm2       100.0%         1.0%
               2.5.65-mm3        98.0%         1.0%

SDET 16  (see disclaimer)
                           Throughput    Std. Dev
               2.5.65-mm2       100.0%         0.6%
               2.5.65-mm3        99.4%         1.0%

SDET 32  (see disclaimer)
                           Throughput    Std. Dev
               2.5.65-mm2       100.0%         0.2%
               2.5.65-mm3       101.7%         0.5%

SDET 64  (see disclaimer)
                           Throughput    Std. Dev
               2.5.65-mm2       100.0%         0.1%
               2.5.65-mm3       101.0%         0.4%

SDET 128  (see disclaimer)
                           Throughput    Std. Dev
               2.5.65-mm2       100.0%         0.5%
               2.5.65-mm3       100.8%         0.6%


diffprofile (kernbench, + worse in -mm3)

       353     0.0% set_page_dirty
       284     0.0% try_to_unmap_one
       224    17.1% page_add_rmap
       193     5.8% find_get_page
       142     1.8% d_lookup
       113    10.6% link_path_walk
        67     0.0% page_dup_rmap
        56     9.4% __wake_up
        53     0.0% rmap_get_cpu
        46     8.8% find_vma
        45     8.6% fd_install
        44     0.0% page_turn_rmap
        40    14.6% do_lookup
        37     9.9% .text.lock.file_table
        36     2.1% buffered_rmqueue
        35     5.5% copy_process
        34    10.5% pgd_ctor
        33    97.1% exit_mmap
        31     4.9% handle_mm_fault
...
       -36   -80.0% profile_exit_mmap
       -51   -14.9% pte_alloc_map
       -53   -27.5% install_page
       -99  -100.0% pte_chain_alloc
      -127    -8.4% free_hot_cold_page
      -128    -0.9% do_anonymous_page
      -158  -100.0% __pte_chain_free
      -238   -16.4% do_no_page
      -293   -12.0% page_remove_rmap
      -330    -0.2% total
      -355  -100.0% __set_page_dirty_buffers
      -666    -1.4% default_idle



diffprofile (sdet, + worse in -mm3)

      2139     0.0% try_to_unmap_one
      2032     0.0% page_dup_rmap
      1508     0.0% set_page_dirty
      1448     0.0% page_turn_rmap
       223     9.9% link_path_walk
       169     2.8% .text.lock.dcache
       168     3.0% .text.lock.namei
       158     1.9% find_get_page
       139     1.2% d_lookup
       104     6.8% .text.lock.attr
        98    32.9% exit_mmap
        97     5.0% d_alloc
        93    21.8% generic_delete_inode
        92    89.3% __blk_queue_bounce
        90     0.0% rmap_get_cpu
        83     0.9% .text.lock.dec_and_lock
        70     0.0% dup_rmap
        69     0.6% atomic_dec_and_lock
        67    24.6% find_group_other
        65     8.2% new_inode
        59     0.9% path_lookup
        50     4.8% prune_dcache
        50     2.9% .text.lock.base
...
       -51   -22.6% ext2_new_block
       -56    -6.1% read_block_bitmap
       -60    -3.6% __read_lock_failed
       -66    -3.7% current_kernel_time
       -67    -4.0% __find_get_block
       -78   -21.9% group_reserve_blocks
       -83    -2.5% do_anonymous_page
       -84   -22.3% truncate_inode_pages
       -85    -5.4% real_lookup
       -87   -27.6% unlock_page
      -106   -59.6% profile_exit_mmap
      -107  -100.0% pte_chain_alloc
      -134   -41.0% install_page
      -158  -100.0% __pte_chain_free
      -170    -6.4% kmem_cache_free
      -170    -9.9% __wake_up
      -202   -41.7% grab_block
      -253    -1.7% copy_page_range
      -266    -3.9% __copy_to_user_ll
      -328    -1.7% zap_pte_range
      -626    -6.9% release_pages
      -679   -19.0% __down
      -730   -23.9% do_no_page
     -1492  -100.0% __set_page_dirty_buffers
     -2051    -0.6% default_idle
     -3399   -22.3% page_remove_rmap
     -4052   -54.8% page_add_rmap
     -6486    -1.0% total



--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: 2.5.65-mm2 vs 2.5.65-mm3 (full objrmap)
  2003-03-22 16:06   ` Martin J. Bligh
@ 2003-03-22 23:48     ` Hugh Dickins
  -1 siblings, 0 replies; 30+ messages in thread
From: Hugh Dickins @ 2003-03-22 23:48 UTC (permalink / raw)
  To: Martin J. Bligh; +Cc: Andrew Morton, dmccr, linux-kernel, linux-mm

On Sat, 22 Mar 2003, Martin J. Bligh wrote:
> 
> I see very little impact either way. My initial analysis showed that 90%
> of the anonymous mappings were singletons, so the chain manipulation costs
> are probably very low. If there's a workload that has long anonymous chains,
> and manipulates them a lot, that might benefit. 

It would, yes - but like you I'm unable to name that workload
(aside from one of my own tests, not much use to the wide world).

> However, I thought there might be some benefit in the fork/exec cycle 
> (which presumably sets up a new chain instead of the direct mapping then
> tears it down again) ... but seemingly not.

I do see such benefit, but disappointingly little.  In kernel builds,
say 1% to 3% consistently (on a given machine with given jN) off the
system time; but the user time correspondingly up (eh? lock step tick
issue? cache oddity?), and elapsed time either same or slightly up.
oprofiles didn't enlighten me.

Your figures don't seem to show even that reduction in system time;
though I think you were comparing 2.5.65-mm2 against 2.5.65-mm3,
whereas I was comparing 2.5.65-mm3 with 2.5.65-mm3 minus anobjrmap.
It's conceivable there's something else in -mm3 affecting results.

> Did you keep the pte_direct
> optimisation? That seems worth keeping, with partial objrmap as well
> (I think that was removed in Dave's patch, but would presumably be easy
> to put back).

Dave didn't remove it at all, just went another way so that it became
irrelevant to obj rmaps (or you could say, every obj rmap direct,
apart from the sys_remap_file pages).  I did the same with anonymous,
they're almost all direct (since a given anon page is almost always
mapped at the same user virtual address in whatever mms it appears),
the exception needing chains coming from a perverse use of mremap.

The clearest advantage of anobjrmap so far is for your HIGHMEM64G
HIGHPTE configurations: which had a 64-bit direct pte_addr_t in
struct page, now just a 32-bit count like in the non-PAE configs.
(Though that saving could have been achieved in other ways.)

> Or maybe we just need some more tuning ;-)

Be nice if a magic wand would make it go faster, but it seems too
simple for tuning.  A lot of effort went into speeding up pte_chains,
looks like the effort paid off.  (It's particularly helpful that the
chains got collapsed back to direct lazily, by page_referenced, not
by page_remove_rmap - that means a repetitively forking process
was not perpetually convulsed in allocating and freeing chains).

Hugh


^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: 2.5.65-mm2 vs 2.5.65-mm3 (full objrmap)
@ 2003-03-22 23:48     ` Hugh Dickins
  0 siblings, 0 replies; 30+ messages in thread
From: Hugh Dickins @ 2003-03-22 23:48 UTC (permalink / raw)
  To: Martin J. Bligh; +Cc: Andrew Morton, dmccr, linux-kernel, linux-mm

On Sat, 22 Mar 2003, Martin J. Bligh wrote:
> 
> I see very little impact either way. My initial analysis showed that 90%
> of the anonymous mappings were singletons, so the chain manipulation costs
> are probably very low. If there's a workload that has long anonymous chains,
> and manipulates them a lot, that might benefit. 

It would, yes - but like you I'm unable to name that workload
(aside from one of my own tests, not much use to the wide world).

> However, I thought there might be some benefit in the fork/exec cycle 
> (which presumably sets up a new chain instead of the direct mapping then
> tears it down again) ... but seemingly not.

I do see such benefit, but disappointingly little.  In kernel builds,
say 1% to 3% consistently (on a given machine with given jN) off the
system time; but the user time correspondingly up (eh? lock step tick
issue? cache oddity?), and elapsed time either same or slightly up.
oprofiles didn't enlighten me.

Your figures don't seem to show even that reduction in system time;
though I think you were comparing 2.5.65-mm2 against 2.5.65-mm3,
whereas I was comparing 2.5.65-mm3 with 2.5.65-mm3 minus anobjrmap.
It's conceivable there's something else in -mm3 affecting results.

> Did you keep the pte_direct
> optimisation? That seems worth keeping, with partial objrmap as well
> (I think that was removed in Dave's patch, but would presumably be easy
> to put back).

Dave didn't remove it at all, just went another way so that it became
irrelevant to obj rmaps (or you could say, every obj rmap direct,
apart from the sys_remap_file pages).  I did the same with anonymous,
they're almost all direct (since a given anon page is almost always
mapped at the same user virtual address in whatever mms it appears),
the exception needing chains coming from a perverse use of mremap.

The clearest advantage of anobjrmap so far is for your HIGHMEM64G
HIGHPTE configurations: which had a 64-bit direct pte_addr_t in
struct page, now just a 32-bit count like in the non-PAE configs.
(Though that saving could have been achieved in other ways.)

> Or maybe we just need some more tuning ;-)

Be nice if a magic wand would make it go faster, but it seems too
simple for tuning.  A lot of effort went into speeding up pte_chains,
looks like the effort paid off.  (It's particularly helpful that the
chains got collapsed back to direct lazily, by page_referenced, not
by page_remove_rmap - that means a repetitively forking process
was not perpetually convulsed in allocating and freeing chains).

Hugh

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: 2.5.65-mm2 vs 2.5.65-mm3 (full objrmap)
  2003-03-22 23:48     ` Hugh Dickins
@ 2003-03-23  1:07       ` Martin J. Bligh
  -1 siblings, 0 replies; 30+ messages in thread
From: Martin J. Bligh @ 2003-03-23  1:07 UTC (permalink / raw)
  To: Hugh Dickins; +Cc: Andrew Morton, dmccr, linux-kernel, linux-mm

>> Did you keep the pte_direct
>> optimisation? That seems worth keeping, with partial objrmap as well
>> (I think that was removed in Dave's patch, but would presumably be easy
>> to put back).
> 
> Dave didn't remove it at all, just went another way so that it became
> irrelevant to obj rmaps (or you could say, every obj rmap direct,
> apart from the sys_remap_file pages).  I did the same with anonymous,
> they're almost all direct (since a given anon page is almost always
> mapped at the same user virtual address in whatever mms it appears),
> the exception needing chains coming from a perverse use of mremap.

OK, so you're saying we can still use the direct map for singletons
that are filebacked? I thought that dissappeared for some reason ...
don't recall what. I just thought it'd save some time on the lookup
side of the equation .. but I'm not sure our testing is doing any
lookup ;-)

> The clearest advantage of anobjrmap so far is for your HIGHMEM64G
> HIGHPTE configurations: which had a 64-bit direct pte_addr_t in
> struct page, now just a 32-bit count like in the non-PAE configs.
> (Though that saving could have been achieved in other ways.)

Ah, I don't run highpte, too much performance impact from kmap, even
once they were made atomic instead of persistant. Were you using highpte 
in your tests? shpte seems to work much better in terms of performance,
and control the high-use cases for ptes ... I think the UKVA based
version with each process permanently mapping its own pagetables will
perform much better.

>> Or maybe we just need some more tuning ;-)
> 
> Be nice if a magic wand would make it go faster, but it seems too
> simple for tuning.  A lot of effort went into speeding up pte_chains,
> looks like the effort paid off. 

Well, I think the real key is that we're hardly using pte_chains any
more with the partial objrmap code ... they're mostly direct mapped
singletons anyway, so you're not saving much. I had a crude /proc 
thingy to draw histograms of chain length somewhere that I did my 
initial analysis on, I'll try to dig it out.

Did you measure either partial objrmap or anon-objrmap under memory
pressure? 

> (It's particularly helpful that the
> chains got collapsed back to direct lazily, by page_referenced, not
> by page_remove_rmap - that means a repetitively forking process
> was not perpetually convulsed in allocating and freeing chains).

mmm ... can you explain that one a bit more? I think I missed that
bit, and maybe it explains why we don't see too much impact from
the fork/exec stuff for anon pages.

Thanks,

M.


^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: 2.5.65-mm2 vs 2.5.65-mm3 (full objrmap)
@ 2003-03-23  1:07       ` Martin J. Bligh
  0 siblings, 0 replies; 30+ messages in thread
From: Martin J. Bligh @ 2003-03-23  1:07 UTC (permalink / raw)
  To: Hugh Dickins; +Cc: Andrew Morton, dmccr, linux-kernel, linux-mm

>> Did you keep the pte_direct
>> optimisation? That seems worth keeping, with partial objrmap as well
>> (I think that was removed in Dave's patch, but would presumably be easy
>> to put back).
> 
> Dave didn't remove it at all, just went another way so that it became
> irrelevant to obj rmaps (or you could say, every obj rmap direct,
> apart from the sys_remap_file pages).  I did the same with anonymous,
> they're almost all direct (since a given anon page is almost always
> mapped at the same user virtual address in whatever mms it appears),
> the exception needing chains coming from a perverse use of mremap.

OK, so you're saying we can still use the direct map for singletons
that are filebacked? I thought that dissappeared for some reason ...
don't recall what. I just thought it'd save some time on the lookup
side of the equation .. but I'm not sure our testing is doing any
lookup ;-)

> The clearest advantage of anobjrmap so far is for your HIGHMEM64G
> HIGHPTE configurations: which had a 64-bit direct pte_addr_t in
> struct page, now just a 32-bit count like in the non-PAE configs.
> (Though that saving could have been achieved in other ways.)

Ah, I don't run highpte, too much performance impact from kmap, even
once they were made atomic instead of persistant. Were you using highpte 
in your tests? shpte seems to work much better in terms of performance,
and control the high-use cases for ptes ... I think the UKVA based
version with each process permanently mapping its own pagetables will
perform much better.

>> Or maybe we just need some more tuning ;-)
> 
> Be nice if a magic wand would make it go faster, but it seems too
> simple for tuning.  A lot of effort went into speeding up pte_chains,
> looks like the effort paid off. 

Well, I think the real key is that we're hardly using pte_chains any
more with the partial objrmap code ... they're mostly direct mapped
singletons anyway, so you're not saving much. I had a crude /proc 
thingy to draw histograms of chain length somewhere that I did my 
initial analysis on, I'll try to dig it out.

Did you measure either partial objrmap or anon-objrmap under memory
pressure? 

> (It's particularly helpful that the
> chains got collapsed back to direct lazily, by page_referenced, not
> by page_remove_rmap - that means a repetitively forking process
> was not perpetually convulsed in allocating and freeing chains).

mmm ... can you explain that one a bit more? I think I missed that
bit, and maybe it explains why we don't see too much impact from
the fork/exec stuff for anon pages.

Thanks,

M.

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: 2.5.65-mm2 vs 2.5.65-mm3 (full objrmap)
  2003-03-23  1:07       ` Martin J. Bligh
@ 2003-03-23  8:14         ` Hugh Dickins
  -1 siblings, 0 replies; 30+ messages in thread
From: Hugh Dickins @ 2003-03-23  8:14 UTC (permalink / raw)
  To: Martin J. Bligh; +Cc: Andrew Morton, dmccr, linux-kernel, linux-mm

On Sat, 22 Mar 2003, Martin J. Bligh wrote:
> >> Did you keep the pte_direct
> >> optimisation? That seems worth keeping, with partial objrmap as well
> >> (I think that was removed in Dave's patch, but would presumably be easy
> >> to put back).
> > 
> > Dave didn't remove it at all, just went another way so that it became
> > irrelevant to obj rmaps (or you could say, every obj rmap direct,
> > apart from the sys_remap_file pages).  I did the same with anonymous,
> > they're almost all direct (since a given anon page is almost always
> > mapped at the same user virtual address in whatever mms it appears),
> > the exception needing chains coming from a perverse use of mremap.
> 
> OK, so you're saying we can still use the direct map for singletons
> that are filebacked? I thought that dissappeared for some reason ...
> don't recall what. I just thought it'd save some time on the lookup
> side of the equation .. but I'm not sure our testing is doing any
> lookup ;-)

Sorry, no, that's not what I meant.  I was looking at it from the
perspective that with objrmap the file page has no pte_chains at all
(except in the sys_remap_file_pages case), and with anobjrmap the
anon page also has no chains at all (except in odd mremap case).
Thinking of the chain as the thing you waste time on adding a page
to and removing a page from (more the latter).

But when it comes to lookup (page_referenced or try_to_unmap), yes,
with objrmap all file pages are chained (via page->mapping->i_mmap
and page->mapping->i_mmap_shared lists of vmas); and with anobjrmap
all anon pages are chained (via page->anonmm->mm).  So you could
say they've abandoned the page direct map (but I think it came in
as a space saving, to prevent every single mapped page from needing
a struct pte_chain attached, not as a lookup optimization).

There's no doubt (except insofar as actual measurement can spring
surprises!) that the pte_chain-based rmap is much more efficient at
locating ptes referencing a page, than objrmap or objrmap+anobjrmap.
The problem with pte_chain-based rmap is that it's faster at the
operations we expect to be slow, and slower at the common operations
we need to be fast (adding and removing a page).

To make up your mind whether we've preserved or abandoned the
page direct optimization, I think you'd better look at the code:
it's just different.

> > The clearest advantage of anobjrmap so far is for your HIGHMEM64G
> > HIGHPTE configurations: which had a 64-bit direct pte_addr_t in
> > struct page, now just a 32-bit count like in the non-PAE configs.
> > (Though that saving could have been achieved in other ways.)
> 
> Ah, I don't run highpte, too much performance impact from kmap, even
> once they were made atomic instead of persistant. Were you using highpte 
> in your tests? shpte seems to work much better in terms of performance,
> and control the high-use cases for ptes ... I think the UKVA based
> version with each process permanently mapping its own pagetables will
> perform much better.

I build with highpte on one machine for testing purposes, I don't have
enough memory for it actually to be important.  I'm almost always
working with Andrew's trees, so was using shpte when it was in, but
not since.  I like the idea of shpte (and the UKVA idea), I couldn't
see its constituency - the small processes immediately needed to cow
all their page tables, and the large ones should have been using
huge pages instead (or such was my misperception).

> >> Or maybe we just need some more tuning ;-)
> > 
> > Be nice if a magic wand would make it go faster, but it seems too
> > simple for tuning.  A lot of effort went into speeding up pte_chains,
> > looks like the effort paid off. 
> 
> Well, I think the real key is that we're hardly using pte_chains any
> more with the partial objrmap code ... they're mostly direct mapped
> singletons anyway, so you're not saving much. I had a crude /proc 
> thingy to draw histograms of chain length somewhere that I did my 
> initial analysis on, I'll try to dig it out.
> 
> Did you measure either partial objrmap or anon-objrmap under memory
> pressure? 

No.  I'd expect, and be content with, some slowdown there:
if it's not obvious then it does not matter.

> > (It's particularly helpful that the
> > chains got collapsed back to direct lazily, by page_referenced, not
> > by page_remove_rmap - that means a repetitively forking process
> > was not perpetually convulsed in allocating and freeing chains).
> 
> mmm ... can you explain that one a bit more? I think I missed that
> bit, and maybe it explains why we don't see too much impact from
> the fork/exec stuff for anon pages.

When a process forks, each page it had mapped gains one more reference.
With pte_chain-based rmap that means one more pte pointer has to be
added to the page: so if it was PageDirect before, now a struct
pte_chain has to be allocated and the now two pointers put there.
If the forked child immediately execs, its copy of the mm is
immediately torn down and the page references return to what they
were before.  Naively I'd expect page_remove_rmap to be tidy and
collapse pte_chain back to PageDirect and free the struct, but in
fact it doesn't bother, leaving that collapse for the next
page_referenced check.  And that's a good strategy for processes
which do a lot of forking+execing, they won't be forever switching
between direct and chained.

Hugh


^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: 2.5.65-mm2 vs 2.5.65-mm3 (full objrmap)
@ 2003-03-23  8:14         ` Hugh Dickins
  0 siblings, 0 replies; 30+ messages in thread
From: Hugh Dickins @ 2003-03-23  8:14 UTC (permalink / raw)
  To: Martin J. Bligh; +Cc: Andrew Morton, dmccr, linux-kernel, linux-mm

On Sat, 22 Mar 2003, Martin J. Bligh wrote:
> >> Did you keep the pte_direct
> >> optimisation? That seems worth keeping, with partial objrmap as well
> >> (I think that was removed in Dave's patch, but would presumably be easy
> >> to put back).
> > 
> > Dave didn't remove it at all, just went another way so that it became
> > irrelevant to obj rmaps (or you could say, every obj rmap direct,
> > apart from the sys_remap_file pages).  I did the same with anonymous,
> > they're almost all direct (since a given anon page is almost always
> > mapped at the same user virtual address in whatever mms it appears),
> > the exception needing chains coming from a perverse use of mremap.
> 
> OK, so you're saying we can still use the direct map for singletons
> that are filebacked? I thought that dissappeared for some reason ...
> don't recall what. I just thought it'd save some time on the lookup
> side of the equation .. but I'm not sure our testing is doing any
> lookup ;-)

Sorry, no, that's not what I meant.  I was looking at it from the
perspective that with objrmap the file page has no pte_chains at all
(except in the sys_remap_file_pages case), and with anobjrmap the
anon page also has no chains at all (except in odd mremap case).
Thinking of the chain as the thing you waste time on adding a page
to and removing a page from (more the latter).

But when it comes to lookup (page_referenced or try_to_unmap), yes,
with objrmap all file pages are chained (via page->mapping->i_mmap
and page->mapping->i_mmap_shared lists of vmas); and with anobjrmap
all anon pages are chained (via page->anonmm->mm).  So you could
say they've abandoned the page direct map (but I think it came in
as a space saving, to prevent every single mapped page from needing
a struct pte_chain attached, not as a lookup optimization).

There's no doubt (except insofar as actual measurement can spring
surprises!) that the pte_chain-based rmap is much more efficient at
locating ptes referencing a page, than objrmap or objrmap+anobjrmap.
The problem with pte_chain-based rmap is that it's faster at the
operations we expect to be slow, and slower at the common operations
we need to be fast (adding and removing a page).

To make up your mind whether we've preserved or abandoned the
page direct optimization, I think you'd better look at the code:
it's just different.

> > The clearest advantage of anobjrmap so far is for your HIGHMEM64G
> > HIGHPTE configurations: which had a 64-bit direct pte_addr_t in
> > struct page, now just a 32-bit count like in the non-PAE configs.
> > (Though that saving could have been achieved in other ways.)
> 
> Ah, I don't run highpte, too much performance impact from kmap, even
> once they were made atomic instead of persistant. Were you using highpte 
> in your tests? shpte seems to work much better in terms of performance,
> and control the high-use cases for ptes ... I think the UKVA based
> version with each process permanently mapping its own pagetables will
> perform much better.

I build with highpte on one machine for testing purposes, I don't have
enough memory for it actually to be important.  I'm almost always
working with Andrew's trees, so was using shpte when it was in, but
not since.  I like the idea of shpte (and the UKVA idea), I couldn't
see its constituency - the small processes immediately needed to cow
all their page tables, and the large ones should have been using
huge pages instead (or such was my misperception).

> >> Or maybe we just need some more tuning ;-)
> > 
> > Be nice if a magic wand would make it go faster, but it seems too
> > simple for tuning.  A lot of effort went into speeding up pte_chains,
> > looks like the effort paid off. 
> 
> Well, I think the real key is that we're hardly using pte_chains any
> more with the partial objrmap code ... they're mostly direct mapped
> singletons anyway, so you're not saving much. I had a crude /proc 
> thingy to draw histograms of chain length somewhere that I did my 
> initial analysis on, I'll try to dig it out.
> 
> Did you measure either partial objrmap or anon-objrmap under memory
> pressure? 

No.  I'd expect, and be content with, some slowdown there:
if it's not obvious then it does not matter.

> > (It's particularly helpful that the
> > chains got collapsed back to direct lazily, by page_referenced, not
> > by page_remove_rmap - that means a repetitively forking process
> > was not perpetually convulsed in allocating and freeing chains).
> 
> mmm ... can you explain that one a bit more? I think I missed that
> bit, and maybe it explains why we don't see too much impact from
> the fork/exec stuff for anon pages.

When a process forks, each page it had mapped gains one more reference.
With pte_chain-based rmap that means one more pte pointer has to be
added to the page: so if it was PageDirect before, now a struct
pte_chain has to be allocated and the now two pointers put there.
If the forked child immediately execs, its copy of the mm is
immediately torn down and the page references return to what they
were before.  Naively I'd expect page_remove_rmap to be tidy and
collapse pte_chain back to PageDirect and free the struct, but in
fact it doesn't bother, leaving that collapse for the next
page_referenced check.  And that's a good strategy for processes
which do a lot of forking+execing, they won't be forever switching
between direct and chained.

Hugh

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: 2.5.65-mm2 vs 2.5.65-mm3 (full objrmap)
  2003-03-23  8:14         ` Hugh Dickins
@ 2003-03-23  8:56           ` William Lee Irwin III
  -1 siblings, 0 replies; 30+ messages in thread
From: William Lee Irwin III @ 2003-03-23  8:56 UTC (permalink / raw)
  To: Hugh Dickins; +Cc: Andrew Morton, dmccr, rwhron, linux-kernel, linux-mm

On Sun, Mar 23, 2003 at 08:14:12AM +0000, Hugh Dickins wrote:
> I build with highpte on one machine for testing purposes, I don't have
> enough memory for it actually to be important.  I'm almost always
> working with Andrew's trees, so was using shpte when it was in, but
> not since.  I like the idea of shpte (and the UKVA idea), I couldn't
> see its constituency - the small processes immediately needed to cow
> all their page tables, and the large ones should have been using
> huge pages instead (or such was my misperception).

There's some recent benchmark data from hrandoz showing shpte is
actually doing very well on the speed front lately.

As far as constituency goes I mostly see unintelligent forking servers
(unfortunately these are all too common and tend not to cooperate by
using hugetlb etc.) and smaller machines wanting various trimmings from
kernel memory consumption benefitting. I personally see 2-3MB of
pagetable memory savings from it with end-user workstation loads (X,
xterms, xmms, web browsers, very little dynamic fork()/exec()'ing etc.),
which IMHO is a substantial reduction of the runtime footprint of the
kernel. It alone also conserves 5-6MB of pte_chains in addition to ptes
w/o objrmap. I've also overheard strong interest from software vendors.

-- wli

^ permalink raw reply	[flat|nested] 30+ messages in thread

* Re: 2.5.65-mm2 vs 2.5.65-mm3 (full objrmap)
@ 2003-03-23  8:56           ` William Lee Irwin III
  0 siblings, 0 replies; 30+ messages in thread
From: William Lee Irwin III @ 2003-03-23  8:56 UTC (permalink / raw)
  To: Hugh Dickins; +Cc: Andrew Morton, dmccr, rwhron, linux-kernel, linux-mm

On Sun, Mar 23, 2003 at 08:14:12AM +0000, Hugh Dickins wrote:
> I build with highpte on one machine for testing purposes, I don't have
> enough memory for it actually to be important.  I'm almost always
> working with Andrew's trees, so was using shpte when it was in, but
> not since.  I like the idea of shpte (and the UKVA idea), I couldn't
> see its constituency - the small processes immediately needed to cow
> all their page tables, and the large ones should have been using
> huge pages instead (or such was my misperception).

There's some recent benchmark data from hrandoz showing shpte is
actually doing very well on the speed front lately.

As far as constituency goes I mostly see unintelligent forking servers
(unfortunately these are all too common and tend not to cooperate by
using hugetlb etc.) and smaller machines wanting various trimmings from
kernel memory consumption benefitting. I personally see 2-3MB of
pagetable memory savings from it with end-user workstation loads (X,
xterms, xmms, web browsers, very little dynamic fork()/exec()'ing etc.),
which IMHO is a substantial reduction of the runtime footprint of the
kernel. It alone also conserves 5-6MB of pte_chains in addition to ptes
w/o objrmap. I've also overheard strong interest from software vendors.

-- wli
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org">aart@kvack.org</a>

^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2003-03-23  8:56 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-21  7:58 2.5.65-mm3 Andrew Morton
2003-03-21  7:58 ` 2.5.65-mm3 Andrew Morton
2003-03-21 10:58 ` 2.5.65-mm3 Alexander Hoogerhuis
2003-03-21 11:05   ` 2.5.65-mm3 Andrew Morton
2003-03-21 11:05     ` 2.5.65-mm3 Andrew Morton
2003-03-21 12:05     ` 2.5.65-mm3 Alexander Hoogerhuis
2003-03-21 12:05       ` 2.5.65-mm3 Alexander Hoogerhuis
2003-03-21 15:23 ` [BUG] 2.5.65-mm3 kernel BUG at fs/ext3/super.c:1795! Alexander Hoogerhuis
2003-03-21 20:39   ` Andrew Morton
2003-03-21 20:39     ` Andrew Morton
2003-03-22  2:55     ` Alexander Hoogerhuis
2003-03-22  2:55       ` Alexander Hoogerhuis
2003-03-21 20:15 ` 2.5.65-mm3 Seth Chandler
2003-03-21 20:15   ` 2.5.65-mm3 Seth Chandler
2003-03-21 20:17 ` 2.5.65-mm3 Robert Love
2003-03-21 20:17   ` 2.5.65-mm3 Robert Love
2003-03-22 12:38 ` 2.5.65-mm3 bad: scheduling while atomic! [SCSI] Alexander Hoogerhuis
2003-03-22 12:38   ` Alexander Hoogerhuis
2003-03-22 14:49   ` Alan Cox
2003-03-22 14:49     ` Alan Cox
2003-03-22 16:06 ` 2.5.65-mm2 vs 2.5.65-mm3 (full objrmap) Martin J. Bligh
2003-03-22 16:06   ` Martin J. Bligh
2003-03-22 23:48   ` Hugh Dickins
2003-03-22 23:48     ` Hugh Dickins
2003-03-23  1:07     ` Martin J. Bligh
2003-03-23  1:07       ` Martin J. Bligh
2003-03-23  8:14       ` Hugh Dickins
2003-03-23  8:14         ` Hugh Dickins
2003-03-23  8:56         ` William Lee Irwin III
2003-03-23  8:56           ` William Lee Irwin III

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.