From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753422Ab2B0QDV (ORCPT ); Mon, 27 Feb 2012 11:03:21 -0500 Received: from mail1.windriver.com ([147.11.146.13]:51405 "EHLO mail1.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751124Ab2B0QDT (ORCPT ); Mon, 27 Feb 2012 11:03:19 -0500 Message-ID: <4F4BA91D.7090303@windriver.com> Date: Mon, 27 Feb 2012 11:02:37 -0500 From: Paul Gortmaker User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.27) Gecko/20120216 Thunderbird/3.1.19 MIME-Version: 1.0 To: James Bottomley CC: , , , , , , , Subject: Re: [PATCH] parisc: fix longstanding build failure on prefetch References: <1330289478-12603-1-git-send-email-paul.gortmaker@windriver.com> <1330356289.2822.45.camel@dabdike.int.hansenpartnership.com> In-Reply-To: <1330356289.2822.45.camel@dabdike.int.hansenpartnership.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [128.224.146.65] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12-02-27 10:24 AM, James Bottomley wrote: > On Sun, 2012-02-26 at 15:51 -0500, Paul Gortmaker wrote: >> Upstream commit e66eed651fd18a961f11cda62f3b5286c8cc4f9f >> >> "list: remove prefetching from regular list iterators" >> >> removed from very early in the >> v3.0 dev cycle (v2.6.39-2-ge66eed6), thereby causing build failures >> when it exposed the implicit prefetch users in parisc. > > I already have this in my internal patch queue: > > http://marc.info/?l=linux-parisc&m=132825467010662 Is this in a different queue than what is in linux next? It would be nice to see such build fixes get into linux-next ASAP, so folks doing multi-arch coverage builds on their work can know if they've introduced a regression. At the moment, the parisc builds in linux-next have been worthless for over six months, and I'm sure I'm not the 1st one to waste time "re-solving" old bugs like this. Thanks, Paul. > > James > >