Re: [PATCH 1/2] umh, treewide: Explicitly include linux/umh.h where needed
Michal Koutný <[email protected]> Wed, 8 Jul 2026 20:13:23 +0200
| Newsgroups | gmane.linux.network.bridge |
|---|---|
| Message-ID | <ak6STbqZd-Q-c56v__13677.8842935868$1783534428$gmane$org@localhost.localdomain> |
--kijzkd5xnaepafl2 Content-Type: text/plain; protected-headers=v1; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Subject: Re: [PATCH 1/2] umh, treewide: Explicitly include linux/umh.h where needed MIME-Version: 1.0 Hi Petr. On Wed, Jul 08, 2026 at 05:44:29PM +0200, Petr Pavlu <[email protected]> = wrote: > diff --git a/kernel/cgroup/cgroup-v1.c b/kernel/cgroup/cgroup-v1.c > index a4337c9b5287..60eb994c32ae 100644 > --- a/kernel/cgroup/cgroup-v1.c > +++ b/kernel/cgroup/cgroup-v1.c > @@ -16,6 +16,7 @@ > #include <linux/pid_namespace.h> > #include <linux/cgroupstats.h> > #include <linux/fs_parser.h> > +#include <linux/umh.h> > =20 > #include <trace/events/cgroup.h> There is kmod.h in here too but it's unnecessary, no module lazy loading in this code. Thanks, Michal --kijzkd5xnaepafl2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iJEEABYKADkWIQRCE24Fn/AcRjnLivR+PQLnlNv4CAUCak6TOhsUgAAAAAAEAA5t YW51MiwyLjUrMS4xMiwyLDIACgkQfj0C55Tb+AgY2gEAgOkCGIEUNQ8/AFfxYtdb 0XG1ZQXkD0d1Rm0cAq1+u8cBANw3nWI/wHkp5zcHmZWevxdnweU507gsyVTXzMGQ ZwsB =k+w6 -----END PGP SIGNATURE----- --kijzkd5xnaepafl2--