[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 0/2] deal with GOT stuff for RISC-V
- To: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Mon, 17 Apr 2023 16:12:05 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=hoLyluOlNSAe8v9S6rj+i/CuSjeYOtj8gsgYT445rPE=; b=EcA6t5Dd+AH2q2X7Q9h1Fss1Z6NknkM1wHTjyFPysF8ED3dXOoTXEkmeBShGDZRjo+tum9Zyl7jDUpnjZEuZuMLJ9X3s6UNHwweo90IrKNSPU5rc58dycLXEMeLm6rrvsfMhd/zI411UEnTSOb6jKgYomn0HBqpr6lYU6pAh4toiGRJ5dM6ZDpSs2V/7mB/CHPNk0mm/vQde5sVO5WzCrFvLwc0Z/9qlya3L3u5Px/Lr8iEjIdjuExe/rT6OwYd5YURxb+i+VIQsMgH+s/lQi7CIeah2vknTd92BQgs/phHOCCRTiS7w0O6vtvm4GmViVHVIP2Eu8agZwXBhE1n8hQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=juR63KWB6noZrYlfA8DzA4e/JkDHSlcjPoaKY64DV8uZ3aZJWHR9OOTMplV22JCpRdYnbSxh1H9ic4PwUTVbYQH8nIcsgcSOpF4Snrh0tJv7x2eT2R230zukr14ADONWjV00AwXRGhC0SzCmQDa2RqMOxo4//TshYVU1Rnd17++6JvE+0MJkzBaoBIpsDRXE4t156sVBAHUUqfL+dfEHeAbQwQzTehqdyuBtCJl73VKyB5ngB9bfqi47o9WEZxQ5eSoWx1xhwtR7EcPIBYxPW7xP5iMn5/oa4IEcx7Zd5aLQ0fcCODUyd4L+qmGnlg2ghKW5yp54pTMecqAKaE/6HA==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Gianluca Guida <gianluca@xxxxxxxxxxxx>, Bob Eshleman <bobbyeshleman@xxxxxxxxx>, Alistair Francis <alistair.francis@xxxxxxx>, Connor Davis <connojdavis@xxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Mon, 17 Apr 2023 14:12:25 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
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
|