From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752799AbcFFVCZ (ORCPT ); Mon, 6 Jun 2016 17:02:25 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:34354 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751473AbcFFVCY (ORCPT ); Mon, 6 Jun 2016 17:02:24 -0400 Date: Mon, 6 Jun 2016 23:02:15 +0200 From: Peter Zijlstra To: Davidlohr Bueso Cc: Waiman Long , Ingo Molnar , linux-kernel@vger.kernel.org, Jason Low , Dave Chinner , Peter Hurley , "Paul E. McKenney" , Scott J Norton , Douglas Hatch Subject: Re: [PATCH v4 1/5] locking/rwsem: Add reader-owned state to the owner field Message-ID: <20160606210215.GE30154@twins.programming.kicks-ass.net> References: <1463534783-38814-1-git-send-email-Waiman.Long@hpe.com> <1463534783-38814-2-git-send-email-Waiman.Long@hpe.com> <20160606171816.djtsxdqdfrhoaeqi@linux-uzut.site> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160606171816.djtsxdqdfrhoaeqi@linux-uzut.site> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 06, 2016 at 10:18:16AM -0700, Davidlohr Bueso wrote: > Hi Ingo -- is there any reason why this series (or at least this particular > patch) was not picked up (being in Peter's queue)? It seems that all the > recent rwsem changes are now in -tip, with the exception of these. I placed it after Jason's atomic_long_t patches which fell through, which resulted in these patches not applying. I'll try and get the lot fixed up and such..