Message ID | 20210619172150.1294172-1-colin.king@canonical.com |
---|---|
Headers | show
Return-Path: <fwts-devel-bounces@lists.ubuntu.com> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=fwts-devel-bounces@lists.ubuntu.com; receiver=<UNKNOWN>) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4G6jJl5FHGz9sSn for <incoming@patchwork.ozlabs.org>; Sun, 20 Jun 2021 03:21:58 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from <fwts-devel-bounces@lists.ubuntu.com>) id 1luefI-0002vS-5N; Sat, 19 Jun 2021 17:21:52 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from <colin.king@canonical.com>) id 1luefG-0002vA-Uk for fwts-devel@lists.ubuntu.com; Sat, 19 Jun 2021 17:21:50 +0000 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from <colin.king@canonical.com>) id 1luefG-0002eM-Jz; Sat, 19 Jun 2021 17:21:50 +0000 From: Colin King <colin.king@canonical.com> To: fwts-devel@lists.ubuntu.com Subject: [PATCH 0/2] Fix build issues on s390x and ppc64el Date: Sat, 19 Jun 2021 18:21:48 +0100 Message-Id: <20210619172150.1294172-1-colin.king@canonical.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Firmware Test Suite Development <fwts-devel.lists.ubuntu.com> List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/fwts-devel>, <mailto:fwts-devel-request@lists.ubuntu.com?subject=unsubscribe> List-Archive: <https://lists.ubuntu.com/archives/fwts-devel> List-Post: <mailto:fwts-devel@lists.ubuntu.com> List-Help: <mailto:fwts-devel-request@lists.ubuntu.com?subject=help> List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/fwts-devel>, <mailto:fwts-devel-request@lists.ubuntu.com?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: "fwts-devel" <fwts-devel-bounces@lists.ubuntu.com> |
Series |
Fix build issues on s390x and ppc64el
|
expand
|
From: Colin Ian King <colin.king@canonical.com> Two fixes to resolve build issues on s390x and ppc64el with the previous Debian updates to use newer debhelper versions. The first patch removes a legacy workaround with linker issues. The second patch fixes a s390x strncpy build warning that now we are using stricter error catching build options. Colin Ian King (2): Remove complex disabling of ACPI for non-ACPI targets fwts_acpi_tables: memcpy 4 char ACPI table name src/Makefile.am | 4 +- src/acpi/brightness/brightness-helper.c | 4 -- src/lib/include/fwts_acpi.h | 4 -- src/lib/include/fwts_acpi_tables.h | 4 -- src/lib/include/fwts_iasl.h | 4 -- src/lib/src/fwts_acpi.c | 4 -- src/lib/src/fwts_acpi_object_eval.c | 4 -- src/lib/src/fwts_acpi_tables.c | 6 +-- src/lib/src/fwts_iasl.c | 4 -- src/libfwtsacpica/fwts_acpica.c | 49 ------------------------- 10 files changed, 3 insertions(+), 84 deletions(-)