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=-3.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED 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 4AAEDC5517A for ; Fri, 6 Nov 2020 09:55:07 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A05BC22201 for ; Fri, 6 Nov 2020 09:55:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="iOqu7iq8" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A05BC22201 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 68EFD6E1B3; Fri, 6 Nov 2020 09:55:05 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 115186E042 for ; Fri, 6 Nov 2020 09:55:03 +0000 (UTC) Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E42C721734; Fri, 6 Nov 2020 09:55:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604656503; bh=fq0Ui8t6PiSDl63PaQnqQ+wD7V5/mQ8ZBFhNNG3yCok=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iOqu7iq8fkqhQinW+HWeXRONm4gVqP0ORpaGzDUMT9zotN8/ZoAt8k4smbdnLkRfA gQF4QwYnBsQf3JTygZryT4dYi6nYvqpqKGLuqzS6PEjkhnobvGexT83gHte/RclSzw WjuqDzk0ase4qrOZuSmZgJVWNdu/bBS1goiCMzjw= Date: Fri, 6 Nov 2020 10:54:50 +0100 From: Greg Kroah-Hartman To: Lee Jones Subject: Re: [PATCH 00/36] Rid W=1 issues from TTY Message-ID: <20201106095450.GA2660312@kroah.com> References: <20201104193549.4026187-1-lee.jones@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201104193549.4026187-1-lee.jones@linaro.org> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Robert Love , Nick Holloway , Russ Gorby , Kevin Wells , -- , Andrew Morton , Laxman Dewangan , Paul Mackerras , "David A. Hinds" , linux-riscv@lists.infradead.org, Jiri Slaby , linux-stm32@st-md-mailman.stormreply.com, Bill Hawes , Roland Stigge , Russell King , Michael Ellerman , Michal Simek , Jonathan Hunter , Jan Dumon , Andy Gross , linux-serial@vger.kernel.org, Sylvain Lemieux , Gerald Baeza , Marko Kohtala , linux-media@vger.kernel.org, Alexandre Torgue , linux-arm-msm@vger.kernel.org, Vladimir Zapolskiy , linaro-mm-sig@lists.linaro.org, Stanislav Voronyi , "C. Scott Ananian" , Paul Walmsley , linux-tegra@vger.kernel.org, Bjorn Andersson , "Andrew J. Kroll" , processes-Sapan Bhatia , Miloslav Trmac , Mike Hudson , Joseph Barrow , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, paulkf@microgate.com, Filip Aben , Palmer Dabbelt , Maxime Coquelin , Thierry Reding , Colin Ian King , Jakub Jelinek , linuxppc-dev@lists.ozlabs.org, Christian =?iso-8859-1?Q?K=F6nig?= , Russell King Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, Nov 04, 2020 at 07:35:13PM +0000, Lee Jones wrote: > This set is part of a larger effort attempting to clean-up W=1 > kernel builds, which are currently overwhelmingly riddled with > niggly little warnings. Many of these now applied, please update the series against my tty-testing branch and resend the rest. thanks, greg k-h _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel