kmod hosts its code at git://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git.

You can learn more at the project's web page.

Launchpad imports the master branch and you can create branches from it.

You can get a copy of the development focus branch using the command:
bzr branch lp://qastaging/kmod

See all merge proposals.

kmod has 1 active branch owned by 1 team. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp://qastaging/kmod
Series: trunk
1 Development 2025-07-14 03:18:34 UTC
2104. testsuite: Fix build with gcc < 15 V...

Author: Lucas De Marchi
Revision Date: 2025-07-14 03:18:34 UTC

testsuite: Fix build with gcc < 15

Variable declaration inside a switch case works with gcc 15, but fails
pretty much everywhere else with a message like below:

 ../testsuite/init_module.c: In function ‘syscall’:
 ../testsuite/init_module.c:343:3: error: a label can only be part of a statement and a declaration is not a statement
   343 | const char *args;
       | ^~~~~

Add an empty statement to fix it.

Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/390

11 of 1 result
You can't create new branches for kmod.