From: "Jaswinder Singh Rajput" <jaswinderlinux@gmail.com>
To: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: "Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>,
"Adrian Bunk" <bunk@kernel.org>,
"Andrew Morton" <akpm@linux-foundation.org>,
"Linus Torvalds" <torvalds@linux-foundation.org>,
"Natalie Protasevich" <protasnb@gmail.com>,
"Kernel Testers List" <kernel-testers@vger.kernel.org>,
"Network Development" <netdev@vger.kernel.org>,
"Linux ACPI" <linux-acpi@vger.kernel.org>,
"Linux PM List" <linux-pm@lists.linux-foundation.org>,
"Linux SCSI List" <linux-scsi@vger.kernel.org>,
"Ingo Molnar" <mingo@elte.hu>
Subject: Re: 2.6.29-rc1: Reported regressions from 2.6.28
Date: Sun, 11 Jan 2009 19:16:32 +0530 [thread overview]
Message-ID: <3f9a31f40901110546h4c069b5dx9726a0fbf8caf5a1@mail.gmail.com> (raw)
In-Reply-To: <XU-8icArWLM.A.UpG.8GfaJB@chimera>
[-- Attachment #1: Type: text/plain, Size: 827 bytes --]
On Sun, Jan 11, 2009 at 4:42 PM, Rafael J. Wysocki <rjw@sisk.pl> wrote:
>
> Regressions with patches
> ------------------------
>
> Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=12428
> Subject : Build error on latest git
> Submitter : Petr Titera <P.Titera@century.cz>
> Date : 2009-01-11 9:49 (1 days old)
> References : http://marc.info/?l=linux-kernel&m=123166856318712&w=4
> Handled-By : Petr Titera <P.Titera@century.cz>
> Patch : http://marc.info/?l=linux-kernel&m=123167509024996&w=4
>
>
This is a wrong fix, asm/smp.h should only be included when CONFIG_SMP
is defined.
I am still in the process of cleaning non-smp data from asm/smp.h for x86
Attach patch is the solution for the time being
Ingo, can you please put this in urgent queue.
Thanks
--
JSR
[-- Attachment #2: 0001-x86-mpparse.c-fix-compilation-error.patch --]
[-- Type: application/octet-stream, Size: 747 bytes --]
From 8e7b0d4ea4458f9966c54551ac0bd79b34d5f935 Mon Sep 17 00:00:00 2001
From: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Date: Sun, 11 Jan 2009 18:30:34 +0530
Subject: [PATCH] x86: mpparse.c fix compilation error
Impact: fix compilation error
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
---
arch/x86/kernel/mpparse.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/x86/kernel/mpparse.c b/arch/x86/kernel/mpparse.c
index 8385d4e..79dae60 100644
--- a/arch/x86/kernel/mpparse.c
+++ b/arch/x86/kernel/mpparse.c
@@ -27,6 +27,7 @@
#include <asm/e820.h>
#include <asm/trampoline.h>
#include <asm/setup.h>
+#include <asm/smp.h>
#include <mach_apic.h>
#ifdef CONFIG_X86_32
--
1.5.6.6
next prev parent reply other threads:[~2009-01-11 13:46 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-11 11:12 2.6.29-rc1: Reported regressions from 2.6.28 Rafael J. Wysocki
2009-01-11 13:46 ` Jaswinder Singh Rajput [this message]
2009-01-11 13:52 ` Ingo Molnar
2009-01-11 19:00 ` Rafael J. Wysocki
[not found] ` <200901112001.00394.rjw-KKrjLPT3xs0@public.gmane.org>
2009-01-13 3:24 ` Jaswinder Singh Rajput
2009-01-13 11:23 ` Rafael J. Wysocki
2009-01-11 13:47 ` Ingo Molnar
2009-01-11 14:22 ` Matthias Heinz
2009-01-11 14:39 ` Matthias Heinz
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=3f9a31f40901110546h4c069b5dx9726a0fbf8caf5a1@mail.gmail.com \
--to=jaswinderlinux@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=bunk@kernel.org \
--cc=kernel-testers@vger.kernel.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@lists.linux-foundation.org \
--cc=linux-scsi@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=netdev@vger.kernel.org \
--cc=protasnb@gmail.com \
--cc=rjw@sisk.pl \
--cc=torvalds@linux-foundation.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).