kernel-testers.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rjw-KKrjLPT3xs0@public.gmane.org>
To: "Eric W. Biederman" <ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org>
Cc: Linux Kernel Mailing List
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Kernel Testers List
	<kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	Maciej Rutecki
	<maciej.rutecki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	David Hill <hilld-HTiBYHdybX7UkGsOFmftXw@public.gmane.org>,
	"H. Peter Anvin" <hpa-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>,
	"H. Peter Anvin" <hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>
Subject: Re: [Bug #16173] After uncompressing the kernel, at boot time, the server hangs.
Date: Mon, 30 Aug 2010 19:24:06 +0200	[thread overview]
Message-ID: <201008301924.06603.rjw@sisk.pl> (raw)
In-Reply-To: <m1wrr9asjx.fsf-+imSwln9KH6u2/kzUuoCbdi2O/JbrIOy@public.gmane.org>

On Monday, August 30, 2010, Eric W. Biederman wrote:
> "Rafael J. Wysocki" <rjw-KKrjLPT3xs0@public.gmane.org> writes:
> 
> > On Monday, August 30, 2010, Eric W. Biederman wrote:
> >> "Rafael J. Wysocki" <rjw-KKrjLPT3xs0@public.gmane.org> writes:
> >> 
> >> > This message has been generated automatically as a part of a report
> >> > of regressions introduced between 2.6.34 and 2.6.35.
> >> >
> >> > The following bug entry is on the current list of known regressions
> >> > introduced between 2.6.34 and 2.6.35.  Please verify if it still should
> >> > be listed and let the tracking team know (either way).
> >> >
> >> 
> >> Looks like it's fixed.
> >
> > Good.  What mainlne commit is that?
> 
> commit 910081322bf9c4ed392dc8f2ecbc33fdb42a2958
> Author: Eric W. Biederman <ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org>
> Date:   Wed Aug 4 12:51:11 2010 -0700
> 
>     x86/apic: Map the local apic when parsing the MP table.
>     
>     This fixes a regression in 2.6.35 from 2.6.34, that is
>     present for select models of Intel cpus when people are
>     using an MP table.
>     
>     The commit cf7500c0ea133d66f8449d86392d83f840102632
>     "x86, ioapic: In mpparse use mp_register_ioapic" started
>     calling mp_register_ioapic from MP_ioapic_info.  An extremely
>     simple change that was obviously correct.  Unfortunately
>     mp_register_ioapic did just a little more than the previous
>     hand crafted code and so we gained this call path.
>     
>     The problem call path is:
>     MP_ioapic_info()
>       mp_register_ioapic()
>        io_apic_unique_id()
>          io_apic_get_unique_id()
>            get_physical_broadcast()
>              modern_apic()
>                lapic_get_version()
>                  apic_read(APIC_LVR)
>     
>     Which turned out to be a problem because the local apic
>     was not mapped, at that point, unlike the similar point
>     in the ACPI parsing code.
>     
>     This problem is fixed by mapping the local apic when
>     parsing the mptable as soon as we reasonably can.
>     
>     Looking at the number of places we setup the fixmap for
>     the local apic, I see some serious simplification opportunities.
>     For the moment except for not duplicating the setting up of the
>     fixmap in init_apic_mappings, I have not acted on them.
>     
>     The regression from 2.6.34 is tracked in bug
>     https://bugzilla.kernel.org/show_bug.cgi?id=16173
>     
>     Cc: stable-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
>     Reported-by: David Hill <hilld-HTiBYHdybX7UkGsOFmftXw@public.gmane.org>
>     Reported-by: Tvrtko Ursulin <tvrtko.ursulin-j34lQMj1tz/QT0dZR+AlfA@public.gmane.org>
>     Tested-by: Tvrtko Ursulin <tvrtko.ursulin-j34lQMj1tz/QT0dZR+AlfA@public.gmane.org>
>     Signed-off-by: Eric W. Biederman <ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org>

Thanks, closed.

Rafael

  parent reply	other threads:[~2010-08-30 17:24 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-29 22:57 2.6.36-rc3: Reported regressions 2.6.34 -> 2.6.35 Rafael J. Wysocki
2010-08-29 22:57 ` [Bug #16173] After uncompressing the kernel, at boot time, the server hangs Rafael J. Wysocki
2010-08-29 23:24   ` Eric W. Biederman
     [not found]     ` <m11v9hc8a1.fsf-+imSwln9KH6u2/kzUuoCbdi2O/JbrIOy@public.gmane.org>
2010-08-29 23:28       ` Rafael J. Wysocki
     [not found]         ` <201008300128.34970.rjw-KKrjLPT3xs0@public.gmane.org>
2010-08-29 23:49           ` Eric W. Biederman
     [not found]             ` <m1wrr9asjx.fsf-+imSwln9KH6u2/kzUuoCbdi2O/JbrIOy@public.gmane.org>
2010-08-30  9:31               ` Florian Mickler
2010-08-30  9:31               ` Florian Mickler
2010-08-30 17:24               ` Rafael J. Wysocki [this message]
2010-08-29 23:13 ` [Bug #16228] BUG/boot failure on Dell Precision T3500 (pci/ahci_stop_engine) Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16221] 2.6.35-rc2-git5 -- [drm:drm_mode_getfb] *ERROR* invalid framebuffer id Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16184] Container, X86-64, i386, iptables rule Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16265] Why is kslowd accumulating so much CPU time? Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16312] WARNING: at fs/fs-writeback.c:1127 __mark_inode_dirty Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16307] i915 in kernel 2.6.35-rc3, high number of wakeups Rafael J. Wysocki
2010-08-31  2:19   ` Kan-Ru Chen
     [not found]     ` <AANLkTi=bLAr=9E6-nfn8r_qGNfxYCXADoA0M9PzWHLmy-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-08-31  7:38       ` Enrico Bandiello
2010-08-29 23:13 ` [Bug #16322] WARNING: at /arch/x86/include/asm/processor.h:1005 read_measured_perf_ctrs+0x5a/0x70() Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16323] 2.6.35-rc3-git4 - kernel/sched.c:616 invoked rcu_dereference_check() without protection! Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16380] Loop devices act strangely in 2.6.35 Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16396] [bisected] resume from suspend freezes system Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16337] general protection fault: 0000 [#1] SMP Rafael J. Wysocki
2010-08-29 23:52   ` Justin P. Mattock
     [not found]     ` <4C7AF2C4.9040507-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2010-08-30  7:38       ` Pauli Nieminen
     [not found]         ` <AANLkTinzVmtWhhvuRNcKF1xKs+L=Lw0DT2osDxcbA6ze-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-08-30 17:26           ` Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16393] kernel BUG at fs/block_dev.c:765! Rafael J. Wysocki
2010-08-30  0:56   ` Markus Trippelsdorf
     [not found]     ` <20100830005604.GA1573-joY5NpejW+GrL9V6ONEM4BEuVrUMthLZ@public.gmane.org>
2010-08-30  9:32       ` Florian Mickler
2010-08-29 23:13 ` [Bug #16405] Brightness Adjustment on Toshiba nb305 Netbooks is non-functional Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16400] 2.6.35-rc5 inconsistent lock state Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16399] perf failed with kernel 2.6.35-rc Rafael J. Wysocki
2010-08-30  9:12   ` Peter Zijlstra
2010-08-30 13:56     ` Florian Mickler
2010-08-30 13:56     ` Florian Mickler
2010-08-30 17:32     ` Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16423] netfilter/iptables stopped logging 2.6.35-rc Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16406] Badness with the kernel version 2.6.35-rc1-git1 running on P6 box Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16462] unable to connect to AP on legal channel 13 Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16495] Kernel 2.6.35 takes almost half an hour to boot Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16448] 2.6.35-rc5 panic at __br_deliver+0x64/0xe0 with kvm bridge networking Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16505] 2.6.34.2 breaks b43 Rafael J. Wysocki
2010-08-30  0:41   ` Larry Finger
     [not found]     ` <4C7AFE2C.1080204-tQ5ms3gMjBLk1uMJSBkQmQ@public.gmane.org>
