File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33Find the Linux versions where the commits passed as arguments are available.
44
55When you start the tool the current directory must be a clone of the Linux stable repository:
6+
7+ ```
68git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
9+ ```
710
811E.g.:
9- git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
10- cd linux
11- ~ /linux-version-finder/linux-version-finder 22b106e5355d6e7a9c3b5cb5ed4ef22ae585ea94
12+
13+ ```
14+ user@host:~$ git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
15+ user@host:~$ cd linux
16+ user@host:~$ ~/linux-version-finder/linux-version-finder 22b106e5355d6e7a9c3b5cb5ed4ef22ae585ea94
1217v5.4.198 v5.10.121 v5.15.46 v5.17.14 v5.18.3 v5.19-rc1
18+ ```
1319
1420or the check for multiple commits:
15- ~ /linux-version-finder/linux-version-finder 22b106e5355d6e7a9c3b5cb5ed4ef22ae585ea94 2939e1a86f758b55cdba73e29397dd3d94df13bc
21+
22+ ```
23+ user@host:~$ ~/linux-version-finder/linux-version-finder 22b106e5355d6e7a9c3b5cb5ed4ef22ae585ea94 2939e1a86f758b55cdba73e29397dd3d94df13bc
1624v5.4.198 v5.10.121 v5.15.46 v5.17.14 v5.18.3 v5.19-rc1
25+ ```
1726
1827## Help
1928
2029linux-version-finder --help
2130
2231## Linux Install requirements
2332
24- pip3 install -r requirements.txt
33+ ```
34+ pip3 install -r requirements.txt
35+ ```
You can’t perform that action at this time.
0 commit comments