From patchwork Thu Nov 7 03:24:37 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Manoj Iyer X-Patchwork-Id: 1190880 Return-Path: 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=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com 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 477pgJ1cFGz9sPK; Thu, 7 Nov 2019 14:25:00 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1iSYPj-0008TB-0r; Thu, 07 Nov 2019 03:24:51 +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 ) id 1iSYPg-0008Sv-E1 for kernel-team@lists.ubuntu.com; Thu, 07 Nov 2019 03:24:48 +0000 Received: from cpe-24-28-20-247.austin.res.rr.com ([24.28.20.247] helo=canonical.com) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1iSYPg-00056h-0Y for kernel-team@lists.ubuntu.com; Thu, 07 Nov 2019 03:24:48 +0000 From: Manoj Iyer To: kernel-team@lists.ubuntu.com Subject: [RESEND][Patch 0/3][SRU][EOAN] seccomp: fix selftests compilation Date: Wed, 6 Nov 2019 21:24:37 -0600 Message-Id: <20191107032440.17210-1-manoj.iyer@canonical.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Please consider these patches to Eoan that fixes bug: https://bugs.launchpad.net/bug/1849281 I built and tested the kernel (boot test) on AMD64 system ubuntu@amaura:~$ uname -a Linux amaura 5.3.0-21-generic #22~lp1849281+build0.1 SMP Wed Nov 6 13:45:42 CST 2019 x86_64 x86_64 x86_64 GNU/Linux ubuntu@amaura:~$ Thank you. Acked-by: Seth Forshee Acked-by: Stefan Bader