Re: [PATCH net-next 2/6] net: wan: framer: make framer_class constant
Herve Codina <[email protected]>
| Newsgroups | gmane.linux.ppp,gmane.linux.network,gmane.linux.kernel |
|---|---|
| Organization | Bootlin |
| Message-ID | <[email protected]> |
Hi, On Mon, 4 Mar 2024 17:52:46 +0000 Simon Horman <[email protected]> wrote: > + Herve Codina <[email protected]> > > On Sat, Mar 02, 2024 at 02:05:58PM -0300, Ricardo B. Marliere wrote: > > Since commit 43a7206b0963 ("driver core: class: make class_register() take > > a const *"), the driver core allows for struct class to be in read-only > > memory, so move the framer_class structure to be declared at build time > > placing it into read-only memory, instead of having to be dynamically > > allocated at boot time. > > > > Cc: Greg Kroah-Hartman <[email protected]> > > Suggested-by: Greg Kroah-Hartman <[email protected]> > > Signed-off-by: Ricardo B. Marliere <[email protected]> > > Reviewed-by: Simon Horman <[email protected]> > Thanks for the patch. Acked-by: Herve Codina <[email protected]> Best regards, Hervé