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 9BC5BC433DF for ; Thu, 4 Jun 2020 01:44:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 75E85207D0 for ; Thu, 4 Jun 2020 01:44:48 +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 S1726050AbgFDBos (ORCPT ); Wed, 3 Jun 2020 21:44:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47802 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727887AbgFDBom (ORCPT ); Wed, 3 Jun 2020 21:44:42 -0400 Received: from mail-pg1-x543.google.com (mail-pg1-x543.google.com [IPv6:2607:f8b0:4864:20::543]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D77BDC08C5C1 for ; Wed, 3 Jun 2020 18:44:41 -0700 (PDT) Received: by mail-pg1-x543.google.com with SMTP id r10so2788980pgv.8 for ; Wed, 03 Jun 2020 18:44:41 -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=iQ4gr7ay0sSlKmpE3DHvT0dHNZElY+Ckwnqxq57HziLd4uUlrWNYDaU0ouUEqaWj/m nUQA5g5kaFkbqGRvpnPzIG4tMOtaIFxB0E0M/Jn8td6zaIEtkW6grq8eDh9cRTW0yVay CH8bIQTwjP0pYqdibqjnantwbtCPJxdhwi9RUQG1PGsqaz5Bs8yagcXJ7SkNyrI3ycNa IYf1KoyuuxBziZW9ePyHbQyA+FlUQBIk8gfrytrmrNdaFezGv6sDu+mr/TOk3HGaa4EG ViG8JiL+QyQ8reqcz2fhk36pHS+MZ/pvEWUhu/WRVTBW7T8XT45CxKwTLeopsCVFNug4 7rJw== X-Gm-Message-State: AOAM531TntfffkWzKrN8q3Hb5/Kx0dXdqcOsf9jXqfng3Nn9nNOZ+OZe kruBCBgfP9bIgi4x3OVi8+8mhQ== 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-ide-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ide@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