login
Login
/
Register
Search
Header Space
Forums
News
Jobs
Blogs
Features
Man Pages
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
May
»
9
Re: kernel-testers - finding regressions in the kernel
Previous message: [thread] [
date
] [
author
]
Next message: [thread] [
date
] [
author
]
From:
Rafael J. Wysocki <rjw@...>
To: Ingo Molnar <mingo@...>, Peter Zijlstra <a.p.zijlstra@...>
Cc: brot <schnitzelkuchen@...>, Adrian Bunk <bunk@...>, <kernel-testers@...>, LKML <linux-kernel@...>, Andrew Morton <akpm@...>
Subject:
Re: kernel-testers - finding regressions in the kernel
Date: Friday, May 9, 2008 - 12:22 pm
Peter, Ingo, can you please have a look at this? On Friday, 9 of May 2008, brot wrote:
quoted text
> Adrian Bunk schrieb: > > On Thu, May 08, 2008 at 11:54:34PM +0200, brot wrote: > >> 2008/5/8 Peter Teoh <htmldeveloper@gmail.com>: > >> > >> Recently, I had two different problems: > >> > >> a. For a problem that started since somewher after 2.6.24-rc9 till > >> now, even with the sched-devel git version, the keyboard on entry on > >> my laptop will jump/skip some characters. Sometimes even repeating > >> many times SUDDENLY when I just entered once. That is for Dell > >> Inspiron 9300 (Intel ICH6 chipset, ie, already > 3 years old, with FC7 > >> as the OS). But no such problem for desktop (Intel/AMD alike). But > >> I don't know what to capture in the kernel when such thing happened. > >> > >> > >> Same here. I think that depends heavily on the load. I have boinc > >> running all the time, crunching numbers for worldcommunitygrid. As long > >> as both cores have 100% load, everything is fine. But as soon as another > >> task gets started (compiling kde is a task where this happens, same > >> nice) the keyboard gets sluggish, just like Peter said. Also, sometimes > >> the mp3 player (amarok) stutters. > >> I am getting this since the early 2.6.25 - rc kernels. PC is a amd64 > >> (Opteron 170, 2G Ram) > >> > >> If i can help somehow to debug that i would me more than happy to help. > > > > Assuming you can create a workload with which you can blindly > > distinguish a good kernel from a bad kernel, one of you could > > bisect the problem (first decide here who of you wants to try it): > > > > After you've verified that 2.6.24 is good and both 2.6.25 and the latest > > 2.6.26-rc1-git are bad do: > > > > <-- snip --> > > > > # install git > > > > # clone Linus' tree: > > git clone \ > > git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git > > > > # start bisecting: > > cd linux-2.6 > > git bisect start > > git bisect bad v2.6.25 > > git bisect good v2.6.24 > > cp /path/to/.config . > > > > # start a round > > make oldconfig > > make > > # install kernel, check whether it's good or bad, then: > > git bisect [bad|good] > > # start next round > > > > > > After at about 15 reboots you'll have found the guilty commit > > ("... is first bad commit"). > > > > > > More information on git bisecting: > > man git-bisect > > > > <-- snip --> > > > > You might be busy for several hours, but this has a good chance of > > finding the source of your problem. > > > >> Have a nice day, > >> brot > > > > cu > > Adrian > > > > You were right, i have been busy for the last hours, but i was able to find the source of that problem. > I am not really sure what to do now, but that is what the last git bisect command said: > > brotkastn linux # git bisect bad > 3fe69747dab906cd6a8523230276a9820d6a514f is first bad commit > commit 3fe69747dab906cd6a8523230276a9820d6a514f > Author: Peter Zijlstra <a.p.zijlstra@chello.nl> > Date: Fri Mar 14 20:55:51 2008 +0100 > > sched: min_vruntime fix > > Current min_vruntime tracking is incorrect and will cause serious > problems when we don't run the leftmost task for some reason. > > min_vruntime does two things; 1) it's used to determine a forward > direction when the u64 vruntime wraps, 2) it's used to track the > leftmost vruntime to position newly enqueued tasks from. > > The current logic advances min_vruntime whenever the current task's > vruntime advance. Because the current task may pass the leftmost task > still waiting we're failing the second goal. This causes new tasks to be > placed too far ahead and thus penalizes their runtime. > > Fix this by making min_vruntime the min_vruntime of the waiting tasks by > tracking it in enqueue/dequeue, and compare against current's vruntime > to obtain the absolute minimum when placing new tasks. > > Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> > Signed-off-by: Ingo Molnar <mingo@elte.hu> > > :040000 040000 a4f0b33e63cdb4e46d16d58a72a9d2dfbce88580 a48374666644a94cb33c0caf70604e2e53e0881e M kernel > > I hope my testing was usefull. > > Have a nice day everyone,
Thanks, Rafael --
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:
Re: kernel-testers - finding regressions in the kernel
, Rafael J. Wysocki
, (Fri May 9, 12:22 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-c-programming
linux-driver-devel
linux-ext4
linux-fsdevel
linux-input
linux-kernel
linux-kernel-janitors
linux-kernel-mentors
linux-kernel-newbies
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
ucarp
Optionally limit your search to a specific mailing list.
advanced
Popular discussions
linux-kernel
:
David Miller
[GIT]: Networking
Linus Torvalds
Linux 2.6.26-rc4
Fred .
Please add ZFS support (from GPL sources)
Greg KH
Linux 2.6.25.10
git
:
Alexander Gladysh
[Q] Encrypted GIT?
Kevin Leung
Edit log message after commit
Pietro Mascagni
GIT vs Other: Need argument
Michael Hendricks
removing content from git history
openbsd-misc
:
GVG GVG
ssh_exchange_identification: Connection closed by remote host
Edwin Eyan Moragas
poll(2) vs kqueue(2) performance
Didier Wiroth
win32-codecs, avi and amd64 question
Daniel Ouellet
identifying sparse files and get ride of them trick available?
netbsd-tech-kern
:
Daniel Brewer
Re: fsync performance hit on 1.6.1
Hubert Feyrer
Compressed vnd handling tested successfully
Elad Efrat
Integrating securelevel and kauth(9)
YAMAMOTO Takashi
yamt-km branch
Latest forum posts
Linux Bootup hangs after adding RealTime Premption and HR-Timer
10 hours ago
Linux kernel
SATA 2 size problems
11 hours ago
Windows
problem with 2.6 kernel driver for a USB MAG Stripe Reader as HID device.
23 hours ago
Linux kernel
get_user_pages failure
1 day ago
Linux kernel
Reading linux kernel
1 day ago
Linux kernel
High level of Seagate 2.5" SATA drives failing
1 day ago
Hardware
Resetting the bios password for Toshiba Laptop
1 day ago
Hardware
Linux 2.6.22 slowly RUNS OUT OF LOWMEM
1 day ago
Linux kernel
Questions about modules
2 days ago
Linux kernel
KDB
2 days ago
Linux kernel
Show all forums...
Recent Tags
Linux
Matthew Dillon
Linus Torvalds
2.6.25
bugs
Evgeniy Polyakov
2.0
Christoph Hellwig
Alan Cox
security
ZFS
Greg KH
2.6.26
filesystem
DragonFlyBSD
Theodore T'so
H. Peter Anvin
release
quote
HAMMER
more tags
Colocation donated by:
Who's online
There are currently
4 users
and
1265 guests
online.
Online users
Jeremy
puntmuts
Mr_Z
Simon Rowe
Syndicate
speck-geostationary