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 4C75EE95A80 for ; Sun, 8 Oct 2023 06:40:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344468AbjJHGkM (ORCPT ); Sun, 8 Oct 2023 02:40:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45782 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344463AbjJHGkJ (ORCPT ); Sun, 8 Oct 2023 02:40:09 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 62383D8 for ; Sat, 7 Oct 2023 23:40:08 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 90D7CC433C7; Sun, 8 Oct 2023 06:40:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1696747208; bh=R6mQg6prLrJ0m6GBgEDiRQvu5zEafQC98sSv/4bu6ks=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dl+5pfH3SrfEOCg1RmQ3a3aQ1U/mhG+RDEYSobo/Ua9xmEVkwepK+hI6N0o6qt3vA egMhKPT72B7zls4Q6iW0Y8yrr1EyYOwfoJHzwu9y2w2pEIMiojGFytINotMdRdz9Vq 6iN3jDLDt2MY4woPrQi/GZa/DTvOwuxVq6p+Qam8= Date: Sun, 8 Oct 2023 08:40:05 +0200 From: Greg Kroah-Hartman To: "Michael S. Tsirkin" Cc: virtualization@lists.linux-foundation.org, linux-kernel@vger.kernel.org, Jason Wang , Xuan Zhuo , Xie Yongji Subject: Re: [PATCH] vduse: make vduse_class constant Message-ID: <2023100823-absurd-imitation-092d@gregkh> References: <2023100643-tricolor-citizen-6c2d@gregkh> <20231008022022-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231008022022-mutt-send-email-mst@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 08, 2023 at 02:20:52AM -0400, Michael S. Tsirkin wrote: > On Fri, Oct 06, 2023 at 04:30:44PM +0200, Greg Kroah-Hartman wrote: > > Now that the driver core allows for struct class to be in read-only > > memory, we should make all 'class' structures declared at build time > > placing them into read-only memory, instead of having to be dynamically > > allocated at runtime. > > > > Cc: "Michael S. Tsirkin" > > Cc: Jason Wang > > Cc: Xuan Zhuo > > Cc: Xie Yongji > > Signed-off-by: Greg Kroah-Hartman > > Acked-by: Michael S. Tsirkin > > Greg should I merge it or do you intend to merge all these patches? "all"? There's loads of them for all sorts of subsystems, so feel free to take it through your subsystem tree if you want. I usually scoop up the ones that no one picks after a release and take them through my tree, to pick up the stragglers. So it's your call, whatever is easier for you is fine for me. thanks, greg k-h