linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.0-test7-mm1
@ 2003-10-15  8:36 Andrew Morton
  2003-10-15 15:20 ` 2.6.0-test7-mm1 Luiz Capitulino
                   ` (3 more replies)
  0 siblings, 4 replies; 37+ messages in thread
From: Andrew Morton @ 2003-10-15  8:36 UTC (permalink / raw)
  To: linux-kernel, linux-mm


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

Nothing major here; mainly small fixes.


 linus.patch

 Latest Linus BK

-selectable-logbuf-size.patch
-8139too-edimax.patch
-futex_refs_and_lock_fix.patch
-futex-locking-fix-fix.patch
-node-enumeration-cleanup-01.patch
-node-enumeration-cleanup-02.patch
-node-enumeration-cleanup-03.patch
-node-enumeration-cleanup-04.patch
-node-enumeration-cleanup-05.patch
-node-enumeration-cleanup-fix-01.patch
-compat-ioctl-consolidation.patch
-compat-ioctl-consolidation-job-control-update.patch
-alsa-gameport-fix.patch
-sizeof-in-ioctl-fix.patch
-ax25-timer-cleanup.patch
-calc_vm_trans-commentary.patch
-proc-sys-auxv.patch
-kernel-doc-fixes.patch
-kill-CONFIG_EISA_ALWAYS.patch
-ext3-concurrent-alloc-locking-fix.patch
-dscc4-fixes.patch
-cpufreq-sysfs-oops-fix.patch
-move-job-control-fields.patch
-move-job-control-fields-ia64-fix.patch
-do_no_page-pte_chain_leak-fix.patch
-20-odirect_enable.patch
-21-odirect_cruft.patch
-22-read_proc.patch
-23-write_proc.patch
-24-commit_proc.patch
-25-odirect.patch
-athlon-prefetch-handling.patch
-athlon-prefetch-handling-fix.patch

 Merged

+8139too-poll_controller.patch

 8139too kgb support.

-io-refcount-debugging.patch

 Dropped, too noisy.

+sjcd-usercopy-checks.patch

 copy_*_user retval checks.

+might_sleep-vs-jiffies-wrap.patch

 might_sleep() was broken by the jiffywrap detector.

+selinux-add-policyvers.patch

 SELinux things.

+mandocs-case-fix.patch

 Kernel doc generation fix

+pcibios_test_irq-fix.patch

 Fix an "unhandled interrupt" problem.

+fixmap-in-proc-pid-maps.patch

 Make the special ia32 fixmap area appear in /proc/pid/maps

+ajdtimex-vs-gettimeofday.patch

 Stop gettimeofday() from going backwards due to adjtimex activity.

+i82365-sysfs-ordering-fix.patch

 Fix an oops due to i82365 sysfs handling

+swapon-handle-no-readpage.patch

 Don't swapon files which have no readpage a_op.

+pci_set_power_state-might-sleep.patch

 Debug check.

+reiserfs-url-fixes.patch

 Documentation update.

+numaq-mpc-warning-fix.patch

 NUMAQ compile warning fix

+invalidate_inodes-speedup.patch
+invalidate_inodes-speedup-fixes.patch

 Speed up unmount when there are lots of inodes.

+ide-piix-fallback-fix.patch

 Fix PIIX fallback-to-PIO code

+ext3-i_disksize-locking-fix.patch

 Missed ext3 locking.

+applicom-fixes.patch

 Resource handling fixes

+compat_ioctl-cleanup.patch

 Consolidate the compat code.

+acl-signedness-fix.patch

 Don't do "if (unsigned < 0)"

+saa7134-build-fix.patch

 Fix compile for gcc-2.9x

+ide-write-barrier-support.patch

 IDE write barriers

+jbd-barrier-selection.patch

 Enable the barrier code in ext3.  Use

	mount -o barrier=1
	mount -o barrier=0
	mount -o remount,barrier=1
	mount -o remount,barrier=0

+scale-min_free_kbytes.patch

 Scale min_free_kbytes according to machine size.

+sym-2.1.18f.patch

 Sym driver update.

+CONFIG_STANDALONE-default-to-n.patch

 Make CONFIG_STANDALONE default to "n".

+nosysfs.patch

 Add "nosysfs" boot parameter to nobble sysfs, and save some RAM.

-nfs-O_DIRECT-always-enabled.patch

 Dropped, it was debug.

