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

Commit

Permalink
arm64, x86_64: Update bindings from v6.9 kernel source
Browse files Browse the repository at this point in the history
Update existing architecture's bindings.

Signed-off-by: Ruoqing He <ruoqing@isrc.iscas.ac.cn>
  • Loading branch information
TimePrinciple authored and alxiord committed Jun 7, 2024
1 parent 8393468 commit 28e9872
Show file tree
Hide file tree
Showing 4 changed files with 5,960 additions and 12,174 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@

### Changed

- Replaced the v6.2 bindings of arm64, x86\_64 with the v6.9 ones.

### Removed

- Removed v6.2 bindings.

## [0.8.2]

### Changed
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ git clone https://github.com/torvalds/linux.git
When adding a new architecture, the bindings must be generated for all existing
versions for consistency reasons.

### Example for arm64 and kernel version 6.2
### Example for arm64 and kernel version 6.9

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

# Step 3: Generate the bindings.
# This will generate the headers for the targeted architecture and place them
Expand Down
Loading

0 comments on commit 28e9872

Please sign in to comment.