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 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:kmod
Series: trunk
1 Development 2023-11-07 20:05:44 UTC
1313. libkmod: remove pkcs7 obj_to_hash_alg...

Author: Dimitri John Ledkov
Revision Date: 2023-11-07 20:05:44 UTC

libkmod: remove pkcs7 obj_to_hash_algo()

Switch to using OBJ_obj2txt() to calculate and print the pkcs7
signature hash name. This eliminates the need to duplicate libcrypto
NID to name mapping, detect SM3 openssl compile-time support, and
enables using any hashes that openssl and kernel know about. For
example SHA3 are being added for v6.7 and with this patch are
automatically supported.

Signed-off-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
Link: https://lore.kernel.org/r/20231029010319.157390-1-dimitri.ledkov@canonical.com

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