Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3929514imu; Mon, 7 Jan 2019 12:06:39 -0800 (PST) X-Google-Smtp-Source: ALg8bN6iFDK7wZOdoQXacixL7eWEAFioyTrG1tLQtzRsv0kd60uj0WmmZgADK4vOJdk5Zaakm8T7 X-Received: by 2002:a63:8441:: with SMTP id k62mr31092771pgd.392.1546891599859; Mon, 07 Jan 2019 12:06:39 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1546891599; cv=none; d=google.com; s=arc-20160816; b=MBaNbDczU2J+npU8uBErQqqvORBMH/Jx9oTEX6XP2hIK/IrFnostK8Zpi2pyBfNv9Y xOH7Ol4c1fii0sgB/OdhEbXW3qbeh67Z9gGFo6BUlDmqPP9hhzc9UkLaSVJFqANK63V5 7b1OjKO5iusR3hS/vd59NCBJtwcYwltGCbpnbb+X2ZkUkhkyK2JW4vEF9pKVKFOHSu1M Iz5RYIE07n38xIrsscEvPwvRZsEO2i0c1BPrH+wHGopV0Gh2NJQDpDjWVID5xtLQZBh7 NsFRhvA+FxUTFWa1Z37JW4EoQNbtdALkAdczXyi1pvQdxUaYwIF9zJoYKle1OV0rF/F8 AJTQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=vnShYuPQ51U+ipAwkE9Desb5oC0Z8VVfQHRSshszst4=; b=yzt66ZTBkDfFTifBj5txrRFbCatPR922YNEkGdcYNG30HNNaNqBv1vjl+05B5ra4Af hWQ7rbkJgB9PrBImB6VXkg+BVKUtGwvSt7OxQ2Ndiv49eWoAR8UJk7ZNP1N5PQBFttCq k38dBRtUYJBVktJmc5fETLxq/DiiQIy1t7ExyNdrI3guYImf3qU4BoXXlhf1fWXt8P/z LEXAR0/WpGoANicaPekj0yWKnZvrZcEZptQcEW2bF1cvYH7uJsCDsMZDkKyTBh0Lc4q2 CSKwcmrV/RyAXePsR5H06xJU9fZhmSOR4385zDT/UPs4bioJrf4uECUI5UrTgm1YfvVk 32fQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m1si46856118pgi.218.2019.01.07.12.06.24; Mon, 07 Jan 2019 12:06:39 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727021AbfAGUDn (ORCPT + 99 others); Mon, 7 Jan 2019 15:03:43 -0500 Received: from namei.org ([65.99.196.166]:54882 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726667AbfAGUDn (ORCPT ); Mon, 7 Jan 2019 15:03:43 -0500 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id x07K3SpE009573; Mon, 7 Jan 2019 20:03:28 GMT Date: Tue, 8 Jan 2019 07:03:28 +1100 (AEDT) From: James Morris To: Ingo Molnar , Kees Cook cc: Linus Torvalds , linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org, Thomas Gleixner , Borislav Petkov Subject: Re: [GIT PULL] security: seccomp changes for v4.21 In-Reply-To: <20190107101540.GA87402@gmail.com> Message-ID: References: <20190107101540.GA87402@gmail.com> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 7 Jan 2019, Ingo Molnar wrote: > 32-bit x86 allyesconfig doesn't build: > > /usr/bin/ld: i386:x86-64 architecture of input file `samples/seccomp/user-trap.o' is incompatible with i386 output > /usr/bin/ld: samples/seccomp/user-trap.o: file class ELFCLASS64 incompatible with ELFCLASS32 > /usr/bin/ld: final link failed: File in wrong format > collect2: error: ld returned 1 exit status > scripts/Makefile.host:99: recipe for target 'samples/seccomp/user-trap' failed > make[2]: *** [samples/seccomp/user-trap] Error 1 > > Is this a known regression? > Not that I'm aware of (cc Kees). -- James Morris