From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754116Ab3IOVEf (ORCPT ); Sun, 15 Sep 2013 17:04:35 -0400 Received: from one.firstfloor.org ([193.170.194.197]:34860 "EHLO one.firstfloor.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752787Ab3IOVEe (ORCPT ); Sun, 15 Sep 2013 17:04:34 -0400 Date: Sun, 15 Sep 2013 23:04:33 +0200 From: Andi Kleen To: Joe Perches Cc: Andi Kleen , Andrew Morton , apw@canonical.com, linux-kernel@vger.kernel.org, Andi Kleen Subject: Re: [PATCH] checkpatch: add rules to check init attribute and const defects Message-ID: <20130915210433.GV18242@two.firstfloor.org> References: <1375740651-7716-1-git-send-email-andi@firstfloor.org> <1379276783.3641.3.camel@joe-AO722> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1379276783.3641.3.camel@joe-AO722> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 15, 2013 at 01:26:23PM -0700, Joe Perches wrote: > People get this regularly wrong and it breaks the LTO builds, > as it causes a section attribute conflict. > > Original-patch-by: Andi Kleen > Signed-off-by: Joe Perches Thanks looks good. -Andi