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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B910BC00A5A for ; Thu, 19 Jan 2023 08:32:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229809AbjASIcj (ORCPT ); Thu, 19 Jan 2023 03:32:39 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48402 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230117AbjASIc2 (ORCPT ); Thu, 19 Jan 2023 03:32:28 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 42DA75AB53 for ; Thu, 19 Jan 2023 00:32:25 -0800 (PST) Date: Thu, 19 Jan 2023 09:32:22 +0100 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1674117143; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=TmrJSqLe0Kzc3iV/lLlnlsBxYG9x8L9YpROtD+7dxhI=; b=zj5/zJeX2oZ6X8PR5xB+7XcU6/D0VmJpiJmRnNOSN8FVEmLyCVwTne6SboXRlrjgxLYbxO LwS5X/F+UfhhSi7WAZh127uW3abzqub02uhAJQtMf5cPGNv9XeSAcF1VHAv4dZsUAZoRdQ bgipSi6zI6FsB1UvS87wWwg/EcQFM6fH59zelKjdWhLayRjDPBd80w0/TvFqkirngT8Bm0 F7kgvxeaBc+wLaKabUTnDHLBekrlnBZE/h1KNYIx8PVJsy7aC580QLgdF5uBb8E0FLjDSE 9NaKRBST+e2TLRiAUyetTTSjdRLkLUt2m+LuJ+I4LJwvLhZc2HFlC7E8P61msw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1674117143; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=TmrJSqLe0Kzc3iV/lLlnlsBxYG9x8L9YpROtD+7dxhI=; b=9pNbI3J1w/ieCG65fZGpgxw5G8xrSpXRpEScS5Bw0tI8HvT1DUbnOIg20juWhrFAPMcklv gHDN7PFMzqfF2EAA== From: Sebastian Andrzej Siewior To: Hillf Danton Cc: Mel Gorman , Peter Zijlstra , Thomas Gleixner , Ingo Molnar , Davidlohr Bueso , linux-mm@kvack.org, LKML Subject: Re: [PATCH v2] locking/rwbase: Prevent indefinite writer starvation Message-ID: References: <20230117083817.togfwc5cy4g67e5r@techsingularity.net> <20230117165021.t5m7c2d6frbbfzig@techsingularity.net> <20230119011538.3247-1-hdanton@sina.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20230119011538.3247-1-hdanton@sina.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2023-01-19 09:15:38 [+0800], Hillf Danton wrote: > But starvation remains same given RT contenders, even if prevent is put > on your subject line. > > What sense could the 4ms deadline make at best if RT contenders extend > it to a week? > What will happen if RT contenders are hurt by the starvation deadline? As far as Mel's efforts go, I am satisfied so far. Maybe you can improve it further afterwards. Sebastian