login
Login
/
Register
Search
Header Space
Forums
News
Jobs
Blogs
Features
Man Pages
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
October
»
2
Re: PROBLEM: high load average when idle
view
thread
Score:
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Chuck Ebbert <cebbert@...>
To: Andrew Morton <akpm@...>
Cc: Anders Boström <anders@...>, <linux-kernel@...>, <arjan@...>, <torvalds@...>
Subject:
Re: PROBLEM: high load average when idle
Date: Tuesday, October 2, 2007 - 6:33 pm
On 10/02/2007 06:07 PM, Andrew Morton wrote:
quoted text
> On Tue, 02 Oct 2007 23:37:31 +0200 (CEST) > Anders Bostr__m <anders@bostrom.dyndns.org> wrote: > >> My computer suffers from high load average when the system is idle, >> introduced by commit 44d306e1508fef6fa7a6eb15a1aba86ef68389a6 . >> >> Long story: >> >> 2.6.20 and all later versions I've tested, including 2.6.21 and >> 2.6.22, make the load average high. Even when the computer is totally >> idle (I've tested in single user mode), the load average end up >> at ~0.30. The computer is still responsive, and the only fault seems >> to be the too high load average. All versions up to and including >> 2.6.19.7 is fine, and don't suffer from the problem. >> >> I git bisect between 2.6.19 and 2.6.20 gave me >> 44d306e1508fef6fa7a6eb15a1aba86ef68389a6 "[PATCH] user of the jiffies >> rounding code: JBD" as the first patch with the >> problem. 2.6.20 with 44d306e1508fef6fa7a6eb15a1aba86ef68389a6 reverted >> works fine. 2.6.23-rc8 with 44d306e1508fef6fa7a6eb15a1aba86ef68389a6 >> reverted also works fine. >> >> This fixes the problem: >> >> -------------------------- fs/jbd/transaction.c ----------------------------- >> index cceaf57..d38e0d5 100644 >> @@ -55,7 +55,7 @@ get_transaction(journal_t *journal, transaction_t *transaction) >> spin_lock_init(&transaction->t_handle_lock); >> >> /* Set up the commit timer for the new transaction. */ >> - journal->j_commit_timer.expires = round_jiffies(transaction->t_expires); >> + journal->j_commit_timer.expires = transaction->t_expires; >> add_timer(&journal->j_commit_timer); >> >> J_ASSERT(journal->j_running_transaction == NULL); >> >> >> I've only seen this problem on my home desktop computer. My work >> desktop computer and several other computers at work don't suffer from >> this problem. However, all other computers I've tested on is using >> AMD64 as architecture, and not i386 as my home desktop computer. >> >> Please let me know how I can assist in further debugging of this, if >> needed. > > This is unexpected. High load average is due to either a task chewing a > lot of CPU time or a task stuck in uninterruptible sleep. >
Or, everybody wakes up at once right when we are taking a sample. :) -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
PROBLEM: high load average when idle
, Anders
, (Tue Oct 2, 5:37 pm)
Re: PROBLEM: high load average when idle
, Thorsten Kranzkowski
, (Wed Oct 3, 5:40 am)
Re: PROBLEM: high load average when idle
, Arjan van de Ven
, (Tue Oct 2, 7:13 pm)
Re: PROBLEM: high load average when idle
, Anders
, (Wed Oct 3, 3:04 am)
Re: PROBLEM: high load average when idle
, Andrew Morton
, (Tue Oct 2, 6:07 pm)
Re: PROBLEM: high load average when idle
, Anders
, (Wed Oct 3, 2:34 pm)
Re: PROBLEM: high load average when idle
, Chuck Ebbert
, (Tue Oct 2, 6:33 pm)
Re: PROBLEM: high load average when idle
, Arjan van de Ven
, (Tue Oct 2, 7:26 pm)
Re: PROBLEM: high load average when idle
, Chuck Ebbert
, (Wed Oct 3, 1:32 pm)
Re: PROBLEM: high load average when idle
, Linus Torvalds
, (Wed Oct 3, 2:02 pm)
Re: PROBLEM: high load average when idle
, Anders
, (Wed Oct 3, 4:15 pm)
Re: PROBLEM: high load average when idle
, Arjan van de Ven
, (Wed Oct 3, 2:20 pm)
Re: PROBLEM: high load average when idle
, Linus Torvalds
, (Wed Oct 3, 2:28 pm)
Re: PROBLEM: high load average when idle
, Arjan van de Ven
, (Wed Oct 3, 2:29 pm)
Re: PROBLEM: high load average when idle
, Linus Torvalds
, (Tue Oct 2, 6:32 pm)
Re: PROBLEM: high load average when idle
, Arjan van de Ven
, (Tue Oct 2, 7:19 pm)
Re: PROBLEM: high load average when idle
, Mark Lord
, (Tue Oct 2, 6:46 pm)
Re: PROBLEM: high load average when idle
, Arjan van de Ven
, (Tue Oct 2, 7:22 pm)
Re: PROBLEM: high load average when idle
, Mark Lord
, (Tue Oct 2, 7:40 pm)
Re: PROBLEM: high load average when idle
, Arjan van de Ven
, (Tue Oct 2, 6:39 pm)
Navigation
Create content
Mailing list archives
Recent posts
Mail archive search
Enter your search terms.
all mailing lists
alsa-devel
dragonflybsd-bugs
dragonflybsd-commit
dragonflybsd-docs
dragonflybsd-kernel
dragonflybsd-submit
dragonflybsd-user
freebsd-announce
freebsd-bugs
freebsd-chat
freebsd-cluster
freebsd-current
freebsd-drivers
freebsd-embeded
freebsd-fs
freebsd-hackers
freebsd-hardware
freebsd-mobile
freebsd-net
freebsd-performance
freebsd-pf
freebsd-security
freebsd-security-notifications
freebsd-threads
git
git-commits-head
linux-activists
linux-arm
linux-ath5k-devel
linux-btrfs
linux-c-programming
linux-driver-devel
linux-ext4
linux-fsdevel
linux-ia64
linux-input
linux-kernel
linux-kernel-janitors
linux-kernel-mentors
linux-kernel-newbies
linux-kvm
linux-net
linux-netdev
linux-newbie
linux-nfs
linux-raid
linux-scsi
linux-security-module
linux-sparse
linux-usb
linux-usb-devel
madwifi-devel
netbsd-announce
netbsd-tech-kern
openbsd-announce
openbsd-bugs
openbsd-ipv6
openbsd-misc
openbsd-security-announce
openbsd-smp
openbsd-source-changes
openbsd-tech
openfabrics-general
openmoko-community
openmoko-devel
openmoko-kernel
reiserfs-devel
tux3
ucarp
Optionally limit your search to a specific mailing list.
advanced
Popular discussions
linux-kernel
:
Linus Torvalds
Linux 2.6.27-rc8
Jared Hulbert
[PATCH 00/10] AXFS: Advanced XIP filesystem
Eric Paris
Re: [malware-list] [RFC 0/5] [TALPA] Intro to a linux interface for on access scan...
Greg KH
[GIT PATCH] driver core patches against 2.6.24
git
:
Jakub Narebski
Re: VCS comparison table
Junio C Hamano
Re: [PATCH 0/2] Making "git commit" to mean "git commit -a".
Toby White
Using Filemerge.app as a git-diff viewer
Ismail
Re: [ANNOUNCE] GIT 1.5.3-rc4
openbsd-misc
:
Leon Dippenaar
New tcp stack attack
Richard Stallman
Real men don't attack straw men
Predrag Punosevac
Skype on the OpenBSD
GVG GVG
ssh_exchange_identification: Connection closed by remote host
linux-netdev
:
Hugh Dickins
Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin"
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Jon Smirl
e1000 tcp checksum incorrect, x86 64b
David Miller
[GIT]: Networking
Latest forum posts
Easter Eggs in windows XP
1 hour ago
Windows
Kernel Module Oops! TRICKY PROBLEM!
1 hour ago
Linux kernel
usb mic not detected
16 hours ago
Applications and Utilities
linux-2.6.10
23 hours ago
Linux kernel
How to detect usb device insertioin and removal event ?
1 day ago
Linux general
Extended configuration Read/Write
1 day ago
Windows
Add ext2 inode field
1 day ago
Linux kernel
the kernel how to power off the machine
1 day ago
Linux kernel
struct gendisk via request_queue
2 days ago
Linux kernel
page initialization during kernel initialization
3 days ago
Linux kernel
Show all forums...
Recent Tags
2.6.27-rc8
quote
bugs
-rc8
Linux
2.6.27
Intel
Linus Torvalds
-rc
more tags
Colocation donated by:
Who's online
There are currently
6 users
and
1356 guests
online.
Online users
Jeremy
Anusha
kingneutron
lord.t
strcmp
tuomoks
Syndicate
speck-geostationary