From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756730Ab0J0Xd5 (ORCPT ); Wed, 27 Oct 2010 19:33:57 -0400 Received: from cantor2.suse.de ([195.135.220.15]:41631 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751737Ab0J0Xdz (ORCPT ); Wed, 27 Oct 2010 19:33:55 -0400 Message-ID: <4CC8B6E4.7070200@suse.cz> Date: Thu, 28 Oct 2010 01:33:56 +0200 From: Michal Marek User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.1.11) Gecko/20100714 SUSE/3.0.6 Thunderbird/3.0.6 MIME-Version: 1.0 To: Mike Frysinger Cc: Hendrik Brueckner , Michael Holzheu , tabbott@ksplice.com, vda.linux@googlemail.com, hpa@linux.intel.com, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, heiko.carstens@de.ibm.com, schwidefsky@de.ibm.com, Sam Ravnborg Subject: Re: [PATCH] initramfs: Fix build break on symbol-prefixed archs References: <20100831082307.064687027@linux.vnet.ibm.com> <20100831083844.043619334@linux.vnet.ibm.com> <20101018103729.GA4122@linux.vnet.ibm.com> <20101019110801.GA4128@linux.vnet.ibm.com> <20101019213112.GA11432@merkur.ravnborg.org> <4CC8ABC7.5030003@suse.cz> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28.10.2010 01:10, Mike Frysinger wrote: > On Wed, Oct 27, 2010 at 18:46, Michal Marek wrote: >> On 27.10.2010 20:23, Mike Frysinger wrote: >>> can we get this change dropped from linux-next until someone gets a >>> chance to fix it ? >> >> Sorry I missed this thread. So your last patch >> (http://lkml.org/lkml/2010/10/19/488) did fix the Blackfin build >> failure? Can you submit it with a proper Signed-off-by and changelog? > > it shouldnt be a sep change. it should be squashed into the broken > one so that the result works. The breakage already happened and I don't want to rewind the branch now. The worst that can happen is that if you bisect into ffe8018 you'll get a tree that does not build on Blackfin. The previous commit works and the next will do as well if you submit the patch. Michal