Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp28928imu; Thu, 10 Jan 2019 16:22:09 -0800 (PST) X-Google-Smtp-Source: ALg8bN4Ff2Y07iqIt8xvCgxjztiHZPIUI/CQ/GxDGpbJed9+o2vVwd3/CLdCZXHxkYrORTe7UsxD X-Received: by 2002:a62:d148:: with SMTP id t8mr12662810pfl.52.1547166129279; Thu, 10 Jan 2019 16:22:09 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547166129; cv=none; d=google.com; s=arc-20160816; b=edIffZ8SJTJ0x170JXqv4Jeigsa79d2JVBF3jnB+7PfL+vn2yViXfvMnsaHYp3NLqz U831gYgQ1keqf/Vu6ym1jlDoPKzEOFs6TMQDA1Xy0Ko3YqcSyw1nQi7kvbQxnqPb6DPB fDOfZ1cz6ptywj/Dmvjc1M7wfSl7aB1wMWaSv21wca6LXnC1XWRA6UDGQ/b7ZCp9JcmO hgE2Ba3NwJDadhWPi+eAHreyfkftlOy3dyIPWPW0f1/cDdy+TNl3L+9RoPz6DPFJT26X wp7DUesGpI+nMyw6tokGgoNnKodrB7gZEJp/NnKVirAOyeXrUJtHcJBlcMgNy/wXQXFi kkVw== 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=TSC/2xdiR4AHEdGI3sjMz+cbsDMapVJPeb9akg5w3CU=; b=lrWuaSpoV1G2ifvKOYJHnu9Es4wNrbe2oApGXpJrOKY2Ktg3mw/4jv2Gxh64CufIEH fQYms+5bwTuNf4KbD6zAtT9a2FTjisyRviK15Te/3TqrEZp35TOytN/BGxrgxWux5EoY jvVJ8atyNELGlu3SL2cP9vTT3YDsRXeDuFhgGX0rZryOd4PJ4bKl8yVxJRCCMMMIWURW vkTagVjwXKwEy23EvkRY5gH9zta3mwYYbmMC/Z9ZgoSCPl8BNWC4EjpEgqGNOfXbgBY8 Avic+hF8eEtcw+azlg5JXQX/7w+6TSBtiu4r+dqQHxs1Xzylo4+5QAS9H+leqOBK6V0p Li/w== 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 p23si5241596plo.7.2019.01.10.16.21.49; Thu, 10 Jan 2019 16:22:09 -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 S1729529AbfAJWAT (ORCPT + 99 others); Thu, 10 Jan 2019 17:00:19 -0500 Received: from namei.org ([65.99.196.166]:55420 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727653AbfAJWAS (ORCPT ); Thu, 10 Jan 2019 17:00:18 -0500 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id x0AM08XL012576; Thu, 10 Jan 2019 22:00:08 GMT Date: Fri, 11 Jan 2019 09:00:08 +1100 (AEDT) From: James Morris To: Paul Moore cc: Kees Cook , linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, Casey Schaufler , John Johansen , =?ISO-8859-15?Q?Micka=EBl_Sala=FCn?= , Salvatore Mesoraca Subject: Re: [GIT PULL] blob-stacking updates for security-next In-Reply-To: Message-ID: References: <20190108213504.GA32901@beast> 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 Thu, 10 Jan 2019, Paul Moore wrote: > > Please test! > > While not exhaustive by any stretch of the imagination, you might want > to throw the audit-testsuite at it too. > > * https://github.com/linux-audit/audit-testsuite I'm seeing lots of failures with vanilla -rc1, probably much to do with my kconfig: Test Summary Report ------------------- exec_name/test (Wstat: 0 Tests: 5 Failed: 2) Failed tests: 4-5 filter_exclude/test (Wstat: 0 Tests: 21 Failed: 2) Failed tests: 20-21 lost_reset/test (Wstat: 0 Tests: 5 Failed: 2) Failed tests: 4-5 netfilter_pkt/test (Wstat: 0 Tests: 13 Failed: 13) Failed tests: 1-13 syscalls_file/test (Wstat: 0 Tests: 3 Failed: 2) Failed tests: 2-3 syscall_module/test (Wstat: 0 Tests: 6 Failed: 4) Failed tests: 2-3, 5-6 syscall_socketcall/test (Wstat: 0 Tests: 3 Failed: 3) Failed tests: 1-3 user_msg/test (Wstat: 0 Tests: 2 Failed: 2) Failed tests: 1-2 Files=14, Tests=80, 16 wallclock secs ( 0.04 usr 0.02 sys + 2.21 cusr 0.60 csys = 2.87 CPU) Result: FAIL Failed 8/14 test programs. 30/80 subtests failed. It would be good to have a defconfig to merge like with the SELinux testsuite. -- James Morris