Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kernel-hardening-checker
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
kernel-hardening-checker
Graph
830f915c20e48ff0af17a0382a87482fbbc5786b
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
20
Jun
19
9
8
31
May
30
28
15
8
7
6
28
Apr
27
22
20
9
8
7
28
Mar
27
21
19
15
14
13
5
15
Feb
14
12
11
23
Jan
22
21
24
Dec
5
21
Nov
9
23
Sep
22
21
16
11
10
30
Aug
29
20
19
14
9
8
2
Jul
19
Jun
18
30
Oct
29
23
22
21
19
16
14
16
Jul
15
13
10
9
7
3
30
May
7
5
9
Apr
8
6
3
31
Mar
30
29
27
26
24
23
22
20
18
17
9
8
7
5
4
27
Feb
26
24
14
Jan
11
10
2
Dec
29
Nov
28
23
Aug
22
8
Jul
7
24
Jun
5
4
3
1
27
May
17
12
20
Mar
13
12
11
4
24
Jan
23
22
21
15
21
Dec
13
7
6
8
Aug
30
Jul
28
25
24
20
14
5
4
3
22
Jun
21
20
Add the page_poison check required for PAGE_POISONING_ZERO
Rewrite the slab_nomerge check
Rewrite the randomize_kstack_offset check
Check that a kconfig option value is sane
Add a tricky check for init_on_alloc and INIT_ON_ALLOC_DEFAULT_ON
Move the add_cmdline_checks() call earlier
Don't check __name__ in __init__.py (it can't run separately anyway)
Fix the pylint warning about isinstance
Drop unneeded properties of ComplexOptCheck
Turn some error conditions into assertions (part 4)
Turn some error conditions into assertions (part 3)
Turn some error conditions into assertions (part 2)
Turn some error conditions into assertions (part 1)
Drop useless checks, the ComplexOptCheck constructor has already checked this
github actions: Test error handling (part 2)
github actions: Test error handling (part 1)
github actions: Collect coverage for error handling (part 1)
github actions: upgrade to codecov-action@v2
Check that --config and --print are not used together
github actions: Collect coverage for cmdline checking
github actions: Improve the descriptions
github actions: Improve the test output
Drop dash-separated values from setup.cfg
github actions: Add testing with python 3.9
Merge branch 'cmdline'
Change the example output in README
Describe the cmdline checking support in README
Add the example config of Fedora 34
Check the pti cmdline parameter
Check the slab_nomerge cmdline parameter
Check the randomize_kstack_offset cmdline parameter
Add cmdline file parsing
Add the infrastructure for cmdline checks
Add '--cmdline' argument for the tool
Add cmdline checks to '--print'
Add the CmdlineCheck class
Add the comment about sysrq_always_enabled
Add the comment about rodata
Update direct feedback from Linux kernel maintainers (#62)
Add the comment about arm64.nomte