+4g4g-athlon-prefetch-handling-fix.patch

 Fix 4g/4g for athlon prefetch stuff.

+4g4g-aio-hang-fix.patch

 Fix AIO for the 4g/4g split.

+aio-splice-runlist.patch

 AIO I/O fairness tweak.






All 150 patches


linus.patch

mm.patch
  add -mmN to EXTRAVERSION

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

kgdb-buff-too-big.patch
  kgdb buffer overflow fix

kgdb-warning-fix.patch
  kgdbL warning fix

kgdb-build-fix.patch

kgdb-spinlock-fix.patch

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

kgdb-cpumask_t.patch

kgdb-x86_64-fixes.patch
  x86_64 fixes

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

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

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

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

eepro100-poll-controller.patch

tlan-poll_controller.patch

tulip-poll_controller.patch

tg3-poll_controller.patch
  kgdb: tg3 poll_controller

8139too-poll_controller.patch
  8139too poll controller

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

kgdb-eth-reattach.patch

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

must-fix.patch

should-fix.patch

RD0-initrd-B6.patch

RD1-cdrom_ioctl-B6.patch

RD2-ioctl-B6.patch

RD2-ioctl-B6-fix.patch
  RD2-ioctl-B6 fixes

RD3-cdrom_open-B6.patch

RD4-open-B6.patch

RD5-cdrom_release-B6.patch

RD6-release-B6.patch

RD7-presto_journal_close-B6.patch

RD8-f_mapping-B6.patch

RD9-f_mapping2-B6.patch

RD10-i_sem-B6.patch

RD11-f_mapping3-B6.patch

RD12-generic_osync_inode-B6.patch

RD13-bd_acquire-B6.patch

RD14-generic_write_checks-B6.patch

RD15-I_BDEV-B6.patch

RD16-rest-B6.patch

serio-01-renaming.patch
  serio: rename serio_[un]register_slave_port to __serio_[un]register_port

serio-02-race-fix.patch
  serio: possible race between port removal and kseriod

serio-03-blacklist.patch
  Add black list to handler<->device matching

serio-04-synaptics-cleanup.patch
  Synaptics: code cleanup

serio-05-reconnect-facility.patch
  serio: reconnect facility

serio-06-synaptics-use-reconnect.patch
  Synaptics: use serio_reconnect

acpi_off-fix.patch
  fix acpi=off

cfq-4.patch
  CFQ io scheduler
  CFQ fixes

config_spinline.patch
  uninline spinlocks for profiling accuracy.

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

ppc64-reloc_hide.patch

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

ppc64-sym2-fix.patch
  ppc64 sym2 fix

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

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

fbdev.patch
  framebbuffer driver update

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

radeonfb-line_length-fix.patch
  Radeon framebuffer line length fix

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

ramdisk-cleanup.patch

intel8x0-cleanup.patch
  intel8x0 cleanups

uml-update.patch
  Update UML to 2.6.0-test5

pdflush-diag.patch

kobject-oops-fixes.patch
  fix oopses is kobject parent is removed before child

futex-uninlinings.patch
  futex uninlining

zap_page_range-debug.patch
  zap_page_range() debug

acpi-thinkpad-fix.patch
  APCI fix for thinkpads

scsi-handle-zero-length-requests.patch
  scsi: handle zero-length requests

call_usermodehelper-retval-fix-3.patch
  Make call_usermodehelper report exit status

asus-L5-fix.patch
  Asus L5 framebuffer fix

jffs-use-daemonize.patch

tulip-NAPI-support.patch
  tulip NAPI support

tulip-napi-disable.patch
  tulip NAPI: disable poll in close

get_user_pages-handle-VM_IO.patch

ia32-MSI-support.patch
  Updated ia32 MSI Patches

ia32-MSI-support-tweaks.patch

ia32-efi-support.patch
  EFI support for ia32

CONFIG_ACPI_EFI-defaults-off.patch

ia32-efi-support-warning-fixes.patch

ia32-efi-support-tidy.patch

ia32-efi-other-arch-fix.patch
  fix EFI for ppc64, ia64

support-zillions-of-scsi-disks.patch
  support many SCSI disks

dynamic-irq_vector-allocation.patch
  dynamic irq_vector allocation for ia32

SGI-IOC4-IDE-chipset-support.patch
  Add support for SGI's IOC4 chipset

vma-split-truncate-race-fix.patch
  fix split_vma vs. invalidate_mmap_range_list race

