Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
kmod-project
/
kmod
Public
Notifications
You must be signed in to change notification settings
Fork
68
Star
115
Code
Issues
55
Pull requests
17
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Incremental depmod
- #253
#253
Open
mwilck
wants to merge 25 commits into
kmod-project:master
kmod-project/kmod:master
from
mwilck:incremental-depmod
mwilck/kmod:incremental-depmod
Copy head branch name to clipboard
Conversation
Commits
25
(25)
Checks
Files changed
Open
Incremental depmod
#253
mwilck
wants to merge 25 commits into
kmod-project:master
kmod-project/kmod:master
from
mwilck:incremental-depmod
mwilck/kmod:incremental-depmod
Copy head branch name to clipboard
Commits
Commits on May 23, 2025
libkmod: add helper functions for walking indices
Show description for 7c7afc6
mwilck
committed
7c7afc6
View commit details
Copy full SHA for 7c7afc6
Browse repository at this point
libkmod: only use first value when looking up symbols
Show description for 8bfd8cc
mwilck
committed
8bfd8cc
View commit details
Copy full SHA for 8bfd8cc
Browse repository at this point
depmod: write crcsum to modules.symbols.bin
Show description for e8cb779
mwilck
committed
e8cb779
View commit details
Copy full SHA for e8cb779
Browse repository at this point
depmod: add option -I/--incremental
Show description for 2d8074e
mwilck
committed
2d8074e
View commit details
Copy full SHA for 2d8074e
Browse repository at this point
depmod -I: read current depmod data base from index files
Show description for 0400d6f
mwilck
committed
0400d6f
View commit details
Copy full SHA for 0400d6f
Browse repository at this point
depmod: track reverse dependencies
Show description for 14f4455
mwilck
committed
14f4455
View commit details
Copy full SHA for 14f4455
Browse repository at this point
depmod_modules_search_file(): factor out depmod_must_replace()
Show description for 9e11a74
mwilck
committed
9e11a74
View commit details
Copy full SHA for 9e11a74
Browse repository at this point
depmod_load_modules(): factor out depmod_load_module()
Show description for 224919b
mwilck
committed
224919b
View commit details
Copy full SHA for 224919b
Browse repository at this point
depmod_module_is_higher_priority: check for identical paths
Show description for 260f99e
mwilck
committed
260f99e
View commit details
Copy full SHA for 260f99e
Browse repository at this point
depmod: remove symbols and dependencies in depmod_module_del()
Show description for 3313918
mwilck
committed
3313918
View commit details
Copy full SHA for 3313918
Browse repository at this point
depmod: implement incremental module addition
Show description for 4b4782c
mwilck
committed
4b4782c
View commit details
Copy full SHA for 4b4782c
Browse repository at this point
depmod: implement "--incremental --all"
Show description for d399eed
mwilck
committed
d399eed
View commit details
Copy full SHA for d399eed
Browse repository at this point
depmod -I: support module removal
Show description for d82bcc0
mwilck
committed
d82bcc0
View commit details
Copy full SHA for d82bcc0
Browse repository at this point
depmod: add option -x/--errexit
Show description for 176adc7
mwilck
committed
176adc7
View commit details
Copy full SHA for 176adc7
Browse repository at this point
testsuite: add a test for generating dependencies with depmod
Show description for 589acde
mwilck
committed
589acde
View commit details
Copy full SHA for 589acde
Browse repository at this point
testsuite: add tests for demonstrating dependency order changes
Show description for 4cf740e
mwilck
committed
4cf740e
View commit details
Copy full SHA for 4cf740e
Browse repository at this point
testsuite/module-playground: add script for non-trivial depmod example
Show description for 3c7fccf
mwilck
committed
3c7fccf
View commit details
Copy full SHA for 3c7fccf
Browse repository at this point
testsuite: add "big" depmod test using the module generation script
Show description for c6f3133
mwilck
committed
c6f3133
View commit details
Copy full SHA for c6f3133
Browse repository at this point
depmod: deterministic module sort order in depmod_calculate_dependencies()
Show description for ba1ebf2
mwilck
committed
ba1ebf2
View commit details
Copy full SHA for ba1ebf2
Browse repository at this point
testsuite: add unit test for incremental module addition
Show description for 9db7df2
mwilck
committed
9db7df2
View commit details
Copy full SHA for 9db7df2
Browse repository at this point
testsuite: add unit test for incremental module deletion
Show description for 5bd88f5
mwilck
committed
5bd88f5
View commit details
Copy full SHA for 5bd88f5
Browse repository at this point
testsuite: create a second module playground
Show description for 76c8e73
mwilck
committed
76c8e73
View commit details
Copy full SHA for 76c8e73
Browse repository at this point
testsuite: add unit test for module replacement
Show description for 2078128
mwilck
committed
2078128
View commit details
Copy full SHA for 2078128
Browse repository at this point
testsuite: add unit test for module overriding
Show description for 3a3f7cd
mwilck
committed
3a3f7cd
View commit details
Copy full SHA for 3a3f7cd
Browse repository at this point
testsuite: add generic test script for incremental depmod
Show description for ea3c038
mwilck
committed
ea3c038
View commit details
Copy full SHA for ea3c038
Browse repository at this point
You can’t perform that action at this time.