All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oleksii <oleksii.kurochko@gmail.com>
To: Andrew Cooper <andrew.cooper3@citrix.com>,
	Xen-devel <xen-devel@lists.xenproject.org>
Cc: Shawn Anastasio <sanastasio@raptorengineering.com>,
	George Dunlap <George.Dunlap@citrix.com>,
	Jan Beulich <JBeulich@suse.com>,
	Stefano Stabellini <sstabellini@kernel.org>,
	Julien Grall <julien@xen.org>
Subject: Re: [PATCH for-4.19? 0/3] xen: build adjustments for __read_mostly/__ro_after_init
Date: Mon, 24 Jun 2024 09:58:47 +0200	[thread overview]
Message-ID: <e3bea61f8823deec6f4742fe5ef73ea4291593e6.camel@gmail.com> (raw)
In-Reply-To: <20240621201928.319293-1-andrew.cooper3@citrix.com>

On Fri, 2024-06-21 at 21:19 +0100, Andrew Cooper wrote:
> In aid of getting the RISC-V build working without introducing more
> technical
> debt.  It's done by making PPC shed it's copy of said technical debt.
> 
> Build tested quite thoroughly, including in Gitlab.
Release-Acked-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>

~ Oleksii
> 
> Andrew Cooper (3):
>   xen/riscv: Drop legacy __ro_after_init definition
>   xen/ppc: Adjust ppc64_defconfig
>   xen/ppc: Avoid using the legacy __read_mostly/__ro_after_init
>     definitions
> 
>  xen/arch/ppc/configs/ppc64_defconfig | 6 ------
>  xen/arch/ppc/include/asm/cache.h     | 3 ---
>  xen/arch/ppc/mm-radix.c              | 1 +
>  xen/arch/ppc/stubs.c                 | 7 +++++++
>  xen/arch/riscv/mm.c                  | 2 +-
>  xen/common/argo.c                    | 1 +
>  xen/common/cpu.c                     | 1 +
>  xen/common/debugtrace.c              | 1 +
>  xen/common/domain.c                  | 1 +
>  xen/common/event_channel.c           | 2 ++
>  xen/common/keyhandler.c              | 1 +
>  xen/common/memory.c                  | 1 +
>  xen/common/page_alloc.c              | 1 +
>  xen/common/pdx.c                     | 1 +
>  xen/common/radix-tree.c              | 1 +
>  xen/common/random.c                  | 2 +-
>  xen/common/rcupdate.c                | 1 +
>  xen/common/sched/core.c              | 1 +
>  xen/common/sched/cpupool.c           | 1 +
>  xen/common/sched/credit.c            | 1 +
>  xen/common/sched/credit2.c           | 1 +
>  xen/common/shutdown.c                | 1 +
>  xen/common/spinlock.c                | 1 +
>  xen/common/timer.c                   | 1 +
>  xen/common/version.c                 | 3 +--
>  xen/common/virtual_region.c          | 1 +
>  xen/common/vmap.c                    | 2 +-
>  xen/drivers/char/console.c           | 1 +
>  xen/drivers/char/ns16550.c           | 1 +
>  xen/drivers/char/serial.c            | 2 +-
>  xen/include/xen/cache.h              | 2 ++
>  xen/include/xen/hypfs.h              | 1 +
>  32 files changed, 38 insertions(+), 15 deletions(-)
> 


      parent reply	other threads:[~2024-06-24  7:58 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-21 20:19 [PATCH for-4.19? 0/3] xen: build adjustments for __read_mostly/__ro_after_init Andrew Cooper
2024-06-21 20:19 ` [PATCH 1/3] xen/riscv: Drop legacy __ro_after_init definition Andrew Cooper
2024-06-24  8:02   ` Oleksii
2024-06-24  8:04     ` Jan Beulich
2024-06-24 12:51       ` Oleksii
2024-06-24 12:50   ` Oleksii
2024-06-21 20:19 ` [PATCH 2/3] xen/ppc: Adjust ppc64_defconfig Andrew Cooper
2024-09-05 21:54   ` [ping] " Andrew Cooper
2024-09-06  6:01     ` Jan Beulich
2024-06-21 20:19 ` [PATCH 3/3] xen/ppc: Avoid using the legacy __read_mostly/__ro_after_init definitions Andrew Cooper
2024-06-24  8:01   ` Jan Beulich
2024-06-24  8:04   ` Oleksii
2024-06-24  7:58 ` Oleksii [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e3bea61f8823deec6f4742fe5ef73ea4291593e6.camel@gmail.com \
    --to=oleksii.kurochko@gmail.com \
    --cc=George.Dunlap@citrix.com \
    --cc=JBeulich@suse.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=julien@xen.org \
    --cc=sanastasio@raptorengineering.com \
    --cc=sstabellini@kernel.org \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.