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=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 F4187C433F5 for ; Fri, 10 Sep 2021 15:10:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D2A82611C8 for ; Fri, 10 Sep 2021 15:10:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234176AbhIJPLn (ORCPT ); Fri, 10 Sep 2021 11:11:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:45790 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229749AbhIJPLn (ORCPT ); Fri, 10 Sep 2021 11:11:43 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 589B360C40; Fri, 10 Sep 2021 15:10:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1631286631; bh=f+/FG+oSPHyyXSwi/t4XQBHLkQUXECvUNJ5cLLKhzCg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=A5U0zWc9L9S5BXoBEBG6HJCY6UkC7MODlRz3a+5O36FbTAYJE8jEnaAt2M5xh1C6+ ZdDpb1SsLumXkwTTgwKD8OlBS8Fjt+g/bX+Y+nKNr3L9wz+mQ0GaXbxl5VfsiUEmBl EZWFYusqEDcaBedcdTj7MZh3niU16+Bz2Uj2oWQ8= Date: Fri, 10 Sep 2021 17:10:29 +0200 From: Greg Kroah-Hartman To: Kees Cook Cc: Mark Brown , Arnd Bergmann , linux-kernel@vger.kernel.org, linux-hardening@vger.kernel.org Subject: Re: [PATCH] lkdtm: Use init_uts_ns.name instead of macros Message-ID: References: <20210901233406.2571643-1-keescook@chromium.org> <202109090848.129A49E8BD@keescook> <20210909160859.GE5176@sirena.org.uk> <202109091025.A70080F@keescook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202109091025.A70080F@keescook> Precedence: bulk List-ID: X-Mailing-List: linux-hardening@vger.kernel.org On Thu, Sep 09, 2021 at 10:26:18AM -0700, Kees Cook wrote: > On Thu, Sep 09, 2021 at 05:08:59PM +0100, Mark Brown wrote: > > On Thu, Sep 09, 2021 at 06:02:09PM +0200, Greg Kroah-Hartman wrote: > > > > > I can't see a rebuild locally here without this patch attached, so how > > > much of a problem is it right now? > > > > It's triggering for me all the time here FWIW. > > Right, if you have CONFIG_LKDTM!=n it'll show up (e.g. with an > all*config build). > > > > And isn't -rc2 ok? > > > > Lots of trees base off -rc1 so unless people change their workflow to > > merge up -rc2 it'll impact submitters. > > Right, that's why I was suggesting it. Ok, let me run it through 0-day right now and see if anything blows up...