From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755028AbYLIOcc (ORCPT ); Tue, 9 Dec 2008 09:32:32 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752918AbYLIOcX (ORCPT ); Tue, 9 Dec 2008 09:32:23 -0500 Received: from victor.provo.novell.com ([137.65.250.26]:48812 "EHLO victor.provo.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752815AbYLIOcW (ORCPT ); Tue, 9 Dec 2008 09:32:22 -0500 Message-ID: <493E8246.1090309@novell.com> Date: Tue, 09 Dec 2008 09:35:50 -0500 From: Gregory Haskins User-Agent: Thunderbird 2.0.0.18 (X11/20081112) MIME-Version: 1.0 To: Ingo Molnar CC: Steven Rostedt , Peter Zijlstra , LKML Subject: Re: [git pull] RT scheduler updates for tip References: <493939B1.40506@novell.com> <20081208143228.GF14856@elte.hu> <20081208161246.GB4570@elte.hu> In-Reply-To: <20081208161246.GB4570@elte.hu> X-Enigmail-Version: 0.95.7 OpenPGP: id=D8195319 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigE57F5BDB73D1D6B5CDF52F35" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigE57F5BDB73D1D6B5CDF52F35 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Ingo Molnar wrote: > okay, this series is quite bad so i'm disabling it for now. I sent a=20 > build fix earlier today, then i triggered this build failure: > > kernel/built-in.o: In function `dequeue_pushable_task': > sched.c:(.text+0x4a9f): undefined reference to `plist_del' > kernel/built-in.o: In function `enqueue_pushable_task': > sched.c:(.text+0x5734): undefined reference to `plist_del' > sched.c:(.text+0x5747): undefined reference to `plist_add' > > and then this: > > kernel/sched_rt.c: In function =E2=80=98next_prio=E2=80=99: > kernel/sched_rt.c:574: error: =E2=80=98struct rq=E2=80=99 has no member= named =E2=80=98cpu=E2=80=99 > kernel/sched_rt.c: In function =E2=80=98inc_rt_tasks=E2=80=99: > kernel/sched_rt.c:619: error: =E2=80=98rq=E2=80=99 undeclared (first us= e in this function) > kernel/sched_rt.c:619: error: (Each undeclared identifier is reported o= nly once > kernel/sched_rt.c:619: error: for each function it appears in.) > kernel/sched_rt.c: In function =E2=80=98dec_rt_tasks=E2=80=99: > kernel/sched_rt.c:667: error: =E2=80=98rq=E2=80=99 undeclared (first us= e in this function) > > > =20 Hi Ingo, I was able to reproduce your first error (in the previous mail) by turning off CONFIG_SMP. I have folded your fix into my series and got past it. However, I was not able to reproduce these two new errors. I was thinking that perhaps something merged improperly between my (older) tip/master and the merge point in cpus4096. So I rebased the series on your latest tip/master as of this morning, but it still builds fine for me. Could you send me the .config that causes this to blow up? I will get it straightened out for you ASAP. Sorry for the inconvenience. Thanks, -Greg --------------enigE57F5BDB73D1D6B5CDF52F35 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAkk+gkYACgkQlOSOBdgZUxnB3wCeNmrf1hNLxJdQ6nFY8rKFh4sM 0CMAn3kUs3Y5DGcX6hbYemaG4Bb7duwJ =aH8+ -----END PGP SIGNATURE----- --------------enigE57F5BDB73D1D6B5CDF52F35--