Technical analysis ------------------ I just tried to cherry-pick the commits in the correct order to the v1.8 branch:
``` commits=(40230e61282353ae8d8e73b1748a6df3be44c7c9 454373a2a4007ccab1574288252e4a2423786d45 c5a9371c1c0581c2000a07d2ba8d3e55629bc09a 9c4a34b54542e26948a8b5f817c31d72b02f69a0 f23ae8cd59fa20e98f587dd0717b380c65325119 b9f08d5bd3d84c0df0eb6a3321a8006801214fd1 6e8e03a3d16c12bf6dd5440254c1c1c12ffa9b94 2201d1375b877356eb3e3cf6b61ad932b852a66b e0db450d260302921b630f2da5e505478dc5134f dd1daf34d11754dc9e1e8d026e2aa3b552e9b0b3 e48845ecba1aa72d45f3fa4c8aa257072c25dcd0 f8f82abe4fff8ba2ca71da5d3635200931dae118 81073a178c198a1b7f08964300905cbec595c14e 21f5e8617507bd3e8e14879fe7c5a20707b5a7d0 2d92c354d58be032b248fb8f85d3118088cdfef4) git co -b noble v1.8 for commit in ${commits[*]}; do git cherry-pick "$commit" || git cherry-pick --abort; done ``` Only the first commit applied cleanly. The other would need adjustments. Commit 454373a2a4007ccab1574288252e4a2423786d45 adds the new nvme_export_tls_key_versioned and nvme_import_tls_key_versioned functions from the v1.11 release. Policy check ------------ For an SRU, the changes must comply with the requirements: https://documentation.ubuntu.com/sru/en/latest/reference/requirements/ This change might fall under following categories: * For Long Term Support releases we regularly want to enable new hardware * For Long Term Support releases we sometimes want to introduce new features. See also https://documentation.ubuntu.com/sru/en/latest/explanation/requirements/ This ticket needs to be updated using the SRU template: https://documentation.ubuntu.com/sru/en/latest/reference/bug-template/ and following question needs to be answered: * Impact: Why should it be backported? * Test plan: How to test these new changes? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2093127 Title: Feature Request: SRU/Backport upstream commits to Ubuntu 24.04 LTS (Noble Numbat) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libnvme/+bug/2093127/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs