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 C67CDC433E0 for ; Thu, 4 Jun 2020 03:46:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A7D7D20756 for ; Thu, 4 Jun 2020 03:46:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=chromium.org header.i=@chromium.org header.b="hKAsiTFp" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726922AbgFDDq0 (ORCPT ); Wed, 3 Jun 2020 23:46:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38550 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726729AbgFDDqW (ORCPT ); Wed, 3 Jun 2020 23:46:22 -0400 Received: from mail-pj1-x1044.google.com (mail-pj1-x1044.google.com [IPv6:2607:f8b0:4864:20::1044]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A6386C08C5C5 for ; Wed, 3 Jun 2020 20:46:20 -0700 (PDT) Received: by mail-pj1-x1044.google.com with SMTP id a45so1724350pje.1 for ; Wed, 03 Jun 2020 20:46:20 -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=AKUvLro9S597CUdKLkHtfULaMJzReX6aR4Vd+jg9MWw=; b=hKAsiTFpLHHgYk7uxEc64hy/HUaA1WkUjC8d9BKcLM3A/W0jWDjCQVcYLc0TzJIb6c CVvGbgMTwJtWW3d38WnReaNXfUDB6Z7+PjsIdPE8tJzwBE5kkiQFZuUsHl9gXF2t3hNz P/mhkULSwbWlOZpcliQwUyTPCPRZerjJhSiPA= 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=AKUvLro9S597CUdKLkHtfULaMJzReX6aR4Vd+jg9MWw=; b=QvdQO4J3pNRF345GYh2nV/xg73B9nmkFLuWwQ8O5nCbQgnn5i0qa7RHCm7H/wma+wX T9fSBOaeDiOhepUPLcj+oWLyERKWLc448bXNNDI2wxR6CC34fkJnkiQtDG1nTqKqiyKf nbbF97dOcUn2WJ2REjwP9phv0yB7UAp+PHI0+uv657+eXAVnBVu3Gcp73G/Rn2yZoFDU EGsiyT6oomuwAeep5PXUDYe0xufHyLlLK11WQSEE4xA1xhE7nASmXnwmKvykRaSGaj7K exoVDumlmFiTD4E9jfrVSC/l/Bq8ZGUtOCR9O1I/lwfwi9A3OizEcz+6d6dJfzn+nNBD rCyA== X-Gm-Message-State: AOAM532+P6yhdcap2F+Pw4RfMvD4uCeYMMPeHXmP8nReh+Sp2yqandBm XOLrQaKW6cvKjH2d8k6C1LZpSA== X-Google-Smtp-Source: ABdhPJwgOC5Nh6YRgoFEBFoD4RiNjZ8EE9ykV4UyBnz631Lr2h8YJbe7vzR1a+QiANBM9x+EA79IfA== X-Received: by 2002:a17:90a:2461:: with SMTP id h88mr3702337pje.180.1591242379970; Wed, 03 Jun 2020 20:46:19 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id a5sm3056506pfi.41.2020.06.03.20.46.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 03 Jun 2020 20:46:18 -0700 (PDT) Date: Wed, 3 Jun 2020 20:46:17 -0700 From: Kees Cook To: Sedat Dilek Cc: Joe Perches , linux-kernel@vger.kernel.org, Linus Torvalds , Miguel Ojeda , Alexander Potapenko , 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 08/10] checkpatch: Remove awareness of uninitialized_var() macro Message-ID: <202006032046.96A726426@keescook> References: <20200603233203.1695403-1-keescook@chromium.org> <20200603233203.1695403-9-keescook@chromium.org> <202006031838.55722640DC@keescook> <6f921002478544217903ee4bfbe3c400e169687f.camel@perches.com> <202006031944.9551FAA68E@keescook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 04, 2020 at 04:53:34AM +0200, Sedat Dilek wrote: > can you push that change also to kees/linux.git#kspp/uninit/v5.7/macro ? Done! :) -- Kees Cook