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 browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:kmod

See all merge proposals.

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

Bazaar branches

Name Status Last Modified Last Commit
lp:kmod
Series: trunk
1 Development 2024-10-30 12:59:18 UTC
1761. libkmod: Properly skip first symbol e...

Author: Tobias Stoeckmann
Revision Date: 2024-10-30 12:59:18 UTC

libkmod: Properly skip first symbol entry

This fixes a regression introduced while converting pointer to
offset arithmetics.

The for-loop itself starts at 1 already, so reflect this with the
manually performed offset + length calculation right at the start.

Closes: https://github.com/kmod-project/kmod/issues/214
Fixes: 25ab561b ("libkmod: Use ELF offsets more often")
Reported-by: Emil Velikov <emil.l.velikov@gmail.com>
Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
Link: https://github.com/kmod-project/kmod/pull/215
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>

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