This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Tue Apr 23 20:10:19 2024 Envelope-to: j@jasper.es Delivery-date: Mon, 11 Nov 2013 22:06:25 +0100 Received: from localhost ([127.0.0.1] helo=squeeze.vs19.net) by squeeze.vs19.net with esmtp (Exim 4.80) (envelope-from ) id 1Vfygj-0000mL-JP for j@jasper.es; Mon, 11 Nov 2013 22:06:25 +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 22:06:25 +0100 (CET) Received: from cpxmta-msg12.kpnxchange.com (10.94.114.33) by cpxmbs-msg01.support.local (8.6.060.31) id 5279934C004F4A5E for jasper@telfort.nl; Mon, 11 Nov 2013 21:59:17 +0100 Received: from cpsmtpb-ews03.kpnxchange.com (213.75.39.6) by cpxmta-msg12.kpnxchange.com (8.6.060.14) id 5279AB4800B389CE for jasper@telfort.nl; Mon, 11 Nov 2013 21:59:17 +0100 Received: from cpsps-ews10.kpnxchange.com ([10.94.84.177]) by cpsmtpb-ews03.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Mon, 11 Nov 2013 21:59:17 +0100 Received: from vger.kernel.org ([209.132.180.67]) by cpsps-ews10.kpnxchange.com with Microsoft SMTPSVC(7.5.7601.17514); Mon, 11 Nov 2013 21:59:17 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752427Ab3KKU7O (ORCPT ); Mon, 11 Nov 2013 15:59:14 -0500 Received: from mail.skyhub.de ([78.46.96.112]:38321 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750809Ab3KKU7C convert rfc822-to-8bit (ORCPT ); Mon, 11 Nov 2013 15:59:02 -0500 X-Virus-Scanned: Nedap ESD1 at mail.skyhub.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alien8.de; s=alien8; t=1384203540; bh=xgEq4cWYB2vfTMcFOiNDfGiNlfZEYbP0bCShwFQPVOY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Transfer-Encoding:In-Reply-To; b=smaqsasgrn1e d Received: from mail.skyhub.de ([127.0.0.1]) by localhost (door.skyhub.de [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id uZITQCHLojlC; Mon, 11 Nov 2013 21:59:00 +0100 (CET) Received: from liondog.tnic (p54B46E05.dip0.t-ipconnect.de [84.180.110.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id 27904244943; Mon, 11 Nov 2013 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alien8.de; s=alien8; t=1384203540; bh=xgEq4cWYB2vfTMcFOiNDfGiNlfZEYbP0bCShwFQPVOY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Transfer-Encoding:In-Reply-To; b=smaqsasgrn1e d Received: by liondog.tnic (Postfix, from userid 1000) id 14C00102918; Mon, 11 Nov 2013 21:58:38 +0100 (CET) Date: Mon, 11 Nov 2013 21:58:38 +0100 From: Borislav Petkov To: Ingo Molnar Cc: Michal Marek , linux-kbuild@vger.kernel.org, lkml , x86-ml Subject: Re: [PATCH -v1.1] Kbuild: Ignore GREP_OPTIONS env variable Message-Id: <20131111205837.GA29793@pd.tnic> References: <20131030160635.GE13290@pd.tnic> <527AB7D1.9080307@suse.cz> <20131111142743.GE28219@pd.tnic> <20131111170041.GA18517@pobox.suse.cz> <20131111204330.GC18886@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <20131111204330.GC18886@gmail.com> 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:59:17.0170 (UTC) FILETIME=[E276B120:01CEDF20] X-RcptDomain: telfort.nl On Mon, Nov 11, 2013 at 09:43:30PM +0100, Ingo Molnar wrote: > * 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 ;-) Yeah, all our computers are bleeding :-) Well, I sent the first version on the evening before Helloween... -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. -- -- 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/