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 B0BE0C4332B for ; Thu, 19 Mar 2020 20:10:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 78DD52071C for ; Thu, 19 Mar 2020 20:10:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584648616; bh=6D5hT7+jLr3Iy3UiMAn9XDDirUwO522VhjHqnbQXtdo=; h=Subject:From:To:Cc:Date:In-Reply-To:References:List-ID:From; b=sWMTgy3exdbNexV8/G0Ft1HZXwBxJTh0rxSodigzRt3hVbqunH15i1u8BB+SG4a6t jiia5wdCycJ87PfV64x+NxogcInEfeO9Vrv2xzmooPzuB705XYclCfgSbLztWv96z9 vdOaiV7YaLYT76W6EeyH/1uAtyWNsKSatS7vB51Y= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726975AbgCSUKP (ORCPT ); Thu, 19 Mar 2020 16:10:15 -0400 Received: from mail.kernel.org ([198.145.29.99]:39876 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725747AbgCSUKP (ORCPT ); Thu, 19 Mar 2020 16:10:15 -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 97223206D7; Thu, 19 Mar 2020 20:10:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584648614; bh=6D5hT7+jLr3Iy3UiMAn9XDDirUwO522VhjHqnbQXtdo=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=r4DkOONnnYwfpWtDADd+3vX6IJtWgIxuOAOHnmUPnUkJ5ww9CxX3liEfSs0zlcqQZ VVfBelLWhUuWH7s9X5bKh3OjaJxUkev1dzOZgwYkbcuqe9lSvgpp/XapJtzUJV/Uvb g0tCkCoFTEJWwTgeNfParlBlsYhEb8Bseb1cF94w= Message-ID: <815c83462125f350b61163f682fb674e515e954e.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 16:10:12 -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> <7c10010c3d7745857ee1fba8eb06e7fe047eaa13.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:35 -0700, Linus Torvalds wrote: > On Thu, Mar 19, 2020 at 12:24 PM Jeff Layton wrote: > > > 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. > > Lol. You confused me with your question of whether I wanted a pull > request or not. > > I had already applied the patch as dcf23ac3e846 ("locks: reinstate > locks_delete_block optimization") yesterday ;) > Sorry about that! I did a pull this morning and didn't see it, you must have pushed afterward. Thanks again for picking it up. -- Jeff Layton