[PATCH 0/2] xen: make debugreg accessors always_inline

Juergen Gross posted 2 patches 2 years, 4 months ago
Failed in applying to current master (apply log)
arch/x86/include/asm/xen/hypercall.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH 0/2] xen: make debugreg accessors always_inline
Posted by Juergen Gross 2 years, 4 months ago
Juergen Gross (2):
  xen: make HYPERVISOR_get_debugreg() always_inline
  xen: make HYPERVISOR_set_debugreg() always_inline

 arch/x86/include/asm/xen/hypercall.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.26.2


Re: [PATCH 0/2] xen: make debugreg accessors always_inline
Posted by Boris Ostrovsky 2 years, 4 months ago
On 11/25/21 4:20 AM, Juergen Gross wrote:
> Juergen Gross (2):
>    xen: make HYPERVISOR_get_debugreg() always_inline
>    xen: make HYPERVISOR_set_debugreg() always_inline
>
>   arch/x86/include/asm/xen/hypercall.h | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)


Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>


Re: [PATCH 0/2] xen: make debugreg accessors always_inline
Posted by Boris Ostrovsky 2 years, 4 months ago
On 11/25/21 4:20 AM, Juergen Gross wrote:
> Juergen Gross (2):
>    xen: make HYPERVISOR_get_debugreg() always_inline
>    xen: make HYPERVISOR_set_debugreg() always_inline
>
>   arch/x86/include/asm/xen/hypercall.h | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)



Applied to for-linus-5.16c


-boris