qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: Richard Henderson <richard.henderson@linaro.org>, qemu-devel@nongnu.org
Cc: alex.bennee@linaro.org, laurent@vivier.eu, imp@bsdimp.com,
	f4bug@amsat.org
Subject: Re: [PATCH v6 13/66] linux-user/host/s390: Populate host_signal.h
Date: Mon, 1 Nov 2021 17:10:05 +0100	[thread overview]
Message-ID: <d9cb104f-741c-e85d-5e29-c2b37d641a25@redhat.com> (raw)
In-Reply-To: <20211030171635.1689530-14-richard.henderson@linaro.org>

On 30/10/2021 19.15, Richard Henderson wrote:
> Split host_signal_pc and host_signal_write out of user-exec.c.
> 
> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>   linux-user/host/s390/host-signal.h  | 93 ++++++++++++++++++++++++++++-
>   linux-user/host/s390x/host-signal.h |  2 +-
>   accel/tcg/user-exec.c               | 88 +--------------------------
>   3 files changed, 94 insertions(+), 89 deletions(-)
> 
> diff --git a/linux-user/host/s390/host-signal.h b/linux-user/host/s390/host-signal.h
> index f4b4d65031..21f59b612a 100644
> --- a/linux-user/host/s390/host-signal.h
> +++ b/linux-user/host/s390/host-signal.h
> @@ -1 +1,92 @@
> -#define HOST_SIGNAL_PLACEHOLDER
> +/*
> + * host-signal.h: signal info dependent on the host architecture
> + *
> + * Copyright (C) 2021 Linaro Limited

Since you moved code around, should this file also bear the original 
copyright statement?

OTOH, if I've got that right, the code has change locations a couple of 
times already, so the original statement might not match the code anyway.

> + * This work is licensed under the terms of the GNU GPL, version 2 or later.
> + * See the COPYING file in the top-level directory.

License changes from LGPL to GPL - intended? (I personally don't mind, I 
just wanted to check whether this was on purpose or by accident)

  Thomas



  reply	other threads:[~2021-11-01 16:12 UTC|newest]

Thread overview: 85+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-30 17:15 [PATCH v6 00/66] user-only: Cleanup SIGSEGV and SIGBUS handling Richard Henderson
2021-10-30 17:15 ` [PATCH v6 01/66] accel/tcg: Split out adjust_signal_pc Richard Henderson
2021-10-30 17:15 ` [PATCH v6 02/66] accel/tcg: Move clear_helper_retaddr to cpu loop Richard Henderson
2021-10-30 17:15 ` [PATCH v6 03/66] accel/tcg: Split out handle_sigsegv_accerr_write Richard Henderson
2021-10-30 17:15 ` [PATCH v6 04/66] accel/tcg: Fold cpu_exit_tb_from_sighandler into caller Richard Henderson
2021-10-30 17:15 ` [PATCH v6 05/66] configure: Merge riscv32 and riscv64 host architectures Richard Henderson
2021-10-30 17:15 ` [PATCH v6 06/66] linux-user: Reorg handling for SIGSEGV Richard Henderson
2021-10-30 17:15 ` [PATCH v6 07/66] linux-user/host/x86: Populate host_signal.h Richard Henderson
2021-10-30 17:15 ` [PATCH v6 08/66] linux-user/host/ppc: " Richard Henderson
2021-10-30 17:15 ` [PATCH v6 09/66] linux-user/host/alpha: " Richard Henderson
2021-10-30 17:15 ` [PATCH v6 10/66] linux-user/host/sparc: " Richard Henderson
2021-10-30 17:15 ` [PATCH v6 11/66] linux-user/host/arm: " Richard Henderson
2021-10-30 17:15 ` [PATCH v6 12/66] linux-user/host/aarch64: " Richard Henderson
2021-10-30 17:15 ` [PATCH v6 13/66] linux-user/host/s390: " Richard Henderson
2021-11-01 16:10   ` Thomas Huth [this message]
2021-11-01 17:08     ` Richard Henderson
2021-10-30 17:15 ` [PATCH v6 14/66] linux-user/host/mips: " Richard Henderson
2021-10-30 17:15 ` [PATCH v6 15/66] linux-user/host/riscv: " Richard Henderson
2021-10-30 17:15 ` [PATCH v6 16/66] target/arm: Fixup comment re handle_cpu_signal Richard Henderson
2021-10-30 17:15 ` [PATCH v6 17/66] linux-user/host/riscv: Improve host_signal_write Richard Henderson
2021-10-30 17:15 ` [PATCH v6 18/66] linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDER Richard Henderson
2021-10-30 17:15 ` [PATCH v6 19/66] hw/core: Add TCGCPUOps.record_sigsegv Richard Henderson
2021-10-30 17:15 ` [PATCH v6 20/66] linux-user: Add cpu_loop_exit_sigsegv Richard Henderson
2021-10-30 17:15 ` [PATCH v6 21/66] target/alpha: Implement alpha_cpu_record_sigsegv Richard Henderson
2021-10-31 10:26   ` Philippe Mathieu-Daudé
2021-10-30 17:15 ` [PATCH v6 22/66] target/arm: Use cpu_loop_exit_sigsegv for mte tag lookup Richard Henderson
2021-10-30 17:15 ` [PATCH v6 23/66] target/arm: Implement arm_cpu_record_sigsegv Richard Henderson
2021-11-01 16:30   ` Peter Maydell
2021-11-01 17:09     ` Richard Henderson
2021-11-01 17:25       ` Peter Maydell
2021-11-01 17:30         ` Richard Henderson
2021-10-30 17:15 ` [PATCH v6 24/66] target/cris: Make cris_cpu_tlb_fill sysemu only Richard Henderson
2021-10-30 17:15 ` [PATCH v6 25/66] target/hexagon: Remove hexagon_cpu_tlb_fill Richard Henderson
2021-10-30 17:15 ` [PATCH v6 26/66] target/hppa: Make hppa_cpu_tlb_fill sysemu only Richard Henderson
2021-10-31 10:13   ` Philippe Mathieu-Daudé
2021-10-30 17:15 ` [PATCH v6 27/66] target/i386: Implement x86_cpu_record_sigsegv Richard Henderson
2021-10-30 17:15 ` [PATCH v6 28/66] target/m68k: Make m68k_cpu_tlb_fill sysemu only Richard Henderson
2021-10-30 17:15 ` [PATCH v6 29/66] target/microblaze: Make mb_cpu_tlb_fill " Richard Henderson
2021-10-31 10:14   ` Philippe Mathieu-Daudé
2021-11-01 16:16     ` Edgar E. Iglesias
2021-10-30 17:15 ` [PATCH v6 30/66] target/mips: Make mips_cpu_tlb_fill " Richard Henderson
2021-10-30 17:16 ` [PATCH v6 31/66] target/nios2: Implement nios2_cpu_record_sigsegv Richard Henderson
2021-10-30 17:16 ` [PATCH v6 32/66] linux-user/openrisc: Abort for EXCP_RANGE, EXCP_FPE Richard Henderson
2021-10-31 10:11   ` Philippe Mathieu-Daudé
2021-10-30 17:16 ` [PATCH v6 33/66] target/openrisc: Make openrisc_cpu_tlb_fill sysemu only Richard Henderson
2021-10-30 17:16 ` [PATCH v6 34/66] target/ppc: Implement ppc_cpu_record_sigsegv Richard Henderson
2021-10-30 17:16 ` [PATCH v6 35/66] target/riscv: Make riscv_cpu_tlb_fill sysemu only Richard Henderson
2021-10-30 17:16 ` [PATCH v6 36/66] target/s390x: Use probe_access_flags in s390_probe_access Richard Henderson
2021-10-31 10:20   ` Philippe Mathieu-Daudé
2021-10-30 17:16 ` [PATCH v6 37/66] target/s390x: Implement s390_cpu_record_sigsegv Richard Henderson
2021-10-30 17:16 ` [PATCH v6 38/66] target/sh4: Make sh4_cpu_tlb_fill sysemu only Richard Henderson
2021-10-31 10:21   ` Philippe Mathieu-Daudé
2021-10-30 17:16 ` [PATCH v6 39/66] target/sparc: Make sparc_cpu_tlb_fill " Richard Henderson
2021-10-30 17:16 ` [PATCH v6 40/66] target/xtensa: Make xtensa_cpu_tlb_fill " Richard Henderson
2021-10-30 17:16 ` [PATCH v6 41/66] accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemu Richard Henderson
2021-10-30 17:16 ` [PATCH v6 42/66] hw/core: Add TCGCPUOps.record_sigbus Richard Henderson
2021-10-30 17:16 ` [PATCH v6 43/66] linux-user: Add cpu_loop_exit_sigbus Richard Henderson
2021-10-30 17:16 ` [PATCH v6 44/66] target/alpha: Implement alpha_cpu_record_sigbus Richard Henderson
2021-10-30 17:16 ` [PATCH v6 45/66] target/arm: Implement arm_cpu_record_sigbus Richard Henderson
2021-11-01 16:32   ` Peter Maydell
2021-10-30 17:16 ` [PATCH v6 46/66] linux-user/hppa: Remove EXCP_UNALIGN handling Richard Henderson
2021-10-31 10:10   ` Philippe Mathieu-Daudé
2021-10-30 17:16 ` [PATCH v6 47/66] target/microblaze: Do not set MO_ALIGN for user-only Richard Henderson
2021-10-30 17:16 ` [PATCH v6 48/66] target/ppc: Move SPR_DSISR setting to powerpc_excp Richard Henderson
2021-10-30 17:16 ` [PATCH v6 49/66] target/ppc: Set fault address in ppc_cpu_do_unaligned_access Richard Henderson
2021-10-30 17:16 ` [PATCH v6 50/66] target/ppc: Restrict ppc_cpu_do_unaligned_access to sysemu Richard Henderson
2021-10-30 17:16 ` [PATCH v6 51/66] linux-user/ppc: Remove POWERPC_EXCP_ALIGN handling Richard Henderson
2021-10-31 10:15   ` Philippe Mathieu-Daudé
2021-10-30 17:16 ` [PATCH v6 52/66] target/s390x: Implement s390x_cpu_record_sigbus Richard Henderson
2021-10-30 17:16 ` [PATCH v6 53/66] target/sh4: Set fault address in superh_cpu_do_unaligned_access Richard Henderson
2021-10-30 17:16 ` [PATCH v6 54/66] target/sparc: Remove DEBUG_UNALIGNED Richard Henderson
2021-10-30 17:16 ` [PATCH v6 55/66] target/sparc: Split out build_sfsr Richard Henderson
2021-10-30 17:16 ` [PATCH v6 56/66] target/sparc: Set fault address in sparc_cpu_do_unaligned_access Richard Henderson
2021-10-30 17:16 ` [PATCH v6 57/66] accel/tcg: Report unaligned atomics for user-only Richard Henderson
2021-10-30 17:16 ` [PATCH v6 58/66] accel/tcg: Report unaligned load/store " Richard Henderson
2021-10-30 17:16 ` [PATCH v6 59/66] tcg: Add helper_unaligned_{ld, st} for user-only sigbus Richard Henderson
2021-10-30 17:16 ` [PATCH v6 60/66] linux-user: Handle BUS_ADRALN in host_signal_handler Richard Henderson
2021-10-30 17:16 ` [PATCH v6 61/66] linux-user: Split out do_prctl and subroutines Richard Henderson
2021-10-30 17:16 ` [PATCH v6 62/66] linux-user: Disable more prctl subcodes Richard Henderson
2021-10-30 17:16 ` [PATCH v6 63/66] linux-user: Add code for PR_GET/SET_UNALIGN Richard Henderson
2021-10-30 17:16 ` [PATCH v6 64/66] target/alpha: Implement prctl_unalign_sigbus Richard Henderson
2021-10-30 17:16 ` [PATCH v6 65/66] target/hppa: " Richard Henderson
2021-10-30 17:16 ` [PATCH v6 66/66] target/sh4: " Richard Henderson
2021-10-31 10:30 ` [PATCH v6 00/66] user-only: Cleanup SIGSEGV and SIGBUS handling Philippe Mathieu-Daudé
2021-10-31 13:04   ` Richard Henderson

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=d9cb104f-741c-e85d-5e29-c2b37d641a25@redhat.com \
    --to=thuth@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=f4bug@amsat.org \
    --cc=imp@bsdimp.com \
    --cc=laurent@vivier.eu \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).