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 at redhat.com>
> > > > Cc: Jason Wang <jasowang at redhat.com>
> > > > Cc: Xuan Zhuo <xuanzhuo at linux.alibaba.com>
> > > > Cc: Xie Yongji <xieyongji at bytedance.com>
> > > > Signed-off-by: Greg Kroah-Hartman <gregkh at
linuxfoundation.org>
> > >
> > > Acked-by: Michael S. Tsirkin <mst at redhat.com>
> > >
> > > 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 :)