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 B26F0C433EF for ; Thu, 24 Feb 2022 13:37:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235093AbiBXNhl (ORCPT ); Thu, 24 Feb 2022 08:37:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55242 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230178AbiBXNhj (ORCPT ); Thu, 24 Feb 2022 08:37:39 -0500 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8083CBA75E; Thu, 24 Feb 2022 05:37:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=7aqAN+NnpSZwwrMPtcPE7dlz5yuJbDqnRPGeamokN7A=; b=iaKEbDa0RehVT2n/UtmhsOiWkM RLzlnEiXS7WJuTIGDJgFWZzjcUn5UhP+Y7HpnumyVomHkDenClOrwkCLnmCB/0za8ed1ephspviwo F0sm1YJAx6QUVndteHidVIzcOIFT0x4izXs8aPmrYy5yC+OATcvTRYVM0Kn8OhXH/JShcRRWPELxi tGL+VHKekgHK+4KH+0Uq+SVfcPoKo7LJkYRAkBqzLNUiMiTOM44D2A1OVs2ZU6s4CT8WGiVFe0MEA SDC/WKkiUfgEn0vCScjy16Agf15nVb5MPRbltFGc43UkIn13H3HinSwXXzVrXTjMZ4wzp2yEDwatT F8FN1NJg==; Received: from hch by bombadil.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nNEIp-000xaN-O3; Thu, 24 Feb 2022 13:37:03 +0000 Date: Thu, 24 Feb 2022 05:37:03 -0800 From: Christoph Hellwig To: "Wang Jianchao (Kuaishou)" Cc: Jens Axboe , Josef Bacik , Tejun Heo , Bart Van Assche , linux-block@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC V5 0/16] blk: blk-rq-qos framework refactor and cleanup Message-ID: References: <20220224090654.54671-1-jianchao.wan9@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220224090654.54671-1-jianchao.wan9@gmail.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 24, 2022 at 05:06:38PM +0800, Wang Jianchao (Kuaishou) wrote: > Hi Jens > > This patchset is working on our v4.18 kernel to provide the capacity > for upgrade blk-rq-qos policies on the fly w/o needing to restart > machine and applications. Why would you upgrade kernel code at runtime? And how is what you do on some randm old kernel relevant for mainline?