Skip to content
This repository was archived by the owner on Nov 6, 2024. It is now read-only.

Commit 28e9872

Browse files
RuoqingHealxiord
authored andcommitted
arm64, x86_64: Update bindings from v6.9 kernel source
Update existing architecture's bindings. Signed-off-by: Ruoqing He <ruoqing@isrc.iscas.ac.cn>
1 parent 8393468 commit 28e9872

File tree

4 files changed

+5960
-12174
lines changed

4 files changed

+5960
-12174
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@
55

66
### Changed
77

8+
- Replaced the v6.2 bindings of arm64, x86\_64 with the v6.9 ones.
9+
810
### Removed
911

12+
- Removed v6.2 bindings.
13+
1014
## [0.8.2]
1115

1216
### Changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ git clone https://github.com/torvalds/linux.git
2222
When adding a new architecture, the bindings must be generated for all existing
2323
versions for consistency reasons.
2424

25-
### Example for arm64 and kernel version 6.2
25+
### Example for arm64 and kernel version 6.9
2626

2727
For this example we assume that you have both linux and kvm-bindings
2828
repositories in your root.
@@ -36,7 +36,7 @@ popd
3636
# linux is the repository that you cloned at the previous step.
3737
pushd linux
3838
# Step 2: Checkout the version you want to generate the bindings for.
39-
git checkout v6.2
39+
git checkout v6.9
4040

4141
# Step 3: Generate the bindings.
4242
# This will generate the headers for the targeted architecture and place them

0 commit comments

Comments
 (0)