[PATCH 0/2] xsm: Further fixes

Andrew Cooper posted 2 patches 2 years, 4 months ago
Test gitlab-ci passed
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20211201111555.16408-1-andrew.cooper3@citrix.com
xen/include/xsm/xsm.h | 2 --
xen/xsm/xsm_core.c    | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
[PATCH 0/2] xsm: Further fixes
Posted by Andrew Cooper 2 years, 4 months ago
Andrew Cooper (2):
  xsm: Switch xsm_ops to __alt_call_maybe_initdata
  xsm: Drop extern of non-existent variable

 xen/include/xsm/xsm.h | 2 --
 xen/xsm/xsm_core.c    | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

-- 
2.11.0


Re: [PATCH 0/2] xsm: Further fixes
Posted by Bertrand Marquis 2 years, 4 months ago

> On 1 Dec 2021, at 11:15, Andrew Cooper <andrew.cooper3@citrix.com> wrote:
> 
> Andrew Cooper (2):
>  xsm: Switch xsm_ops to __alt_call_maybe_initdata
>  xsm: Drop extern of non-existent variable

Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>


Re: [PATCH 0/2] xsm: Further fixes
Posted by Daniel P. Smith 2 years, 4 months ago
On 12/1/21 6:15 AM, Andrew Cooper wrote:
> Andrew Cooper (2):
>    xsm: Switch xsm_ops to __alt_call_maybe_initdata
>    xsm: Drop extern of non-existent variable
> 
>   xen/include/xsm/xsm.h | 2 --
>   xen/xsm/xsm_core.c    | 2 +-
>   2 files changed, 1 insertion(+), 3 deletions(-)
> 

Reviewed-by: Daniel P. Smith <dpsmith@apertussolutions.com>

Re: [PATCH 0/2] xsm: Further fixes
Posted by Jan Beulich 2 years, 4 months ago
On 01.12.2021 12:15, Andrew Cooper wrote:
> Andrew Cooper (2):
>   xsm: Switch xsm_ops to __alt_call_maybe_initdata
>   xsm: Drop extern of non-existent variable

Reviewed-by: Jan Beulich <jbeulich@suse.com>