APPLIED: [{eoan,disco,xenial}:linux-azure PATCH 0/2] Linux azure changes

Kleber Souza kleber.souza at canonical.com
Tue Jan 7 15:06:24 UTC 2020


On 2019-12-04 17:28, Marcelo Henrique Cerri wrote:
> https://bugs.launchpad.net/bugs/1844245
> 
> ---
> Marcelo Henrique Cerri (2):
>   UBUNTU: SAUCE: linux-azure: Include Intel SGX driver to the main
>     modules package
>   UBUNTU: [Packaging] linux-azure: Prevent intel_sgx from being
>     automatically loaded
> 
>  arch/x86/include/asm/sgx.h                  | 233 +++++
>  arch/x86/include/asm/sgx_arch.h             | 278 ++++++
>  arch/x86/include/asm/sgx_pr.h               |  80 ++
>  arch/x86/include/uapi/asm/sgx.h             | 154 ++++
>  debian.azure/control.d/azure.inclusion-list |   1 +
>  debian.azure/modprobe.d/common.conf         |   3 +
>  ubuntu/Makefile                             |   4 +
>  ubuntu/sgx/License.txt                      |  46 +
>  ubuntu/sgx/Makefile                         |  79 ++
>  ubuntu/sgx/README.md                        | 114 +++
>  ubuntu/sgx/sgx.h                            | 286 ++++++
>  ubuntu/sgx/sgx_driver_info.h                |  62 ++
>  ubuntu/sgx/sgx_encl.c                       | 974 ++++++++++++++++++++
>  ubuntu/sgx/sgx_ioctl.c                      | 332 +++++++
>  ubuntu/sgx/sgx_main.c                       | 498 ++++++++++
>  ubuntu/sgx/sgx_page_cache.c                 | 596 ++++++++++++
>  ubuntu/sgx/sgx_util.c                       | 382 ++++++++
>  ubuntu/sgx/sgx_version.h                    |  60 ++
>  ubuntu/sgx/sgx_vma.c                        | 242 +++++
>  ubuntu/sgx/sgx_wl.h                         |  82 ++
>  20 files changed, 4506 insertions(+)
>  create mode 100644 arch/x86/include/asm/sgx.h
>  create mode 100755 arch/x86/include/asm/sgx_arch.h
>  create mode 100644 arch/x86/include/asm/sgx_pr.h
>  create mode 100644 arch/x86/include/uapi/asm/sgx.h
>  create mode 100644 ubuntu/sgx/License.txt
>  create mode 100644 ubuntu/sgx/Makefile
>  create mode 100644 ubuntu/sgx/README.md
>  create mode 100644 ubuntu/sgx/sgx.h
>  create mode 100644 ubuntu/sgx/sgx_driver_info.h
>  create mode 100644 ubuntu/sgx/sgx_encl.c
>  create mode 100644 ubuntu/sgx/sgx_ioctl.c
>  create mode 100644 ubuntu/sgx/sgx_main.c
>  create mode 100644 ubuntu/sgx/sgx_page_cache.c
>  create mode 100644 ubuntu/sgx/sgx_util.c
>  create mode 100644 ubuntu/sgx/sgx_version.h
>  create mode 100644 ubuntu/sgx/sgx_vma.c
>  create mode 100644 ubuntu/sgx/sgx_wl.h
> 

Applied to xenial/linux-azure, disco/linux-azure and eoan/linux-azure.

Thanks,
Kleber



More information about the kernel-team mailing list