All of lore.kernel.org
 help / color / mirror / Atom feed
* v4.19.221 breaks qdisc modules
@ 2022-03-27 21:39 Thorsten Glaser
  2022-03-27 21:44 ` Thorsten Glaser
  2022-03-28  5:49 ` Greg Kroah-Hartman
  0 siblings, 2 replies; 6+ messages in thread
From: Thorsten Glaser @ 2022-03-27 21:39 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Vlad Buslov, stable
  Cc: Jiri Pirko, David S. Miller, Lee Jones

Hi,

commit 92833e8b5db6c209e9311ac8c6a44d3bf1856659 breaks the
build of sch_* modules in stable.

I already have:

#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 20, 0)
                qdisc_destroy(cl->leaf.q);
#else
                qdisc_put(cl->leaf.q);
#endif

But this makes it more tricky… or can I “just” change this
to KERNEL_VERSION(4, 19, 221) ?

Nevertheless, renaming functions isn’t something I’d expect
to happen in stable. At least add a #define or so redirecting
from the old/stable name…

bye,
//mirabilos
-- 
Infrastrukturexperte • tarent solutions GmbH
Am Dickobskreuz 10, D-53121 Bonn • http://www.tarent.de/
Telephon +49 228 54881-393 • Fax: +49 228 54881-235
HRB AG Bonn 5168 • USt-ID (VAT): DE122264941
Geschäftsführer: Dr. Stefan Barth, Kai Ebenrett, Boris Esser, Alexander Steeg

                        ****************************************************
/⁀\ The UTF-8 Ribbon
╲ ╱ Campaign against      Mit dem tarent-Newsletter nichts mehr verpassen:
 ╳  HTML eMail! Also,     https://www.tarent.de/newsletter
╱ ╲ header encryption!
                        ****************************************************

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-03-28 22:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-27 21:39 v4.19.221 breaks qdisc modules Thorsten Glaser
2022-03-27 21:44 ` Thorsten Glaser
2022-03-28  5:50   ` Greg Kroah-Hartman
2022-03-28 20:23     ` Thorsten Glaser
2022-03-28 21:37       ` Thorsten Glaser
2022-03-28  5:49 ` Greg Kroah-Hartman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.