From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DB994C49EA7 for ; Sat, 26 Jun 2021 06:12:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B507A61942 for ; Sat, 26 Jun 2021 06:12:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229873AbhFZGPM (ORCPT ); Sat, 26 Jun 2021 02:15:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39020 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229630AbhFZGPM (ORCPT ); Sat, 26 Jun 2021 02:15:12 -0400 Received: from mail-pl1-x62a.google.com (mail-pl1-x62a.google.com [IPv6:2607:f8b0:4864:20::62a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 77E5DC061767 for ; Fri, 25 Jun 2021 23:12:49 -0700 (PDT) Received: by mail-pl1-x62a.google.com with SMTP id x22so5835335pll.11 for ; Fri, 25 Jun 2021 23:12:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=Z3D1KelqTQqcByU+iX/g4zMb1AQ1QyzDSkN4oTccG6E=; b=dPYF37dHsGEYSEl9eqOPnMnSYV23hgoNW6zFFCEdWj5Q1w4OSIZ374aV2gk9AR51sH 4QhogOUV0JirtFhghh4Sx4J7XwTYVMRFXKsFzP6gdNmxkPDTn6w8BfKYRi8dFTN6JbSf hBlzTMo6KZE2D3sg78jc5Rf9MdUxh59Adb2yQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Z3D1KelqTQqcByU+iX/g4zMb1AQ1QyzDSkN4oTccG6E=; b=MZuGh0KngbFKB8thQVbsIXrZr2NFF9m+pOOxm4Mn/C/r3/PXRkjNtRR6tzWyXvD8lK wbAjyx2o9cJDoFJ/mTkNZF3LdspBeXhyjGC8Jesmm731sKqcPOjd0i+RT4h//PYD6J24 O3psiWT6wPQvaVnGv/gXnrfP7vlIexB6OVlKGY36BC1anv4xXKGwSKLZLCYl1W3zUHJY 1yEaVr/WwCAtAqN6u/RsVLkq7bOhNjMeNh97vEmw3vXGM1hvWGauLCmr2PeiH21KTpVi cNGKTlyK4bztacEfkJkd9aSO67gyI8+xkBTIb0dvsAQ31Lw7AliOqjHdIEnZ0GsFyfk0 qf6g== X-Gm-Message-State: AOAM532cOh1Q60IK3XunHGeM2AlzjqyzVg6HVEyDGwjjBHtJOVKoq2lp khuHAG94d0kwVQY4relP2/0DkA== X-Google-Smtp-Source: ABdhPJyf87SbQDubTJ9J8aMC+55dXrh4eLcutSx+3zpg0JmnRltlhc687c4pmI8apq44mFLXSlbVNQ== X-Received: by 2002:a17:90a:194a:: with SMTP id 10mr24743998pjh.188.1624687968729; Fri, 25 Jun 2021 23:12:48 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id c24sm7895781pgj.11.2021.06.25.23.12.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Jun 2021 23:12:47 -0700 (PDT) Date: Fri, 25 Jun 2021 23:12:46 -0700 From: Kees Cook To: Guillaume Tucker Cc: Greg Kroah-Hartman , David Laight , Arnd Bergmann , linux-kernel@vger.kernel.org, kernelci@groups.io, linux-kselftest@vger.kernel.org, linux-hardening@vger.kernel.org, Collabora Kernel ML Subject: Re: [PATCH 0/9] LKDTM: Improvements for kernelci.org Message-ID: <202106252311.14501F2F@keescook> References: <20210623203936.3151093-1-keescook@chromium.org> <030c022b-985a-16eb-b9d7-73b6fed2d5a9@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <030c022b-985a-16eb-b9d7-73b6fed2d5a9@collabora.com> Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Fri, Jun 25, 2021 at 07:22:01AM +0100, Guillaume Tucker wrote: > On 23/06/2021 21:39, Kees Cook wrote: > > This is a bunch of LKDTM clean-ups to improve and expand testing, > > given feedback from testing at kernelci.org. Adds a few new tests as > > well. > > > > (If a pull-request is preferred, please let me know.) > > > > Thanks! > > > > -Kees > > > > Kees Cook (9): > > selftests/lkdtm: Avoid needing explicit sub-shell > > selftests/lkdtm: Fix expected text for CR4 pinning > > selftests/lkdtm: Fix expected text for free poison > > lkdtm/bugs: XFAIL UNALIGNED_LOAD_STORE_WRITE > > lkdtm/heap: Add vmalloc linear overflow test > > lkdtm: Enable DOUBLE_FAULT on all architectures > > lkdtm: Add CONFIG hints in errors where possible > > selftests/lkdtm: Enable various testable CONFIGs > > lkdtm/heap: Add init_on_alloc tests > > Tested-by: "kernelci.org bot" > > > This whole series was tested on top of next-20210623, here are a > couple of sample results from KernelCI staging: > > Clang 13 on AMD x86_64: > https://staging.kernelci.org/test/plan/id/60d4a5ce3d2bc535d924bf25/ > > GCC 8 on Intel x86_64: > https://staging.kernelci.org/test/plan/id/60d570711a3d6beefe24bf26/ > > And this is where the series was applied: > https://github.com/kernelci/linux/commits/a9f4387015268e426c77fd51ed846c9756938828 Fantastic! Thanks; this looks great. :) -- Kees Cook