From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753213AbeCBFKx (ORCPT ); Fri, 2 Mar 2018 00:10:53 -0500 Received: from mail-pg0-f47.google.com ([74.125.83.47]:39389 "EHLO mail-pg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753155AbeCBFKv (ORCPT ); Fri, 2 Mar 2018 00:10:51 -0500 X-Google-Smtp-Source: AG47ELvWQNAf2TmJsyeuSbT0Q2eTbPSjUYYJmklP+HvI6e5cZvYcW/KGXXReLFoQ3e3SCWFwlm+2LA== Date: Fri, 2 Mar 2018 14:10:46 +0900 From: Sergey Senozhatsky To: Dmitry Vyukov Cc: Sergey Senozhatsky , Petr Mladek , kernel test robot , Cong Wang , Dave Hansen , Johannes Weiner , Mel Gorman , Michal Hocko , Vlastimil Babka , Peter Zijlstra , Linus Torvalds , Jan Kara , Mathieu Desnoyers , Tetsuo Handa , Byungchul Park , Tejun Heo , Pavel Machek , Steven Rostedt , LKML , LKP , kasan-dev Subject: Re: [lkp-robot] [printk] c162d5b433: BUG:KASAN:use-after-scope_in_c Message-ID: <20180302051046.GA899@jagdpanzerIV> References: <20180224053405.ksymb5yurtpwmfs6@shao2-debian> <20180228102334.65iqne6lu5faan52@pathway.suse.cz> <20180228155941.34z45rjz3bjqde7w@pathway.suse.cz> <20180301013722.GA6763@tigerII.localdomain> <20180301151934.GA507@tigerII.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.3 (2018-01-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On (03/01/18 16:53), Dmitry Vyukov wrote: [..] > > Hello Dmitry, > > > > I believe it's this one > > > > https://marc.info/?l=linux-kernel&m=151200883525299 > > > Thanks, but now that I debugged this one, I think that one is the same issue. > Amusingly a write in READ_ONCE is actually legitimate because > GCC_PLUGIN_STRUCTLEAK emits an initializing write for __u variable in > READ_ONCE implementation. Thanks. It's great to have you in Cc ;) -ss