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 6F66EE95A67 for ; Sun, 8 Oct 2023 06:48:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344553AbjJHGr7 (ORCPT ); Sun, 8 Oct 2023 02:47:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55522 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344556AbjJHGrr (ORCPT ); Sun, 8 Oct 2023 02:47:47 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EC8A4FA for ; Sat, 7 Oct 2023 23:46:48 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3D7BCC433C7; Sun, 8 Oct 2023 06:46:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1696747608; bh=2PSVpIisCW6kYciUK31EhFOKMSdB/e5LOFm6jHd7F00=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tLDlmCgDeD5aHDaUSV5KmcrCwR3A77ER9chgFuwiXKuTG6DZR9+tOZIqlGVSkc1OZ JuevLVdwgug2RDJpifYubQwd6kQNQOJQPvyIWN+9Q1HLClDkfYawC3oxpIbLnDu9f6 tI3eO4/rxObzAxZ/sDPrxH+M/rROHx9U/g32uucs= Date: Sun, 8 Oct 2023 08:46:45 +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: <2023100835-driver-disrupt-9ea0@gregkh> References: <2023100643-tricolor-citizen-6c2d@gregkh> <20231008022022-mutt-send-email-mst@kernel.org> <2023100823-absurd-imitation-092d@gregkh> <20231008024039-mutt-send-email-mst@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231008024039-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:41:22AM -0400, Michael S. Tsirkin wrote: > On Sun, Oct 08, 2023 at 08:40:05AM +0200, Greg Kroah-Hartman wrote: > > 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 > > To clarify which commit does this depend on? The 6.4 kernel release :)