About this repo
This is repo is a fork of https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/noble (See more at https://code.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/noble).
It's created by using GitHub Importer.
Fortanix creates this fork repo for maintaining patch version of Ubuntu Linux Kernel to meet our use case of SGX.
Workflow
All upstream branches are not working branches:
- Code change from Fortanix won't be added to these branches.
- Pull requests should not target these branches.
When needed, a working branch should be created upon upstream Kernel release (defined by upstream tags). The new branch should be named as {upstream tag name}_ftx-sgx-patch.
Example branch: Ubuntu-6.8.0-53.55_ftx-sgx-patch
Sync will upstream
This repo will be synced with upstream when a new patch release is needed.
How to sync
WIP