Re: [PATCH] vduse: make vduse_class constant

From: Greg Kroah-Hartman
Date: Sun Oct 08 2023 - 02:48:01 EST


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" <mst@xxxxxxxxxx>
> > > > Cc: Jason Wang <jasowang@xxxxxxxxxx>
> > > > Cc: Xuan Zhuo <xuanzhuo@xxxxxxxxxxxxxxxxx>
> > > > Cc: Xie Yongji <xieyongji@xxxxxxxxxxxxx>
> > > > Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
> > >
> > > Acked-by: Michael S. Tsirkin <mst@xxxxxxxxxx>
> > >
> > > 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 :)