Message ID | 20240717180815.1849056-1-john.cabaj@canonical.com |
---|---|
Headers | show |
Series | Include Azure Site Recovery module in Azure kernel | expand |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On Wed, Jul 17 2024, John Cabaj wrote: > BugLink: https://bugs.launchpad.net/bugs/2073414 > > [Impact] > > * Microsoft has requested the involflt DKMS module to be included in Azure and Generic kernels > > [Fix] > > * For Azure kernels, module will initially be included during kernel build via the dkms-version hooks to provide DKMS modules signed into a kernel build > * For Generic kernels (and Azure once complete), the DKMS modules will ultimately be included via a linux-main-modules package, similar to linux-restricted-modules > > [Test Plan] > > * Compile and install involflt module > * Microsoft tested > > [Where problems could occur] > > * Low regression risk, module separate from kernel package and requires separate install > > [Other info] > > * SF #00366523 > > You-Sheng Yang (vicamo) (1): > UBUNTU: [Packaging] azure: support standalone dkms module builds > > debian/control.dkms | 10 +++++++ > debian/rules | 69 +++++++++++++++++++++++++++++++++++++++++---- > 2 files changed, 74 insertions(+), 5 deletions(-) > create mode 100644 debian/control.dkms > > -- > 2.34.1 Acked-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com> - -- Regards, Marcelo -----BEGIN PGP SIGNATURE----- iQHQBAEBCgA6FiEExJjLjAfVL0XbfEr56e82LoessAkFAmaZeSgcHG1hcmNlbG8u Y2VycmlAY2Fub25pY2FsLmNvbQAKCRDp7zYuh6ywCdBlC/9RqgFBugAWL/eJTAsn e6FSHwA49Tk0wJTfyT+BzIQ5nKXulPE5zE2JZ4w+KFU4ehcTdNH3g7y+ey9pRWIZ 7aHXc5f/bpmDUjkxFE542SL0uKdQEvzyeKN/GyDUMQU74uy9jWI5rYtN0XiLpRiv uzU3x6cS5SHuSWQDlFRRwjXeArcQ7M/DhrLhExEe8OUulzZnBddTjivK7Dw6EY8k nGJp59+f3nrt2g9chY8Sth3k93xwjZc/j23CLQvh1RkKhCsaWRwUV2o/dlB+Z4uD xmid+9wd4tCUYF0+lGjKC2EwkuLbUshCCuFVhznC5JUca6UcjldIRj9V5EG7XMbN LVybimA7PMHH7BZm/sIJ6TWZGSWWvLB3h6yZ07oJRiM29RsDWAmzoL5Jt9cbhAEE hFuWm1Uz64G5MegpQn0D3FJ1P/I5soBUerjQshkXpkzU0snuknIBo6y+zkDkSoHc jwEDqWapmJoN0GlJClcGE5Es4IfqvTuDJsIZzAURvZoU1rg= =jDdm -----END PGP SIGNATURE-----
On 17-07-2024 20:08, John Cabaj wrote: > BugLink: https://bugs.launchpad.net/bugs/2073414 > > [Impact] > > * Microsoft has requested the involflt DKMS module to be included in Azure and Generic kernels > > [Fix] > > * For Azure kernels, module will initially be included during kernel build via the dkms-version hooks to provide DKMS modules signed into a kernel build > * For Generic kernels (and Azure once complete), the DKMS modules will ultimately be included via a linux-main-modules package, similar to linux-restricted-modules > > [Test Plan] > > * Compile and install involflt module > * Microsoft tested > > [Where problems could occur] > > * Low regression risk, module separate from kernel package and requires separate install > > [Other info] > > * SF #00366523 > > You-Sheng Yang (vicamo) (1): > UBUNTU: [Packaging] azure: support standalone dkms module builds > > debian/control.dkms | 10 +++++++ > debian/rules | 69 +++++++++++++++++++++++++++++++++++++++++---- > 2 files changed, 74 insertions(+), 5 deletions(-) > create mode 100644 debian/control.dkms > Acked-by: Thibault Ferrante <thibault.ferrante@canonical.com> -- Thibault