mbox series

[SRU,o/n/j:linux-azure,0/1] Provide an arm64 linux-azure 64k kernel variant

Message ID 20240828204513.1748607-1-john.cabaj@canonical.com
Headers show
Series Provide an arm64 linux-azure 64k kernel variant | expand

Message

John Cabaj Aug. 28, 2024, 8:45 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/2077991

[Impact]

* Microsoft requested 64k page size flavour.

[Fix]

* Add flavour and configs for 64k flavour

[Test Case]

* Compile tested
* Boot tested

[Where things could go wrong]

* Low chance of regression as no logic changed.
* Simply adding a new flavour, easily verified by checking built packages.

[Other Info]

* SF #00388238

John Cabaj (1):
  UBUNTU: [Packaging] azure: Adding 64KB page flavor

 debian.azure/config/annotations               |  38 ++-
 .../control.d/azure-64k.inclusion-list        | 275 ++++++++++++++++++
 debian.azure/control.d/vars.azure-64k         |   6 +
 debian.azure/rules.d/arm64.mk                 |   2 +-
 4 files changed, 314 insertions(+), 7 deletions(-)
 create mode 100644 debian.azure/control.d/azure-64k.inclusion-list
 create mode 100644 debian.azure/control.d/vars.azure-64k

Comments

Aaron Jauregui Sept. 2, 2024, 3:23 a.m. UTC | #1
On Wed, Aug 28, 2024 at 03:45:10PM -0500, John Cabaj wrote:
> BugLink: https://bugs.launchpad.net/bugs/2077991
> 
> [Impact]
> 
> * Microsoft requested 64k page size flavour.
> 
> [Fix]
> 
> * Add flavour and configs for 64k flavour
> 
> [Test Case]
> 
> * Compile tested
> * Boot tested
> 
> [Where things could go wrong]
> 
> * Low chance of regression as no logic changed.
> * Simply adding a new flavour, easily verified by checking built packages.
> 
> [Other Info]
> 
> * SF #00388238
> 
> John Cabaj (1):
>   UBUNTU: [Packaging] azure: Adding 64KB page flavor
> 
>  debian.azure/config/annotations               |  38 ++-
>  .../control.d/azure-64k.inclusion-list        | 275 ++++++++++++++++++
>  debian.azure/control.d/vars.azure-64k         |   6 +
>  debian.azure/rules.d/arm64.mk                 |   2 +-
>  4 files changed, 314 insertions(+), 7 deletions(-)
>  create mode 100644 debian.azure/control.d/azure-64k.inclusion-list
>  create mode 100644 debian.azure/control.d/vars.azure-64k

Acked-by: Aaron Jauregui <aaron.jauregui@canonical.com>
Kuan-Ying Lee Sept. 2, 2024, 3:37 a.m. UTC | #2
On Wed, Aug 28, 2024 at 03:45:10PM -0500, John Cabaj wrote:
> BugLink: https://bugs.launchpad.net/bugs/2077991
> 
> [Impact]
> 
> * Microsoft requested 64k page size flavour.
> 
> [Fix]
> 
> * Add flavour and configs for 64k flavour
> 
> [Test Case]
> 
> * Compile tested
> * Boot tested
> 
> [Where things could go wrong]
> 
> * Low chance of regression as no logic changed.
> * Simply adding a new flavour, easily verified by checking built packages.
> 
> [Other Info]
> 
> * SF #00388238
> 
> John Cabaj (1):
>   UBUNTU: [Packaging] azure: Adding 64KB page flavor
> 
>  debian.azure/config/annotations               |  38 ++-
>  .../control.d/azure-64k.inclusion-list        | 275 ++++++++++++++++++
>  debian.azure/control.d/vars.azure-64k         |   6 +
>  debian.azure/rules.d/arm64.mk                 |   2 +-
>  4 files changed, 314 insertions(+), 7 deletions(-)
>  create mode 100644 debian.azure/control.d/azure-64k.inclusion-list
>  create mode 100644 debian.azure/control.d/vars.azure-64k

Acked-by: Kuan-Ying Lee <kuan-ying.lee@canonical.com>