login
Login
/
Register
Search
Header Space
Forums
News
Jobs
Blogs
Features
Man Pages
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
March
»
2
Re: 2.6.25-rc: complete lockup on boot/start of X (bisected)
view
thread
Score:
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Marcin Slusarz <marcin.slusarz@...>
To: Peter Zijlstra <a.p.zijlstra@...>
Cc: LKML <linux-kernel@...>, Ingo Molnar <mingo@...>
Subject:
Re: 2.6.25-rc: complete lockup on boot/start of X (bisected)
Date: Sunday, March 2, 2008 - 3:47 pm
On Sun, Mar 02, 2008 at 08:11:11PM +0100, Peter Zijlstra wrote:
quoted text
> > On Sun, 2008-03-02 at 20:00 +0100, Marcin Slusarz wrote: > > Hi > > Since early 2.6.25 days I'm having strange lockup on boot. As it happens > > rarely (in ~10% of boots), I couldn't bisect it. No kernel panic, SysRq > > didn't work, so I couldn't provide any useful informations to LK community. > > I hoped someone else would fix it... :) > > > > It's rc3 so I decided to narrow it down myself. I enabled netconsole > > to see whether some other informations are printed before lockup. > > It didn't help, but I noticed that lockup happens much more frequenly! (~50%) > > So I bisected it down to: > > > > 8f4d37ec073c17e2d4aa8851df5837d798606d6f is first bad commit > > commit 8f4d37ec073c17e2d4aa8851df5837d798606d6f > > Author: Peter Zijlstra <a.p.zijlstra@chello.nl> > > Date: Fri Jan 25 21:08:29 2008 +0100 > > > > sched: high-res preemption tick > > > > Use HR-timers (when available) to deliver an accurate preemption tick. > > > > The regular scheduler tick that runs at 1/HZ can be too coarse when nice > > level are used. The fairness system will still keep the cpu utilisation 'fair' > > by then delaying the task that got an excessive amount of CPU time but try to > > minimize this by delivering preemption points spot-on. > > > > The average frequency of this extra interrupt is sched_latency / nr_latency. > > Which need not be higher than 1/HZ, its just that the distribution within the > > sched_latency period is important. > > > > Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> > > Signed-off-by: Ingo Molnar <mingo@elte.hu> > > > > :040000 040000 ab225228500f7a19d5ad20ca12ca3fc8ff5f5ad1 f1742e1d225a72aecea9d6961ed989b5943d31d8 M arch > > :040000 040000 25d85e4ef7a71b0cc76801a2526ebeb4dce180fe ae61510186b4fad708ef0211ac169decba16d4e5 M include > > :040000 040000 9247cec7dd506c648ac027c17e5a07145aa41b26 950832cc1dc4d30923f593ecec883a06b45d62e9 M kernel > > > > I can't revert it on top of rc3 because of conflicts. > > This should do, I guess. Weird though, I haven't had trouble with this > patch in a long long while. Nor I suppose has Ingo's QA setup.
Ok. It did the trick. But it's temporary fix, right?
quoted text
> Will try if I can reproduce using your .config.
I think this lockup might depend on use of dhcp and/or parallel starting of services...
quoted text
> --- > > diff --git a/kernel/sched.c b/kernel/sched.c > index b73ee9e..02cbf34 100644 > --- a/kernel/sched.c > +++ b/kernel/sched.c > @@ -741,7 +741,7 @@ const_debug unsigned int sysctl_sched_features = > SCHED_FEAT_NEW_FAIR_SLEEPERS * 1 | > SCHED_FEAT_WAKEUP_PREEMPT * 1 | > SCHED_FEAT_START_DEBIT * 1 | > - SCHED_FEAT_HRTICK * 1 | > + SCHED_FEAT_HRTICK * 0 | > SCHED_FEAT_DOUBLE_TICK * 0; > > #define sched_feat(x) (sysctl_sched_features & SCHED_FEAT_##x) > > >
--
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:
2.6.25-rc: complete lockup on boot/start of X (bisected)
, Marcin Slusarz
, (Sun Mar 2, 3:00 pm)
Re: 2.6.25-rc: complete lockup on boot/start of X (bisected)
, Arjan van de Ven
, (Sun Mar 2, 4:00 pm)
Re: 2.6.25-rc: complete lockup on boot/start of X (bisected)
, Marcin Slusarz
, (Sun Mar 2, 4:08 pm)
Re: 2.6.25-rc: complete lockup on boot/start of X (bisected)
, Peter Zijlstra
, (Sun Mar 2, 3:11 pm)
Re: 2.6.25-rc: complete lockup on boot/start of X (bisected)
, Marcin Slusarz
, (Sun Mar 2, 3:47 pm)
Re: 2.6.25-rc: complete lockup on boot/start of X (bisected)
, Peter Zijlstra
, (Sun Mar 2, 3:58 pm)
Re: 2.6.25-rc: complete lockup on boot/start of X (bisected)
, Marcin Slusarz
, (Sun Mar 23, 11:44 am)
Re: 2.6.25-rc: complete lockup on boot/start of X (bisected)
, Peter Zijlstra
, (Sun Mar 23, 11:54 am)
Re: 2.6.25-rc: complete lockup on boot/start of X (bisected)
, Marcin Slusarz
, (Sun Mar 23, 2:46 pm)
Re: 2.6.25-rc: complete lockup on boot/start of X (bisected)
, Peter Zijlstra
, (Sun Mar 23, 3:06 pm)
[PATCH] documentation: nmi_watchdog=2 works on x86_64 (was: ...
, Marcin Slusarz
, (Sun Mar 23, 4:06 pm)
Re: [PATCH] documentation: nmi_watchdog=2 works on x86_64 (w...
, Ingo Molnar
, (Thu Mar 27, 5:51 am)
Re: [PATCH] documentation: nmi_watchdog=2 works on x86_64 (w...
, Yinghai Lu
, (Sun Mar 23, 4:15 pm)
Re: 2.6.25-rc: complete lockup on boot/start of X (bisected)
, Peter Zijlstra
, (Sun Mar 23, 3:09 pm)
Re: 2.6.25-rc: complete lockup on boot/start of X (bisected)
, Marcin Slusarz
, (Sun Mar 23, 3:57 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
:
Eric Paris
TALPA - a threat model? well sorta.
Greg Kroah-Hartman
[PATCH 004/196] Chinese: add translation of SubmittingPatches
Linus Torvalds
Linux 2.6.27-rc8
Rafael J. Wysocki
[Bug #10741] bug in `tty: BKL pushdown'?
git
:
David Brown
Re: Something is broken in repack
H. Peter Anvin
Re: First cut at git port to Cygwin
Kevin Leung
Edit log message after commit
Johannes Schindelin
Re: Official Git Homepage change? Re: git-scm.com
openbsd-misc
:
Richard Stallman
Real men don't attack straw men
GVG GVG
ssh_exchange_identification: Connection closed by remote host
Daniel Ouellet
identifying sparse files and get ride of them trick available?
Michael
Re: running mail server at home
linux-netdev
:
Gerrit Renker
[PATCH 13/37] dccp: Deprecate Ack Ratio sysctl
David Miller
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Jussi Kivilinna
[PATCH 02/14] [cdc_ether] Hardwire CDC descriptors when missing
Denis V. Lunev
[PATCH 12/17 net-2.6.26] [NETNS]: Process /proc/net/rt_cache inside a namespace.
Latest forum posts
make bzImage
10 hours ago
Linux kernel
make bzImage
11 hours ago
Linux kernel
collectl: the one performance monitoring tool for all your needs
13 hours ago
Linux general
Replacing Windows XP bootloader with GRUB bootloader
16 hours ago
Linux general
Anybody know where I can find an embedded sw engineer with good experience in digital video products???
18 hours ago
Windows
Problem in Inserting a module
21 hours ago
Linux kernel
stop process from getting scheduled out
1 day ago
Linux kernel
register_security LSM
1 day ago
Linux kernel
Process activity notification
1 day ago
Linux kernel
How to make my PCIE ATA storage device running in Linux
2 days ago
Linux general
Show all forums...
Recent Tags
more tags
Colocation donated by:
Who's online
There are currently
4 users
and
866 guests
online.
Online users
Jeremy
strcmp
Mr_Z
kingneutron
Syndicate
speck-geostationary