* 2.6.5-rc1-mm1
@ 2004-03-16 9:53 Andrew Morton
2004-03-16 10:53 ` 2.6.5-rc1-mm1 - looks better Neil Brown
` (5 more replies)
0 siblings, 6 replies; 20+ messages in thread
From: Andrew Morton @ 2004-03-16 9:53 UTC (permalink / raw)
To: linux-kernel
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.5-rc1/2.6.5-rc1-mm1/
- A small update, mainly trying to get things stabilised after some
problems with the disk unplugging and early x86 boot code. We may still
have a problem with the latter.
- A PNP subsystem update
Changes since 2.6.4-mm2:
bk-alsa.patch
bk-driver-core.patch
bk-ieee1394.patch
bk-input.patch
bk-netdev.patch
bk-pci.patch
bk-usb.patch
External trees
-tty_io-warning-fix.patch
-compat-generic-ipc-emulation.patch
-piix_ide_init-can-be-__init.patch
-pdc202xx_new-update.patch
-ide-cleanups-01.patch
-ide-cleanups-02.patch
-ide-cleanups-03.patch
-sch_htb-fix.patch
Merged
kbuild-fix-early-dependencies.patch
New version
+ppc32-build-fix.patch
Fix ppc32 build
+s390-page_state-update.patch
Fix s390 page_state reporting
-ppc-bootloader-build-fix.patch
trini said this was wrong.
+ppc64-g5-iommu-fix.patch
+ppc64-massive-of-properties-fix.patch
ppc64 things
-compat-signal-noarch-sparc64-fix.patch
+per-backing_dev-unplugging-BIO_RW_SYNC-fix.patch
+per-backing_dev-unplugging-fix-42.patch
+md-unplugging-fix.patch
+md-unplugging-fix-fix.patch
Fixes for the per-address_space queue unplugging code.
+early-x86-cpu-detection-fix.patch
Fix the early-boot crashes with CONFIG_DEBUG_PAGEALLOC, hopefully stabilise
things a bit.
+empty_zero_page-cleanup.patch
Stop abusing the empty_zero_page on ia32
+pnp-01-resource-conflict-cleanup.patch
+pnp-02-update-pc-parport-detection.patch
+pnp-03-fix-device-detection.patch
+pnp-04-remove-__init.patch
+pnp-05-mod-inc-dec-removal.patch
+pnp-06-add-ids.patch
+pnp-07-remove-experimental-status.patch
+pnp-08-mem-config-fix.patch
PNP subsystem udpate
+congestion_wqh-init.patch
Initialise the congestion waitqueue_heads at compile time.
+more-raw-devices.patch
Appease reactionary rescidivists.
+iostats-averaging-fix.patch
Fix disk I/O statistic arithmetic.
+4k-stacks-always-on.patch
Permanently enable 4k stacks on ia32 (for increased test coverage)
+4g4g-variable-stack-size.patch
Fix up the 4g/4g patch for other-than-8k stacks.
All 253 patches:
bk-alsa.patch
bk-driver-core.patch
bk-ieee1394.patch
bk-input.patch
bk-netdev.patch
bk-pci.patch
bk-usb.patch
mm.patch
add -mmN to EXTRAVERSION
kbuild-fix-early-dependencies.patch
Fix early parallel make failures
scsi_transport_spi-build-fix.patch
Fix scsi_transport_spi.c for gcc-2.95.3
x86_64-mem_map-shrinkage.patch
Save some memory in mem_map on x86-64
svcauth_gss_accept-warning-fix.patch
svcauth_gss_accept() printk warning fix
kgdb-ga.patch
kgdb stub for ia32 (George Anzinger's one)
kgdbL warning fix
kgdb buffer overflow fix
kgdbL warning fix
kgdb: CONFIG_DEBUG_INFO fix
x86_64 fixes
correct kgdb.txt Documentation link (against 2.6.1-rc1-mm2)
kgdb-ga-recent-gcc-fix.patch
kgdb: fix for recent gcc
kgdboe-netpoll.patch
kgdb-over-ethernet via netpoll
kgdboe-non-ia32-build-fix.patch
kgdb-warning-fixes.patch
kgdb warning fixes
kgdb-x86_64-support.patch
kgdb-x86_64-support.patch for 2.6.2-rc1-mm3
kgdb-THREAD_SIZE-fixes.patch
THREAD_SIZE fixes for kgdb
ppc32-build-fix.patch
ppc32 compile fix
s390-page_state-update.patch
s390: update for altered page_state structure
must-fix.patch
must fix lists update
must fix list update
mustfix update
must-fix-update-5.patch
must-fix update
ppc64-irq_stackwarn_reduction.patch
Reduce stack overflow check to 4096 bytes
ppc64-oldumount_fix.patch
Remove bogus sys_oldumount sign extension code
ppc64-remove_Hash.patch
Remove some unused ppc64 variables
ppc64-dma-functions.patch
Make dma API handle PCI and VIO
ppc64-longbusy.patch
Add hypervisor busy return codes
ppc64-veth-use-longbusy.patch
Handle longbusy return codes in IBM VETH driver
ppc64-exports.patch
Add some missing EXPORT_SYMBOLs
ppc64-multifunction-fix.patch
Fix for hotplug of multifunction cards.
ppc64-eeh_fixes.patch
Fix multiple EEH-related bugs
ppc64-irq-fixes.patch
Fix xics IRQ affinity
ppc64-vio-dma.patch
Add some functions to make vio.h consistant with pci_dma.h and dma_mapping.h
ppc64-iseries-exports.patch
Move iSeries specific EXPORT_SYMBOLs out of ppc_ksyms.c
ppc64-iseries_default.patch
update iseries default target
ppc64-bitops_exports.patch
Export find_next_bit
ppc64-ide_request_irq.patch
Add slow path lookup in xics_get_irq
ppc64-iseries_do_IRQ.patch
Dont enable interrupts during interrupt processing on iseries
ppc64-remove_pci_dma_exports.patch
Remove pci DMA exports
ppc64-rtas_set_power_level.patch
Added rtas_set_power_level()
ppc64-rtas_syscall_fix.patch
Fixed NULL ptr deref in RTAS syscall ppc_rtas()
ppc64-add_version_to_oops.patch
Add kernel version to oops.
ppc64-procfs-cleanup.patch
Cleanup ppc64 procfs code
ppc64-xmon_backtrace.patch
Clean up xmon backtrace code.
ppc64-hvc-sleep_in_spinlock.patch
Fix hvc console sleep in spinlock bug
ppc64-defconfig.patch
ppc64 defconfig update
ppc64-g5-iommu-fix.patch
g5: Fix iommu vs. pci_device_to_OF_node
ppc64-massive-of-properties-fix.patch
ppc64: fix for massive OF properties
ppc64-reloc_hide.patch
compat-signal-noarch-2004-01-29.patch
Generic 32-bit compat for copy_siginfo_to_user
compat-signal sparc64 fix
ext3-journalled-quotas-2.patch
ext3: journalled quota
ext3-journalled-quotas-2-exports.patch
export needed symbols for new quota code
invalidate_inodes-speedup.patch
invalidate_inodes speedup
more invalidate_inodes speedup fixes
cfq-4.patch
CFQ io scheduler
CFQ fixes
config_spinline.patch
uninline spinlocks for profiling accuracy.
pdflush-diag.patch
get_user_pages-handle-VM_IO.patch
fix get_user_pages() against mappings of /dev/mem
pci_set_power_state-might-sleep.patch
CONFIG_STANDALONE-default-to-n.patch
Make CONFIG_STANDALONE default to N
extra-buffer-diags.patch
CONFIG_SYSFS.patch
From: Pat Mochel <mochel@osdl.org>
Subject: [PATCH] Add CONFIG_SYSFS
CONFIG_SYSFS-boot-from-disk-fix.patch
slab-leak-detector.patch
slab leak detector
mm/slab.c warning in cache_alloc_debugcheck_after
scale-nr_requests.patch
scale nr_requests with TCQ depth
truncate_inode_pages-check.patch
local_bh_enable-warning-fix.patch
nfs-01-prepare_nfspage.patch
Subject: [PATCH] Prepare NFS asynchronous read/write structures for rsize/wsize < PAGE_SIZE
nfs-02-small_rsize.patch
Subject: [PATCH] Add asynchronous read support for rsize<PAGE_SIZE
nfs-03-small_wsize.patch
Subject: [PATCH] Add asynchronous write support for wsize<PAGE_SIZE
nfs-04-congestion.patch
Subject: [PATCH] Throttle writes when memory pressure forces a flush
nfs-05-unrace.patch
Subject: [PATCH] Remove a couple of races in RPC layer...
nfs-06-rpc_throttle.patch
Subject: [PATCH] add fair queueing to the RPC scheduler.
nfs-07-rpc_fixes.patch
Subject: [PATCH] Close some potential scheduler races in rpciod.
nfs-08-short_rw.patch
Subject: [PATCH] Add support for short reads/writes (< rsize/wsize)
sched-find_busiest_node-resolution-fix.patch
sched: improved resolution in find_busiest_node
sched-domains.patch
sched: scheduler domain support
sched: fix for NR_CPUS > BITS_PER_LONG
sched: clarify find_busiest_group
sched: find_busiest_group arithmetic fix
sched-remove-unused-local.patch
sched: remove unused field
sched-domains-improvements.patch
sched domains kernbench improvements
sched-clock-fixes.patch
fix sched_clock()
sched-sibling-map-to-cpumask.patch
sched: cpu_sibling_map to cpu_mask
p4-clockmod sibling_map fix
p4-clockmod: handle more than two siblings
sched-domains-i386-ht.patch
sched: implement domains for i386 HT
sched: Fix CONFIG_SMT oops on UP
sched: fix SMT + NUMA bug
Change arch_init_sched_domains to use cpu_online_map
Fix build with NR_CPUS > BITS_PER_LONG
sched-domain-tweak.patch
i386-sched-domain code consolidation
sched-no-drop-balance.patch
sched: handle inter-CPU jiffies skew
sched-directed-migration.patch
sched_balance_exec(): don't fiddle with the cpus_allowed mask
sched-domain-debugging.patch
sched_domain debugging
sched-domain-balancing-improvements.patch
scheduler domain balancing improvements
sched-group-power.patch
sched-group-power
sched-group-power warning fixes
sched-domains-use-cpu_possible_map.patch
sched_domains: use cpu_possible_map
sched-smt-nice-handling.patch
sched: SMT niceness handling
sched-smt-nice-optimisation.patch
sched: SMT-ice optimisation
ppc64-sched-domain-support.patch
ppc64: sched-domain support
sched-local-load.patch
sched: add local load metrics
sched-no-cpu-in-rq.patch
sched: remove cpu field gtom runqueue
fa311-mac-address-fix.patch
wrong mac address with netgear FA311 ethernet card
laptop-mode-2.patch
laptop-mode for 2.6, version 6
Documentation/laptop-mode.txt
laptop-mode documentation updates
Laptop mode documentation addition
laptop mode simplification
pid_max-fix.patch
Bug when setting pid_max > 32k
use-soft-float.patch
Use -msoft-float
DRM-cvs-update.patch
DRM cvs update
drm-include-fix.patch
process-migration-speedup.patch
Reduce TLB flushing during process migration
non-readable-binaries.patch
Handle non-readable binfmt_misc executables
binfmt_misc-credentials.patch
binfmt_misc: improve calaulation of interpreter's credentials
initramfs-search-for-init.patch
search for /init for initramfs boots
sysfs_remove_dir-race-fix.patch
sysfs_remove_dir-vs-dcache_readdir race fix
sysfs_remove_subdir-dentry-leak-fix.patch
Fix dentry refcounting in sysfs_remove_group()
lightweight-auditing-framework.patch
Light-weight Auditing Framework
per-node-rss-tracking.patch
Track per-node RSS for NUMA
aic7xxx-deadlock-fix.patch
aic7xxx deadlock fix
futex_wait-debug.patch
futex_wait debug
futex_wait-debug-fix.patch
selinux-inode-race-trap.patch
Try to diagnose Bug 2153
ide-scsi-error-handling-fixes.patch
ide-scsi error handling fixes
ide-scsi-error-handling-update.patch
ide-scsi error handler update
poll-select-longer-timeouts.patch
poll()/select(): support longer timeouts
poll-select-range-check-fix.patch
poll()/select() range checking fix
poll-select-handle-large-timeouts.patch
poll()/select(): handle long timeouts
mixart-build-fix.patch
CONFIG_SND_MIXART doesn't compile
add-a-slab-for-ethernet.patch
Add a kmalloc slab for ethernet packets
mq-01-codemove.patch
posix message queues: code move
mq-02-syscalls.patch
posix message queues: syscall stubs
mq-03-core.patch
posix message queues: implementation
mq-03-core-update.patch
posix message queues: update to core patch
mq-04-linuxext-poll.patch
posix message queues: linux-specific poll extension
mq-05-linuxext-mount.patch
posix message queues: made user mountable
mq-update-01.patch
posix message queue update
mq-security-fix.patch
security bugfix for mqueue
queue-congestion-callout.patch
Add queue congestion callout
queue-congestion-dm-implementation.patch
Implement queue congestion callout for device mapper
dm-maplock.patch
devicemapper: use rwlock for map alterations
dm-map-rwlock-ng.patch
Another DM maplock implementation
dm-remove-__dm_request.patch
dmL remove __dm_request
per-backing_dev-unplugging.patch
per-backing dev unplugging
per-backing_dev-unplugging-BIO_RW_SYNC-fix.patch
per-backing-dev unplugging: fix BIO_RW_SYNC handling
per-backing_dev-unplugging-block_sync_page-fix.patch
per-backing_dev-unplugging-fix-42.patch
per-backing dev unplugging oops fix #42
md-unplugging-fix.patch
fix md for per-address_space unplugging
md-unplugging-fix-fix.patch
swapper_space-unplug_fn.patch
shmem-unplug_fn.patch
more backing_dev unplug functions
HPFS1-hpfs2-RC4-rc1.patch
HPFS2-hpfs_namei-RC4-rc1.patch
queue_work_on_cpu.patch
Add queue_work_on_cpu() workqueue function
siimage-update.patch
ide: update for siimage driver
sysfs-pin-kobject.patch
sysfs: pin kobjects to fix use-after-free crashes
ATI-IXP-IDE-support.patch
ATI IXP IDE support
ipmi-updates-3.patch
IPMI driver updates
ipmi-socket-interface.patch
IPMI: socket interface
nmi_watchdog-local-apic-fix.patch
Fix nmi_watchdog=2 and P4 HT
nmi-1-hz.patch
set nmi_hz to 1 with nmi_watchdog=2 and SMP
pcmcia-netdev-ordering-fixes.patch
PCMCIA netdevice ordering issues
3ware-update.patch
3ware driver update
move-job-control-stuff-tosignal_struct.patch
moef job control fields from task_struct to signal_struct
move-job-control-stuff-tosignal_struct-s390-fix.patch
s390 fix for move-job-control-stuff-tosignal_struct.patch
move-job-control-stuff-tosignal_struct-sx-fix.patch
move-job-control-stuff-tosignal_struct-sn-fix.patch
From: John Hawkes <hawkes@babylon.engr.sgi.com>
Subject: [PATCH] 2.6.4-mm1 for ia64
module_h-attribute_used-fix.patch
module.h __attribute_used__ fix
selinux-conditional-policy-extensions.patch
selinux: Conditional policy extension and MLS detection support
devinet-ctl_table-fix.patch
devinet_ctl_table[] null termination
cm206-check_region-fix.patch
drivers_cdrom_cm206.c check_region() fix
document-acpi_sleep-option.patch
ACPI: document acpi_sleep option
document-S3_swsusp-tricks.patch
Document tricks to get S3_swsusp working
sjcd-check_region-fix.patch
drivers_cdrom_sjcd.c check_region() fix
rename-acpi_disable.patch
rename one of the acpi_disable() instances
filemap-comment-fix.patch
filemap.c comment fix
fix-kallsyms-in-modules.patch
fix for kallsyms module symbol resolution problem
ver_linux-binutils-version-fix.patch
Fix scripts/ver_linux
module-aliases-for-char-devices.patch
chardev module aliases
credits-updates.patch
minor credits updates
genhd-comment-fix.patch
Fix comment in drivers/block/genhd.c
docbook-build-warning.patch
add warning to DocBook/Makefile
cdu31c-check_region-fix-2.patch
drivers_cdrom_cdu31c.c check_region() fix
move-pcibios-help.patch
move PCIBIOS access help text
modular-fbdev-fix.patch
fix modular fb drivers
kbuild-modpost-fix.patch
kbuild: fix modpost when used with O=
idr-extra-features.patch
idr.c: extra features enhancements
selinux-compute_av-fix.patch
selinux: fix compute_av bug
flush_scheduled_work-deadlock-fix.patch
flush_scheduled_work() deadlock fix
flush_scheduled_work-recursion-detect.patch
flush_workqueue(): detect excessive nesting
page_referenced-no-mark_page_accessed.patch
page_referenced() simplification
fbdev-char-drawing-enhancement.patch
fbdev: character drawing enhancement.
sgml-build-fix.patch
kernel-doc build fix
reiserfs-direct-tail.patch
reiserfs: fix null pointer deref
reiserfs-lock-lat.patch
resierfs: scheduling latency improvements
reiserfs-search-restart.patch
reiserfs: search_by_key fix
reiserfs-should-end-jbegin.patch
reiserfs: fix transaction sizes
reiserfs-write-sched-bug.patch
reiserfs: atomicity fix
reiserfs-aio.patch
resierfs: AIO support
early-x86-cpu-detection.patch
Add early CPU detection to i386, export cache_line_size()
early-x86-cpu-detection-fix.patch
fix early-x86-cpu-detection
do_write_mem-retval-check.patch
do_write_mem() return value check
vsyscall-alignment-fix.patch
x86 vsyscall alignment fix
smh-do_unmap-comments.patch
document unchecked do_munmaps in ipc/shm.c
shm-do_munmap-check.patch
slab-corruption-detector-fix.patch
slab: fix display of object length in corruption detector
kthread-keeps-files-open.patch
kthreads hold files open
kill-INIT_THREAD_SIZE.patch
kill INIT_THREAD_SIZE
stack-overflow-test-fix.patch
Fix stack overflow test for non-8k stacks
init-task-alignment-fix.patch
proper alignment of init task in kernel image
empty_zero_page-cleanup.patch
don't abuse empty_zero_page (x86)
pnp-01-resource-conflict-cleanup.patch
pnp: Resource Conflict Cleanup
pnp-02-update-pc-parport-detection.patch
pnp: Update PC Parport Detection Code
pnp-03-fix-device-detection.patch
pnp: Fix ISAPNP Device Detection Issue
pnp-04-remove-__init.patch
pnp: remove __init from system.c
pnp-05-mod-inc-dec-removal.patch
pnp: Remove uneeded MOD_INC/DEC_USE_COUNT
pnp-06-add-ids.patch
pnp: Add a few serial device ids
pnp-07-remove-experimental-status.patch
pnp: Remove ISAPNP Experimental Status
pnp-08-mem-config-fix.patch
pnp: ISAPNP MEM Config Fix
congestion_wqh-init.patch
blk: statically initialise the congestion waitqueue_heads
more-raw-devices.patch
make config_max_raw_devices work
iostats-averaging-fix.patch
iostats averaging fix
O_DIRECT-race-fixes-rollup.patch
O_DIRECT data exposure fixes
O_DIRECT-ll_rw_block-vs-block_write_full_page-fix.patch
Fix race between ll_rw_block() and block_write_full_page()
blockdev-direct-io-speedup.patch
blockdev direct-io speedups
dio-aio-fixes.patch
direct-io AIO fixes
aio-fallback-bio_count-race-fix-2.patch
AIO+DIO bio_count race fix
aio-direct-io-oops-fix.patch
AIO/direct-io oops fix
radix-tree-tagging.patch
radix-tree tags for selective lookup
irq-safe-pagecache-lock.patch
make the pagecache lock irq-safe.
tag-dirty-pages.patch
tag dirty pages as such in the radix tree
tag-writeback-pages.patch
tag writeback pages as such in their radix tree
stop-using-dirty-pages.patch
stop using the address_space dirty_pages list
stop-using-io-pages.patch
remove address_space.io_pages
stop-using-locked-pages.patch
Stop using address_space.locked_pages
stop-using-clean-pages.patch
stop using address_space.clean_pages
unslabify-pgds-and-pmds.patch
revert the slabification of i386 pgd's and pmd's
slab-stop-using-page-list.patch
slab: stop using page.list
page_alloc-stop-using-page-list.patch
stop using page.list in the page allocator
hugetlb-stop-using-page-list.patch
stop using page->list in the hugetlbpage implementations
pageattr-stop-using-page-list.patch
stop using page.list in pageattr.c
readahead-stop-using-page-list.patch
stop using page.list in readahead
compound-pages-stop-using-lru.patch
stop using page->lru in compound pages
remove-page-list.patch
remove page.list
remap-file-pages-prot-2.6.4-rc1-mm1-A1.patch
per-page protections for remap_file_pages()
remap-file-pages-prot-ia64-2.6.4-rc2-mm1-A0.patch
remap_file_pages page-prot implementation for ia64
remap-file-pages-prot-ia64-fix.patch
From: John Hawkes <hawkes@babylon.engr.sgi.com>
Subject: [PATCH] 2.6.4-mm1 for ia64
remap-file-pages-prot-s390.patch
s390: remap-file-pages-prot support
remap-file-pages-prot-sparc64.patch
remap-file-pages-prot: sparc64 support
slab-alignment-rework.patch
slab: updates for per-arch alignments
slab-alignment-rework-merge-fix.patch
slab-alignment-rework merge fix
list_del-debug.patch
list_del debug check
oops-dump-preceding-code.patch
i386 oops output: dump preceding code
lockmeter.patch
lockmeter
lockmeter-ia64-fix.patch
ia64 CONFIG_LOCKMETER fix
4g-2.6.0-test2-mm2-A5.patch
4G/4G split patch
4G/4G: remove debug code
4g4g: pmd fix
4g/4g: fixes from Bill
4g4g: fpu emulation fix
4g/4g usercopy atomicity fix
4G/4G: remove debug code
4g4g: pmd fix
4g/4g: fixes from Bill
4g4g: fpu emulation fix
4g/4g usercopy atomicity fix
4G/4G preempt on vstack
4G/4G: even number of kmap types
4g4g: fix __get_user in slab
4g4g: Remove extra .data.idt section definition
4g/4g linker error (overlapping sections)
4G/4G: remove debug code
4g4g: pmd fix
4g/4g: fixes from Bill
4g4g: fpu emulation fix
4g4g: show_registers() fix
4g/4g usercopy atomicity fix
4g4g: debug flags fix
4g4g: Fix wrong asm-offsets entry
cyclone time fixmap fix
4G/4G preempt on vstack
4G/4G: even number of kmap types
4g4g: fix __get_user in slab
4g4g: Remove extra .data.idt section definition
4g/4g linker error (overlapping sections)
4G/4G: remove debug code
4g4g: pmd fix
4g/4g: fixes from Bill
4g4g: fpu emulation fix
4g4g: show_registers() fix
4g/4g usercopy atomicity fix
4g4g: debug flags fix
4g4g: Fix wrong asm-offsets entry
cyclone time fixmap fix
use direct_copy_{to,from}_user for kernel access in mm/usercopy.c
4G/4G might_sleep warning fix
4g/4g pagetable accounting fix
Fix 4G/4G and WP test lockup
4G/4G KERNEL_DS usercopy again
Fix 4G/4G X11/vm86 oops
Fix 4G/4G athlon triplefault
4g4g SEP fix
Fix 4G/4G split fix for pre-pentiumII machines
4g/4g PAE ACPI low mappings fix
zap_low_mappings() cannot be __init
4g/4g: remove printk at boot
4g4g: fix handle_BUG()
4g4g: acpi sleep fixes
4g4g-locked-userspace-copy.patch
Do a locked user-space copy for 4g/4g
ia32-4k-stacks.patch
ia32: 4Kb stacks (and irqstacks) patch
ia32-4k-stacks-build-fix.patch
4k stacks build fix
4k-stacks-in-modversions-magic.patch
Add 4k stacks to module version magic
4k-stacks-always-on.patch
Permanently enable 4k stacks on ia32
4g4g-variable-stack-size.patch
Fix 4G/4G w/ 8k+ stacks
ppc-fixes.patch
make mm4 compile on ppc
ppc-fixes-dependency-fix.patch
ppc-fixes dependency fix
^ permalink raw reply [flat|nested] 20+ messages in thread* Re: 2.6.5-rc1-mm1 - looks better 2004-03-16 9:53 2.6.5-rc1-mm1 Andrew Morton @ 2004-03-16 10:53 ` Neil Brown 2004-03-16 12:40 ` 2.6.5-rc1-mm1: IPMI_SMB still doesn't compile Adrian Bunk ` (4 subsequent siblings) 5 siblings, 0 replies; 20+ messages in thread From: Neil Brown @ 2004-03-16 10:53 UTC (permalink / raw) To: Andrew Morton; +Cc: linux-kernel, Ingo Molnar On Tuesday March 16, akpm@osdl.org wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.5-rc1/2.6.5-rc1-mm1/ > > > - A small update, mainly trying to get things stabilised after some > problems with the disk unplugging and early x86 boot code. We may still > have a problem with the latter. I tried on my server that wasn't booting 2.6.4-mm1. It is much happier. I noticed that rc1-mm1 causes 4KSTACKS to be forced =y, where as in 2.6.4-mm1, it defaulted to =n. So I retested 2.6.4-mm1 with 4KSTACKS=y and it still fails. So: 2.6.5-rc1-mm1 seems to have fixed the problem I was having. Thanks, NeilBrown ^ permalink raw reply [flat|nested] 20+ messages in thread
* 2.6.5-rc1-mm1: IPMI_SMB still doesn't compile 2004-03-16 9:53 2.6.5-rc1-mm1 Andrew Morton 2004-03-16 10:53 ` 2.6.5-rc1-mm1 - looks better Neil Brown @ 2004-03-16 12:40 ` Adrian Bunk 2004-03-16 22:31 ` Corey Minyard 2004-03-16 20:14 ` 2.6.5-rc1-mm1 (compile stats) John Cherry ` (3 subsequent siblings) 5 siblings, 1 reply; 20+ messages in thread From: Adrian Bunk @ 2004-03-16 12:40 UTC (permalink / raw) To: Andrew Morton, Corey Minyard; +Cc: linux-kernel On Tue, Mar 16, 2004 at 01:53:38AM -0800, Andrew Morton wrote: >... > All 253 patches: >... > ipmi-updates-3.patch > IPMI driver updates >... IPMI_SMB still causes the following compile error: <-- snip --> ... LD .tmp_vmlinux1 drivers/built-in.o(.text+0x135a0b): In function `smbus_client_read_block_data': : undefined reference to `i2c_set_spin_delay' drivers/built-in.o(.text+0x135bad): In function `smbus_client_write_block_data': : undefined reference to `i2c_set_spin_delay' drivers/built-in.o(.text+0x13629f): In function `set_run_to_completion': : undefined reference to `i2c_set_spin_delay' make: *** [.tmp_vmlinux1] Error 1 <-- snip --> Until this issue is sorted out, please either drop ipmi-updates-3.patch or remove the SMBus IPMI driver from this patch. cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: 2.6.5-rc1-mm1: IPMI_SMB still doesn't compile 2004-03-16 12:40 ` 2.6.5-rc1-mm1: IPMI_SMB still doesn't compile Adrian Bunk @ 2004-03-16 22:31 ` Corey Minyard 2004-03-16 22:58 ` Andrew Morton 0 siblings, 1 reply; 20+ messages in thread From: Corey Minyard @ 2004-03-16 22:31 UTC (permalink / raw) To: Adrian Bunk; +Cc: Andrew Morton, linux-kernel Ok, let's pull the SMBus driver for now, until we can get the I2C changes in. Andrew, do you want a patch? -Corey Adrian Bunk wrote: >On Tue, Mar 16, 2004 at 01:53:38AM -0800, Andrew Morton wrote: > > >>... >>All 253 patches: >>... >>ipmi-updates-3.patch >> IPMI driver updates >>... >> >> > >IPMI_SMB still causes the following compile error: > ><-- snip --> > >... > LD .tmp_vmlinux1 >drivers/built-in.o(.text+0x135a0b): In function `smbus_client_read_block_data': >: undefined reference to `i2c_set_spin_delay' >drivers/built-in.o(.text+0x135bad): In function `smbus_client_write_block_data': >: undefined reference to `i2c_set_spin_delay' >drivers/built-in.o(.text+0x13629f): In function `set_run_to_completion': >: undefined reference to `i2c_set_spin_delay' >make: *** [.tmp_vmlinux1] Error 1 > ><-- snip --> > > >Until this issue is sorted out, please either drop ipmi-updates-3.patch >or remove the SMBus IPMI driver from this patch. > >cu >Adrian > > > ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: 2.6.5-rc1-mm1: IPMI_SMB still doesn't compile 2004-03-16 22:31 ` Corey Minyard @ 2004-03-16 22:58 ` Andrew Morton 0 siblings, 0 replies; 20+ messages in thread From: Andrew Morton @ 2004-03-16 22:58 UTC (permalink / raw) To: Corey Minyard; +Cc: bunk, linux-kernel Corey Minyard <minyard@acm.org> wrote: > > Ok, let's pull the SMBus driver for now, until we can get the I2C > changes in. > > Andrew, do you want a patch? I guess I'll need one, please. The current patch I have is everything bundled together. ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: 2.6.5-rc1-mm1 (compile stats) 2004-03-16 9:53 2.6.5-rc1-mm1 Andrew Morton 2004-03-16 10:53 ` 2.6.5-rc1-mm1 - looks better Neil Brown 2004-03-16 12:40 ` 2.6.5-rc1-mm1: IPMI_SMB still doesn't compile Adrian Bunk @ 2004-03-16 20:14 ` John Cherry 2004-03-16 20:24 ` 2.6.5-rc1-mm1 Marc-Christian Petersen ` (2 subsequent siblings) 5 siblings, 0 replies; 20+ messages in thread From: John Cherry @ 2004-03-16 20:14 UTC (permalink / raw) To: Andrew Morton; +Cc: linux-kernel@vger.kernel.org Linux 2.6 (mm tree) Compile Statistics (gcc 3.2.2) Warnings/Errors Summary Kernel bzImage bzImage bzImage modules bzImage modules (defconfig) (allno) (allyes) (allyes) (allmod) (allmod) --------------- ---------- -------- -------- -------- -------- -------- 2.6.5-rc1-mm1 0w/0e 5w/0e 135w/ 5e 8w/0e 3w/0e 133w/0e 2.6.4-mm2 1w/2e 5w/2e 144w/10e 8w/0e 3w/2e 144w/0e 2.6.4-mm1 1w/0e 5w/0e 146w/ 5e 8w/0e 3w/0e 144w/0e 2.6.4-rc2-mm1 1w/0e 5w/0e 146w/12e 11w/0e 3w/0e 147w/2e 2.6.4-rc1-mm2 1w/0e 5w/0e 144w/ 0e 11w/0e 3w/0e 145w/0e 2.6.4-rc1-mm1 1w/0e 5w/0e 147w/ 5e 11w/0e 3w/0e 147w/0e 2.6.3-mm4 1w/0e 5w/0e 146w/ 0e 7w/0e 3w/0e 142w/0e 2.6.3-mm3 1w/2e 5w/2e 146w/15e 7w/0e 3w/2e 144w/5e 2.6.3-mm2 1w/8e 5w/0e 140w/ 0e 7w/0e 3w/0e 138w/0e 2.6.3-mm1 1w/0e 5w/0e 143w/ 5e 7w/0e 3w/0e 141w/0e 2.6.3-rc3-mm1 1w/0e 0w/0e 144w/13e 7w/0e 3w/0e 142w/3e 2.6.3-rc2-mm1 1w/0e 0w/265e 144w/ 5e 7w/0e 3w/0e 145w/0e 2.6.3-rc1-mm1 1w/0e 0w/265e 141w/ 5e 7w/0e 3w/0e 143w/0e 2.6.2-mm1 2w/0e 0w/264e 147w/ 5e 7w/0e 3w/0e 173w/0e 2.6.2-rc3-mm1 2w/0e 0w/265e 146w/ 5e 7w/0e 3w/0e 172w/0e 2.6.2-rc2-mm2 0w/0e 0w/264e 145w/ 5e 7w/0e 3w/0e 171w/0e 2.6.2-rc2-mm1 0w/0e 0w/264e 146w/ 5e 7w/0e 3w/0e 172w/0e 2.6.2-rc1-mm3 0w/0e 0w/265e 144w/ 8e 7w/0e 3w/0e 169w/0e 2.6.2-rc1-mm2 0w/0e 0w/264e 144w/ 5e 10w/0e 3w/0e 171w/0e 2.6.2-rc1-mm1 0w/0e 0w/264e 144w/ 5e 10w/0e 3w/0e 171w/0e 2.6.1-mm5 2w/5e 0w/264e 153w/11e 10w/0e 3w/0e 180w/0e 2.6.1-mm4 0w/821e 0w/264e 154w/ 5e 8w/1e 5w/0e 179w/0e 2.6.1-mm3 0w/0e 0w/0e 151w/ 5e 10w/0e 3w/0e 177w/0e 2.6.1-mm2 0w/0e 0w/0e 143w/ 5e 12w/0e 3w/0e 171w/0e 2.6.1-mm1 0w/0e 0w/0e 146w/ 9e 12w/0e 6w/0e 171w/0e 2.6.1-rc2-mm1 0w/0e 0w/0e 149w/ 0e 12w/0e 6w/0e 171w/4e 2.6.1-rc1-mm2 0w/0e 0w/0e 157w/15e 12w/0e 3w/0e 185w/4e 2.6.1-rc1-mm1 0w/0e 0w/0e 156w/10e 12w/0e 3w/0e 184w/2e 2.6.0-mm2 0w/0e 0w/0e 161w/ 0e 12w/0e 3w/0e 189w/0e 2.6.0-mm1 0w/0e 0w/0e 173w/ 0e 12w/0e 3w/0e 212w/0e Web page with links to complete details: http://developer.osdl.org/cherry/compile/ ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: 2.6.5-rc1-mm1 2004-03-16 9:53 2.6.5-rc1-mm1 Andrew Morton ` (2 preceding siblings ...) 2004-03-16 20:14 ` 2.6.5-rc1-mm1 (compile stats) John Cherry @ 2004-03-16 20:24 ` Marc-Christian Petersen 2004-03-17 10:08 ` 2.6.5-rc1-mm1 reboots before the boot completes Helge Hafting 2004-03-22 12:53 ` 2.6.5-rc1-mm1 Pedro Larroy 5 siblings, 0 replies; 20+ messages in thread From: Marc-Christian Petersen @ 2004-03-16 20:24 UTC (permalink / raw) To: linux-kernel; +Cc: Andrew Morton [-- Attachment #1: Type: text/plain, Size: 672 bytes --] On Tuesday 16 March 2004 10:53, Andrew Morton wrote: Hi Andrew, > move-job-control-stuff-tosignal_struct.patch > moef job control fields from task_struct to signal_struct > > move-job-control-stuff-tosignal_struct-s390-fix.patch > s390 fix for move-job-control-stuff-tosignal_struct.patch > > move-job-control-stuff-tosignal_struct-sx-fix.patch > > move-job-control-stuff-tosignal_struct-sn-fix.patch > From: John Hawkes <hawkes@babylon.engr.sgi.com> > Subject: [PATCH] 2.6.4-mm1 for ia64 Please add attached patch to next -mm. move-job-control-stuff-tosignal_struct-sparc64-fix.patch From: Marc-Christian Petersen <m.c.p@wolk-project.de> ;-) ciao, Marc [-- Attachment #2: move-job-control-stuff-tosignal_struct-sparc64-fix.patch --] [-- Type: text/x-diff, Size: 418 bytes --] --- old/arch/sparc64/solaris/misc.c 2003-12-18 03:59:42.000000000 +0100 +++ new/arch/sparc64/solaris/misc.c 2004-03-16 21:20:56.000000000 +0100 @@ -402,7 +402,7 @@ asmlinkage int solaris_procids(int cmd, Solaris setpgrp and setsid? */ ret = sys_setpgid(0, 0); if (ret) return ret; - current->tty = NULL; + current->signal->tty = NULL; return process_group(current); } case 2: /* getsid */ ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: 2.6.5-rc1-mm1 reboots before the boot completes 2004-03-16 9:53 2.6.5-rc1-mm1 Andrew Morton ` (3 preceding siblings ...) 2004-03-16 20:24 ` 2.6.5-rc1-mm1 Marc-Christian Petersen @ 2004-03-17 10:08 ` Helge Hafting 2004-03-17 10:15 ` Andrew Morton ` (2 more replies) 2004-03-22 12:53 ` 2.6.5-rc1-mm1 Pedro Larroy 5 siblings, 3 replies; 20+ messages in thread From: Helge Hafting @ 2004-03-17 10:08 UTC (permalink / raw) To: Andrew Morton; +Cc: linux-kernel 2.6.5-rc1-mm1 didn't come up for me. It loads, prints a few early messages. Then there is a video mode switch as it brings up the radeon fb console. The pc reboots before the flatscreen has time to sync, so I don't know exactly where it goes wrong. I might be able to try a CRT, they sync faster. The 2.6.4-mm1 kernel works fine for me, with the same config (including 4k stacks) Helge Hafting ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: 2.6.5-rc1-mm1 reboots before the boot completes 2004-03-17 10:08 ` 2.6.5-rc1-mm1 reboots before the boot completes Helge Hafting @ 2004-03-17 10:15 ` Andrew Morton 2004-03-17 14:39 ` Felipe Alfaro Solana 2004-03-17 14:59 ` Helge Hafting 2004-03-17 12:50 ` Felipe Alfaro Solana 2004-03-17 14:14 ` Danny ter Haar 2 siblings, 2 replies; 20+ messages in thread From: Andrew Morton @ 2004-03-17 10:15 UTC (permalink / raw) To: Helge Hafting; +Cc: linux-kernel Helge Hafting <helgehaf@aitel.hist.no> wrote: > > 2.6.5-rc1-mm1 didn't come up for me. yes, there's something bad in there. Does it help if you revert ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.5-rc1/2.6.5-rc1-mm1/broken-out/early-x86-cpu-detection-fix.patch ? ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: 2.6.5-rc1-mm1 reboots before the boot completes 2004-03-17 10:15 ` Andrew Morton @ 2004-03-17 14:39 ` Felipe Alfaro Solana 2004-03-17 14:59 ` Helge Hafting 1 sibling, 0 replies; 20+ messages in thread From: Felipe Alfaro Solana @ 2004-03-17 14:39 UTC (permalink / raw) To: Andrew Morton; +Cc: Helge Hafting, Kernel Mailinglist On Wed, 2004-03-17 at 11:15, Andrew Morton wrote: > Helge Hafting <helgehaf@aitel.hist.no> wrote: > > > > 2.6.5-rc1-mm1 didn't come up for me. > > yes, there's something bad in there. > > Does it help if you revert ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.5-rc1/2.6.5-rc1-mm1/broken-out/early-x86-cpu-detection-fix.patch ? Yep! Indeed it does :-) ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: 2.6.5-rc1-mm1 reboots before the boot completes 2004-03-17 10:15 ` Andrew Morton 2004-03-17 14:39 ` Felipe Alfaro Solana @ 2004-03-17 14:59 ` Helge Hafting 1 sibling, 0 replies; 20+ messages in thread From: Helge Hafting @ 2004-03-17 14:59 UTC (permalink / raw) To: Andrew Morton; +Cc: linux-kernel Andrew Morton wrote: > Helge Hafting <helgehaf@aitel.hist.no> wrote: > >> 2.6.5-rc1-mm1 didn't come up for me. > > > yes, there's something bad in there. > > Does it help if you revert ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.5-rc1/2.6.5-rc1-mm1/broken-out/early-x86-cpu-detection-fix.patch ? That did the trick, now posting from 2.6.5-rc1-mm1 :-) Helge Hafting ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: 2.6.5-rc1-mm1 reboots before the boot completes 2004-03-17 10:08 ` 2.6.5-rc1-mm1 reboots before the boot completes Helge Hafting 2004-03-17 10:15 ` Andrew Morton @ 2004-03-17 12:50 ` Felipe Alfaro Solana 2004-03-17 14:14 ` Danny ter Haar 2 siblings, 0 replies; 20+ messages in thread From: Felipe Alfaro Solana @ 2004-03-17 12:50 UTC (permalink / raw) To: Helge Hafting; +Cc: Andrew Morton, Kernel Mailinglist [-- Attachment #1: Type: text/plain, Size: 723 bytes --] On Wed, 2004-03-17 at 11:08, Helge Hafting wrote: > 2.6.5-rc1-mm1 didn't come up for me. It loads, prints a few > early messages. Then there is a video mode switch as it > brings up the radeon fb console. The pc reboots before the > flatscreen has time to sync, so I don't know exactly where it > goes wrong. I might be able to try a CRT, they sync faster. > > The 2.6.4-mm1 kernel works fine for me, with the same > config (including 4k stacks) Me too... even with no framebuffer support, on my P4 box. However, 2.6.5-rc1-mm1 works flawlessly on my laptop. I have attached config file for my P4 box and config file for my laptop. Maybe someone can find what is causing this by looking into configuration differences. [-- Attachment #2: config-P4 --] [-- Type: text/plain, Size: 29766 bytes --] # # Automatically generated make config: don't edit # CONFIG_X86=y CONFIG_MMU=y CONFIG_UID16=y CONFIG_GENERIC_ISA_DMA=y # # Code maturity level options # CONFIG_EXPERIMENTAL=y # CONFIG_CLEAN_COMPILE is not set # CONFIG_STANDALONE is not set CONFIG_BROKEN=y CONFIG_BROKEN_ON_SMP=y # # General setup # CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y CONFIG_BSD_PROCESS_ACCT=y CONFIG_SYSCTL=y CONFIG_AUDIT=y CONFIG_AUDITSYSCALL=y CONFIG_LOG_BUF_SHIFT=14 CONFIG_HOTPLUG=y CONFIG_IKCONFIG=y # CONFIG_IKCONFIG_PROC is not set CONFIG_EMBEDDED=y CONFIG_KALLSYMS=y CONFIG_FUTEX=y CONFIG_EPOLL=y # CONFIG_IOSCHED_NOOP is not set CONFIG_IOSCHED_AS=y CONFIG_IOSCHED_DEADLINE=y # CONFIG_IOSCHED_CFQ is not set # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set # # Loadable module support # CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y CONFIG_MODULE_FORCE_UNLOAD=y CONFIG_OBSOLETE_MODPARM=y # CONFIG_MODVERSIONS is not set CONFIG_KMOD=y # # Processor type and features # CONFIG_X86_PC=y # CONFIG_X86_ELAN is not set # CONFIG_X86_VOYAGER is not set # CONFIG_X86_NUMAQ is not set # CONFIG_X86_SUMMIT is not set # CONFIG_X86_BIGSMP is not set # CONFIG_X86_VISWS is not set # CONFIG_X86_GENERICARCH is not set # CONFIG_X86_ES7000 is not set # CONFIG_M386 is not set # CONFIG_M486 is not set # CONFIG_M586 is not set # CONFIG_M586TSC is not set # CONFIG_M586MMX is not set # CONFIG_M686 is not set # CONFIG_MPENTIUMII is not set # CONFIG_MPENTIUMIII is not set # CONFIG_MPENTIUMM is not set CONFIG_MPENTIUM4=y # CONFIG_MK6 is not set # CONFIG_MK7 is not set # CONFIG_MK8 is not set # CONFIG_MCRUSOE is not set # CONFIG_MWINCHIPC6 is not set # CONFIG_MWINCHIP2 is not set # CONFIG_MWINCHIP3D is not set # CONFIG_MCYRIXIII is not set # CONFIG_MVIAC3_2 is not set CONFIG_X86_GENERIC=y 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_4G is not set # CONFIG_X86_SWITCH_PAGETABLES is not set # CONFIG_X86_4G_VM_LAYOUT is not set # CONFIG_X86_UACCESS_INDIRECT is not set # CONFIG_X86_HIGH_ENTRY is not set # CONFIG_HPET_TIMER is not set # CONFIG_HPET_EMULATE_RTC is not set # CONFIG_SMP is not set CONFIG_PREEMPT=y CONFIG_X86_UP_APIC=y CONFIG_X86_UP_IOAPIC=y CONFIG_X86_LOCAL_APIC=y CONFIG_X86_IO_APIC=y CONFIG_X86_TSC=y CONFIG_X86_MCE=y CONFIG_X86_MCE_NONFATAL=y CONFIG_X86_MCE_P4THERMAL=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_MATH_EMULATION is not set CONFIG_MTRR=y # CONFIG_EFI is not set CONFIG_HAVE_DEC_LOCK=y CONFIG_REGPARM=y # # Power management options (ACPI, APM) # CONFIG_PM=y # CONFIG_SOFTWARE_SUSPEND is not set # CONFIG_PM_DISK is not set # # ACPI (Advanced Configuration and Power Interface) Support # CONFIG_ACPI=y CONFIG_ACPI_BOOT=y CONFIG_ACPI_INTERPRETER=y CONFIG_ACPI_SLEEP=y CONFIG_ACPI_SLEEP_PROC_FS=y CONFIG_ACPI_AC=y CONFIG_ACPI_BATTERY=y CONFIG_ACPI_BUTTON=y CONFIG_ACPI_FAN=y CONFIG_ACPI_PROCESSOR=y CONFIG_ACPI_THERMAL=y # CONFIG_ACPI_ASUS is not set # CONFIG_ACPI_TOSHIBA is not set # CONFIG_ACPI_DEBUG is not set CONFIG_ACPI_BUS=y CONFIG_ACPI_EC=y CONFIG_ACPI_POWER=y CONFIG_ACPI_PCI=y CONFIG_ACPI_SYSTEM=y # CONFIG_X86_PM_TIMER is not set # # APM (Advanced Power Management) BIOS Support # # CONFIG_APM is not set # # CPU Frequency scaling # CONFIG_CPU_FREQ=y # CONFIG_CPU_FREQ_PROC_INTF is not set CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set CONFIG_CPU_FREQ_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_GOV_POWERSAVE=y CONFIG_CPU_FREQ_GOV_USERSPACE=y # CONFIG_CPU_FREQ_24_API is not set CONFIG_CPU_FREQ_TABLE=y # # CPUFreq processor drivers # # CONFIG_X86_ACPI_CPUFREQ is not set # CONFIG_X86_POWERNOW_K6 is not set # CONFIG_X86_POWERNOW_K7 is not set # CONFIG_X86_POWERNOW_K8 is not set # CONFIG_X86_GX_SUSPMOD is not set # CONFIG_X86_SPEEDSTEP_CENTRINO is not set # CONFIG_X86_SPEEDSTEP_ICH is not set # CONFIG_X86_SPEEDSTEP_SMI is not set CONFIG_X86_P4_CLOCKMOD=y CONFIG_X86_SPEEDSTEP_LIB=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_GOMMCONFIG is not set # CONFIG_PCI_GODIRECT is not set CONFIG_PCI_GOANY=y CONFIG_PCI_BIOS=y CONFIG_PCI_DIRECT=y CONFIG_PCI_MMCONFIG=y # CONFIG_PCI_USE_VECTOR is not set # CONFIG_PCI_LEGACY_PROC is not set CONFIG_PCI_NAMES=y # CONFIG_ISA is not set # CONFIG_MCA is not set # CONFIG_SCx200 is not set # # PCMCIA/CardBus support # # CONFIG_PCMCIA is not set # # PCI Hotplug Support # # CONFIG_HOTPLUG_PCI is not set # # Executable file formats # CONFIG_BINFMT_ELF=y # CONFIG_BINFMT_AOUT is not set # CONFIG_BINFMT_MISC is not set # # Device Drivers # # # Generic Driver Options # # CONFIG_FW_LOADER is not set # # Memory Technology Devices (MTD) # # CONFIG_MTD is not set # # Parallel port support # # CONFIG_PARPORT is not set # # Plug and Play support # # # Block devices # CONFIG_BLK_DEV_FD=m # CONFIG_BLK_CPQ_DA is not set # CONFIG_BLK_CPQ_CISS_DA is not set # CONFIG_BLK_DEV_DAC960 is not set # CONFIG_BLK_DEV_UMEM is not set CONFIG_BLK_DEV_LOOP=m CONFIG_BLK_DEV_CRYPTOLOOP=m CONFIG_BLK_DEV_NBD=m # CONFIG_BLK_DEV_CARMEL is not set # CONFIG_BLK_DEV_RAM is not set CONFIG_LBD=y # # ATA/ATAPI/MFM/RLL support # CONFIG_IDE=y CONFIG_BLK_DEV_IDE=y # # Please see Documentation/ide.txt for help/info on IDE drives # # CONFIG_BLK_DEV_HD_IDE is not set CONFIG_BLK_DEV_IDEDISK=y CONFIG_IDEDISK_MULTI_MODE=y # CONFIG_IDEDISK_STROKE is not set CONFIG_BLK_DEV_IDECD=m # CONFIG_BLK_DEV_IDETAPE is not set # CONFIG_BLK_DEV_IDEFLOPPY is not set # CONFIG_BLK_DEV_IDESCSI is not set CONFIG_IDE_TASK_IOCTL=y CONFIG_IDE_TASKFILE_IO=y # # IDE chipset support/bugfixes # CONFIG_IDE_GENERIC=y # CONFIG_BLK_DEV_CMD640 is not set CONFIG_BLK_DEV_IDEPCI=y # CONFIG_IDEPCI_SHARE_IRQ is not set # CONFIG_BLK_DEV_OFFBOARD is not set CONFIG_BLK_DEV_GENERIC=y # CONFIG_BLK_DEV_OPTI621 is not set # CONFIG_BLK_DEV_RZ1000 is not set CONFIG_BLK_DEV_IDEDMA_PCI=y # CONFIG_BLK_DEV_IDEDMA_FORCED is not set CONFIG_IDEDMA_PCI_AUTO=y # CONFIG_IDEDMA_ONLYDISK is not set CONFIG_BLK_DEV_ADMA=y # CONFIG_BLK_DEV_AEC62XX is not set # CONFIG_BLK_DEV_ALI15X3 is not set # CONFIG_BLK_DEV_AMD74XX is not set # CONFIG_BLK_DEV_ATIIXP is not set # CONFIG_BLK_DEV_CMD64X is not set # CONFIG_BLK_DEV_TRIFLEX is not set # CONFIG_BLK_DEV_CY82C693 is not set # CONFIG_BLK_DEV_CS5520 is not set # CONFIG_BLK_DEV_CS5530 is not set # CONFIG_BLK_DEV_HPT34X is not set # CONFIG_BLK_DEV_HPT366 is not set # CONFIG_BLK_DEV_SC1200 is not set CONFIG_BLK_DEV_PIIX=y # CONFIG_BLK_DEV_NS87415 is not set # CONFIG_BLK_DEV_PDC202XX_OLD is not set # CONFIG_BLK_DEV_PDC202XX_NEW is not set # CONFIG_BLK_DEV_SVWKS is not set # CONFIG_BLK_DEV_SIIMAGE is not set # CONFIG_BLK_DEV_SIS5513 is not set # CONFIG_BLK_DEV_SLC90E66 is not set # CONFIG_BLK_DEV_TRM290 is not set # CONFIG_BLK_DEV_VIA82CXXX is not set CONFIG_BLK_DEV_IDEDMA=y # CONFIG_IDEDMA_IVB is not set CONFIG_IDEDMA_AUTO=y # CONFIG_DMA_NONPCI is not set # CONFIG_BLK_DEV_HD is not set # # SCSI device support # CONFIG_SCSI=m # CONFIG_SCSI_PROC_FS is not set # # SCSI support type (disk, tape, CD-ROM) # CONFIG_BLK_DEV_SD=m # CONFIG_CHR_DEV_ST is not set # CONFIG_CHR_DEV_OSST is not set # CONFIG_BLK_DEV_SR is not set CONFIG_CHR_DEV_SG=m # # Some SCSI devices (e.g. CD jukebox) support multiple LUNs # # CONFIG_SCSI_MULTI_LUN is not set # CONFIG_SCSI_REPORT_LUNS is not set # CONFIG_SCSI_CONSTANTS is not set # CONFIG_SCSI_LOGGING is not set # # SCSI Transport Attributes # # CONFIG_SCSI_SPI_ATTRS is not set # CONFIG_SCSI_FC_ATTRS is not set # # SCSI low-level drivers # # CONFIG_BLK_DEV_3W_XXXX_RAID is not set # CONFIG_SCSI_ACARD is not set # CONFIG_SCSI_AACRAID is not set # CONFIG_SCSI_AIC7XXX is not set # CONFIG_SCSI_AIC7XXX_OLD is not set # CONFIG_SCSI_AIC79XX is not set # CONFIG_SCSI_DPT_I2O is not set # CONFIG_SCSI_ADVANSYS is not set # CONFIG_SCSI_MEGARAID is not set # CONFIG_SCSI_SATA is not set # CONFIG_SCSI_BUSLOGIC is not set # CONFIG_SCSI_CPQFCTS is not set # CONFIG_SCSI_DMX3191D is not set # CONFIG_SCSI_EATA is not set # CONFIG_SCSI_EATA_PIO is not set # CONFIG_SCSI_FUTURE_DOMAIN is not set # CONFIG_SCSI_GDTH is not set # CONFIG_SCSI_IPS is not set # CONFIG_SCSI_INITIO is not set # CONFIG_SCSI_INIA100 is not set # CONFIG_SCSI_SYM53C8XX_2 is not set # CONFIG_SCSI_PCI2000 is not set # CONFIG_SCSI_PCI2220I is not set # CONFIG_SCSI_QLOGIC_ISP is not set # CONFIG_SCSI_QLOGIC_FC is not set # CONFIG_SCSI_QLOGIC_1280 is not set CONFIG_SCSI_QLA2XXX=m # CONFIG_SCSI_QLA21XX is not set # CONFIG_SCSI_QLA22XX is not set # CONFIG_SCSI_QLA2300 is not set # CONFIG_SCSI_QLA2322 is not set # CONFIG_SCSI_QLA6312 is not set # CONFIG_SCSI_QLA6322 is not set # CONFIG_SCSI_DC395x is not set # CONFIG_SCSI_DC390T is not set # CONFIG_SCSI_NSP32 is not set # CONFIG_SCSI_DEBUG is not set # # Multi-device support (RAID and LVM) # CONFIG_MD=y CONFIG_BLK_DEV_MD=m CONFIG_MD_LINEAR=m CONFIG_MD_RAID0=m CONFIG_MD_RAID1=m CONFIG_MD_RAID5=m CONFIG_MD_RAID6=m CONFIG_MD_MULTIPATH=m CONFIG_BLK_DEV_DM=m CONFIG_DM_CRYPT=m # # Fusion MPT device support # # CONFIG_FUSION is not set # # IEEE 1394 (FireWire) support # # 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_UNIX=y CONFIG_NET_KEY=y CONFIG_INET=y CONFIG_IP_MULTICAST=y CONFIG_IP_ADVANCED_ROUTER=y CONFIG_IP_MULTIPLE_TABLES=y CONFIG_IP_ROUTE_FWMARK=y CONFIG_IP_ROUTE_NAT=y CONFIG_IP_ROUTE_MULTIPATH=y CONFIG_IP_ROUTE_TOS=y CONFIG_IP_ROUTE_VERBOSE=y # CONFIG_IP_PNP is not set CONFIG_NET_IPIP=m CONFIG_NET_IPGRE=m # CONFIG_NET_IPGRE_BROADCAST is not set CONFIG_IP_MROUTE=y CONFIG_IP_PIMSM_V1=y CONFIG_IP_PIMSM_V2=y # CONFIG_ARPD is not set CONFIG_INET_ECN=y CONFIG_SYN_COOKIES=y CONFIG_INET_AH=y CONFIG_INET_ESP=y CONFIG_INET_IPCOMP=y # # IP: Virtual Server Configuration # CONFIG_IP_VS=m # CONFIG_IP_VS_DEBUG is not set CONFIG_IP_VS_TAB_BITS=12 # # IPVS transport protocol load balancing support # CONFIG_IP_VS_PROTO_TCP=y CONFIG_IP_VS_PROTO_UDP=y CONFIG_IP_VS_PROTO_ESP=y CONFIG_IP_VS_PROTO_AH=y # # IPVS scheduler # CONFIG_IP_VS_RR=m CONFIG_IP_VS_WRR=m CONFIG_IP_VS_LC=m CONFIG_IP_VS_WLC=m CONFIG_IP_VS_LBLC=m CONFIG_IP_VS_LBLCR=m CONFIG_IP_VS_DH=m CONFIG_IP_VS_SH=m CONFIG_IP_VS_SED=m CONFIG_IP_VS_NQ=m # # IPVS application helper # CONFIG_IP_VS_FTP=m CONFIG_IPV6=y # CONFIG_IPV6_PRIVACY is not set CONFIG_INET6_AH=y CONFIG_INET6_ESP=y CONFIG_INET6_IPCOMP=y CONFIG_IPV6_TUNNEL=m # CONFIG_DECNET is not set CONFIG_BRIDGE=m CONFIG_NETFILTER=y # CONFIG_NETFILTER_DEBUG is not set CONFIG_BRIDGE_NETFILTER=y # # IP: Netfilter Configuration # CONFIG_IP_NF_CONNTRACK=m CONFIG_IP_NF_FTP=m CONFIG_IP_NF_IRC=m CONFIG_IP_NF_TFTP=m CONFIG_IP_NF_AMANDA=m CONFIG_IP_NF_QUEUE=m CONFIG_IP_NF_IPTABLES=m CONFIG_IP_NF_MATCH_LIMIT=m CONFIG_IP_NF_MATCH_IPRANGE=m CONFIG_IP_NF_MATCH_MAC=m CONFIG_IP_NF_MATCH_PKTTYPE=m CONFIG_IP_NF_MATCH_MARK=m CONFIG_IP_NF_MATCH_MULTIPORT=m CONFIG_IP_NF_MATCH_TOS=m CONFIG_IP_NF_MATCH_RECENT=m CONFIG_IP_NF_MATCH_ECN=m CONFIG_IP_NF_MATCH_DSCP=m CONFIG_IP_NF_MATCH_AH_ESP=m CONFIG_IP_NF_MATCH_LENGTH=m CONFIG_IP_NF_MATCH_TTL=m CONFIG_IP_NF_MATCH_TCPMSS=m CONFIG_IP_NF_MATCH_HELPER=m CONFIG_IP_NF_MATCH_STATE=m CONFIG_IP_NF_MATCH_CONNTRACK=m CONFIG_IP_NF_MATCH_OWNER=m CONFIG_IP_NF_MATCH_PHYSDEV=m CONFIG_IP_NF_FILTER=m CONFIG_IP_NF_TARGET_REJECT=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_TARGET_NETMAP=m CONFIG_IP_NF_TARGET_SAME=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_NAT_TFTP=m CONFIG_IP_NF_NAT_AMANDA=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_CLASSIFY=m CONFIG_IP_NF_TARGET_LOG=m # CONFIG_IP_NF_TARGET_ULOG is not set CONFIG_IP_NF_TARGET_TCPMSS=m CONFIG_IP_NF_ARPTABLES=m CONFIG_IP_NF_ARPFILTER=m CONFIG_IP_NF_ARP_MANGLE=m # CONFIG_IP_NF_COMPAT_IPCHAINS is not set # CONFIG_IP_NF_COMPAT_IPFWADM is not set # # 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 # # Bridge: Netfilter Configuration # CONFIG_BRIDGE_NF_EBTABLES=m CONFIG_BRIDGE_EBT_BROUTE=m CONFIG_BRIDGE_EBT_T_FILTER=m CONFIG_BRIDGE_EBT_T_NAT=m CONFIG_BRIDGE_EBT_802_3=m CONFIG_BRIDGE_EBT_AMONG=m CONFIG_BRIDGE_EBT_ARP=m CONFIG_BRIDGE_EBT_IP=m CONFIG_BRIDGE_EBT_LIMIT=m CONFIG_BRIDGE_EBT_MARK=m CONFIG_BRIDGE_EBT_PKTTYPE=m CONFIG_BRIDGE_EBT_STP=m CONFIG_BRIDGE_EBT_VLAN=m CONFIG_BRIDGE_EBT_ARPREPLY=m CONFIG_BRIDGE_EBT_DNAT=m CONFIG_BRIDGE_EBT_MARK_T=m CONFIG_BRIDGE_EBT_REDIRECT=m CONFIG_BRIDGE_EBT_SNAT=m CONFIG_BRIDGE_EBT_LOG=m CONFIG_XFRM=y CONFIG_XFRM_USER=y # # SCTP Configuration (EXPERIMENTAL) # CONFIG_IPV6_SCTP__=y # CONFIG_IP_SCTP is not set # CONFIG_ATM is not set CONFIG_VLAN_8021Q=m CONFIG_LLC=m CONFIG_LLC2=m # CONFIG_IPX is not set # CONFIG_ATALK 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_HFSC=m CONFIG_NET_SCH_CSZ=m CONFIG_NET_SCH_PRIO=m CONFIG_NET_SCH_RED=m CONFIG_NET_SCH_SFQ=m CONFIG_NET_SCH_TEQL=m CONFIG_NET_SCH_TBF=m CONFIG_NET_SCH_GRED=m CONFIG_NET_SCH_DSMARK=m CONFIG_NET_SCH_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 is not set CONFIG_BONDING=m # CONFIG_EQUALIZER is not set CONFIG_TUN=m # CONFIG_ETHERTAP is not set # # Ethernet (10 or 100Mbit) # CONFIG_NET_ETHERNET=y CONFIG_MII=m # CONFIG_HAPPYMEAL is not set # CONFIG_SUNGEM is not set CONFIG_NET_VENDOR_3COM=y CONFIG_VORTEX=m # CONFIG_TYPHOON is not set # # Tulip family network device support # # CONFIG_NET_TULIP is not set # CONFIG_HP100 is not set CONFIG_NET_PCI=y # CONFIG_PCNET32 is not set # CONFIG_AMD8111_ETH is not set # CONFIG_ADAPTEC_STARFIRE is not set # CONFIG_B44 is not set # CONFIG_FORCEDETH is not set # CONFIG_DGRS is not set # CONFIG_EEPRO100 is not set # CONFIG_E100 is not set # CONFIG_FEALNX is not set # CONFIG_NATSEMI is not set CONFIG_NE2K_PCI=m # CONFIG_8139CP is not set CONFIG_8139TOO=m # CONFIG_8139TOO_PIO is not set # CONFIG_8139TOO_TUNE_TWISTER is not set # CONFIG_8139TOO_8129 is not set # CONFIG_8139_OLD_RX_RESET is not set CONFIG_8139_RXBUF_IDX=1 # CONFIG_SIS900 is not set # CONFIG_EPIC100 is not set # CONFIG_SUNDANCE is not set # CONFIG_TLAN is not set # CONFIG_VIA_RHINE is not set # # Ethernet (1000 Mbit) # # CONFIG_ACENIC is not set # CONFIG_DL2K is not set # CONFIG_E1000 is not set # CONFIG_NS83820 is not set # CONFIG_HAMACHI is not set # CONFIG_YELLOWFIN is not set # CONFIG_R8169 is not set # CONFIG_SIS190 is not set # CONFIG_SK98LIN is not set # CONFIG_TIGON3 is not set # # Ethernet (10000 Mbit) # # CONFIG_IXGB is not set # CONFIG_FDDI is not set # CONFIG_HIPPI is not set CONFIG_PPP=m # CONFIG_PPP_MULTILINK is not set # CONFIG_PPP_FILTER is not set CONFIG_PPP_ASYNC=m CONFIG_PPP_SYNC_TTY=m CONFIG_PPP_DEFLATE=m CONFIG_PPP_BSDCOMP=m CONFIG_PPPOE=m # CONFIG_SLIP is not set # # Wireless LAN (non-hamradio) # # CONFIG_NET_RADIO is not set # # Token Ring devices # # CONFIG_TR is not set # CONFIG_NET_FC is not set # CONFIG_RCPCI is not set # CONFIG_SHAPER is not set # CONFIG_NETCONSOLE is not set # # Wan interfaces # # CONFIG_WAN is not set # # Amateur Radio support # # CONFIG_HAMRADIO is not set # # IrDA (infrared) support # # CONFIG_IRDA is not set # # Bluetooth support # # CONFIG_BT is not set # CONFIG_KGDBOE is not set # CONFIG_NETPOLL is not set # CONFIG_NETPOLL_RX is not set # CONFIG_NETPOLL_TRAP is not set # CONFIG_NET_POLL_CONTROLLER is not set # # ISDN subsystem # # CONFIG_ISDN is not set # # Telephony Support # # CONFIG_PHONE is not set # # Input device support # CONFIG_INPUT=y # # Userland interfaces # CONFIG_INPUT_MOUSEDEV=y CONFIG_INPUT_MOUSEDEV_PSAUX=y CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_TSDEV is not set # CONFIG_INPUT_EVDEV is not set # CONFIG_INPUT_EVBUG is not set # # Input I/O drivers # # CONFIG_GAMEPORT is not set CONFIG_SOUND_GAMEPORT=y CONFIG_SERIO=y CONFIG_SERIO_I8042=y # CONFIG_SERIO_SERPORT is not set # CONFIG_SERIO_CT82C710 is not set # CONFIG_SERIO_PCIPS2 is not set # # Input Device Drivers # CONFIG_INPUT_KEYBOARD=y CONFIG_KEYBOARD_ATKBD=y # CONFIG_KEYBOARD_SUNKBD is not set # CONFIG_KEYBOARD_LKKBD is not set # CONFIG_KEYBOARD_XTKBD is not set # CONFIG_KEYBOARD_NEWTON is not set CONFIG_INPUT_MOUSE=y CONFIG_MOUSE_PS2=m # CONFIG_MOUSE_SERIAL is not set # CONFIG_MOUSE_VSXXXAA is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_TOUCHSCREEN is not set CONFIG_INPUT_MISC=y CONFIG_INPUT_PCSPKR=y # CONFIG_INPUT_UINPUT is not set # # Character devices # CONFIG_VT=y CONFIG_VT_CONSOLE=y CONFIG_HW_CONSOLE=y # CONFIG_SERIAL_NONSTANDARD is not set # # Serial drivers # CONFIG_SERIAL_8250=y CONFIG_SERIAL_8250_CONSOLE=y CONFIG_SERIAL_8250_ACPI=y CONFIG_SERIAL_8250_NR_UARTS=4 # CONFIG_SERIAL_8250_EXTENDED is not set # # Non-8250 serial port support # CONFIG_SERIAL_CORE=y CONFIG_SERIAL_CORE_CONSOLE=y CONFIG_UNIX98_PTYS=y # CONFIG_LEGACY_PTYS is not set # CONFIG_QIC02_TAPE is not set # # IPMI # # CONFIG_IPMI_HANDLER is not set # # Watchdog Cards # # CONFIG_WATCHDOG is not set # CONFIG_HW_RANDOM is not set # CONFIG_NVRAM is not set CONFIG_RTC=y # CONFIG_DTLK is not set # CONFIG_R3964 is not set # CONFIG_APPLICOM is not set # CONFIG_SONYPI is not set # # Ftape, the floppy tape device driver # # CONFIG_FTAPE is not set CONFIG_AGP=y # CONFIG_AGP_ALI is not set # CONFIG_AGP_ATI is not set # CONFIG_AGP_AMD is not set # CONFIG_AGP_AMD64 is not set CONFIG_AGP_INTEL=y # CONFIG_AGP_NVIDIA is not set # CONFIG_AGP_SIS is not set # CONFIG_AGP_SWORKS is not set # CONFIG_AGP_VIA is not set # CONFIG_AGP_EFFICEON is not set CONFIG_DRM=y # CONFIG_DRM_TDFX is not set # CONFIG_DRM_GAMMA is not set # CONFIG_DRM_R128 is not set CONFIG_DRM_RADEON=y # CONFIG_DRM_I810 is not set # CONFIG_DRM_I830 is not set # CONFIG_DRM_MGA is not set # CONFIG_DRM_SIS is not set # CONFIG_MWAVE is not set # CONFIG_RAW_DRIVER is not set # CONFIG_HANGCHECK_TIMER is not set # # I2C support # # CONFIG_I2C is not set # # Misc devices # # CONFIG_IBM_ASM is not set # # Multimedia devices # CONFIG_VIDEO_DEV=m # # Video For Linux # # # Video Adapters # # CONFIG_VIDEO_CPIA is not set # CONFIG_VIDEO_STRADIS is not set # CONFIG_VIDEO_MXB is not set # CONFIG_VIDEO_DPC is not set # CONFIG_VIDEO_HEXIUM_ORION is not set # CONFIG_VIDEO_HEXIUM_GEMINI is not set # # Radio Adapters # # CONFIG_RADIO_GEMTEK_PCI is not set # CONFIG_RADIO_MAXIRADIO is not set # CONFIG_RADIO_MAESTRO is not set # # Digital Video Broadcasting Devices # # CONFIG_DVB is not set # # Graphics support # # CONFIG_FB is not set # CONFIG_VIDEO_SELECT is not set # # Console display driver support # CONFIG_VGA_CONSOLE=y # CONFIG_MDA_CONSOLE is not set CONFIG_DUMMY_CONSOLE=y # # Sound # CONFIG_SOUND=m # # Advanced Linux Sound Architecture # CONFIG_SND=m CONFIG_SND_TIMER=m CONFIG_SND_PCM=m CONFIG_SND_RAWMIDI=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_MPU401_UART=m # CONFIG_SND_DUMMY is not set # CONFIG_SND_VIRMIDI is not set # CONFIG_SND_MTPAV is not set # CONFIG_SND_SERIAL_U16550 is not set # CONFIG_SND_MPU401 is not set # # PCI devices # CONFIG_SND_AC97_CODEC=m # CONFIG_SND_ALI5451 is not set # CONFIG_SND_ATIIXP is not set # CONFIG_SND_AU8810 is not set # CONFIG_SND_AU8820 is not set # CONFIG_SND_AU8830 is not set # CONFIG_SND_AZT3328 is not set # CONFIG_SND_BT87X 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_MIXART is not set # CONFIG_SND_NM256 is not set # CONFIG_SND_RME32 is not set # CONFIG_SND_RME96 is not set # CONFIG_SND_RME9652 is not set # CONFIG_SND_HDSP is not set # CONFIG_SND_TRIDENT is not set # CONFIG_SND_YMFPCI is not set # CONFIG_SND_ALS4000 is not set # CONFIG_SND_CMIPCI is not set # CONFIG_SND_ENS1370 is not set # CONFIG_SND_ENS1371 is not set # CONFIG_SND_ES1938 is not set # CONFIG_SND_ES1968 is not set # CONFIG_SND_MAESTRO3 is not set # CONFIG_SND_FM801 is not set # CONFIG_SND_ICE1712 is not set # CONFIG_SND_ICE1724 is not set CONFIG_SND_INTEL8X0=m # CONFIG_SND_INTEL8X0M is not set # CONFIG_SND_SONICVIBES is not set # CONFIG_SND_VIA82XX is not set # CONFIG_SND_VX222 is not set # # ALSA USB devices # # CONFIG_SND_USB_AUDIO is not set # # Open Sound System # # CONFIG_SOUND_PRIME is not set # # USB support # CONFIG_USB=m # CONFIG_USB_DEBUG is not set # # Miscellaneous USB options # CONFIG_USB_DEVICEFS=y CONFIG_USB_BANDWIDTH=y # CONFIG_USB_DYNAMIC_MINORS is not set # # USB Host Controller Drivers # # CONFIG_USB_EHCI_HCD is not set # CONFIG_USB_OHCI_HCD is not set CONFIG_USB_UHCI_HCD=m # # USB Device Class drivers # # CONFIG_USB_AUDIO is not set # CONFIG_USB_BLUETOOTH_TTY is not set # CONFIG_USB_MIDI is not set # CONFIG_USB_ACM is not set CONFIG_USB_PRINTER=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 is not set CONFIG_USB_HIDDEV=y # # USB HID Boot Protocol drivers # # CONFIG_USB_KBD is not set # CONFIG_USB_MOUSE is not set # CONFIG_USB_AIPTEK is not set # CONFIG_USB_WACOM is not set # CONFIG_USB_KBTAB is not set # CONFIG_USB_POWERMATE is not set # CONFIG_USB_MTOUCH is not set # CONFIG_USB_XPAD is not set # CONFIG_USB_ATI_REMOTE is not set # # USB Imaging devices # # CONFIG_USB_MDC800 is not set # CONFIG_USB_MICROTEK is not set # CONFIG_USB_HPUSBSCSI is not set # # USB Multimedia devices # # CONFIG_USB_DABUSB is not set # CONFIG_USB_VICAM is not set # CONFIG_USB_DSBR is not set # CONFIG_USB_IBMCAM is not set # CONFIG_USB_KONICAWC is not set # CONFIG_USB_OV511 is not set # CONFIG_USB_PWC is not set # CONFIG_USB_SE401 is not set # CONFIG_USB_STV680 is not set # # USB Network adaptors # # CONFIG_USB_CATC is not set # CONFIG_USB_KAWETH is not set # CONFIG_USB_PEGASUS is not set # CONFIG_USB_RTL8150 is not set # CONFIG_USB_USBNET is not set # # USB port drivers # # # 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 is not set CONFIG_USB_SERIAL_IPAQ=m # 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 is not set # 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_EMI62 is not set # CONFIG_USB_EMI26 is not set # CONFIG_USB_TIGL is not set # CONFIG_USB_AUERSWALD is not set # CONFIG_USB_RIO500 is not set # CONFIG_USB_LEGOTOWER is not set # CONFIG_USB_LCD is not set # CONFIG_USB_LED is not set # CONFIG_USB_TEST is not set # # USB Gadget Support # # CONFIG_USB_GADGET is not set # # File systems # CONFIG_EXT2_FS=m CONFIG_EXT2_FS_XATTR=y CONFIG_EXT2_FS_POSIX_ACL=y CONFIG_EXT2_FS_SECURITY=y CONFIG_EXT3_FS=y CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT3_FS_SECURITY=y CONFIG_JBD=y # CONFIG_JBD_DEBUG is not set CONFIG_FS_MBCACHE=y CONFIG_REISERFS_FS=m # CONFIG_REISERFS_CHECK is not set # CONFIG_REISERFS_PROC_INFO is not set CONFIG_JFS_FS=m CONFIG_JFS_POSIX_ACL=y # CONFIG_JFS_DEBUG is not set # CONFIG_JFS_STATISTICS is not set CONFIG_FS_POSIX_ACL=y CONFIG_XFS_FS=m # CONFIG_XFS_RT is not set # CONFIG_XFS_QUOTA is not set CONFIG_XFS_SECURITY=y CONFIG_XFS_POSIX_ACL=y # 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 is not set # # Pseudo filesystems # CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y CONFIG_SYSFS=y # CONFIG_DEVFS_FS is not set CONFIG_DEVPTS_FS_XATTR=y CONFIG_DEVPTS_FS_SECURITY=y CONFIG_TMPFS=y # CONFIG_HUGETLBFS is not set # CONFIG_HUGETLB_PAGE is not set CONFIG_RAMFS=y # # Miscellaneous filesystems # # CONFIG_ADFS_FS is not set # CONFIG_AFFS_FS is not set # CONFIG_HFS_FS is not set # CONFIG_HFSPLUS_FS is not set # CONFIG_BEFS_FS is not set # CONFIG_BFS_FS is not set # CONFIG_EFS_FS is not set # CONFIG_CRAMFS is not set # CONFIG_VXFS_FS is not set # CONFIG_HPFS_FS is not set # CONFIG_QNX4FS_FS is not set # CONFIG_SYSV_FS is not set # CONFIG_UFS_FS is not set # # Network File Systems # CONFIG_NFS_FS=m CONFIG_NFS_V3=y CONFIG_NFS_V4=y CONFIG_NFS_DIRECTIO=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_SUNRPC=m CONFIG_SUNRPC_GSS=m CONFIG_RPCSEC_GSS_KRB5=m CONFIG_SMB_FS=m # CONFIG_SMB_NLS_DEFAULT is not set CONFIG_CIFS=m # CONFIG_NCP_FS is not set # CONFIG_CODA_FS is not set # CONFIG_INTERMEZZO_FS is not set # CONFIG_AFS_FS is not set # # Partition Types # # CONFIG_PARTITION_ADVANCED is not set CONFIG_MSDOS_PARTITION=y # # Native Language Support # CONFIG_NLS=y CONFIG_NLS_DEFAULT="utf8" CONFIG_NLS_CODEPAGE_437=m # CONFIG_NLS_CODEPAGE_737 is not set # CONFIG_NLS_CODEPAGE_775 is not set CONFIG_NLS_CODEPAGE_850=m # CONFIG_NLS_CODEPAGE_852 is not set # CONFIG_NLS_CODEPAGE_855 is not set # CONFIG_NLS_CODEPAGE_857 is not set # CONFIG_NLS_CODEPAGE_860 is not set # CONFIG_NLS_CODEPAGE_861 is not set # CONFIG_NLS_CODEPAGE_862 is not set # CONFIG_NLS_CODEPAGE_863 is not set # CONFIG_NLS_CODEPAGE_864 is not set # CONFIG_NLS_CODEPAGE_865 is not set # CONFIG_NLS_CODEPAGE_866 is not set # CONFIG_NLS_CODEPAGE_869 is not set # CONFIG_NLS_CODEPAGE_936 is not set # CONFIG_NLS_CODEPAGE_950 is not set # CONFIG_NLS_CODEPAGE_932 is not set # CONFIG_NLS_CODEPAGE_949 is not set # CONFIG_NLS_CODEPAGE_874 is not set # CONFIG_NLS_ISO8859_8 is not set # CONFIG_NLS_CODEPAGE_1250 is not set # CONFIG_NLS_CODEPAGE_1251 is not set CONFIG_NLS_ISO8859_1=m # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set # CONFIG_NLS_ISO8859_4 is not set # CONFIG_NLS_ISO8859_5 is not set # CONFIG_NLS_ISO8859_6 is not set # CONFIG_NLS_ISO8859_7 is not set # CONFIG_NLS_ISO8859_9 is not set # CONFIG_NLS_ISO8859_13 is not set # CONFIG_NLS_ISO8859_14 is not set CONFIG_NLS_ISO8859_15=m # CONFIG_NLS_KOI8_R is not set # CONFIG_NLS_KOI8_U is not set CONFIG_NLS_UTF8=y # # Profiling support # # CONFIG_PROFILING is not set # # Kernel hacking # # CONFIG_DEBUG_KERNEL is not set # CONFIG_EARLY_PRINTK is not set # CONFIG_DEBUG_SPINLOCK_SLEEP is not set # CONFIG_FRAME_POINTER is not set CONFIG_4KSTACKS=y CONFIG_X86_FIND_SMP_CONFIG=y CONFIG_X86_MPPARSE=y # # Security options # CONFIG_SECURITY=y # CONFIG_SECURITY_NETWORK is not set CONFIG_SECURITY_CAPABILITIES=y # CONFIG_SECURITY_ROOTPLUG is not set CONFIG_SECURITY_SELINUX=y CONFIG_SECURITY_SELINUX_BOOTPARAM=y CONFIG_SECURITY_SELINUX_DEVELOP=y # CONFIG_SECURITY_SELINUX_MLS is not set # # Cryptographic options # CONFIG_CRYPTO=y CONFIG_CRYPTO_HMAC=y CONFIG_CRYPTO_NULL=m CONFIG_CRYPTO_MD4=m CONFIG_CRYPTO_MD5=y CONFIG_CRYPTO_SHA1=y CONFIG_CRYPTO_SHA256=m CONFIG_CRYPTO_SHA512=m CONFIG_CRYPTO_DES=y CONFIG_CRYPTO_BLOWFISH=m CONFIG_CRYPTO_TWOFISH=m CONFIG_CRYPTO_SERPENT=m CONFIG_CRYPTO_AES=m CONFIG_CRYPTO_CAST5=m CONFIG_CRYPTO_CAST6=m CONFIG_CRYPTO_ARC4=m CONFIG_CRYPTO_DEFLATE=y # CONFIG_CRYPTO_TEST is not set # # Library routines # CONFIG_CRC32=m CONFIG_ZLIB_INFLATE=y CONFIG_ZLIB_DEFLATE=y CONFIG_X86_BIOS_REBOOT=y [-- Attachment #3: config-laptop --] [-- Type: text/plain, Size: 22920 bytes --] # # Automatically generated make config: don't edit # CONFIG_X86=y CONFIG_MMU=y CONFIG_UID16=y CONFIG_GENERIC_ISA_DMA=y # # Code maturity level options # CONFIG_EXPERIMENTAL=y CONFIG_CLEAN_COMPILE=y CONFIG_STANDALONE=y CONFIG_BROKEN_ON_SMP=y # # General setup # CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_POSIX_MQUEUE=y # CONFIG_BSD_PROCESS_ACCT is not set CONFIG_SYSCTL=y # CONFIG_AUDIT is not set CONFIG_LOG_BUF_SHIFT=14 CONFIG_HOTPLUG=y CONFIG_IKCONFIG=y # CONFIG_IKCONFIG_PROC is not set CONFIG_EMBEDDED=y # CONFIG_KALLSYMS is not set CONFIG_FUTEX=y CONFIG_EPOLL=y # CONFIG_IOSCHED_NOOP is not set CONFIG_IOSCHED_AS=y # CONFIG_IOSCHED_DEADLINE is not set # CONFIG_IOSCHED_CFQ is not set # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set # # Loadable module support # CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y CONFIG_MODULE_FORCE_UNLOAD=y CONFIG_OBSOLETE_MODPARM=y # CONFIG_MODVERSIONS is not set CONFIG_KMOD=y # # Processor type and features # CONFIG_X86_PC=y # CONFIG_X86_ELAN is not set # CONFIG_X86_VOYAGER is not set # CONFIG_X86_NUMAQ is not set # CONFIG_X86_SUMMIT is not set # CONFIG_X86_BIGSMP is not set # CONFIG_X86_VISWS is not set # CONFIG_X86_GENERICARCH is not set # CONFIG_X86_ES7000 is not set # CONFIG_M386 is not set # CONFIG_M486 is not set # CONFIG_M586 is not set # CONFIG_M586TSC is not set # CONFIG_M586MMX is not set # CONFIG_M686 is not set # CONFIG_MPENTIUMII is not set CONFIG_MPENTIUMIII=y # CONFIG_MPENTIUMM is not set # CONFIG_MPENTIUM4 is not set # CONFIG_MK6 is not set # CONFIG_MK7 is not set # CONFIG_MK8 is not set # CONFIG_MCRUSOE is not set # CONFIG_MWINCHIPC6 is not set # CONFIG_MWINCHIP2 is not set # CONFIG_MWINCHIP3D is not set # CONFIG_MCYRIXIII is not set # CONFIG_MVIAC3_2 is not set # CONFIG_X86_GENERIC is not set CONFIG_X86_CMPXCHG=y CONFIG_X86_XADD=y CONFIG_X86_L1_CACHE_SHIFT=5 CONFIG_RWSEM_XCHGADD_ALGORITHM=y CONFIG_X86_WP_WORKS_OK=y CONFIG_X86_INVLPG=y CONFIG_X86_BSWAP=y CONFIG_X86_POPAD_OK=y CONFIG_X86_GOOD_APIC=y CONFIG_X86_INTEL_USERCOPY=y CONFIG_X86_USE_PPRO_CHECKSUM=y # CONFIG_X86_4G is not set # CONFIG_X86_SWITCH_PAGETABLES is not set # CONFIG_X86_4G_VM_LAYOUT is not set # CONFIG_X86_UACCESS_INDIRECT is not set # CONFIG_X86_HIGH_ENTRY is not set # CONFIG_HPET_TIMER is not set # CONFIG_HPET_EMULATE_RTC 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 is not set # CONFIG_TOSHIBA is not set # CONFIG_I8K is not set # CONFIG_MICROCODE is not set # CONFIG_X86_MSR is not set # CONFIG_X86_CPUID is not set # CONFIG_EDD is not set CONFIG_NOHIGHMEM=y # CONFIG_HIGHMEM4G is not set # CONFIG_HIGHMEM64G is not set # CONFIG_MATH_EMULATION is not set CONFIG_MTRR=y CONFIG_HAVE_DEC_LOCK=y CONFIG_REGPARM=y # # Power management options (ACPI, APM) # CONFIG_PM=y # CONFIG_SOFTWARE_SUSPEND is not set # CONFIG_PM_DISK is not set # # ACPI (Advanced Configuration and Power Interface) Support # # CONFIG_ACPI is not set CONFIG_ACPI_BOOT=y # # APM (Advanced Power Management) BIOS Support # CONFIG_APM=y # CONFIG_APM_IGNORE_USER_SUSPEND is not set CONFIG_APM_DO_ENABLE=y CONFIG_APM_CPU_IDLE=y CONFIG_APM_DISPLAY_BLANK=y # CONFIG_APM_RTC_IS_GMT is not set # CONFIG_APM_ALLOW_INTS is not set # CONFIG_APM_REAL_MODE_POWER_OFF is not set # # CPU Frequency scaling # CONFIG_CPU_FREQ=y # CONFIG_CPU_FREQ_PROC_INTF is not set CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set CONFIG_CPU_FREQ_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_GOV_POWERSAVE=m CONFIG_CPU_FREQ_GOV_USERSPACE=m # CONFIG_CPU_FREQ_24_API is not set CONFIG_CPU_FREQ_TABLE=m # # CPUFreq processor drivers # # CONFIG_X86_POWERNOW_K6 is not set # CONFIG_X86_POWERNOW_K7 is not set # CONFIG_X86_POWERNOW_K8 is not set # CONFIG_X86_GX_SUSPMOD is not set # CONFIG_X86_SPEEDSTEP_CENTRINO is not set # CONFIG_X86_SPEEDSTEP_ICH is not set CONFIG_X86_SPEEDSTEP_SMI=m # CONFIG_X86_P4_CLOCKMOD is not set CONFIG_X86_SPEEDSTEP_LIB=m # 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_GOMMCONFIG is not set # CONFIG_PCI_GODIRECT is not set CONFIG_PCI_GOANY=y CONFIG_PCI_BIOS=y CONFIG_PCI_DIRECT=y CONFIG_PCI_MMCONFIG=y # CONFIG_PCI_LEGACY_PROC is not set CONFIG_PCI_NAMES=y # CONFIG_ISA is not set # CONFIG_MCA is not set # CONFIG_SCx200 is not set # # PCMCIA/CardBus support # CONFIG_PCMCIA=m # CONFIG_PCMCIA_DEBUG is not set CONFIG_YENTA=m CONFIG_CARDBUS=y # CONFIG_I82092 is not set # CONFIG_TCIC is not set # # PCI Hotplug Support # # CONFIG_HOTPLUG_PCI is not set # # Executable file formats # CONFIG_BINFMT_ELF=y # CONFIG_BINFMT_AOUT is not set # CONFIG_BINFMT_MISC is not set # # Device Drivers # # # Generic Driver Options # # CONFIG_FW_LOADER is not set # # Memory Technology Devices (MTD) # # CONFIG_MTD is not set # # Parallel port support # # CONFIG_PARPORT is not set # # Plug and Play support # # # Block devices # CONFIG_BLK_DEV_FD=m # CONFIG_BLK_CPQ_DA is not set # CONFIG_BLK_CPQ_CISS_DA is not set # CONFIG_BLK_DEV_DAC960 is not set # CONFIG_BLK_DEV_UMEM is not set CONFIG_BLK_DEV_LOOP=m CONFIG_BLK_DEV_CRYPTOLOOP=m # CONFIG_BLK_DEV_NBD is not set # CONFIG_BLK_DEV_CARMEL is not set # CONFIG_BLK_DEV_RAM is not set CONFIG_LBD=y # # ATA/ATAPI/MFM/RLL support # CONFIG_IDE=y CONFIG_BLK_DEV_IDE=y # # Please see Documentation/ide.txt for help/info on IDE drives # # CONFIG_BLK_DEV_HD_IDE is not set CONFIG_BLK_DEV_IDEDISK=y CONFIG_IDEDISK_MULTI_MODE=y # CONFIG_IDEDISK_STROKE is not set # CONFIG_BLK_DEV_IDECS is not set CONFIG_BLK_DEV_IDECD=m # CONFIG_BLK_DEV_IDETAPE is not set # CONFIG_BLK_DEV_IDEFLOPPY is not set # CONFIG_BLK_DEV_IDESCSI is not set # CONFIG_IDE_TASK_IOCTL is not set # CONFIG_IDE_TASKFILE_IO is not set # # IDE chipset support/bugfixes # CONFIG_IDE_GENERIC=y # CONFIG_BLK_DEV_CMD640 is not set CONFIG_BLK_DEV_IDEPCI=y # CONFIG_IDEPCI_SHARE_IRQ is not set # CONFIG_BLK_DEV_OFFBOARD is not set CONFIG_BLK_DEV_GENERIC=y # CONFIG_BLK_DEV_OPTI621 is not set # CONFIG_BLK_DEV_RZ1000 is not set CONFIG_BLK_DEV_IDEDMA_PCI=y # CONFIG_BLK_DEV_IDEDMA_FORCED is not set CONFIG_IDEDMA_PCI_AUTO=y # CONFIG_IDEDMA_ONLYDISK is not set CONFIG_BLK_DEV_ADMA=y # CONFIG_BLK_DEV_AEC62XX is not set # CONFIG_BLK_DEV_ALI15X3 is not set # CONFIG_BLK_DEV_AMD74XX is not set # CONFIG_BLK_DEV_ATIIXP is not set # CONFIG_BLK_DEV_CMD64X is not set # CONFIG_BLK_DEV_TRIFLEX is not set # CONFIG_BLK_DEV_CY82C693 is not set # CONFIG_BLK_DEV_CS5520 is not set # CONFIG_BLK_DEV_CS5530 is not set # CONFIG_BLK_DEV_HPT34X is not set # CONFIG_BLK_DEV_HPT366 is not set # CONFIG_BLK_DEV_SC1200 is not set CONFIG_BLK_DEV_PIIX=y # CONFIG_BLK_DEV_NS87415 is not set # CONFIG_BLK_DEV_PDC202XX_OLD is not set # CONFIG_BLK_DEV_PDC202XX_NEW is not set # CONFIG_BLK_DEV_SVWKS is not set # CONFIG_BLK_DEV_SIIMAGE is not set # CONFIG_BLK_DEV_SIS5513 is not set # CONFIG_BLK_DEV_SLC90E66 is not set # CONFIG_BLK_DEV_TRM290 is not set # CONFIG_BLK_DEV_VIA82CXXX is not set CONFIG_BLK_DEV_IDEDMA=y # CONFIG_IDEDMA_IVB is not set CONFIG_IDEDMA_AUTO=y # CONFIG_DMA_NONPCI is not set # CONFIG_BLK_DEV_HD is not set # # SCSI device support # CONFIG_SCSI=m # CONFIG_SCSI_PROC_FS is not set # # SCSI support type (disk, tape, CD-ROM) # CONFIG_BLK_DEV_SD=m # CONFIG_CHR_DEV_ST is not set # CONFIG_CHR_DEV_OSST is not set # CONFIG_BLK_DEV_SR is not set CONFIG_CHR_DEV_SG=m # # Some SCSI devices (e.g. CD jukebox) support multiple LUNs # # CONFIG_SCSI_MULTI_LUN is not set # CONFIG_SCSI_REPORT_LUNS is not set # CONFIG_SCSI_CONSTANTS is not set # CONFIG_SCSI_LOGGING is not set # # SCSI Transport Attributes # # CONFIG_SCSI_SPI_ATTRS is not set # CONFIG_SCSI_FC_ATTRS is not set # # SCSI low-level drivers # # CONFIG_BLK_DEV_3W_XXXX_RAID is not set # CONFIG_SCSI_ACARD is not set # CONFIG_SCSI_AACRAID is not set # CONFIG_SCSI_AIC7XXX is not set # CONFIG_SCSI_AIC7XXX_OLD is not set # CONFIG_SCSI_AIC79XX is not set # CONFIG_SCSI_ADVANSYS is not set # CONFIG_SCSI_MEGARAID is not set # CONFIG_SCSI_SATA is not set # CONFIG_SCSI_BUSLOGIC is not set # CONFIG_SCSI_CPQFCTS is not set # CONFIG_SCSI_DMX3191D is not set # CONFIG_SCSI_EATA is not set # CONFIG_SCSI_EATA_PIO is not set # CONFIG_SCSI_FUTURE_DOMAIN is not set # CONFIG_SCSI_GDTH is not set # CONFIG_SCSI_IPS is not set # CONFIG_SCSI_INIA100 is not set # CONFIG_SCSI_SYM53C8XX_2 is not set # CONFIG_SCSI_QLOGIC_ISP is not set # CONFIG_SCSI_QLOGIC_FC is not set # CONFIG_SCSI_QLOGIC_1280 is not set CONFIG_SCSI_QLA2XXX=m # CONFIG_SCSI_QLA21XX is not set # CONFIG_SCSI_QLA22XX is not set # CONFIG_SCSI_QLA2300 is not set # CONFIG_SCSI_QLA2322 is not set # CONFIG_SCSI_QLA6312 is not set # CONFIG_SCSI_QLA6322 is not set # CONFIG_SCSI_DC395x is not set # CONFIG_SCSI_DC390T 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 # # Multi-device support (RAID and LVM) # # CONFIG_MD is not set # # Fusion MPT device support # # CONFIG_FUSION is not set # # IEEE 1394 (FireWire) support # # 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 is not set # CONFIG_NETLINK_DEV is not set 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 is not set # CONFIG_IP_MROUTE is not set # CONFIG_ARPD is not set CONFIG_INET_ECN=y # CONFIG_SYN_COOKIES is not set CONFIG_INET_AH=m CONFIG_INET_ESP=m CONFIG_INET_IPCOMP=m # # IP: Virtual Server Configuration # # CONFIG_IP_VS is not set CONFIG_IPV6=y # CONFIG_IPV6_PRIVACY is not set CONFIG_INET6_AH=m CONFIG_INET6_ESP=m CONFIG_INET6_IPCOMP=m # CONFIG_IPV6_TUNNEL is not set # CONFIG_DECNET is not set # CONFIG_BRIDGE is not set CONFIG_NETFILTER=y CONFIG_NETFILTER_DEBUG=y # # IP: Netfilter Configuration # CONFIG_IP_NF_CONNTRACK=m CONFIG_IP_NF_FTP=m CONFIG_IP_NF_IRC=m CONFIG_IP_NF_TFTP=m CONFIG_IP_NF_AMANDA=m # CONFIG_IP_NF_QUEUE is not set CONFIG_IP_NF_IPTABLES=m # CONFIG_IP_NF_MATCH_LIMIT is not set # CONFIG_IP_NF_MATCH_IPRANGE is not set # CONFIG_IP_NF_MATCH_MAC is not set CONFIG_IP_NF_MATCH_PKTTYPE=m # CONFIG_IP_NF_MATCH_MARK is not set # CONFIG_IP_NF_MATCH_MULTIPORT is not set # CONFIG_IP_NF_MATCH_TOS is not set # CONFIG_IP_NF_MATCH_RECENT is not set # CONFIG_IP_NF_MATCH_ECN is not set # CONFIG_IP_NF_MATCH_DSCP is not set CONFIG_IP_NF_MATCH_AH_ESP=m # CONFIG_IP_NF_MATCH_LENGTH is not set # CONFIG_IP_NF_MATCH_TTL is not set # CONFIG_IP_NF_MATCH_TCPMSS is not set # CONFIG_IP_NF_MATCH_HELPER is not set CONFIG_IP_NF_MATCH_STATE=m CONFIG_IP_NF_MATCH_CONNTRACK=m CONFIG_IP_NF_MATCH_OWNER=m CONFIG_IP_NF_FILTER=m # CONFIG_IP_NF_TARGET_REJECT is not set # CONFIG_IP_NF_NAT is not set # CONFIG_IP_NF_MANGLE is not set CONFIG_IP_NF_TARGET_LOG=m # CONFIG_IP_NF_TARGET_ULOG is not set # CONFIG_IP_NF_TARGET_TCPMSS is not set # CONFIG_IP_NF_ARPTABLES is not set # CONFIG_IP_NF_COMPAT_IPCHAINS is not set # CONFIG_IP_NF_COMPAT_IPFWADM is not set # # IPv6: Netfilter Configuration # # CONFIG_IP6_NF_QUEUE is not set CONFIG_IP6_NF_IPTABLES=m # CONFIG_IP6_NF_MATCH_LIMIT is not set CONFIG_IP6_NF_MATCH_MAC=m # CONFIG_IP6_NF_MATCH_RT is not set # CONFIG_IP6_NF_MATCH_OPTS is not set # CONFIG_IP6_NF_MATCH_FRAG is not set # CONFIG_IP6_NF_MATCH_HL is not set # CONFIG_IP6_NF_MATCH_MULTIPORT is not set CONFIG_IP6_NF_MATCH_OWNER=m # CONFIG_IP6_NF_MATCH_MARK is not set # CONFIG_IP6_NF_MATCH_IPV6HEADER is not set CONFIG_IP6_NF_MATCH_AHESP=m # CONFIG_IP6_NF_MATCH_LENGTH is not set # CONFIG_IP6_NF_MATCH_EUI64 is not set CONFIG_IP6_NF_FILTER=m CONFIG_IP6_NF_TARGET_LOG=m # CONFIG_IP6_NF_MANGLE is not set CONFIG_XFRM=y CONFIG_XFRM_USER=m # # SCTP Configuration (EXPERIMENTAL) # CONFIG_IPV6_SCTP__=y # CONFIG_IP_SCTP is not set # CONFIG_ATM is not set CONFIG_VLAN_8021Q=m # CONFIG_LLC2 is not set # CONFIG_IPX is not set # CONFIG_ATALK is not set # CONFIG_X25 is not set # CONFIG_LAPB is not set # CONFIG_NET_DIVERT is not set # CONFIG_ECONET is not set # CONFIG_WAN_ROUTER is not set # CONFIG_NET_FASTROUTE is not set # CONFIG_NET_HW_FLOWCONTROL is not set # # QoS and/or fair queueing # # CONFIG_NET_SCHED is not set # # Network testing # # CONFIG_NET_PKTGEN is not set CONFIG_NETDEVICES=y # # ARCnet devices # # CONFIG_ARCNET is not set # CONFIG_DUMMY is not set # CONFIG_BONDING is not set # CONFIG_EQUALIZER is not set # CONFIG_TUN 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=y CONFIG_VORTEX=m # CONFIG_TYPHOON is not set # # Tulip family network device support # # CONFIG_NET_TULIP is not set # CONFIG_HP100 is not set # CONFIG_NET_PCI is not set # # Ethernet (1000 Mbit) # # CONFIG_ACENIC is not set # CONFIG_DL2K is not set # CONFIG_E1000 is not set # CONFIG_NS83820 is not set # CONFIG_HAMACHI is not set # CONFIG_YELLOWFIN is not set # CONFIG_R8169 is not set # CONFIG_SIS190 is not set # CONFIG_SK98LIN is not set # CONFIG_TIGON3 is not set # # Ethernet (10000 Mbit) # # CONFIG_IXGB is not set # CONFIG_FDDI is not set # CONFIG_HIPPI is not set # CONFIG_PPP is not set # CONFIG_SLIP is not set # # Wireless LAN (non-hamradio) # # CONFIG_NET_RADIO is not set # # Token Ring devices # # CONFIG_TR is not set # CONFIG_NET_FC is not set # CONFIG_RCPCI is not set # CONFIG_SHAPER is not set # CONFIG_NETCONSOLE is not set # # Wan interfaces # # CONFIG_WAN is not set # # 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=m # CONFIG_PCMCIA_AXNET is not set # # Amateur Radio support # # CONFIG_HAMRADIO is not set # # IrDA (infrared) support # # CONFIG_IRDA is not set # # Bluetooth support # # CONFIG_BT is not set # CONFIG_KGDBOE is not set # CONFIG_NETPOLL is not set # CONFIG_NETPOLL_RX is not set # CONFIG_NETPOLL_TRAP is not set # CONFIG_NET_POLL_CONTROLLER is not set # # ISDN subsystem # # CONFIG_ISDN is not set # # Telephony Support # # CONFIG_PHONE is not set # # Input device support # CONFIG_INPUT=y # # Userland interfaces # CONFIG_INPUT_MOUSEDEV=y CONFIG_INPUT_MOUSEDEV_PSAUX=y CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 # CONFIG_INPUT_JOYDEV is not set # CONFIG_INPUT_TSDEV is not set # CONFIG_INPUT_EVDEV is not set # CONFIG_INPUT_EVBUG is not set # # Input I/O drivers # # CONFIG_GAMEPORT is not set CONFIG_SOUND_GAMEPORT=y CONFIG_SERIO=y CONFIG_SERIO_I8042=y # CONFIG_SERIO_SERPORT is not set # CONFIG_SERIO_CT82C710 is not set # CONFIG_SERIO_PCIPS2 is not set # # Input Device Drivers # CONFIG_INPUT_KEYBOARD=y CONFIG_KEYBOARD_ATKBD=y # CONFIG_KEYBOARD_SUNKBD is not set # CONFIG_KEYBOARD_LKKBD is not set # CONFIG_KEYBOARD_XTKBD is not set # CONFIG_KEYBOARD_NEWTON is not set CONFIG_INPUT_MOUSE=y CONFIG_MOUSE_PS2=m # CONFIG_MOUSE_SERIAL is not set # CONFIG_MOUSE_VSXXXAA is not set # CONFIG_INPUT_JOYSTICK is not set # CONFIG_INPUT_TOUCHSCREEN is not set # CONFIG_INPUT_MISC is not set # # Character devices # CONFIG_VT=y CONFIG_VT_CONSOLE=y CONFIG_HW_CONSOLE=y # CONFIG_SERIAL_NONSTANDARD is not set # # Serial drivers # # CONFIG_SERIAL_8250 is not set # # Non-8250 serial port support # CONFIG_UNIX98_PTYS=y # CONFIG_LEGACY_PTYS is not set # CONFIG_QIC02_TAPE is not set # # IPMI # # CONFIG_IPMI_HANDLER is not set # # Watchdog Cards # # CONFIG_WATCHDOG is not set # CONFIG_HW_RANDOM is not set # CONFIG_NVRAM is not set CONFIG_RTC=y # CONFIG_DTLK is not set # CONFIG_R3964 is not set # CONFIG_APPLICOM is not set # CONFIG_SONYPI is not set # # Ftape, the floppy tape device driver # # CONFIG_FTAPE is not set CONFIG_AGP=y # CONFIG_AGP_ALI is not set # CONFIG_AGP_ATI is not set # CONFIG_AGP_AMD is not set # CONFIG_AGP_AMD64 is not set CONFIG_AGP_INTEL=y # CONFIG_AGP_NVIDIA is not set # CONFIG_AGP_SIS is not set # CONFIG_AGP_SWORKS is not set # CONFIG_AGP_VIA is not set # CONFIG_AGP_EFFICEON is not set # CONFIG_DRM is not set # # PCMCIA character devices # # CONFIG_SYNCLINK_CS is not set # CONFIG_MWAVE is not set # CONFIG_RAW_DRIVER is not set # CONFIG_HANGCHECK_TIMER is not set # # I2C support # # CONFIG_I2C is not set # # Misc devices # # CONFIG_IBM_ASM is not set # # Multimedia devices # # CONFIG_VIDEO_DEV is not set # # Digital Video Broadcasting Devices # # CONFIG_DVB is not set # # Graphics support # # CONFIG_FB 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 is not set # # USB support # CONFIG_USB=m # CONFIG_USB_DEBUG is not set # # Miscellaneous USB options # CONFIG_USB_DEVICEFS=y CONFIG_USB_BANDWIDTH=y # CONFIG_USB_DYNAMIC_MINORS is not set # # USB Host Controller Drivers # # CONFIG_USB_EHCI_HCD is not set # CONFIG_USB_OHCI_HCD is not set CONFIG_USB_UHCI_HCD=m # # USB Device Class drivers # # CONFIG_USB_BLUETOOTH_TTY is not set # CONFIG_USB_ACM is not set 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 is not set CONFIG_USB_HIDDEV=y # # USB HID Boot Protocol drivers # # CONFIG_USB_KBD is not set # CONFIG_USB_MOUSE is not set # CONFIG_USB_AIPTEK is not set # CONFIG_USB_WACOM is not set # CONFIG_USB_KBTAB is not set # CONFIG_USB_POWERMATE is not set # CONFIG_USB_MTOUCH is not set # CONFIG_USB_XPAD is not set # CONFIG_USB_ATI_REMOTE is not set # # USB Imaging devices # # CONFIG_USB_MDC800 is not set # CONFIG_USB_MICROTEK is not set # CONFIG_USB_HPUSBSCSI is not set # # USB Multimedia devices # # CONFIG_USB_DABUSB is not set # # Video4Linux support is needed for USB Multimedia device support # # # USB Network adaptors # # CONFIG_USB_CATC is not set # CONFIG_USB_KAWETH is not set # CONFIG_USB_PEGASUS is not set # CONFIG_USB_RTL8150 is not set # CONFIG_USB_USBNET is not set # # USB port drivers # # # USB Serial Converter support # # CONFIG_USB_SERIAL is not set # # USB Miscellaneous drivers # # CONFIG_USB_EMI62 is not set # CONFIG_USB_EMI26 is not set # CONFIG_USB_TIGL is not set # CONFIG_USB_AUERSWALD is not set # CONFIG_USB_RIO500 is not set # CONFIG_USB_LEGOTOWER is not set # CONFIG_USB_LCD is not set # CONFIG_USB_LED is not set # CONFIG_USB_TEST is not set # # USB Gadget Support # # CONFIG_USB_GADGET is not set # # File systems # CONFIG_EXT2_FS=y # CONFIG_EXT2_FS_XATTR is not set # CONFIG_EXT3_FS is not set # CONFIG_JBD is not set # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set # CONFIG_XFS_FS is not set # CONFIG_MINIX_FS is not set # CONFIG_ROMFS_FS is not set # CONFIG_QUOTA is not set # CONFIG_AUTOFS_FS is not set CONFIG_AUTOFS4_FS=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 is not set CONFIG_VFAT_FS=m # CONFIG_NTFS_FS is not set # # Pseudo filesystems # CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y CONFIG_SYSFS=y # CONFIG_DEVFS_FS is not set # CONFIG_DEVPTS_FS_XATTR is not set CONFIG_TMPFS=y # CONFIG_HUGETLBFS is not set # CONFIG_HUGETLB_PAGE is not set CONFIG_RAMFS=y # # Miscellaneous filesystems # # CONFIG_ADFS_FS is not set # CONFIG_AFFS_FS is not set # CONFIG_HFS_FS is not set # CONFIG_HFSPLUS_FS is not set # CONFIG_BEFS_FS is not set # CONFIG_BFS_FS is not set # CONFIG_EFS_FS is not set # CONFIG_CRAMFS is not set # CONFIG_VXFS_FS is not set # CONFIG_HPFS_FS is not set # CONFIG_QNX4FS_FS is not set # CONFIG_SYSV_FS is not set # CONFIG_UFS_FS is not set # # Network File Systems # CONFIG_NFS_FS=m CONFIG_NFS_V3=y CONFIG_NFS_V4=y # CONFIG_NFS_DIRECTIO is not set # CONFIG_NFSD is not set CONFIG_LOCKD=m CONFIG_LOCKD_V4=y # CONFIG_EXPORTFS is not set CONFIG_SUNRPC=m CONFIG_SUNRPC_GSS=m CONFIG_RPCSEC_GSS_KRB5=m CONFIG_SMB_FS=m # CONFIG_SMB_NLS_DEFAULT is not set CONFIG_CIFS=m # CONFIG_NCP_FS is not set # CONFIG_CODA_FS is not set # CONFIG_AFS_FS is not set # # Partition Types # # CONFIG_PARTITION_ADVANCED is not set CONFIG_MSDOS_PARTITION=y # # Native Language Support # CONFIG_NLS=y CONFIG_NLS_DEFAULT="utf8" CONFIG_NLS_CODEPAGE_437=m # CONFIG_NLS_CODEPAGE_737 is not set # CONFIG_NLS_CODEPAGE_775 is not set CONFIG_NLS_CODEPAGE_850=m # CONFIG_NLS_CODEPAGE_852 is not set # CONFIG_NLS_CODEPAGE_855 is not set # CONFIG_NLS_CODEPAGE_857 is not set # CONFIG_NLS_CODEPAGE_860 is not set # CONFIG_NLS_CODEPAGE_861 is not set # CONFIG_NLS_CODEPAGE_862 is not set # CONFIG_NLS_CODEPAGE_863 is not set # CONFIG_NLS_CODEPAGE_864 is not set # CONFIG_NLS_CODEPAGE_865 is not set # CONFIG_NLS_CODEPAGE_866 is not set # CONFIG_NLS_CODEPAGE_869 is not set # CONFIG_NLS_CODEPAGE_936 is not set # CONFIG_NLS_CODEPAGE_950 is not set # CONFIG_NLS_CODEPAGE_932 is not set # CONFIG_NLS_CODEPAGE_949 is not set # CONFIG_NLS_CODEPAGE_874 is not set # CONFIG_NLS_ISO8859_8 is not set # CONFIG_NLS_CODEPAGE_1250 is not set # CONFIG_NLS_CODEPAGE_1251 is not set CONFIG_NLS_ISO8859_1=m # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set # CONFIG_NLS_ISO8859_4 is not set # CONFIG_NLS_ISO8859_5 is not set # CONFIG_NLS_ISO8859_6 is not set # CONFIG_NLS_ISO8859_7 is not set # CONFIG_NLS_ISO8859_9 is not set # CONFIG_NLS_ISO8859_13 is not set # CONFIG_NLS_ISO8859_14 is not set CONFIG_NLS_ISO8859_15=m # CONFIG_NLS_KOI8_R is not set # CONFIG_NLS_KOI8_U is not set CONFIG_NLS_UTF8=m # # Profiling support # # CONFIG_PROFILING is not set # # Kernel hacking # # CONFIG_DEBUG_KERNEL is not set # CONFIG_EARLY_PRINTK is not set # CONFIG_DEBUG_SPINLOCK_SLEEP is not set # CONFIG_FRAME_POINTER is not set CONFIG_4KSTACKS=y # # Security options # # CONFIG_SECURITY is not set # # 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_CAST5=m CONFIG_CRYPTO_CAST6=m CONFIG_CRYPTO_ARC4=m CONFIG_CRYPTO_DEFLATE=m # CONFIG_CRYPTO_TEST is not set # # Library routines # CONFIG_CRC32=m CONFIG_ZLIB_INFLATE=m CONFIG_ZLIB_DEFLATE=m CONFIG_X86_BIOS_REBOOT=y ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: 2.6.5-rc1-mm1 reboots before the boot completes 2004-03-17 10:08 ` 2.6.5-rc1-mm1 reboots before the boot completes Helge Hafting 2004-03-17 10:15 ` Andrew Morton 2004-03-17 12:50 ` Felipe Alfaro Solana @ 2004-03-17 14:14 ` Danny ter Haar 2 siblings, 0 replies; 20+ messages in thread From: Danny ter Haar @ 2004-03-17 14:14 UTC (permalink / raw) To: linux-kernel Helge Hafting <helgehaf@aitel.hist.no> wrote: >2.6.5-rc1-mm1 didn't come up for me. It loads, prints a few >early messages. Then there is a video mode switch as it >brings up the radeon fb console. The pc reboots before the >flatscreen has time to sync, so I don't know exactly where it >goes wrong. I might be able to try a CRT, they sync faster. >The 2.6.4-mm1 kernel works fine for me, with the same >config (including 4k stacks) 2 machines: VIA-C3 mini-itx: boots with 2.6.5-rc1-mm1 chokes on 2.6.4-mm2 AMD64/3200 : boots with 2.6.4-mm2 chokes on 2.6.5-rc1-mm1 :-))) Danny -- /"\ | Dying is to be avoided because \ / ASCII RIBBON CAMPAIGN | it can ruin your whole career X against HTML MAIL | / \ and POSTINGS | - Bob Hope ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: 2.6.5-rc1-mm1 2004-03-16 9:53 2.6.5-rc1-mm1 Andrew Morton ` (4 preceding siblings ...) 2004-03-17 10:08 ` 2.6.5-rc1-mm1 reboots before the boot completes Helge Hafting @ 2004-03-22 12:53 ` Pedro Larroy 2004-03-22 15:33 ` 2.6.5-rc1-mm1 Andrew Morton 2004-03-22 15:38 ` 2.6.5-rc1-mm1 Marc-Christian Petersen 5 siblings, 2 replies; 20+ messages in thread From: Pedro Larroy @ 2004-03-22 12:53 UTC (permalink / raw) To: linux-kernel; +Cc: Andrew Morton Hi I think I have an abnormal memory situation, seems all my ram got exhausted and I don't see it used by userland processes. top - 13:48:59 up 9:50, 1 user, load average: 0.25, 1.26, 1.64 Tasks: 112 total, 1 running, 111 sleeping, 0 stopped, 0 zombie Cpu0 : 0.0% us, 0.0% sy, 0.0% ni, 99.0% id, 1.0% wa, 0.0% hi, 0.0% si Cpu1 : 0.0% us, 1.0% sy, 0.0% ni, 99.0% id, 0.0% wa, 0.0% hi, 0.0% si Mem: 1036272k total, 1029316k used, 6956k free, 176k buffers Swap: 1183688k total, 74740k used, 1108948k free, 87116k cached Change delay from 1.0 to: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 823 piotr 15 0 26648 4232 23m S 0.0 0.4 0:45.21 kdeinit 813 piotr 15 0 26472 2784 23m S 0.0 0.3 0:15.21 kdeinit 817 piotr 16 0 24744 2428 21m S 0.0 0.2 0:03.13 kdeinit 809 piotr 15 0 24408 2372 21m S 0.0 0.2 0:02.78 kdeinit 693 root 15 0 92692 2288 79m S 0.0 0.2 1:10.60 XFree86 Mar 22 13:36:57 nebula kernel: SysRq : Show Memory Mar 22 13:36:57 nebula kernel: Mem-info: Mar 22 13:36:57 nebula kernel: DMA per-cpu: Mar 22 13:36:57 nebula kernel: cpu 0 hot: low 2, high 6, batch 1 Mar 22 13:36:57 nebula kernel: cpu 0 cold: low 0, high 2, batch 1 Mar 22 13:36:57 nebula kernel: cpu 1 hot: low 2, high 6, batch 1 Mar 22 13:36:57 nebula kernel: cpu 1 cold: low 0, high 2, batch 1 Mar 22 13:36:57 nebula kernel: Normal per-cpu: Mar 22 13:36:57 nebula kernel: cpu 0 hot: low 32, high 96, batch 16 Mar 22 13:36:57 nebula kernel: cpu 0 cold: low 0, high 32, batch 16 Mar 22 13:36:57 nebula kernel: cpu 1 hot: low 32, high 96, batch 16 Mar 22 13:36:57 nebula kernel: cpu 1 cold: low 0, high 32, batch 16 Mar 22 13:36:57 nebula kernel: HighMem per-cpu: Mar 22 13:36:57 nebula kernel: cpu 0 hot: low 14, high 42, batch 7 Mar 22 13:36:57 nebula kernel: cpu 0 cold: low 0, high 14, batch 7 Mar 22 13:36:57 nebula kernel: cpu 1 hot: low 14, high 42, batch 7 Mar 22 13:36:57 nebula kernel: cpu 1 cold: low 0, high 14, batch 7 Mar 22 13:36:57 nebula kernel: Mar 22 13:36:57 nebula kernel: Free pages: 4660kB (252kB HighMem) Mar 22 13:36:57 nebula kernel: Active:239794 inactive:6995 dirty:0 writeback:0 unstable:0 free:1165 Mar 22 13:36:57 nebula kernel: DMA free:2160kB min:16kB low:32kB high:48kB active:20kB inactive:10856kB present:16384kB Mar 22 13:36:57 nebula kernel: protections[]: 8 476 540 Mar 22 13:36:57 nebula kernel: Normal free:2248kB min:936kB low:1872kB high:2808kB active:834960kB inactive:12712kB present: 901120kB Mar 22 13:36:57 nebula kernel: protections[]: 0 468 532 Mar 22 13:36:57 nebula kernel: HighMem free:252kB min:128kB low:256kB high:384kB active:124196kB inactive:4412kB present:130 560kB Mar 22 13:36:57 nebula kernel: protections[]: 0 0 64 Mar 22 13:36:57 nebula kernel: DMA: 0*4kB 0*8kB 5*16kB 1*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 1*2048kB 0*4096kB = 21 60kB Mar 22 13:36:57 nebula kernel: Normal: 10*4kB 12*8kB 8*16kB 4*32kB 1*64kB 0*128kB 1*256kB 1*512kB 1*1024kB 0*2048kB 0*4096kB = 2248kB Mar 22 13:36:57 nebula kernel: HighMem: 1*4kB 1*8kB 1*16kB 1*32kB 1*64kB 1*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 252kB Mar 22 13:36:57 nebula kernel: Swap cache: add 5092465, delete 5088319, find 1479790/3420811, race 3+141 Mar 22 13:36:57 nebula kernel: Free swap: 1087816kB Mar 22 13:36:57 nebula kernel: 262016 pages of RAM Mar 22 13:36:57 nebula kernel: 32624 pages of HIGHMEM Mar 22 13:36:57 nebula kernel: 2965 reserved pages Mar 22 13:36:57 nebula kernel: 28380 pages shared Mar 22 13:36:57 nebula kernel: 4146 pages swap cached procs -----------memory---------- ---swap-- -----io---- --system-- ----cpu---- r b swpd free buff cache si so bi bo in cs us sy id wa 0 1 74600 4580 476 88172 292 58 449 90 17 165 2 3 49 45 It's with CONFIG_HIGHMEM4G=y CONFIG_HIGHMEM=y Where would kernel leaked ram be accounted? Regards. -- Pedro Larroy Tovar | Linux & Network consultant | piotr%member.fsf.org Software patents are a threat to innovation in Europe please check: http://www.eurolinux.org/ ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: 2.6.5-rc1-mm1 2004-03-22 12:53 ` 2.6.5-rc1-mm1 Pedro Larroy @ 2004-03-22 15:33 ` Andrew Morton 2004-03-22 19:54 ` 2.6.5-rc1-mm1 Pedro Larroy 2004-03-22 21:29 ` 2.6.5-rc1-mm1 Ed Tomlinson 2004-03-22 15:38 ` 2.6.5-rc1-mm1 Marc-Christian Petersen 1 sibling, 2 replies; 20+ messages in thread From: Andrew Morton @ 2004-03-22 15:33 UTC (permalink / raw) To: piotr; +Cc: linux-kernel piotr@larroy.com (Pedro Larroy) wrote: > > Where would kernel leaked ram be accounted? /proc/meminfo, /proc/vmstat and /proc/slabinfo. Also sysrq-M. ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: 2.6.5-rc1-mm1 2004-03-22 15:33 ` 2.6.5-rc1-mm1 Andrew Morton @ 2004-03-22 19:54 ` Pedro Larroy 2004-03-23 3:35 ` 2.6.5-rc1-mm1 Andrew Morton 2004-03-22 21:29 ` 2.6.5-rc1-mm1 Ed Tomlinson 1 sibling, 1 reply; 20+ messages in thread From: Pedro Larroy @ 2004-03-22 19:54 UTC (permalink / raw) To: linux-kernel; +Cc: akpm On Mon, Mar 22, 2004 at 07:33:27AM -0800, Andrew Morton wrote: > piotr@larroy.com (Pedro Larroy) wrote: > > > > Where would kernel leaked ram be accounted? > > /proc/meminfo, /proc/vmstat and /proc/slabinfo. Also sysrq-M. MemTotal: 1036272 kB MemFree: 4620 kB Buffers: 488 kB Cached: 88928 kB SwapCached: 12516 kB Active: 968528 kB Inactive: 20212 kB HighTotal: 130496 kB HighFree: 252 kB LowTotal: 905776 kB LowFree: 4368 kB SwapTotal: 1183688 kB SwapFree: 1105024 kB Dirty: 4 kB Writeback: 0 kB Mapped: 18684 kB Slab: 26404 kB Committed_AS: 218460 kB PageTables: 1828 kB VmallocTotal: 106488 kB VmallocUsed: 5204 kB VmallocChunk: 98700 kB nr_dirty 0 nr_writeback 0 nr_unstable 0 nr_page_table_pages 457 nr_mapped 4478 nr_slab 6596 pgpgin 32523744 pgpgout 6572816 pswpin 5248766 pswpout 1054427 pgalloc_high 2402153 pgalloc_normal 9585196 pgalloc_dma 300517 pgfree 12289164 pgactivate 1111683519 pgdeactivate 1116666910 pgfault 6316448 pgmajfault 2422843 pgrefill_high 252302954 pgrefill_normal 836131902 pgrefill_dma 51354936 pgsteal_high 2188874 pgsteal_normal 5980853 pgsteal_dma 284731 pgscan_kswapd_high 139237079 pgscan_kswapd_normal 506340559 pgscan_kswapd_dma 30703860 pgscan_direct_high 117999982 pgscan_direct_normal 344279733 pgscan_direct_dma 22212364 pginodesteal 461 slabs_scanned 4827493 kswapd_steal 5468280 kswapd_inodesteal 606 pageoutrun 49007 allocstall 52579 pgrotated 1043328 slabinfo - version: 2.0 # name <active_objs> <num_objs> <objsize> <objperslab> <pagesperslab> : tunables <batchcount> <limit> <sharedfactor> : slabdata <active_slabs> <num_slabs> <sharedavail> fib6_nodes 5 113 32 113 1 : tunables 120 60 8 : slabdata 1 1 0 ip6_dst_cache 5 15 256 15 1 : tunables 120 60 8 : slabdata 1 1 0 ndisc_cache 1 20 192 20 1 : tunables 120 60 8 : slabdata 1 1 0 raw6_sock 0 0 704 11 2 : tunables 54 27 8 : slabdata 0 0 0 udp6_sock 1 6 640 6 1 : tunables 54 27 8 : slabdata 1 1 0 tcp6_sock 11 21 1152 7 2 : tunables 24 12 8 : slabdata 3 3 0 nfs_write_data 36 36 448 9 1 : tunables 54 27 8 : slabdata 4 4 0 nfs_read_data 32 36 448 9 1 : tunables 54 27 8 : slabdata 4 4 0 nfs_inode_cache 1 6 640 6 1 : tunables 54 27 8 : slabdata 1 1 0 nfs_page 0 0 128 30 1 : tunables 120 60 8 : slabdata 0 0 0 rpc_buffers 8 8 2048 2 1 : tunables 24 12 8 : slabdata 4 4 0 rpc_tasks 8 20 192 20 1 : tunables 120 60 8 : slabdata 1 1 0 rpc_inode_cache 8 9 448 9 1 : tunables 54 27 8 : slabdata 1 1 0 ip_fib_hash 9 203 16 203 1 : tunables 120 60 8 : slabdata 1 1 0 unix_sock 161 180 448 9 1 : tunables 54 27 8 : slabdata 20 20 0 tcp_tw_bucket 0 0 128 30 1 : tunables 120 60 8 : slabdata 0 0 0 tcp_bind_bucket 25 406 16 203 1 : tunables 120 60 8 : slabdata 2 2 0 tcp_open_request 0 0 128 30 1 : tunables 120 60 8 : slabdata 0 0 0 inet_peer_cache 8 59 64 59 1 : tunables 120 60 8 : slabdata 1 1 0 secpath_cache 0 0 128 30 1 : tunables 120 60 8 : slabdata 0 0 0 xfrm_dst_cache 0 0 320 12 1 : tunables 54 27 8 : slabdata 0 0 0 ip_dst_cache 91 96 320 12 1 : tunables 54 27 8 : slabdata 8 8 0 arp_cache 4 20 192 20 1 : tunables 120 60 8 : slabdata 1 1 0 raw4_sock 0 0 512 7 1 : tunables 54 27 8 : slabdata 0 0 0 udp_sock 8 14 512 7 1 : tunables 54 27 8 : slabdata 2 2 0 tcp_sock 29 44 1024 4 1 : tunables 54 27 8 : slabdata 11 11 0 flow_cache 0 0 128 30 1 : tunables 120 60 8 : slabdata 0 0 0 scsi_cmd_cache 48 48 320 12 1 : tunables 54 27 8 : slabdata 4 4 0 mqueue_inode_cache 1 7 512 7 1 : tunables 54 27 8 : slabdata 1 1 0 ext2_inode_cache 0 0 512 7 1 : tunables 54 27 8 : slabdata 0 0 0 journal_handle 16 113 32 113 1 : tunables 120 60 8 : slabdata 1 1 0 journal_head 78 118 64 59 1 : tunables 120 60 8 : slabdata 2 2 0 revoke_table 4 203 16 203 1 : tunables 120 60 8 : slabdata 1 1 0 revoke_record 0 0 16 203 1 : tunables 120 60 8 : slabdata 0 0 0 ext3_inode_cache 1071 2296 512 7 1 : tunables 54 27 8 : slabdata 328 328 0 ext3_xattr 0 0 64 59 1 : tunables 120 60 8 : slabdata 0 0 0 dquot 0 0 112 35 1 : tunables 120 60 8 : slabdata 0 0 0 eventpoll_pwq 0 0 64 59 1 : tunables 120 60 8 : slabdata 0 0 0 eventpoll_epi 0 0 128 30 1 : tunables 120 60 8 : slabdata 0 0 0 kioctx 0 0 192 20 1 : tunables 120 60 8 : slabdata 0 0 0 kiocb 0 0 192 20 1 : tunables 120 60 8 : slabdata 0 0 0 dnotify_cache 171 226 32 113 1 : tunables 120 60 8 : slabdata 2 2 0 file_lock_cache 11 60 128 30 1 : tunables 120 60 8 : slabdata 2 2 0 fasync_cache 3 203 16 203 1 : tunables 120 60 8 : slabdata 1 1 0 shmem_inode_cache 4 9 448 9 1 : tunables 54 27 8 : slabdata 1 1 0 posix_timers_cache 0 0 128 30 1 : tunables 120 60 8 : slabdata 0 0 0 uid_cache 7 113 32 113 1 : tunables 120 60 8 : slabdata 1 1 0 sgpool-128 32 32 2048 2 1 : tunables 24 12 8 : slabdata 16 16 0 sgpool-64 32 32 1024 4 1 : tunables 54 27 8 : slabdata 8 8 0 sgpool-32 32 32 512 8 1 : tunables 54 27 8 : slabdata 4 4 0 sgpool-16 62 75 256 15 1 : tunables 120 60 8 : slabdata 5 5 0 sgpool-8 126 150 128 30 1 : tunables 120 60 8 : slabdata 5 5 0 cfq_pool 64 113 32 113 1 : tunables 120 60 8 : slabdata 1 1 0 crq_pool 0 0 64 59 1 : tunables 120 60 8 : slabdata 0 0 0 deadline_drq 0 0 64 59 1 : tunables 120 60 8 : slabdata 0 0 0 as_arq 177 236 64 59 1 : tunables 120 60 8 : slabdata 4 4 60 blkdev_requests 179 200 192 20 1 : tunables 120 60 8 : slabdata 10 10 60 biovec-BIO_MAX_PAGES 256 256 3072 2 2 : tunables 24 12 8 : slabdata 128 128 0 biovec-128 256 260 1536 5 2 : tunables 24 12 8 : slabdata 52 52 0 biovec-64 256 260 768 5 1 : tunables 54 27 8 : slabdata 52 52 0 biovec-16 280 280 192 20 1 : tunables 120 60 8 : slabdata 14 14 0 biovec-4 295 295 64 59 1 : tunables 120 60 8 : slabdata 5 5 0 biovec-1 443 812 16 203 1 : tunables 120 60 8 : slabdata 4 4 60 bio 442 649 64 59 1 : tunables 120 60 8 : slabdata 11 11 60 sock_inode_cache 221 280 384 10 1 : tunables 54 27 8 : slabdata 28 28 0 skbuff_head_cache 129 200 192 20 1 : tunables 120 60 8 : slabdata 10 10 0 sock 2 10 384 10 1 : tunables 54 27 8 : slabdata 1 1 0 proc_inode_cache 26 40 384 10 1 : tunables 54 27 8 : slabdata 4 4 0 sigqueue 27 27 144 27 1 : tunables 120 60 8 : slabdata 1 1 0 radix_tree_node 1604 3720 320 12 1 : tunables 54 27 8 : slabdata 310 310 54 bdev_cache 8 18 448 9 1 : tunables 54 27 8 : slabdata 2 2 0 mnt_cache 22 59 64 59 1 : tunables 120 60 8 : slabdata 1 1 0 inode_cache 1009 1060 384 10 1 : tunables 54 27 8 : slabdata 106 106 0 dentry_cache 1995 4680 192 20 1 : tunables 120 60 8 : slabdata 234 234 0 filp 1495 1640 192 20 1 : tunables 120 60 8 : slabdata 82 82 0 names_cache 4 4 4096 1 1 : tunables 24 12 8 : slabdata 4 4 0 idr_layer_cache 11 20 192 20 1 : tunables 120 60 8 : slabdata 1 1 0 buffer_head 241843 241959 64 59 1 : tunables 120 60 8 : slabdata 4101 4101 0 mm_struct 96 96 640 6 1 : tunables 54 27 8 : slabdata 16 16 0 vm_area_struct 4848 4897 64 59 1 : tunables 120 60 8 : slabdata 83 83 12 fs_cache 107 118 64 59 1 : tunables 120 60 8 : slabdata 2 2 0 files_cache 99 99 448 9 1 : tunables 54 27 8 : slabdata 11 11 0 signal_cache 133 177 64 59 1 : tunables 120 60 8 : slabdata 3 3 0 sighand_cache 114 114 1344 3 1 : tunables 24 12 8 : slabdata 38 38 0 task_struct 130 130 1440 5 2 : tunables 24 12 8 : slabdata 26 26 0 pte_chain 1063 3717 64 59 1 : tunables 120 60 8 : slabdata 63 63 0 pgd 93 93 4096 1 1 : tunables 24 12 8 : slabdata 93 93 0 size-131072(DMA) 0 0 131072 1 32 : tunables 8 4 0 : slabdata 0 0 0 size-131072 0 0 131072 1 32 : tunables 8 4 0 : slabdata 0 0 0 size-65536(DMA) 0 0 65536 1 16 : tunables 8 4 0 : slabdata 0 0 0 size-65536 0 0 65536 1 16 : tunables 8 4 0 : slabdata 0 0 0 size-32768(DMA) 0 0 32768 1 8 : tunables 8 4 0 : slabdata 0 0 0 size-32768 0 0 32768 1 8 : tunables 8 4 0 : slabdata 0 0 0 size-16384(DMA) 0 0 16384 1 4 : tunables 8 4 0 : slabdata 0 0 0 size-16384 5 5 16384 1 4 : tunables 8 4 0 : slabdata 5 5 0 size-8192(DMA) 0 0 8192 1 2 : tunables 8 4 0 : slabdata 0 0 0 size-8192 0 0 8192 1 2 : tunables 8 4 0 : slabdata 0 0 0 size-4096(DMA) 0 0 4096 1 1 : tunables 24 12 8 : slabdata 0 0 0 size-4096 221 221 4096 1 1 : tunables 24 12 8 : slabdata 221 221 0 size-2048(DMA) 0 0 2048 2 1 : tunables 24 12 8 : slabdata 0 0 0 size-2048 132 132 2048 2 1 : tunables 24 12 8 : slabdata 66 66 0 size-1024(DMA) 0 0 1024 4 1 : tunables 54 27 8 : slabdata 0 0 0 size-1024 116 116 1024 4 1 : tunables 54 27 8 : slabdata 29 29 0 size-512(DMA) 0 0 512 8 1 : tunables 54 27 8 : slabdata 0 0 0 size-512 264 288 512 8 1 : tunables 54 27 8 : slabdata 36 36 0 size-256(DMA) 0 0 256 15 1 : tunables 120 60 8 : slabdata 0 0 0 size-256 180 180 256 15 1 : tunables 120 60 8 : slabdata 12 12 0 size-192(DMA) 0 0 192 20 1 : tunables 120 60 8 : slabdata 0 0 0 size-192 132 140 192 20 1 : tunables 120 60 8 : slabdata 7 7 0 size-128(DMA) 0 0 128 30 1 : tunables 120 60 8 : slabdata 0 0 0 size-128 979 1050 128 30 1 : tunables 120 60 8 : slabdata 35 35 0 size-64(DMA) 0 0 64 59 1 : tunables 120 60 8 : slabdata 0 0 0 size-64 602 767 64 59 1 : tunables 120 60 8 : slabdata 13 13 0 size-32(DMA) 0 0 32 113 1 : tunables 120 60 8 : slabdata 0 0 0 size-32 1276 1582 32 113 1 : tunables 120 60 8 : slabdata 14 14 0 kmem_cache 120 120 128 30 1 : tunables 120 60 8 : slabdata 4 4 0 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 cpu 1 hot: low 2, high 6, batch 1 cpu 1 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 cpu 1 hot: low 32, high 96, batch 16 cpu 1 cold: low 0, high 32, batch 16 HighMem per-cpu: cpu 0 hot: low 14, high 42, batch 7 cpu 0 cold: low 0, high 14, batch 7 cpu 1 hot: low 14, high 42, batch 7 cpu 1 cold: low 0, high 14, batch 7 Free pages: 4964kB (252kB HighMem) Active:239993 inactive:7139 dirty:1 writeback:0 unstable:0 free:1241 DMA free:2160kB min:16kB low:32kB high:48kB active:16kB inactive:10844kB present:16384kB protections[]: 8 476 540 Normal free:2552kB min:936kB low:1872kB high:2808kB active:836088kB inactive:12972kB present:901120kB protections[]: 0 468 532 HighMem free:252kB min:128kB low:256kB high:384kB active:123868kB inactive:4740kB present:130560kB protections[]: 0 0 64 DMA: 0*4kB 0*8kB 5*16kB 1*32kB 0*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 1*2048kB 0*4096kB = 2160kB Normal: 90*4kB 16*8kB 7*16kB 3*32kB 1*64kB 0*128kB 1*256kB 1*512kB 1*1024kB 0*2048kB 0*4096kB = 2552kB HighMem: 1*4kB 1*8kB 1*16kB 1*32kB 1*64kB 1*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 252kB Swap cache: add 5333279, delete 5330378, find 1552320/3550697, race 3+146 Free swap: 1104732kB 262016 pages of RAM 32624 pages of HIGHMEM 2965 reserved pages 30126 pages shared 2901 pages swap cached Regards. -- Pedro Larroy Tovar | Linux & Network consultant | piotr%member.fsf.org Software patents are a threat to innovation in Europe please check: http://www.eurolinux.org/ ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: 2.6.5-rc1-mm1 2004-03-22 19:54 ` 2.6.5-rc1-mm1 Pedro Larroy @ 2004-03-23 3:35 ` Andrew Morton 2004-03-23 13:05 ` 2.6.5-rc1-mm1 Marc-Christian Petersen 0 siblings, 1 reply; 20+ messages in thread From: Andrew Morton @ 2004-03-23 3:35 UTC (permalink / raw) To: piotr; +Cc: linux-kernel piotr@larroy.com (Pedro Larroy) wrote: > > On Mon, Mar 22, 2004 at 07:33:27AM -0800, Andrew Morton wrote: > > piotr@larroy.com (Pedro Larroy) wrote: > > > > > > Where would kernel leaked ram be accounted? > > > > /proc/meminfo, /proc/vmstat and /proc/slabinfo. Also sysrq-M. A memory leak was introduced in the ext3 changes. 25-akpm/fs/jbd/commit.c | 8 ++++++++ 1 files changed, 8 insertions(+) diff -puN fs/jbd/commit.c~jbd-move-locked-buffers-leak-fixes fs/jbd/commit.c --- 25/fs/jbd/commit.c~jbd-move-locked-buffers-leak-fixes 2004-03-22 19:34:37.492865816 -0800 +++ 25-akpm/fs/jbd/commit.c 2004-03-22 19:34:41.987182576 -0800 @@ -296,6 +296,13 @@ write_out_data: } } + if (bufs) { + spin_unlock(&journal->j_list_lock); + ll_rw_block(WRITE, bufs, wbuf); + journal_brelse_array(wbuf, bufs); + spin_lock(&journal->j_list_lock); + } + /* * Wait for all previously submitted IO to complete. */ @@ -322,6 +329,7 @@ write_out_data: jh->b_transaction = NULL; jbd_unlock_bh_state(bh); journal_remove_journal_head(bh); + put_bh(bh); } else { jbd_unlock_bh_state(bh); } _ ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: 2.6.5-rc1-mm1 2004-03-23 3:35 ` 2.6.5-rc1-mm1 Andrew Morton @ 2004-03-23 13:05 ` Marc-Christian Petersen 0 siblings, 0 replies; 20+ messages in thread From: Marc-Christian Petersen @ 2004-03-23 13:05 UTC (permalink / raw) To: linux-kernel; +Cc: Andrew Morton, piotr On Tuesday 23 March 2004 04:35, Andrew Morton wrote: Hi Andrew, thanks alot. All is back to normal and running smooth and fine! :) > > > /proc/meminfo, /proc/vmstat and /proc/slabinfo. Also sysrq-M. > A memory leak was introduced in the ext3 changes. > 25-akpm/fs/jbd/commit.c | 8 ++++++++ > 1 files changed, 8 insertions(+) > > diff -puN fs/jbd/commit.c~jbd-move-locked-buffers-leak-fixes > fs/jbd/commit.c --- > 25/fs/jbd/commit.c~jbd-move-locked-buffers-leak-fixes 2004-03-22 > 19:34:37.492865816 -0800 +++ 25-akpm/fs/jbd/commit.c 2004-03-22 > 19:34:41.987182576 -0800 > @@ -296,6 +296,13 @@ write_out_data: > } > } > > + if (bufs) { > + spin_unlock(&journal->j_list_lock); > + ll_rw_block(WRITE, bufs, wbuf); > + journal_brelse_array(wbuf, bufs); > + spin_lock(&journal->j_list_lock); > + } > + > /* > * Wait for all previously submitted IO to complete. > */ > @@ -322,6 +329,7 @@ write_out_data: > jh->b_transaction = NULL; > jbd_unlock_bh_state(bh); > journal_remove_journal_head(bh); > + put_bh(bh); > } else { > jbd_unlock_bh_state(bh); > } ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: 2.6.5-rc1-mm1 2004-03-22 15:33 ` 2.6.5-rc1-mm1 Andrew Morton 2004-03-22 19:54 ` 2.6.5-rc1-mm1 Pedro Larroy @ 2004-03-22 21:29 ` Ed Tomlinson 1 sibling, 0 replies; 20+ messages in thread From: Ed Tomlinson @ 2004-03-22 21:29 UTC (permalink / raw) To: linux-kernel; +Cc: piotr On March 22, 2004 10:33 am, Andrew Morton wrote: > piotr@larroy.com (Pedro Larroy) wrote: > > > > Where would kernel leaked ram be accounted? > > /proc/meminfo, /proc/vmstat and /proc/slabinfo. Also sysrq-M. I also saw problems with KDE and rc1-mm1. Xmm showed vast amounts of memory being allocated. Since I updated to rc1-mm2 this has not reocurred. Ed Tomlinson ^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: 2.6.5-rc1-mm1 2004-03-22 12:53 ` 2.6.5-rc1-mm1 Pedro Larroy 2004-03-22 15:33 ` 2.6.5-rc1-mm1 Andrew Morton @ 2004-03-22 15:38 ` Marc-Christian Petersen 1 sibling, 0 replies; 20+ messages in thread From: Marc-Christian Petersen @ 2004-03-22 15:38 UTC (permalink / raw) To: linux-kernel, piotr; +Cc: Andrew Morton On Monday 22 March 2004 13:53, Pedro Larroy wrote: Hi Pedro, > I think I have an abnormal memory situation, seems all my ram got exhausted > and I don't see it used by userland processes. yeah, I've experienced the same here. My machine starts to swap _very_ early where previous -mm tree's (imho 2.6.4-mm'ish) worked fine. Sorry, no time atm to check this further :( ciao, Marc ^ permalink raw reply [flat|nested] 20+ messages in thread
end of thread, other threads:[~2004-03-23 13:06 UTC | newest] Thread overview: 20+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2004-03-16 9:53 2.6.5-rc1-mm1 Andrew Morton 2004-03-16 10:53 ` 2.6.5-rc1-mm1 - looks better Neil Brown 2004-03-16 12:40 ` 2.6.5-rc1-mm1: IPMI_SMB still doesn't compile Adrian Bunk 2004-03-16 22:31 ` Corey Minyard 2004-03-16 22:58 ` Andrew Morton 2004-03-16 20:14 ` 2.6.5-rc1-mm1 (compile stats) John Cherry 2004-03-16 20:24 ` 2.6.5-rc1-mm1 Marc-Christian Petersen 2004-03-17 10:08 ` 2.6.5-rc1-mm1 reboots before the boot completes Helge Hafting 2004-03-17 10:15 ` Andrew Morton 2004-03-17 14:39 ` Felipe Alfaro Solana 2004-03-17 14:59 ` Helge Hafting 2004-03-17 12:50 ` Felipe Alfaro Solana 2004-03-17 14:14 ` Danny ter Haar 2004-03-22 12:53 ` 2.6.5-rc1-mm1 Pedro Larroy 2004-03-22 15:33 ` 2.6.5-rc1-mm1 Andrew Morton 2004-03-22 19:54 ` 2.6.5-rc1-mm1 Pedro Larroy 2004-03-23 3:35 ` 2.6.5-rc1-mm1 Andrew Morton 2004-03-23 13:05 ` 2.6.5-rc1-mm1 Marc-Christian Petersen 2004-03-22 21:29 ` 2.6.5-rc1-mm1 Ed Tomlinson 2004-03-22 15:38 ` 2.6.5-rc1-mm1 Marc-Christian Petersen
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox