From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 424FDC04A6B for ; Mon, 6 May 2019 14:58:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2014B2054F for ; Mon, 6 May 2019 14:58:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728288AbfEFO6n (ORCPT ); Mon, 6 May 2019 10:58:43 -0400 Received: from relay.sw.ru ([185.231.240.75]:34356 "EHLO relay.sw.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728202AbfEFO6l (ORCPT ); Mon, 6 May 2019 10:58:41 -0400 Received: from [172.16.25.12] by relay.sw.ru with esmtp (Exim 4.91) (envelope-from ) id 1hNf4c-0004CF-P3; Mon, 06 May 2019 17:58:34 +0300 Subject: Re: [PATCH 4.9 10/62] kasan: rework Kconfig settings To: Greg Kroah-Hartman , linux-kernel@vger.kernel.org Cc: stable@vger.kernel.org, Arnd Bergmann , Mauro Carvalho Chehab , Alexander Potapenko , Dmitry Vyukov , Andrey Konovalov , Andrew Morton , Linus Torvalds References: <20190506143051.102535767@linuxfoundation.org> <20190506143051.984481239@linuxfoundation.org> From: Andrey Ryabinin Message-ID: <8bdd66ba-d6e8-ef65-47fd-cf18e18fcd3e@virtuozzo.com> Date: Mon, 6 May 2019 17:58:59 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 In-Reply-To: <20190506143051.984481239@linuxfoundation.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 5/6/19 5:32 PM, Greg Kroah-Hartman wrote: > From: Arnd Bergmann > > commit e7c52b84fb18f08ce49b6067ae6285aca79084a8 upstream. > This is a fix/workaround for the previous patch c5caf21ab0cf "kasan: turn on -fsanitize-address-use-after-scope" which shouldn't be in the -stable. So without c5caf21ab0cf we don't need this one.