Re: [PATCH v13 02/10] xen/riscv: introduce bitops.h

2024-06-27 Thread Jan Beulich
On 27.06.2024 14:01, oleksii.kuroc...@gmail.com wrote: > On Thu, 2024-06-27 at 12:10 +0200, Jan Beulich wrote: >> On 27.06.2024 11:58, oleksii.kuroc...@gmail.com wrote: >>> On Thu, 2024-06-27 at 09:59 +0200, Jan Beulich wrote: On 26.06.2024 19:27, oleksii.kuroc...@gmail.com wrote: > On Wed

Re: [PATCH v13 02/10] xen/riscv: introduce bitops.h

2024-06-27 Thread oleksii . kurochko
On Thu, 2024-06-27 at 12:10 +0200, Jan Beulich wrote: > On 27.06.2024 11:58, oleksii.kuroc...@gmail.com wrote: > > On Thu, 2024-06-27 at 09:59 +0200, Jan Beulich wrote: > > > On 26.06.2024 19:27, oleksii.kuroc...@gmail.com wrote: > > > > On Wed, 2024-06-26 at 10:31 +0200, Jan Beulich wrote: > > > >

Re: [PATCH v13 02/10] xen/riscv: introduce bitops.h

2024-06-27 Thread Jan Beulich
On 27.06.2024 11:58, oleksii.kuroc...@gmail.com wrote: > On Thu, 2024-06-27 at 09:59 +0200, Jan Beulich wrote: >> On 26.06.2024 19:27, oleksii.kuroc...@gmail.com wrote: >>> On Wed, 2024-06-26 at 10:31 +0200, Jan Beulich wrote: On 25.06.2024 15:51, Oleksii Kurochko wrote: > --- /dev/null >>

Re: [PATCH v13 02/10] xen/riscv: introduce bitops.h

2024-06-27 Thread oleksii . kurochko
On Thu, 2024-06-27 at 09:59 +0200, Jan Beulich wrote: > On 26.06.2024 19:27, oleksii.kuroc...@gmail.com wrote: > > On Wed, 2024-06-26 at 10:31 +0200, Jan Beulich wrote: > > > On 25.06.2024 15:51, Oleksii Kurochko wrote: > > > > --- /dev/null > > > > +++ b/xen/arch/riscv/include/asm/bitops.h > > > >

Re: [PATCH v13 02/10] xen/riscv: introduce bitops.h

2024-06-27 Thread Jan Beulich
On 26.06.2024 19:27, oleksii.kuroc...@gmail.com wrote: > On Wed, 2024-06-26 at 10:31 +0200, Jan Beulich wrote: >> On 25.06.2024 15:51, Oleksii Kurochko wrote: >>> --- /dev/null >>> +++ b/xen/arch/riscv/include/asm/bitops.h >>> @@ -0,0 +1,137 @@ >>> +/* SPDX-License-Identifier: GPL-2.0 */ >>> +/* Co

Re: [PATCH v13 02/10] xen/riscv: introduce bitops.h

2024-06-26 Thread oleksii . kurochko
On Wed, 2024-06-26 at 10:31 +0200, Jan Beulich wrote: > On 25.06.2024 15:51, Oleksii Kurochko wrote: > > --- /dev/null > > +++ b/xen/arch/riscv/include/asm/bitops.h > > @@ -0,0 +1,137 @@ > > +/* SPDX-License-Identifier: GPL-2.0 */ > > +/* Copyright (C) 2012 Regents of the University of California *

Re: [PATCH v13 02/10] xen/riscv: introduce bitops.h

2024-06-26 Thread Jan Beulich
On 25.06.2024 15:51, Oleksii Kurochko wrote: > --- /dev/null > +++ b/xen/arch/riscv/include/asm/bitops.h > @@ -0,0 +1,137 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ > +/* Copyright (C) 2012 Regents of the University of California */ > + > +#ifndef _ASM_RISCV_BITOPS_H > +#define _ASM_RISCV_BITOPS_

[PATCH v13 02/10] xen/riscv: introduce bitops.h

2024-06-25 Thread Oleksii Kurochko
Taken from Linux-6.4.0-rc1 Xen's bitops.h consists of several Linux's headers: * linux/arch/include/asm/bitops.h: * The following function were removed as they aren't used in Xen: * test_and_set_bit_lock * clear_bit_unlock * __clear_bit_unlock * The following functions