Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755451AbcJNQiS (ORCPT ); Fri, 14 Oct 2016 12:38:18 -0400 Received: from mail-qk0-f177.google.com ([209.85.220.177]:35360 "EHLO mail-qk0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751783AbcJNQiJ (ORCPT ); Fri, 14 Oct 2016 12:38:09 -0400 MIME-Version: 1.0 In-Reply-To: <1476462101.11366.31.camel@tiscali.nl> References: <1476452422.11366.24.camel@tiscali.nl> <20161014140836.GA10917@kroah.com> <1476462101.11366.31.camel@tiscali.nl> From: "H.J. Lu" Date: Fri, 14 Oct 2016 09:38:07 -0700 Message-ID: Subject: Re: Add "x86/build: Build compressed x86 kernels as PIE" to the v4.4.y stable tree? To: Paul Bolle Cc: Greg KH , LKML , stable@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 532 Lines: 17 On Fri, Oct 14, 2016 at 9:21 AM, Paul Bolle wrote: > On Fri, 2016-10-14 at 16:08 +0200, Greg KH wrote: >> Did you apply that patch and it worked properly for you? If so, yes, >> I'll be glad to queue it up. > > Yes I did and it did. > > But I do find this commit as magical as they can get so I'd hoped that > hjl would speak up. But if my word is enough for you, then feel free to > queue it up. > Yes, commit 6d92bc9d483a is needed to support x86 relocatable compressed kernel with binutils 2.26. -- H.J.