From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sun, 29 Apr 2012 18:05:00 -0700 From: Greg KH To: David Miller Cc: jrnieder@gmail.com, linux-kernel@vger.kernel.org, stable@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk, sam@ravnborg.org, mmarek@suse.cz Subject: Re: [ 30/62] Fix modpost failures in fedora 17 Message-ID: <20120430010500.GC25022@kroah.com> References: <20120424223305.GA7748@kroah.com> <20120424223244.539071890@linuxfoundation.org> <20120426004131.GA8556@burratino> <20120425.204817.1783721275395887649.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120425.204817.1783721275395887649.davem@davemloft.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: On Wed, Apr 25, 2012 at 08:48:17PM -0400, David Miller wrote: > From: Jonathan Nieder > Date: Wed, 25 Apr 2012 19:41:32 -0500 > > > I haven't tested this, but I suspect 3.0.y has the same problem --- > > v3.3-rc1~66^2~12 ("modpost: use a table rather than a giant if/else > > statement") just clarified the code a little and does not seem to have > > gone wrong. > > > > In other words, the conflict encountered when applying this to 3.0.y > > looks like a textual and not a meaningful one. Backport follows. > > This is %100 correct. Great, now applied.