This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Tue Apr 23 14:57:23 2024 Envelope-to: j@jasper.es Delivery-date: Mon, 11 Nov 2013 18:49:36 +0100 Received: from localhost ([127.0.0.1] helo=squeeze.vs19.net) by squeeze.vs19.net with esmtp (Exim 4.80) (envelope-from ) id 1VfvcG-00049j-Mh for j@jasper.es; Mon, 11 Nov 2013 18:49:36 +0100 Original-Recipient: rfc822;jasper@telfort.nl Received: from pop3.telfort.nl [213.75.3.52] by squeeze.vs19.net with POP3 (fetchmail-6.3.21) for (single-drop); Mon, 11 Nov 2013 18:49:36 +0100 (CET) Received: from cpxmta-msg11.kpnxchange.com (10.94.114.32) by cpxmbs-msg01.support.local (8.6.060.31) id 5279934C004D82BB for jasper@telfort.nl; Mon, 11 Nov 2013 18:35:02 +0100 Received: from cpsmtpb-ews02.kpnxchange.com (213.75.39.5) by cpxmta-msg11.kpnxchange.com (8.6.060.14) id 5279AB4700AF670D for jasper@telfort.nl; Mon, 11 Nov 2013 18:35:02 +0100 Received: from cpsps-ews30.kpnxchange.com ([10.94.84.196]) by cpsmtpb-ews02.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Mon, 11 Nov 2013 18:35:02 +0100 Received: from vger.kernel.org ([209.132.180.67]) by cpsps-ews30.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Mon, 11 Nov 2013 18:35:01 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754896Ab3KKRe4 (ORCPT ); Mon, 11 Nov 2013 12:34:56 -0500 Received: from cantor2.suse.de ([195.135.220.15]:49251 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753646Ab3KKRer convert rfc822-to-8bit (ORCPT ); Mon, 11 Nov 2013 12:34:47 -0500 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 0A3ACA69F5; Mon, 11 Nov 2013 18:34:46 +0100 (CET) Received: by pobox.suse.cz (Postfix, from userid 10020) id BB4B3C2292; Mon, 11 Nov 2013 18:00:41 +0100 (CET) Date: Mon, 11 Nov 2013 18:00:41 +0100 From: Michal Marek To: Borislav Petkov Cc: linux-kbuild@vger.kernel.org, lkml , x86-ml Subject: Re: [PATCH -v1.1] Kbuild: Ignore GREP_OPTIONS env variable Message-Id: <20131111170041.GA18517@pobox.suse.cz> References: <20131030160635.GE13290@pd.tnic> <527AB7D1.9080307@suse.cz> <20131111142743.GE28219@pd.tnic> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <20131111142743.GE28219@pd.tnic> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-Id: X-Mailing-List: linux-kernel@vger.kernel.org X-OriginalArrivalTime: 11 Nov 2013 17:35:01.0935 (UTC) FILETIME=[59C63BF0:01CEDF04] X-RcptDomain: telfort.nl On Mon, Nov 11, 2013 at 03:27:43PM +0100, Borislav Petkov wrote: > From: Borislav Petkov > Subject: [PATCH] Kbuild: Ignore GREP_OPTIONS env variable > > When building the kernel in a shell which defines GREP_OPTIONS so that > grep behavior is modified, we can break the generation of the syscalls > table like so: > > __SYSCALL_COMMON(0, sys_read, sys_read) > __SYSCALL_COMMON(1, sys_write, sys_write) > __SYSCALL_COMMON(10, sys_mprotect, sys_mprotect) ... The email had literal escape sequences and git am preserved them, so git show displayed red zeros and onces. That was quite scary, so I replaced the escape character with ^[. Anyway, applied to kbuild.git#kbuild now. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/