vma-split-truncate-race-fix-tweaks.patch

sparc32-sched_clock.patch

unmap_vmas-warning-fix.patch
  Fix unmap_vmas() compile warning

sjcd-usercopy-checks.patch
  Add missing sjcd uaccess checks

might_sleep-vs-jiffies-wrap.patch
  Fix early __might_sleep() calls

selinux-add-policyvers.patch
  SELINUX: add policyvers to selinuxfs

mandocs-case-fix.patch
  Correct case sensitivity in make mandocs

pcibios_test_irq-fix.patch
  Fix pcibios test IRQ handler return

fixmap-in-proc-pid-maps.patch
  report user-readable fixmap area in /proc/PID/maps

ajdtimex-vs-gettimeofday.patch
  Time precision, adjtime(x) vs. gettimeofday

i82365-sysfs-ordering-fix.patch
  Fix init_i82365 sysfs ordering oops

swapon-handle-no-readpage.patch
  Don't swap to files which do not implement readpage

pci_set_power_state-might-sleep.patch

reiserfs-url-fixes.patch
  reiserfs documentation URL fixes

numaq-mpc-warning-fix.patch
  silence smp_read_mpc_oem() declared static but never defined warning

invalidate_inodes-speedup.patch
  invalidate_inodes speedup

invalidate_inodes-speedup-fixes.patch

ide-piix-fallback-fix.patch
  IDE: PIIX DMA fallback fix

ext3-i_disksize-locking-fix.patch
  ext3: i_disksize locking fix

applicom-fixes.patch
  applicom: fix LEAK, unwind on errors;

compat_ioctl-cleanup.patch
  cleanup of compat_ioctl functions

acl-signedness-fix.patch
  ext2/ext3 acl signeness fixes

saa7134-build-fix.patch
  saa7134-core.c compile fix for old gcc

ide-write-barrier-support.patch
  ide write barrier support

jbd-barrier-selection.patch

scale-min_free_kbytes.patch
  scale the initial value of min_free_kbytes

sym-2.1.18f.patch

CONFIG_STANDALONE-default-to-n.patch
  Make CONFIG_STANDALONE default to N

nosysfs.patch

keyboard-repeat-rate-setting-fix.patch
  keyboard repeat rate setting fix

list_del-debug.patch
  list_del debug check

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

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

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

lockmeter.patch

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

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

4g4g-athlon-prefetch-handling-fix.patch

ppc-fixes.patch
  make mm4 compile on ppc

aic7xxx_old-oops-fix.patch

O_DIRECT-race-fixes-rollup.patch
  DIO fixes forward port and AIO-DIO fix
  O_DIRECT race fixes comments
  O_DRIECT race fixes fix fix fix
  DIO locking rework

O_DIRECT-race-fixes-rework-XFS-fix.patch
  O_DIRECT XFS fix

aio-01-retry.patch
  AIO: Core retry infrastructure
  Fix aio process hang on EINVAL
  AIO: flush workqueues before destroying ioctx'es
  AIO: hold the context lock across unuse_mm
  task task_lock in use_mm()

4g4g-aio-hang-fix.patch
  Fix AIO and 4G-4G hang

aio-refcounting-fix.patch
  aio ref count in io_submit_one

aio-retry-elevated-refcount.patch
  aio: extra ref count during retry

aio-splice-runlist.patch
  Splice AIO runlist for fairer handling of multiple io contexts

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

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

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

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

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

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

O_SYNC-speedup-2.patch
  speed up O_SYNC writes

O_SYNC-speedup-2-f_mapping-fixes.patch

aio-09-o_sync.patch
  aio O_SYNC
  AIO: fix a BUG
  Unify o_sync changes for aio and regular writes
  aio-O_SYNC-fix bits got lost
  aio: writev nr_segs fix
  More AIO O_SYNC related fixes

aio-09-o_sync-f_mapping-fixes.patch

gang_lookup_next.patch
  Change the page gang lookup API

aio-gang_lookup-fix.patch
  AIO gang lookup fixes

aio-O_SYNC-short-write-fix.patch
  Fix for O_SYNC short writes

aio-12-readahead.patch
  AIO: readahead fixes
  aio O_DIRECT no readahead
  Unified page range readahead for aio and regular reads

aio-12-readahead-f_mapping-fix.patch

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




