From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758341AbcBXRxH (ORCPT ); Wed, 24 Feb 2016 12:53:07 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:55646 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757577AbcBXRxB (ORCPT ); Wed, 24 Feb 2016 12:53:01 -0500 Message-Id: <20160224174539.570749654@infradead.org> User-Agent: quilt/0.61-1 Date: Wed, 24 Feb 2016 18:45:39 +0100 From: Peter Zijlstra To: peterz@infradead.org, mingo@kernel.org, alexander.shishkin@linux.intel.com, eranian@google.com Cc: linux-kernel@vger.kernel.org, vince@deater.net, dvyukov@google.com, andi@firstfloor.org, jolsa@redhat.com, panand@redhat.com, sasha.levin@oracle.com, oleg@redhat.com Subject: [PATCH 00/12] perf: more fixes Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org About half of these patches are syz-kaller inspired, the rest is reported fallout from the last round of fixes. With these patches syz-kaller can still trigger some fail; most notably some NMI watchdog triggers and a very sporadic unthrottle bug (much like last time). But stability is otherwise greatly improved. Please all, have a good hard look at these patches. Thanks to Alexander for really spending some time with them.