Message ID | cover.1678970065.git.oleksii.kurochko@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | deal with GOT stuff for RISC-V | expand |
On 16/03/2023 1:22 pm, Oleksii Kurochko wrote: > Oleksii Kurochko (2): > xen/riscv: add EMBEDDED_EXTRA_CFLAGS to CFLAGS > xen/riscv: add explicit check that .got{.plt} is empty Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
On 16.03.2023 14:22, Oleksii Kurochko wrote: > Oleksii Kurochko (2): > xen/riscv: add EMBEDDED_EXTRA_CFLAGS to CFLAGS > xen/riscv: add explicit check that .got{.plt} is empty > > xen/arch/riscv/arch.mk | 2 ++ > xen/arch/riscv/xen.lds.S | 13 +++++++++++++ > 2 files changed, 15 insertions(+) Just to mention it in case you aren't aware: Hunting down the necessary acks is your responsibility, not one of the committers. You may want to ping Bob and Alistair (unless this response of mine is already enough of a ping). Provided of course the patches still apply as-is ... Jan
On 16.03.2023 14:59, Andrew Cooper wrote: > On 16/03/2023 1:22 pm, Oleksii Kurochko wrote: >> Oleksii Kurochko (2): >> xen/riscv: add EMBEDDED_EXTRA_CFLAGS to CFLAGS >> xen/riscv: add explicit check that .got{.plt} is empty > > Acked-by: Andrew Cooper <andrew.cooper3@citrix.com> I'm sorry, I failed to apply this ack while committing. Jan
On 18/04/2023 7:30 am, Jan Beulich wrote: > On 16.03.2023 14:59, Andrew Cooper wrote: >> On 16/03/2023 1:22 pm, Oleksii Kurochko wrote: >>> Oleksii Kurochko (2): >>> xen/riscv: add EMBEDDED_EXTRA_CFLAGS to CFLAGS >>> xen/riscv: add explicit check that .got{.plt} is empty >> Acked-by: Andrew Cooper <andrew.cooper3@citrix.com> > I'm sorry, I failed to apply this ack while committing. Oh well. The important thing is that it's in now. ~Andrew
On Mon, 2023-04-17 at 16:12 +0200, Jan Beulich wrote: > On 16.03.2023 14:22, Oleksii Kurochko wrote: > > Oleksii Kurochko (2): > > xen/riscv: add EMBEDDED_EXTRA_CFLAGS to CFLAGS > > xen/riscv: add explicit check that .got{.plt} is empty > > > > xen/arch/riscv/arch.mk | 2 ++ > > xen/arch/riscv/xen.lds.S | 13 +++++++++++++ > > 2 files changed, 15 insertions(+) > > Just to mention it in case you aren't aware: Hunting down the > necessary acks > is your responsibility, not one of the committers. You may want to > ping Bob > and Alistair (unless this response of mine is already enough of a > ping). > Provided of course the patches still apply as-is ... > Thanks. I'll take that into account. I thought the only option I have wait for a response from a maintainer. ~ Oleksii
On 18.04.2023 14:03, Oleksii wrote: > On Mon, 2023-04-17 at 16:12 +0200, Jan Beulich wrote: >> On 16.03.2023 14:22, Oleksii Kurochko wrote: >>> Oleksii Kurochko (2): >>> xen/riscv: add EMBEDDED_EXTRA_CFLAGS to CFLAGS >>> xen/riscv: add explicit check that .got{.plt} is empty >>> >>> xen/arch/riscv/arch.mk | 2 ++ >>> xen/arch/riscv/xen.lds.S | 13 +++++++++++++ >>> 2 files changed, 15 insertions(+) >> >> Just to mention it in case you aren't aware: Hunting down the >> necessary acks >> is your responsibility, not one of the committers. You may want to >> ping Bob >> and Alistair (unless this response of mine is already enough of a >> ping). >> Provided of course the patches still apply as-is ... >> > Thanks. I'll take that into account. > > I thought the only option I have wait for a response from a maintainer. Well, in principle yes. But pinging is appropriate after a reasonable amount of time (rule of thumb: a week, maybe two, depending on e.g. complexity). Jan