Comment 25 for bug 1865988

Revision history for this message
You-Sheng Yang (vicamo) wrote :

@Marcos,

I think it would be a wonderful experience if you already hold the chance to submit a patch to Ubuntu kernel yourself.

You may try following steps to send your patch:

1. `git clone -o focal https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/focal`

2. `git checkout focal/master-next`

3. `git cherry-pick -s -x efaa35873d66`

   Here you also need to edit your cherry-pick line to append the origin since it's not already in mainline: "(cherry picked from commit efaa35873d66bf4a4903f757333692766e34e448 helgaas/pci pci/virtualization)"

4. `git format-patch --cover-letter HEAD^`

5. Follow https://wiki.ubuntu.com/StableReleaseUpdates#SRU_Bug_Template to fill the body in the cover letter,

6. Add a BugLink line to both cover letter and the patch

7. Update subject to include tags "[SRU][Focal]" in both cover letter and the patch

8. Send them as a thread to <email address hidden>