2010-08-30 14:21       ` Florian Mickler
2010-08-30 17:34       ` Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16488] [i915] Framebuffer ID error after suspend/hibernate leading to X crash Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16458] Bluetooth disabled after resume Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16506] 2.6.35.0 compilation errors and excessive warnings Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16525] unexpected high load since 2.6.35 Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16515] Radeon rv280 can't boot on kernel 2.6.35 Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16537] TREE_RCU hangs at boot Rafael J. Wysocki
2010-08-30  8:08   ` Rolf Eike Beer
     [not found]     ` <201008301008.02137.eike-kernel-F+mm6HnICJmzQB+pC5nmwQ@public.gmane.org>
2010-08-30 17:35       ` Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16613] i8042 kernel module failed to load after unloading Rafael J. Wysocki
2010-08-30  5:13   ` Victor Seryodkin
     [not found]     ` <AANLkTinruBeRL6im9qG3Y6jqKiYujzpLoAA-v1qDz34S-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2010-08-30  9:34       ` Florian Mickler
2010-08-29 23:13 ` [Bug #16562] 2.6.35: cpu_idle bug report / on i7 870 cpu (x86_64) Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16549] 2.6.35: suspicious rcu_dereference_check() usage Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16536] audio stop playing after while Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16620] [REGRESSION 2.6.35+] crash (maybe kmemleak related) Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16614] [2.6.35] usb 2.0 em28xx kernel panic general protection fault: 0000 [#1] SMP RIP: 0010:[<ffffffffa004fbc5>] [<ffffffffa004fbc5>] em28xx_isoc_copy_vbi+0x62e/0x812 [em28xx] Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16633] ath5k + 2.6.35 x86 + hostapd - Failed to set channel Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16691] IPW5100: iwlagn broken with 2.6.34.x to 2.6.35.2 update Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #16771] [Bisected Regression in 2.6.35] A full tmpfs filesystem causes hibernationto hang Rafael J. Wysocki
2010-08-31 14:40   ` [Bug #16771] [Bisected Regression in 2.6.35] A full tmpfs filesystemcauses " M. Vefa Bicakci
     [not found]     ` <4C7D146E.8020601-qUEp0r/b3FNfOZc0+OmrVg@public.gmane.org>
2010-08-31 20:19       ` Rafael J. Wysocki
     [not found]         ` <201008312219.39694.rjw-KKrjLPT3xs0@public.gmane.org>
2010-09-01  1:28           ` KOSAKI Motohiro
     [not found]             ` <20100901102757.974A.A69D9226-+CUm20s59erQFUHtdCDX3A@public.gmane.org>
2010-09-01 19:35               ` Rafael J. Wysocki
2010-08-29 23:13 ` [Bug #17071] possible esata regression in 2.6.35 Rafael J. Wysocki
  -- strict thread matches above, loose matches on Subject: below --
2010-08-01 13:46 2.6.35-rc6-git6: Reported regressions from 2.6.34 Rafael J. Wysocki
2010-08-01 13:46 ` [Bug #16173] After uncompressing the kernel, at boot time, the server hangs Rafael J. Wysocki
2010-07-23 11:42 2.6.35-rc6: Reported regressions from 2.6.34 Rafael J. Wysocki
2010-07-23 11:42 ` [Bug #16173] After uncompressing the kernel, at boot time, the server hangs Rafael J. Wysocki
2010-07-23 12:33   ` Eric W. Biederman
2010-07-08 23:33 2.6.35-rc4-git3: Reported regressions from 2.6.34 Rafael J. Wysocki
2010-07-08 23:41 ` [Bug #16173] After uncompressing the kernel, at boot time, the server hangs Rafael J. Wysocki
2010-06-20 22:11 2.6.35-rc3: Reported regressions from 2.6.34 Rafael J. Wysocki
2010-06-20 22:17 ` [Bug #16173] After uncompressing the kernel, at boot time, the server hangs Rafael J. Wysocki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201008301924.06603.rjw@sisk.pl \
    --to=rjw-kkrjlpt3xs0@public.gmane.org \
    --cc=ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org \
    --cc=hilld-HTiBYHdybX7UkGsOFmftXw@public.gmane.org \
    --cc=hpa-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
    --cc=hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org \
    --cc=kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=maciej.rutecki-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).