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=-5.9 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=unavailable 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 D5EF0C433E1 for ; Thu, 4 Jun 2020 01:44:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B2082207D8 for ; Thu, 4 Jun 2020 01:44:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="AbKWjJtg" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727924AbgFDBom (ORCPT ); Wed, 3 Jun 2020 21:44:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47810 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727859AbgFDBom (ORCPT ); Wed, 3 Jun 2020 21:44:42 -0400 Received: from mail-pf1-x442.google.com (mail-pf1-x442.google.com [IPv6:2607:f8b0:4864:20::442]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 08C1BC08C5C5 for ; Wed, 3 Jun 2020 18:44:42 -0700 (PDT) Received: by mail-pf1-x442.google.com with SMTP id x22so2627120pfn.3 for ; Wed, 03 Jun 2020 18:44:42 -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=Wpybr1+0oFA6UqMQJBfZL+PEEh3VzZMl9GH1YHu1354=; b=AbKWjJtgEgSZdlRzZpINmLHh+V8xJj2UZ2odKQ2c5ZSQmdk1BLZaB0K4agCmc9jSmi AAmX5SqtRhMCVwb4wbdCeXmP+MI0pU+26rg/PWtbK/suB70n8LKxY+RL9wU3Qn6Y4nm2 zGn/UOyM2NglkPBkMHcXSP1vQ8Fpyy930e1GY= 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=Wpybr1+0oFA6UqMQJBfZL+PEEh3VzZMl9GH1YHu1354=; b=lq1MjkShbmTxq5xDS0tMSEaTfD3yy6XwmO3b57OnKZnsjjQ/HzM4LtcREMb1CK9FZr ym48hCyXdE7TFHBfO0d9k5SCBJs6+Zf7zQ6axwTgr/sMaH44IaFX6SfphZJmWkpGP/dH GQelvjK8NEiKRUKYDyOf12iAucGFAAFVcpI6fCdG4zbEvO2lpg9NHW69Wo6fi1rcxid2 CHdSyNg+B5ai/3DKodLoVuvK8yTCQv4fg3fUxT2HXyXddlTXKGi7nzM3TMLfqxYBuQ+3 QXJNebStmyvMNoTcZ0Psi20XECKt4Stj997eBg4xIJ9o+6vOjMO6YWEvzlJTSO0DBBBB /aOQ== X-Gm-Message-State: AOAM530/YJUVlmDGirUbthe7+/rXT/DXhO7qee6NzdbOHSHAhD5w20Dw pvQTyo67IOtKatVAoCNQ8vP0zw== X-Google-Smtp-Source: ABdhPJw6n1UeZs2KwVXXpsKVlKB/eX8l0Vu/Wi69L010BRhnAwssMdnRSJ//zeA4lceo/p+HCVbgnA== X-Received: by 2002:a63:5f90:: with SMTP id t138mr2082803pgb.122.1591235081380; Wed, 03 Jun 2020 18:44:41 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id i21sm2541029pgn.20.2020.06.03.18.44.40 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 03 Jun 2020 18:44:40 -0700 (PDT) Date: Wed, 3 Jun 2020 18:44:39 -0700 From: Kees Cook To: Sedat Dilek Cc: linux-kernel@vger.kernel.org, Linus Torvalds , Miguel Ojeda , Alexander Potapenko , Joe Perches , Andy Whitcroft , x86@kernel.org, drbd-dev@lists.linbit.com, linux-block@vger.kernel.org, b43-dev@lists.infradead.org, netdev@vger.kernel.org, linux-wireless@vger.kernel.org, linux-ide@vger.kernel.org, linux-clk@vger.kernel.org, linux-spi@vger.kernel.org, linux-mm@kvack.org, Clang-Built-Linux ML Subject: Re: [PATCH 00/10] Remove uninitialized_var() macro Message-ID: <202006031840.E2F0D15D8B@keescook> References: <20200603233203.1695403-1-keescook@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Thu, Jun 04, 2020 at 03:23:28AM +0200, Sedat Dilek wrote: > what is the base for your patchset? Hi! This was actually on Linus's latest tree (which is basically -next), mostly because I figured this might be a bit of an RFC but if it was clean enough, it might actually make the merge window (I can dream). > I would like to test on top of Linux v5.7. > > Can you place the series in your Git tree for easy fetching, please? Sure! https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git in the kspp/uninit/v5.7/macro branch. There were three small differences. I'm doing the "all my cross compilers allmodconfig" build run now, but figured I'd push it for you now so you didn't have to wait. -- Kees Cook