^ permalink raw reply	[flat|nested] 37+ messages in thread
* Re: 2.6.0-test7-mm1
@ 2003-10-15 10:11 Bradley Chapman
  2003-10-15 10:22 ` 2.6.0-test7-mm1 Andrew Morton
  0 siblings, 1 reply; 37+ messages in thread
From: Bradley Chapman @ 2003-10-15 10:11 UTC (permalink / raw)
  To: Andrew Morton; +Cc: linux-kernel

After compiling 2.6.0-test7-mm1, I get the following error after installing the
modules:

if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.6.0-test7-mm1; fi
WARNING: /lib/modules/2.6.0-test7-mm1/kernel/fs/ext2/ext2.ko needs unknown symbol
__blockdev_direct_IO

I checked the filesystem code and the function __blockdev_direct_IO is defined
at fs/direct-io.c, line 1020. However, the EXPORT_SYMBOL() definition uses
"blockdev_direct_IO", not "__blockdev_direct_IO". Grepping the include/linux
directory shows inline definitions for various wrappers for __blockdev_direct_IO,
including "blockdev_direct_IO", in include/linux/fs.h at line 1355. Yet depmod
can't seem to find it for the ext2 module.

Does this have anything to do with Jens Axboe's IDE write barrier/JBD write
barrier work?

Brad



=====
Brad Chapman

Permanent e-mail: kakadu_croc@yahoo.com

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

^ permalink raw reply	[flat|nested] 37+ messages in thread
* Re: 2.6.0-test7-mm1
@ 2003-10-15 12:17 Jan Killius
  0 siblings, 0 replies; 37+ messages in thread
From: Jan Killius @ 2003-10-15 12:17 UTC (permalink / raw)
  To: linux-kernel; +Cc: akpm

Hello,
I'm getting a kernel BUG at include/linux/list.h:149
Here is the log:
Oct 15 13:20:22 deepspace kernel BUG at include/linux/list.h:149!
Oct 15 13:20:22 deepspace invalid operand: 0000 [#1]
Oct 15 13:20:22 deepspace PREEMPT
Oct 15 13:20:22 deepspace CPU:    0
Oct 15 13:20:22 deepspace EIP:    0060:[<c0171a07>]    Tainted: PF  VLI
Oct 15 13:20:22 deepspace EFLAGS: 00210283
Oct 15 13:20:22 deepspace EIP is at generic_forget_inode+0x167/0x190
Oct 15 13:20:22 deepspace eax: de6d53d8   ebx: de6d5650   ecx: d88174ec
edx: de6d5658
Oct 15 13:20:22 deepspace esi: dbaf0000   edi: 0000010a   ebp: d9e9c000
esp: d9e9dd00
Oct 15 13:20:22 deepspace ds: 007b   es: 007b   ss: 0068
Oct 15 13:20:22 deepspace Process kdeinit (pid: 5286,
threadinfo=d9e9c000 task=db0aace0)
Oct 15 13:20:22 deepspace Stack: 00000000 c01593d8 da8df0c0 de6d5650
de6d5650 c0171ab2 de6d5650 c03b1620
Oct 15 13:20:22 deepspace d3aa2bc0 c016e993 de6d5650 de6d5650 da8df180
dbaf0800 da20f580 db5d18d0
Oct 15 13:20:22 deepspace c016ed8c 00000151 da8df180 e0c2dd84 da8df180
db5d18d0 00000000 000c2837
Oct 15 13:20:22 deepspace Call Trace:
Oct 15 13:20:22 deepspace [<c01593d8>] bh_lru_install+0xa8/0xe0
Oct 15 13:20:22 deepspace [<c0171ab2>] iput+0x62/0x90
Oct 15 13:20:22 deepspace [<c016e993>] prune_dcache+0x193/0x1e0
Oct 15 13:20:22 deepspace [<c016ed8c>] shrink_dcache_parent+0x1c/0x30
Oct 15 13:20:22 deepspace [<e0c2dd84>] nfs_lookup_revalidate+0x2d4/0x650
[nfs]
Oct 15 13:20:22 deepspace [<c0159557>] __getblk+0x37/0x70
Oct 15 13:20:22 deepspace [<c0190dd6>] ext3_getblk+0xb6/0x310
Oct 15 13:20:22 deepspace [<c019b983>] ext3fs_dirhash+0xb3/0x170
Oct 15 13:20:22 deepspace [<c01b89d1>] rb_insert_color+0xd1/0xf0
Oct 15 13:20:22 deepspace [<c018e3bf>]
ext3_htree_store_dirent+0x12f/0x1a0
Oct 15 13:20:22 deepspace [<c0191063>] ext3_bread+0x33/0xc0
Oct 15 13:20:22 deepspace [<e0a349b8>]
rpcauth_lookup_credcache+0x1c8/0x2b0 [sunrpc]
Oct 15 13:20:22 deepspace [<e0c2fb20>] nfs_permission+0x0/0x2e0 [nfs]
Oct 15 13:20:22 deepspace [<e0a34b1a>] rpcauth_lookupcred+0x7a/0xb0
[sunrpc]
Oct 15 13:20:22 deepspace [<c0164ae8>] do_lookup+0x68/0xb0
Oct 15 13:20:22 deepspace [<c0164639>] permission+0x49/0x50
Oct 15 13:20:22 deepspace [<c016512e>] link_path_walk+0x5fe/0xa60
Oct 15 13:20:22 deepspace [<c0165ac9>] __user_walk+0x49/0x60
Oct 15 13:20:22 deepspace [<c016075f>] vfs_stat+0x1f/0x60
Oct 15 13:20:22 deepspace [<c018e1bf>] free_rb_tree_fname+0x4f/0x80
Oct 15 13:20:22 deepspace [<c016e1e1>] dput+0x21/0x310
Oct 15 13:20:22 deepspace [<c0160edb>] sys_stat64+0x1b/0x40
Oct 15 13:20:22 deepspace [<c0155ca2>] filp_close+0x52/0x90
Oct 15 13:20:22 deepspace [<c0155d41>] sys_close+0x61/0xa0
Oct 15 13:20:22 deepspace [<c02baba2>] sysenter_past_esp+0x43/0x65
Oct 15 13:20:22 deepspace
Oct 15 13:20:22 deepspace Code: c7 44 24 04 00 00 00 00 c7 44 24 08 00
00 00 00 89 04 24 e8 dc 1d fd ff eb ca e8 65 a6 fa ff eb b9 e8 5e a6 fa
ff e9 15 ff ff ff <0f> 0b 95 00 7d 12 2d c0 e9 c9 fe ff ff 0f 0b 94 00
7d 12 2d c0
Oct 15 13:20:22 deepspace <6>note: kdeinit[5286] exited with
preempt_count 2
Oct 15 13:20:22 deepspace bad: scheduling while atomic!
Oct 15 13:20:22 deepspace Call Trace:
Oct 15 13:20:22 deepspace [<c011c054>] schedule+0x744/0x750
Oct 15 13:20:22 deepspace [<c0146d03>] unmap_page_range+0x43/0x70
Oct 15 13:20:22 deepspace [<c0146f06>] unmap_vmas+0x1d6/0x230
Oct 15 13:20:22 deepspace [<c014aeeb>] exit_mmap+0x7b/0x190
Oct 15 13:20:22 deepspace [<c011dc79>] mmput+0x79/0xf0
Oct 15 13:20:22 deepspace [<c0121ea2>] do_exit+0x122/0x3f0
Oct 15 13:20:22 deepspace [<c010b9e0>] do_invalid_op+0x0/0xc0
Oct 15 13:20:22 deepspace [<c010b719>] die+0xf9/0x100
Oct 15 13:20:22 deepspace [<c010ba93>] do_invalid_op+0xb3/0xc0
Oct 15 13:20:22 deepspace [<c0171a07>] generic_forget_inode+0x167/0x190
Oct 15 13:20:22 deepspace [<e0c3ae9b>] nfs3_proc_lookup+0xbb/0x220 [nfs]
Oct 15 13:20:22 deepspace [<c0139999>] find_get_pages+0x39/0x80
Oct 15 13:20:22 deepspace [<c01435ee>] pagevec_lookup+0x2e/0x40
Oct 15 13:20:22 deepspace [<c0143ac6>]
invalidate_mapping_pages+0x66/0xf0
Oct 15 13:20:22 deepspace [<c02bb623>] error_code+0x2f/0x38
Oct 15 13:20:22 deepspace [<c0171a07>] generic_forget_inode+0x167/0x190
Oct 15 13:20:22 deepspace [<c01593d8>] bh_lru_install+0xa8/0xe0
Oct 15 13:20:22 deepspace [<c0171ab2>] iput+0x62/0x90
Oct 15 13:20:22 deepspace [<c016e993>] prune_dcache+0x193/0x1e0
Oct 15 13:20:22 deepspace [<c016ed8c>] shrink_dcache_parent+0x1c/0x30
Oct 15 13:20:22 deepspace [<e0c2dd84>] nfs_lookup_revalidate+0x2d4/0x650
[nfs]
Oct 15 13:20:22 deepspace [<c0159557>] __getblk+0x37/0x70
Oct 15 13:20:22 deepspace [<c0190dd6>] ext3_getblk+0xb6/0x310
Oct 15 13:20:22 deepspace [<c019b983>] ext3fs_dirhash+0xb3/0x170
Oct 15 13:20:22 deepspace [<c01b89d1>] rb_insert_color+0xd1/0xf0
Oct 15 13:20:22 deepspace [<c018e3bf>]
ext3_htree_store_dirent+0x12f/0x1a0
Oct 15 13:20:22 deepspace [<c0191063>] ext3_bread+0x33/0xc0
Oct 15 13:20:22 deepspace [<e0a349b8>]
rpcauth_lookup_credcache+0x1c8/0x2b0 [sunrpc]
Oct 15 13:20:22 deepspace [<e0c2fb20>] nfs_permission+0x0/0x2e0 [nfs]
Oct 15 13:20:22 deepspace [<e0a34b1a>] rpcauth_lookupcred+0x7a/0xb0
[sunrpc]
Oct 15 13:20:22 deepspace [<c0164ae8>] do_lookup+0x68/0xb0
Oct 15 13:20:22 deepspace [<c0164639>] permission+0x49/0x50
Oct 15 13:20:22 deepspace [<c016512e>] link_path_walk+0x5fe/0xa60
Oct 15 13:20:22 deepspace [<c0165ac9>] __user_walk+0x49/0x60
Oct 15 13:20:22 deepspace [<c016075f>] vfs_stat+0x1f/0x60
Oct 15 13:20:22 deepspace [<c018e1bf>] free_rb_tree_fname+0x4f/0x80
Oct 15 13:20:22 deepspace [<c016e1e1>] dput+0x21/0x310
Oct 15 13:20:22 deepspace [<c0160edb>] sys_stat64+0x1b/0x40
Oct 15 13:20:22 deepspace [<c0155ca2>] filp_close+0x52/0x90
Oct 15 13:20:22 deepspace [<c0155d41>] sys_close+0x61/0xa0
Oct 15 13:20:22 deepspace [<c02baba2>] sysenter_past_esp+0x43/0x65
Oct 15 13:20:22 deepspace

-- 
Greets
Jan Killius

^ permalink raw reply	[flat|nested] 37+ messages in thread
* Re: 2.6.0-test7-mm1
@ 2003-10-16 14:44 Steven Pratt
  2003-10-16 14:58 ` 2.6.0-test7-mm1 Andrew Morton
                   ` (2 more replies)
  0 siblings, 3 replies; 37+ messages in thread
From: Steven Pratt @ 2003-10-16 14:44 UTC (permalink / raw)
  To: linux-kernel, Andrew Morton

On reboot after heavy IO loads (tiobench) I keep getting the following 
oops. Happens right after the "turning off swap" message. Root FS is 
ext3, but the oops has happened while testing ext2 and ext3 with 
tiobench(xfs, jfs and rieser still to come).

kernel BUG at include/linux/list.h:148!
invalid operand: 0000 [#1]
SMP
CPU:    2
EIP:    0060:[<c01756f7>]    Not tainted VLI
EFLAGS: 00010213
EIP is at __iget+0x67/0x80
eax: 00000000   ebx: f7528cb8   ecx: f767359c   edx: f7673594
esi: c6668400   edi: 0005dc97   ebp: f7c445f8   esp: f6c6fe40
ds: 007b   es: 007b   ss: 0068
Process S20reboot (pid: 20537, threadinfo=f6c6e000 task=f752d900)
Stack: f7673594 c017644b f7673594 f7c445f8 0005dc97 0005dc97 f29ee2c0 
c6668400
       f29ee2c0 c019d16b c6668400 0005dc97 f76f61dc fffffff4 f76ffa28 
f76ff9b4
       c0169cef f76ff9b4 f29ee2c0 f6c6ff38 00000000 f6c6ff38 f7fde760 
f6c6fee4
Call Trace:
 [<c017644b>] iget_locked+0x6b/0xc0
 [<c019d16b>] ext3_lookup+0x6b/0xd0
 [<c0169cef>] real_lookup+0xcf/0x100
 [<c0169fa6>] do_lookup+0xa6/0xc0
 [<c016a413>] link_path_walk+0x453/0x8b0
 [<c016ad99>] __user_walk+0x49/0x60
 [<c0165d6f>] vfs_stat+0x1f/0x60
 [<c016650b>] sys_stat64+0x1b/0x40
 [<c04103df>] syscall_call+0x7/0xb

Code: 04 a1 10 92 48 c0 89 48 04 89 42 08 c7 41 04 10 92 48 c0 89 0d 10 
92 48

Steve


^ permalink raw reply	[flat|nested] 37+ messages in thread
[parent not found: <20031016083124.45a171a5.akpm@osdl.org>]

end of thread, other threads:[~2003-10-19 14:16 UTC | newest]

Thread overview: 37+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-15  8:36 2.6.0-test7-mm1 Andrew Morton
2003-10-15 15:20 ` 2.6.0-test7-mm1 Luiz Capitulino
2003-10-15 15:42 ` 2.6.0-test7-mm1 Luiz Capitulino
2003-10-15 16:55   ` 2.6.0-test7-mm1 William Lee Irwin III
2003-10-15 21:40     ` 2.6.0-test7-mm1 William Lee Irwin III
2003-10-16 15:11       ` 2.6.0-test7-mm1 Luiz Capitulino
2003-10-17  8:58     ` 2.6.0-test7-mm1 Kirill Korotaev
2003-10-17  9:10       ` 2.6.0-test7-mm1 William Lee Irwin III
2003-10-17 12:02       ` 2.6.0-test7-mm1 Luiz Capitulino
2003-10-15 16:39 ` 2.6.0-test7-mm1 (compile stats) John Cherry
2003-10-15 17:52   ` William Lee Irwin III
2003-10-18 17:43 ` 2.6.0-test7-mm1 Thomas Schlichter
2003-10-18 17:50   ` 2.6.0-test7-mm1 Andrew Morton
  -- strict thread matches above, loose matches on Subject: below --
2003-10-15 10:11 2.6.0-test7-mm1 Bradley Chapman
2003-10-15 10:22 ` 2.6.0-test7-mm1 Andrew Morton
2003-10-15 12:34   ` 2.6.0-test7-mm1 Bradley Chapman
2003-10-15 12:46     ` 2.6.0-test7-mm1 Tim Schmielau
2003-10-15 12:53       ` 2.6.0-test7-mm1 Bradley Chapman
2003-10-15 17:28     ` 2.6.0-test7-mm1 Andrew Morton
2003-10-15 17:40       ` 2.6.0-test7-mm1 Ben Collins
2003-10-15 17:53         ` 2.6.0-test7-mm1 Andrew Morton
2003-10-16  2:25           ` 2.6.0-test7-mm1 Ben Collins
2003-10-16 14:04             ` 2.6.0-test7-mm1 Anton Blanchard
2003-10-18 12:39             ` 2.6.0-test7-mm1 Kristian Høgsberg
2003-10-18 13:27               ` 2.6.0-test7-mm1 Ben Collins
2003-10-15 21:14   ` 2.6.0-test7-mm1 Alexander Hoogerhuis
2003-10-15 21:44     ` 2.6.0-test7-mm1 Andrew Morton
2003-10-15 12:17 2.6.0-test7-mm1 Jan Killius
2003-10-16 14:44 2.6.0-test7-mm1 Steven Pratt
2003-10-16 14:58 ` 2.6.0-test7-mm1 Andrew Morton
2003-10-16 23:13   ` 2.6.0-test7-mm1 Steven Pratt
2003-10-17  7:23   ` 2.6.0-test7-mm1 Kirill Korotaev
2003-10-16 14:58 ` 2.6.0-test7-mm1 William Lee Irwin III
2003-10-19 14:16 ` 2.6.0-test7-mm1 Alexander Hoogerhuis
     [not found] <20031016083124.45a171a5.akpm@osdl.org>
2003-10-17  7:03 ` 2.6.0-test7-mm1 Bradley Chapman
2003-10-17  7:25   ` 2.6.0-test7-mm1 Andrew Morton
2003-10-17  9:15     ` 2.6.0-test7-mm1 Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).