2004-03-16 09:56:09

by Andrew Morton

[permalink] [raw]
Subject: 2.6.5-rc1-mm1


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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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




2004-03-16 12:41:24

by Adrian Bunk

[permalink] [raw]
Subject: 2.6.5-rc1-mm1: IPMI_SMB still doesn't compile

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

2004-03-16 20:14:16

by John Cherry

[permalink] [raw]
Subject: Re: 2.6.5-rc1-mm1 (compile stats)

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/


2004-03-16 20:25:41

by Marc-Christian Petersen

[permalink] [raw]
Subject: Re: 2.6.5-rc1-mm1

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 <[email protected]>
> 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 <[email protected]>

;-)

ciao, Marc


Attachments:
(No filename) (672.00 B)
move-job-control-stuff-tosignal_struct-sparc64-fix.patch (418.00 B)
Download all attachments

2004-03-16 22:36:32

by Corey Minyard

[permalink] [raw]
Subject: Re: 2.6.5-rc1-mm1: IPMI_SMB still doesn't compile

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


2004-03-16 22:57:13

by Andrew Morton

[permalink] [raw]
Subject: Re: 2.6.5-rc1-mm1: IPMI_SMB still doesn't compile

Corey Minyard <[email protected]> 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.

2004-03-17 10:09:39

by Helge Hafting

[permalink] [raw]
Subject: Re: 2.6.5-rc1-mm1 reboots before the boot completes

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

2004-03-17 10:15:31

by Andrew Morton

[permalink] [raw]
Subject: Re: 2.6.5-rc1-mm1 reboots before the boot completes

Helge Hafting <[email protected]> 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 ?

2004-03-17 12:53:36

by Felipe Alfaro Solana

[permalink] [raw]
Subject: Re: 2.6.5-rc1-mm1 reboots before the boot completes

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.


Attachments:
config-P4 (29.07 kB)
config-laptop (22.38 kB)
Download all attachments

2004-03-17 14:40:46

by Felipe Alfaro Solana

[permalink] [raw]
Subject: Re: 2.6.5-rc1-mm1 reboots before the boot completes

On Wed, 2004-03-17 at 11:15, Andrew Morton wrote:
> Helge Hafting <[email protected]> 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 :-)

2004-03-17 14:58:56

by Helge Hafting

[permalink] [raw]
Subject: Re: 2.6.5-rc1-mm1 reboots before the boot completes

Andrew Morton wrote:
> Helge Hafting <[email protected]> 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

2004-03-22 12:53:27

by piotr

[permalink] [raw]
Subject: Re: 2.6.5-rc1-mm1

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/

2004-03-22 15:33:43

by Andrew Morton

[permalink] [raw]
Subject: Re: 2.6.5-rc1-mm1

[email protected] (Pedro Larroy) wrote:
>
> Where would kernel leaked ram be accounted?

/proc/meminfo, /proc/vmstat and /proc/slabinfo. Also sysrq-M.

2004-03-22 15:38:45

by Marc-Christian Petersen

[permalink] [raw]
Subject: Re: 2.6.5-rc1-mm1

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

2004-03-22 19:55:30

by piotr

[permalink] [raw]
Subject: Re: 2.6.5-rc1-mm1

On Mon, Mar 22, 2004 at 07:33:27AM -0800, Andrew Morton wrote:
> [email protected] (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/

2004-03-22 21:29:37

by Ed Tomlinson

[permalink] [raw]
Subject: Re: 2.6.5-rc1-mm1

On March 22, 2004 10:33 am, Andrew Morton wrote:
> [email protected] (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

2004-03-23 03:35:23

by Andrew Morton

[permalink] [raw]
Subject: Re: 2.6.5-rc1-mm1

[email protected] (Pedro Larroy) wrote:
>
> On Mon, Mar 22, 2004 at 07:33:27AM -0800, Andrew Morton wrote:
> > [email protected] (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);
}

_

2004-03-23 13:06:24

by Marc-Christian Petersen

[permalink] [raw]
Subject: Re: 2.6.5-rc1-mm1

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);
> }