mbox series

[0/8,focal:linux-azure] Sync to SGX 1.33.2

Message ID 20210812120913.9316-1-tim.gardner@canonical.com
Headers show
Series Sync to SGX 1.33.2 | expand

Message

Tim Gardner Aug. 12, 2021, 12:09 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/1936240

[Impact]

Microsoft has requested updating ubuntu/sgx support to 1.33.2.

[Fix]

https://github.com/intel/SGXDataCenterAttestationPrimitives ld_133
56a183872786d9ad3f2f395dc1d740ccb22d01a1 Linux Driver: Version 1.33.2
a980e06b53be94107379d9361566fd23f0f5303a Linux Driver: move use space header
af9a396cbc0977898d779950e69b493802432591 Fix signed integer overflow on shift
9086b3ef9b0760292cd2ffd70253a45bfcb37f26 Linux Driver: hardening compiler options
ded9828792d9968f2db3b98adb8a66afc2d69a9f Linux Driver: look for exported symbols in Makefile
0977851177d96aa7859adcafef36f1b3ed5c7ab0 Linux Driver: fix a synchronization issue for mmput
46c684f7f3504b890a30160a79759f1aa86f91fc Linux Driver: missing synchronize_srcu call before cleanup
612c6ffd16cf9f6d5b2914c274cf280b460b5f8e Linux Driver: backport fixes to 1.33
31abec675140bc2767de9c8b1964bc04729233cc Add module alias for ACPI device INT0E0C

[Test Case]

Microsoft tested.
Look for "sgx: intel_sgx: Intel SGX DCAP Driver v1.33.2" in dmesg.

[Where problems could occur]

SGX functionality could regress

[Other Info]

SF: #00314640

Comments

Marcelo Henrique Cerri Aug. 12, 2021, 12:44 p.m. UTC | #1
Acked-by: Marcelo Henrique Cerri <marcelo.cerri@canonical.com>

On Thu, Aug 12, 2021 at 06:09:05AM -0600, Tim Gardner wrote:
> BugLink: https://bugs.launchpad.net/bugs/1936240
> 
> [Impact]
> 
> Microsoft has requested updating ubuntu/sgx support to 1.33.2.
> 
> [Fix]
> 
> https://github.com/intel/SGXDataCenterAttestationPrimitives ld_133
> 56a183872786d9ad3f2f395dc1d740ccb22d01a1 Linux Driver: Version 1.33.2
> a980e06b53be94107379d9361566fd23f0f5303a Linux Driver: move use space header
> af9a396cbc0977898d779950e69b493802432591 Fix signed integer overflow on shift
> 9086b3ef9b0760292cd2ffd70253a45bfcb37f26 Linux Driver: hardening compiler options
> ded9828792d9968f2db3b98adb8a66afc2d69a9f Linux Driver: look for exported symbols in Makefile
> 0977851177d96aa7859adcafef36f1b3ed5c7ab0 Linux Driver: fix a synchronization issue for mmput
> 46c684f7f3504b890a30160a79759f1aa86f91fc Linux Driver: missing synchronize_srcu call before cleanup
> 612c6ffd16cf9f6d5b2914c274cf280b460b5f8e Linux Driver: backport fixes to 1.33
> 31abec675140bc2767de9c8b1964bc04729233cc Add module alias for ACPI device INT0E0C
> 
> [Test Case]
> 
> Microsoft tested.
> Look for "sgx: intel_sgx: Intel SGX DCAP Driver v1.33.2" in dmesg.
> 
> [Where problems could occur]
> 
> SGX functionality could regress
> 
> [Other Info]
> 
> SF: #00314640
> 
> 
> -- 
> kernel-team mailing list
> kernel-team@lists.ubuntu.com
> https://lists.ubuntu.com/mailman/listinfo/kernel-team
Krzysztof Kozlowski Aug. 13, 2021, 12:50 p.m. UTC | #2
On 12/08/2021 14:09, Tim Gardner wrote:
> BugLink: https://bugs.launchpad.net/bugs/1936240
> 
> [Impact]
> 
> Microsoft has requested updating ubuntu/sgx support to 1.33.2.
> 
> [Fix]
> 
> https://github.com/intel/SGXDataCenterAttestationPrimitives ld_133
> 56a183872786d9ad3f2f395dc1d740ccb22d01a1 Linux Driver: Version 1.33.2
> a980e06b53be94107379d9361566fd23f0f5303a Linux Driver: move use space header
> af9a396cbc0977898d779950e69b493802432591 Fix signed integer overflow on shift
> 9086b3ef9b0760292cd2ffd70253a45bfcb37f26 Linux Driver: hardening compiler options
> ded9828792d9968f2db3b98adb8a66afc2d69a9f Linux Driver: look for exported symbols in Makefile
> 0977851177d96aa7859adcafef36f1b3ed5c7ab0 Linux Driver: fix a synchronization issue for mmput
> 46c684f7f3504b890a30160a79759f1aa86f91fc Linux Driver: missing synchronize_srcu call before cleanup
> 612c6ffd16cf9f6d5b2914c274cf280b460b5f8e Linux Driver: backport fixes to 1.33
> 31abec675140bc2767de9c8b1964bc04729233cc Add module alias for ACPI device INT0E0C

You should include original Signed-off-by (Haitao Huang
<4699115+haitaohuang@users.noreply.github.com>). With this change applied:

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>


Best regards,
Krzysztof
Tim Gardner Aug. 13, 2021, 1 p.m. UTC | #3
Applied to Focal azure/master-next. Thanks.

-rtg

On 8/12/21 6:09 AM, Tim Gardner wrote:
> BugLink: https://bugs.launchpad.net/bugs/1936240
> 
> [Impact]
> 
> Microsoft has requested updating ubuntu/sgx support to 1.33.2.
> 
> [Fix]
> 
> https://github.com/intel/SGXDataCenterAttestationPrimitives ld_133
> 56a183872786d9ad3f2f395dc1d740ccb22d01a1 Linux Driver: Version 1.33.2
> a980e06b53be94107379d9361566fd23f0f5303a Linux Driver: move use space header
> af9a396cbc0977898d779950e69b493802432591 Fix signed integer overflow on shift
> 9086b3ef9b0760292cd2ffd70253a45bfcb37f26 Linux Driver: hardening compiler options
> ded9828792d9968f2db3b98adb8a66afc2d69a9f Linux Driver: look for exported symbols in Makefile
> 0977851177d96aa7859adcafef36f1b3ed5c7ab0 Linux Driver: fix a synchronization issue for mmput
> 46c684f7f3504b890a30160a79759f1aa86f91fc Linux Driver: missing synchronize_srcu call before cleanup
> 612c6ffd16cf9f6d5b2914c274cf280b460b5f8e Linux Driver: backport fixes to 1.33
> 31abec675140bc2767de9c8b1964bc04729233cc Add module alias for ACPI device INT0E0C
> 
> [Test Case]
> 
> Microsoft tested.
> Look for "sgx: intel_sgx: Intel SGX DCAP Driver v1.33.2" in dmesg.
> 
> [Where problems could occur]
> 
> SGX functionality could regress
> 
> [Other Info]
> 
> SF: #00314640
>