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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 86F03C433EF for ; Wed, 16 Feb 2022 22:47:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237536AbiBPWsG (ORCPT ); Wed, 16 Feb 2022 17:48:06 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:55738 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231648AbiBPWsB (ORCPT ); Wed, 16 Feb 2022 17:48:01 -0500 Received: from mail-lf1-x132.google.com (mail-lf1-x132.google.com [IPv6:2a00:1450:4864:20::132]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A07BA134DEB for ; Wed, 16 Feb 2022 14:47:48 -0800 (PST) Received: by mail-lf1-x132.google.com with SMTP id m14so6610416lfu.4 for ; Wed, 16 Feb 2022 14:47:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=5eQzUlBBbN3LIoyK9nl/nS8qXfRu/+keDWNHs9SzLBE=; b=g9doDMJjI1xslX56Y6WS/yYmKio6ItRFaGZv+X4uBUWvSLqPjRG55zm9KqzcLdvfes SD577cJ+p7QmIMM4gFrcL6m26/ljjceK/VP4cJTdtfZJcT6QExtosH38yW2+m+Dryq+R p8wBfVVB8tcEQpZoIDeh354XEK2cK8iUxZp/G/hyutnnAReJHFFecYqTCbSEZ2dt0+Q4 LvLfqQEpypggjDStspmJQCwl44uFgZKwhm97qqiGpLM8KWEx7Bag0B+jl+c6Du5R2dTq ayjSLl/X58B7nFoBoZdD1o2rf8B3msWlO2jFe9Iyy+QdFIHX/HRd2M3gCvVW3WKLFLOq p/DA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=5eQzUlBBbN3LIoyK9nl/nS8qXfRu/+keDWNHs9SzLBE=; b=sHuXsVDEBJ5u/Y6FerIVSXRLH7Bfr/pJYlmVxAN36KZ8k9A4aP8KQP79xGPqdd1wBO bda7LHcgHo3Vgo6lOiXA1oxSRi9c/ira4/9K4mAS+TrThRZMjmacpKbHUaW4yg+rXFcK uvXaGcmg8KOj0mIx0pK+BLceQxof/tx+9KxGpA5ky/9RbjHvbEXFIvNjnhwF3fd8u4RK 6VdF26Q4/PuyyJ9sH84EneddDtITk0op6P+V6XpIUrjvuM2Wc4oauR4yvtqnWfA4sEVu nYvXpBJrQ7BHEJVAdHQUBqRYz+U9OC9+xIEvZWi9qakzZf8kGY78V1wpT298LFlaEFI9 a/9w== X-Gm-Message-State: AOAM530OabvzRf5W1YolT7LQgcqLqwSVvemVfezGWDw4JIi+dfIW2GpG vwb843rzu6V4m3hXbdJ153j6wlEn+X4KWfmQvaGKqg== X-Google-Smtp-Source: ABdhPJwXgiCBqMwy6i/HD2uHx0cjX4YslKBZy0bAbLJHM2GmXJ3FdSpGpa8ZrEEvi/P1eI0Z6oalbN9Q6+Mn3ao5sGc= X-Received: by 2002:a05:6512:208d:b0:443:1833:7473 with SMTP id t13-20020a056512208d00b0044318337473mr133778lfr.651.1645051666773; Wed, 16 Feb 2022 14:47:46 -0800 (PST) MIME-Version: 1.0 References: <20220216224153.2242451-1-keescook@chromium.org> In-Reply-To: <20220216224153.2242451-1-keescook@chromium.org> From: Nick Desaulniers Date: Wed, 16 Feb 2022 14:47:35 -0800 Message-ID: Subject: Re: [PATCH] lib: overflow: Convert to Kunit To: Kees Cook Cc: David Gow , Vitor Massaru Iha , Rasmus Villemoes , Arnd Bergmann , linux-kernel@vger.kernel.org, KUnit Development , linux-kselftest@vger.kernel.org, linux-hardening@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 16, 2022 at 2:41 PM Kees Cook wrote: > > Convert overflow unit tests to KUnit, for better integration into the > kernel self test framework. Includes a rename of test_overflow.c to > overflow_kunit.c, and CONFIG_TEST_OVERFLOW to CONFIG_OVERFLOW_KUNIT_TEST. > > Cc: David Gow > Cc: Vitor Massaru Iha > Cc: Rasmus Villemoes > Cc: Nick Desaulniers > Co-developed-by: Vitor Massaru Iha > Signed-off-by: Vitor Massaru Iha > Link: https://lore.kernel.org/lkml/20200720224418.200495-1-vitor@massaru.org/ > Signed-off-by: Kees Cook > --- > Assuming no one objects, I'll carry this in my for-next/overflow tree. :) Acked-by: Nick Desaulniers -- Thanks, ~Nick Desaulniers