From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933501AbbLHQ1K (ORCPT ); Tue, 8 Dec 2015 11:27:10 -0500 Received: from casper.infradead.org ([85.118.1.10]:52222 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933383AbbLHQ1I (ORCPT ); Tue, 8 Dec 2015 11:27:08 -0500 Date: Tue, 8 Dec 2015 17:27:05 +0100 From: Peter Zijlstra To: Dmitry Vyukov Cc: Ingo Molnar , Arnaldo Carvalho de Melo , LKML , syzkaller , Kostya Serebryany , Alexander Potapenko , Eric Dumazet , Sasha Levin Subject: Re: use-after-free in __perf_install_in_context Message-ID: <20151208162705.GC6357@twins.programming.kicks-ass.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 04, 2015 at 09:04:35PM +0100, Dmitry Vyukov wrote: > I was able to reproduce it by > restricting syscalls only to perf_event_open, perf ioctls and bpf > syscall. Does that include cpu hotplug? Sasha just reminded me there is a swevent use-after-free issue on hotplug.