Received: by 2002:ac0:946b:0:0:0:0:0 with SMTP id j40csp788910imj; Thu, 7 Feb 2019 11:51:53 -0800 (PST) X-Google-Smtp-Source: AHgI3IbJ3FweL30osU21oIsV3FInFMnRQPeE3pxweeIBMKcP6FNoPrOwHZZnw95s1nmZDFPTEm2l X-Received: by 2002:a17:902:fa2:: with SMTP id 31mr18423068plz.75.1549569113559; Thu, 07 Feb 2019 11:51:53 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1549569113; cv=none; d=google.com; s=arc-20160816; b=O8REdx0qfpu/YYC5M2xXiCovC56INnmpAfO5gLzWDHw0DpTDBiwxwukuBQDyIrGs4K FyQxLMspduMnp7nWPpQhzK26DuQf17ds2iJEYersC/4nWf/eKni8Aj6WqHoWLaPrRy1N GY516ogj1NPdE52AXsdKyr+vu+e6JGcnAKAtqAqKpfLAnjz+29hfzYw/HT90iyL1cWrv hsmDnBTlXrxBWK7ntDvePUAukwT689CPfmMJO3ZmLOJbA/f63kYTX3JUKMWYZUhOVFAm cWHfnjeRQBA8Pr2wU5s8SL6YilcME85FlNKYKeW3luSpopGQixi75F3SQNnGrh2Llacv udrg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=ZITIHWhSzUfYK/ftXF+Q/wS+q0wThn8J1a/ju0t4QIc=; b=ZWTGceFZBQs0rTUIgYAhaQblCAy7xa5D178P3bf2yEJ99T5gy1LDAI14uaD79x3Luo FBDtMfeqxxXg+icCV6YvaAbV+lkoD1MRmqWw3ElDuhpQ0AZJsb/pSan3nL2wyZnDpoRU Pk/lKT/rUoyQA5nNJavo59H+3JgwXVNkNWIHrPgm7Jr5iKpuENeOJ8rjIyU4k/qv5CGo HnroUXEbXITyeL7CC76unyZR3pk34uDWZClhDwAQV29CCnH3Nccc9yopZDmKzU7wyr8Z 4J+CLFOF0246XOKOCVuTsKtp4roYnj/j/6AautvREih/GlLp3FQ25J/RojAjJ3JUcFyw QFBQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d30si10108120pla.74.2019.02.07.11.51.38; Thu, 07 Feb 2019 11:51:53 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727209AbfBGTvc (ORCPT + 99 others); Thu, 7 Feb 2019 14:51:32 -0500 Received: from mx2.suse.de ([195.135.220.15]:40658 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727124AbfBGTvc (ORCPT ); Thu, 7 Feb 2019 14:51:32 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 0053EAE4B; Thu, 7 Feb 2019 19:51:29 +0000 (UTC) Date: Thu, 7 Feb 2019 11:51:19 -0800 From: Davidlohr Bueso To: Waiman Long Cc: Peter Zijlstra , Ingo Molnar , Will Deacon , Thomas Gleixner , linux-kernel@vger.kernel.org, linux-alpha@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-hexagon@vger.kernel.org, linux-ia64@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org, linux-xtensa@linux-xtensa.org, linux-arch@vger.kernel.org, x86@kernel.org, Arnd Bergmann , Borislav Petkov , "H. Peter Anvin" , Linus Torvalds , Andrew Morton , Tim Chen Subject: Re: [PATCH-tip 00/22] locking/rwsem: Rework rwsem-xadd & enable new rwsem features Message-ID: <20190207195119.lglz4lb7cnf4ndn2@linux-r8p5> References: <1549566446-27967-1-git-send-email-longman@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <1549566446-27967-1-git-send-email-longman@redhat.com> User-Agent: NeoMutt/20180323 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 07 Feb 2019, Waiman Long wrote: > 30 files changed, 1197 insertions(+), 1594 deletions(-) Performance numbers on numerous workloads, pretty please. I'll go and throw this at my mmap_sem intensive workloads I've collected. Thanks, Davidlohr