From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756851AbcLALrW (ORCPT ); Thu, 1 Dec 2016 06:47:22 -0500 Received: from mail-wm0-f43.google.com ([74.125.82.43]:35120 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751427AbcLALrV (ORCPT ); Thu, 1 Dec 2016 06:47:21 -0500 From: Chris Wilson To: linux-kernel@vger.kernel.org Subject: locking: Add kselftests for ww_mutex Date: Thu, 1 Dec 2016 11:47:03 +0000 Message-Id: <20161201114711.28697-1-chris@chris-wilson.co.uk> X-Mailer: git-send-email 2.10.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Nicolai Hähnle was looking into a deadlock within ww_mutexes (that has been fixed by Peter's mutex rewrite) and to support his changes, I thought it was be useful to have a small validation suite for ww_mutex. -Chris