From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B5ED8C4332B for ; Thu, 19 Mar 2020 19:24:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 87FD32072C for ; Thu, 19 Mar 2020 19:24:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584645880; bh=SJujlLmB/lbY0zgYGhGySbvMnPH8M7hlt4e2GXxIfrQ=; h=Subject:From:To:Cc:Date:In-Reply-To:References:List-ID:From; b=FuDR0kuv/TlAZ8A8BWkfkwl65BoF071hlAxTPQ5lOoJLCyKT9PdqllHHTmJZobIjA H/13Tt/SJsGOU/vj7u8OGU5nwU683Fm5PRQzJ8ocYFYSVzFJ7V8jtS49mlzZdvSoZA oxUDWTTeAb7Qm3vRF/yvkbFyYDVQ+8kvcw0bSQdA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727401AbgCSTYj (ORCPT ); Thu, 19 Mar 2020 15:24:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:58478 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726934AbgCSTYj (ORCPT ); Thu, 19 Mar 2020 15:24:39 -0400 Received: from tleilax.poochiereds.net (68-20-15-154.lightspeed.rlghnc.sbcglobal.net [68.20.15.154]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id BFD2F2071C; Thu, 19 Mar 2020 19:24:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584645878; bh=SJujlLmB/lbY0zgYGhGySbvMnPH8M7hlt4e2GXxIfrQ=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=WahN7/eXtVpfpX70fTnJ/dzOUcszGu3v1Gp9rDj68JoimKkleJz5cY5MeMD0KEdma t/Aj1e+pQygT+MU+OiVCLdDz10ntodUpyt9cuJFo0XGp8hm8rxNOKuIUD+xJiiN5ed aMHAWS6VgolfAGD8E+eAXJdBJzLBI5+7X2cHr6kw= Message-ID: <7c10010c3d7745857ee1fba8eb06e7fe047eaa13.camel@kernel.org> Subject: Re: [locks] 6d390e4b5d: will-it-scale.per_process_ops -96.6% regression From: Jeff Layton To: Linus Torvalds Cc: NeilBrown , yangerkun , kernel test robot , LKML , lkp@lists.01.org, Bruce Fields , Al Viro Date: Thu, 19 Mar 2020 15:24:36 -0400 In-Reply-To: References: <20200308140314.GQ5972@shao2-debian> <1bfba96b4bf0d3ca9a18a2bced3ef3a2a7b44dad.camel@kernel.org> <87blp5urwq.fsf@notabene.neil.brown.name> <41c83d34ae4c166f48e7969b2b71e43a0f69028d.camel@kernel.org> <923487db2c9396c79f8e8dd4f846b2b1762635c8.camel@kernel.org> <36c58a6d07b67aac751fca27a4938dc1759d9267.camel@kernel.org> <878sk7vs8q.fsf@notabene.neil.brown.name> <875zfbvrbm.fsf@notabene.neil.brown.name> <0066a9f150a55c13fcc750f6e657deae4ebdef97.camel@kernel.org> <87v9nattul.fsf@notabene.neil.brown.name> <87o8t2tc9s.fsf@notabene.neil.brown.name> <877dznu0pk.fsf@notabene.neil.brown.name> <87pndcsxc6.fsf@notabene.neil.brown.name> <5d7b448858d5a5c01e97aceb45dcadff24d6fc28.camel@kernel.org> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.4 (3.34.4-1.fc31) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2020-03-19 at 12:23 -0700, Linus Torvalds wrote: > On Thu, Mar 19, 2020 at 10:52 AM Jeff Layton wrote: > > Yangerkun gave me his Reviewed-by and I sent you the most recent version > > of the patch yesterday (cc'ing the relevant mailing lists). I left you > > as author as the original patch was yours. > > > > Let me know if you'd prefer I send a pull request instead. > > Is that patch the only thing you have pending? > > If you have other things, send me a pull request, otherwise just let > me know and I'll apply the patch directly. That's it for now. Thanks, -- Jeff Layton