From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24017 invoked by alias); 31 Jul 2014 13:35:57 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 23957 invoked by uid 89); 31 Jul 2014 13:35:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mailout4.w1.samsung.com Received: from mailout4.w1.samsung.com (HELO mailout4.w1.samsung.com) (210.118.77.14) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (DES-CBC3-SHA encrypted) ESMTPS; Thu, 31 Jul 2014 13:35:55 +0000 Received: from eucpsbgm1.samsung.com (unknown [203.254.199.244]) by mailout4.w1.samsung.com (Oracle Communications Messaging Server 7u4-24.01(7.0.4.24.0) 64bit (built Nov 17 2011)) with ESMTP id <0N9K00336WFHZX80@mailout4.w1.samsung.com>; Thu, 31 Jul 2014 14:35:41 +0100 (BST) Received: from eusync3.samsung.com ( [203.254.199.213]) by eucpsbgm1.samsung.com (EUCPMTA) with SMTP id 30.90.25543.7364AD35; Thu, 31 Jul 2014 14:35:51 +0100 (BST) Received: from [106.109.9.145] by eusync3.samsung.com (Oracle Communications Messaging Server 7u4-23.01(7.0.4.23.0) 64bit (built Aug 10 2011)) with ESMTPA id <0N9K00J3LWFQHFC0@eusync3.samsung.com>; Thu, 31 Jul 2014 14:35:51 +0100 (BST) Message-id: <53DA4637.5050900@samsung.com> Date: Thu, 31 Jul 2014 13:36:00 -0000 From: Yury Gribov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-version: 1.0 To: Jeff Law , GCC Patches , Jakub Jelinek , Dmitry Vyukov , Konstantin Serebryany , Andrey Ryabinin Subject: Re: [PATCH][PING] Add support for KernelAddressSanitizer References: <53CFC6B2.8020202@samsung.com> <53D90279.3060108@samsung.com> <53D9CAF1.3050101@redhat.com> In-reply-to: <53D9CAF1.3050101@redhat.com> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-07/txt/msg02204.txt.bz2 On 07/31/2014 08:49 AM, Jeff Law wrote: > This is fine. Thanks, Commited in r213367.