This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Sat Apr 20 06:55:38 2024 Envelope-to: j@jasper.es Delivery-date: Mon, 11 Nov 2013 21:51:16 +0100 Received: from localhost ([127.0.0.1] helo=squeeze.vs19.net) by squeeze.vs19.net with esmtp (Exim 4.80) (envelope-from ) id 1VfyS3-0000Mr-J5 for j@jasper.es; Mon, 11 Nov 2013 21:51:15 +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 21:51:15 +0100 (CET) Received: from cpxmta-msg02.kpnxchange.com (10.94.114.23) by cpxmbs-msg01.support.local (8.6.060.31) id 5279934C004F2D45 for jasper@telfort.nl; Mon, 11 Nov 2013 21:43:52 +0100 Received: from cpsmtpb-ews01.kpnxchange.com (213.75.39.4) by cpxmta-msg02.kpnxchange.com (8.6.060.14) id 527999B600B3B458 for jasper@telfort.nl; Mon, 11 Nov 2013 21:43:52 +0100 Received: from cpsps-ews29.kpnxchange.com ([10.94.84.195]) by cpsmtpb-ews01.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Mon, 11 Nov 2013 21:43:52 +0100 Received: from vger.kernel.org ([209.132.180.67]) by cpsps-ews29.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Mon, 11 Nov 2013 21:43:52 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752331Ab3KKUnn (ORCPT ); Mon, 11 Nov 2013 15:43:43 -0500 Received: from mail-ee0-f51.google.com ([74.125.83.51]:63324 "EHLO mail-ee0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750944Ab3KKUne convert rfc822-to-8bit (ORCPT ); Mon, 11 Nov 2013 15:43:34 - Received: by mail-ee0-f51.google.com with SMTP id t10so2651607eei.24 for ; Mon, 11 Nov 2013 12:43:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; b X-Received: by 10.15.53.65 with SMTP id q41mr20994894eew.7.1384202613210; Mon, 11 Nov 2013 12:43:33 -0800 (PST) Received: from gmail.com (BC24D856.catv.pool.telekom.hu. [188.36.216.86]) by mx.google.com with ESMTPSA id a51sm28679515eeh.8.2013.11.11.12.43.32 for (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 1 Date: Mon, 11 Nov 2013 21:43:30 +0100 From: Ingo Molnar To: Michal Marek Cc: Borislav Petkov , linux-kbuild@vger.kernel.org, lkml , x86-ml Subject: Re: [PATCH -v1.1] Kbuild: Ignore GREP_OPTIONS env variable Message-Id: <20131111204330.GC18886@gmail.com> References: <20131030160635.GE13290@pd.tnic> <527AB7D1.9080307@suse.cz> <20131111142743.GE28219@pd.tnic> <20131111170041.GA18517@pobox.suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <20131111170041.GA18517@pobox.suse.cz> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-Id: X-Mailing-List: linux-kernel@vger.kernel.org X-OriginalArrivalTime: 11 Nov 2013 20:43:52.0753 (UTC) FILETIME=[BB77DA10:01CEDF1E] X-RcptDomain: telfort.nl * Michal Marek wrote: > 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. [..] Neat trick if it was intentionally! > [...] That was quite scary, [...] Scary if it was unintentional ;-) Thanks, Ingo -- 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/