Changes since v15:
- rebased on x86_tip master
- added tested-by tags
Changes since v14 following reviews by Dave ad Kai:
- added mutex to sgx_dec_usage_count()
- fixed a formatting issue pointed by Kai
- added review-by from Kai on patches 4-5
Changes since v13 following reviews by Kai:
Add a flag indicating whenever ENCLS[EUPDATESVN] SGX instruction is
supported. This will be used by SGX driver to perform CPU SVN updates.
Reviewed-by: Jarkko Sakkinen
Reviewed-by: Kai Huang
Reviewed-by: Dave Hansen
Signed-off-by: Elena Reshetova
Tested-by: Nataliia Bondarevska
---
arch/x86/
Add error codes for ENCLS[EUPDATESVN], then SGX CPUSVN update process can
know the execution state of EUPDATESVN and notify userspace.
EUPDATESVN will be called when no active SGX users is guaranteed. Only add
the error codes that can legally happen. E.g., it could also fail due to
"SGX not ready"
On Fri, Oct 10, 2025 at 6:44 AM Si-Wei Liu wrote:
>
>
>
> On 10/2/2025 12:27 AM, Eugenio Perez Martin wrote:
> > On Thu, Oct 2, 2025 at 1:27 AM Si-Wei Liu wrote:
> >> Hi Eugenio,
> >>
> >> On 10/1/2025 6:26 AM, Eugenio Perez Martin wrote:
> >>> On Tue, Feb 7, 2023 at 12:15 AM Si-Wei Liu wrote:
>
On Fri, Oct 10, 2025 at 6:40 AM Si-Wei Liu wrote:
>
>
>
> On 10/2/2025 3:35 AM, Eugenio Pérez wrote:
> > This patch implements features provisioning for vduse devices. This
> > allows the device provisioner to clear the features exposed by the
> > userland device, so the driver never see them. T
Add a generic-adc-thermal node to convert the voltage read by the
battery temperature ADC into degree Celsius using the provided lookup
table.
This will later be used as input for the fuel gauge node (QGauge on the
PM7250B).
Signed-off-by: Luca Weiss
---
arch/arm64/boot/dts/qcom/sm7225-fairphon
This patchset is a misc update of remoteproc_core.c.
Patch 1: Drop a pointless initialization to variable ret
Patch 2-3: Cleanup the included headers
Patch 4: Use cleanup.h to simplify code
Patch 5: Remove export of rproc_va_to_pa
Patch 6: Update stm32_rproc auto_boot assignment.
Patch 7: Use 1-bit
On Fri, Oct 10, 2025 at 12:58:38AM +0200, Andrew Lunn wrote:
> On Thu, Oct 09, 2025 at 05:27:15PM -0500, Shenwei Wang wrote:
> > On i.MX SoCs, the system may include two processors:
> > - An MCU running an RTOS
> > - An MPU running Linux
> >
> > These processors communicate via the RPMSG p
On Thu, Oct 09, 2025 at 10:37:36PM -0700, Nathan Chancellor wrote:
> On Thu, Oct 09, 2025 at 09:52:08PM +0200, Nicolas Schier wrote:
> > On Tue, Oct 07, 2025 at 12:15:21PM +0200, Alexey Gladkov wrote:
> > > Hm. Indeed. I haven't found a good solution yet, but you can use the
> > > following patch t
On Wed, Oct 08, 2025 at 03:24:29PM +0200, Alessandro Zanni wrote:
> Let me know which version is preferable.
I already applied your fix for this, no need to resend
Jason
On 10/10/25 7:24 AM, Peng Fan wrote:
Replace manual mutex_lock/unlock and error-handling patterns with cleanup.h
macros (ACQUIRE, ACQUIRE_ERR, and scoped_guard) to streamline lock
management. As a result, several goto labels and redundant error paths are
eliminated.
No functional changes.
Signe
On 10/10/25 7:24 AM, Peng Fan wrote:
The variable ret is immediately assigned the return value of
mutex_lock_interruptible(), making its prior initialization to zero
unnecessary. Remove the redundant assignment
No functional changes.
Signed-off-by: Peng Fan
---
Acked-by: Andrew Davis
dr
12 matches
Mail list logo