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 51247C433F5 for ; Fri, 15 Apr 2022 17:34:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240163AbiDORgd (ORCPT ); Fri, 15 Apr 2022 13:36:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43294 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236394AbiDORga (ORCPT ); Fri, 15 Apr 2022 13:36:30 -0400 Received: from mail-pj1-x1033.google.com (mail-pj1-x1033.google.com [IPv6:2607:f8b0:4864:20::1033]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4DB7D5A586 for ; Fri, 15 Apr 2022 10:34:00 -0700 (PDT) Received: by mail-pj1-x1033.google.com with SMTP id i24-20020a17090adc1800b001cd5529465aso7576943pjv.0 for ; Fri, 15 Apr 2022 10:34:00 -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:content-transfer-encoding:in-reply-to; bh=Cj4lHoJbdVe7/yfpNvTK/X4gKN0yimHzFNu70ixPoFc=; b=bQ9Uoq6f8ua+HQMVChR2hvHq9zh8N2X02Qsfy6gnUjzbOW0BA5UUuqextBMPbux0x6 LOllMaVWds3+HMLb7Njk5gRa3V59cOgxRtCYiPPwq9aU5piIU38CeW9cTiMt81t+h2+Q s1tGV4SSdieISroNVa6qnTONweMP4/miOMFfA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=Cj4lHoJbdVe7/yfpNvTK/X4gKN0yimHzFNu70ixPoFc=; b=iB0WZBuJEQwORXq3aGRLIUBAV6fXyk8+XbN5rm2BZHW39rSCUz2oQvxHvPM1zHvkTn oMG2WPjEXn7KiKZ1NlAqhRAhjpIZqH08awGBW5iH3OMc5AJzGhrEQVBEFl55pcX+30lD 5l37MypbKn3XFbhhjAfKEe2ZEujq6aUKfH1BllKgeMwAcoy3dortvc11MKAKWXQcaO1Q beX0/gaSLi7WGsWg9B+7bU1O28+G/eMdR4oIUsGM3XqpMXKA8kQvS/gfsZereTqCzOzU 6V8i78N3vLGPBtqXv8QxuO4sQxIjSrvY522Al9vSox3KKYaBqqxAcBEBlFMlcALP25Ai TFYg== X-Gm-Message-State: AOAM5329vMRINLWO3yceU7ucyJkcj8qH+NzGCLqxvN57b2lsQexCHnsv xps5kQTMNjcEJJpqZzbellVVmw== X-Google-Smtp-Source: ABdhPJwGOIhdA72t4m1dL+juRKEBgpxoxbvjv/BaxNXuLioe9WQxNbkB2mNutNprB9Fue+CuZ/dZsQ== X-Received: by 2002:a17:903:2052:b0:158:c6aa:b96 with SMTP id q18-20020a170903205200b00158c6aa0b96mr206943pla.140.1650044039760; Fri, 15 Apr 2022 10:33:59 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id d16-20020a056a00245000b004f771b48736sm3571711pfj.194.2022.04.15.10.33.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 15 Apr 2022 10:33:59 -0700 (PDT) Date: Fri, 15 Apr 2022 10:33:58 -0700 From: Kees Cook To: Nick Desaulniers Cc: Qing Zhao , Bill Wendling , "Moreira, Joao" , clang-built-linux , LKML , "Jose E. Marchesi" Subject: Re: toolchain mitigations plumbers session Message-ID: <202204151024.DFDBF9DD6@keescook> References: <3DE35A81-1FC6-4EC7-8F3A-B395B576644D@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 15, 2022 at 10:17:46AM -0700, Nick Desaulniers wrote: > On Fri, Apr 15, 2022 at 7:50 AM Qing Zhao wrote: > > > > Hi, Nick, > > > > > On Apr 14, 2022, at 4:30 PM, Nick Desaulniers wrote: > > > > > > Hi Qing, Kees, and Bill, > > > Jose and I are currently in the planning process to put together a > > > Kernel+Toolchain microconference track at Linux Plumbers Conference > > > this year (Sept 12-14) in Dublin, Ireland. > > > > > > Would you all be interested in leading another session on > > > kernel+toolchain collaboration for mitigations? Do you plan to attend > > > plumbers this year which will be in person? > > > > I’d love to attend plumbers this year to meet people in person! > > But not sure whether there will be enough new, big stuff to report this year since mostly bunch of bug fixes and minor > > Improvements to the previous work. > > No worries; it doesn't need to be a presentation, or just one person > presenting. I think a quick review of newly developed features from > various authors, then a discussion with consumers (kernel developers) > would be beneficial. Yeah, this kind of overview is what I've been doing the last few years (with Qing last year): https://outflux.net/slides/2021/lpc/compiler-security-features.pdf https://outflux.net/slides/2020/lpc/gcc-and-clang-security-feature-parity.pdf https://outflux.net/slides/2019/lpc/gcc-and-clang.pdf -- Kees Cook