Received: by 10.223.176.5 with SMTP id f5csp547190wra; Fri, 2 Feb 2018 02:07:43 -0800 (PST) X-Google-Smtp-Source: AH8x227M05d1lSXfE1Oqx4T01mSAdYsjcq88P5mcXPHSCKT5SlcstD3BWsO3A9Fc9uTQ5Bnm3Szk X-Received: by 2002:a17:902:a585:: with SMTP id az5-v6mr15115506plb.167.1517566063318; Fri, 02 Feb 2018 02:07:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1517566063; cv=none; d=google.com; s=arc-20160816; b=YmDwA2EhmiVN9E31ypvHjibDA2ke/vCYpEb5KBzCeFoHXOno+n4KoAa0ECGO9IhjeW 9tMo0/FCrql00Jd9j3i6aABdRFM+d0Vs4Bo8/inb4vg3CU9nE8l05RjN3paQmAZzpiqN rfg49H5JSI0aoUfYamFtTylFQyAU4PtLMRi/Pc1ipleXBDYT+6ht48DHcevSp5hNg4gr vLfF6NrjtMZmDDI6SV8JaI3QHI8VsQxEFUxbJXsTLu0lYI9pBuhWHdP5rSXh+z8yGcTB kiq33RjEdlsM9DcsSRDVgKcu1lR/Ud/eODVy0dc5Sc63BEvZx9z18lIydLq9RbM9a//W j22A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=mc+CMpUUyUy4e7RVJHny3jIJyP1UTYo34bwDawHgFtw=; b=CJFb0JVoQHyHOUNemprBWUvQyRhu1oPQxrQBiZnfb09VnCvz4N614sXNS+34MmEH7P hjALBSH9zkZKianfwTZ0R2IT8srLPsx/FLfQZN3oCeIsOtpmb6hIQ46BRd0DssEG/D9B pOF1py3qb4ofoon1FLaTkeTJUiH6zltcF2Um3Nq8Lj4NRSavulGAvC3egV400dJSsKuI 6qUMtbt74EmMr3BFwIO4wMrORjcdaKE1mNWWu12lzbcuPZSITdq/57H3KAZxZ3xNXtDE RUMaYE1mgSPIfrR3ITlhaalxETHY1DRLXf9xIx+3SC1QbzdIi6zbpRGy2SOYxLDHWxM9 wADA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f9-v6si1428616plo.697.2018.02.02.02.07.28; Fri, 02 Feb 2018 02:07:43 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751664AbeBBKGX (ORCPT + 99 others); Fri, 2 Feb 2018 05:06:23 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:36696 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751557AbeBBKGQ (ORCPT ); Fri, 2 Feb 2018 05:06:16 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 8F619E39; Fri, 2 Feb 2018 10:06:15 +0000 (UTC) Date: Fri, 2 Feb 2018 11:06:13 +0100 From: Greg KH To: Lukas Bulwahn Cc: Jani Nikula , Ozan Alpay , Rodrigo Vivi , Ville =?iso-8859-1?Q?Syrj=E4l=E4?= , sil2review@lists.osadl.org, kernelnewbies@kernelnewbies.org, David Airlie , intel-gfx@lists.freedesktop.org, Joonas Lahtinen , llvmlinux@lists.linuxfoundation.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Subject: Re: clang warning: implicit conversion in intel_ddi.c:1481 Message-ID: <20180202100613.GA21492@kroah.com> References: <20180201180240.GA28042@kroah.com> <87372jkcu5.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.3 (2018-01-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 02, 2018 at 10:56:36AM +0100, Lukas Bulwahn wrote: > On Fri, 2 Feb 2018, Jani Nikula wrote: > > > Being brutally honest, please write shorter reports and shorter emails > > to the lists. > > > > The static analysis reports are welcome, but only when 1) we didn't > > already fix it in linux-next, or 2) it reveals an actual bug, not just a > > warning, warranting a backport. > > That will be our policy. Great! Also a few other things to be aware of when working with the Linux kernel community, and to try to answer some of your longer original email querstions: - don't scatter emails to tons of lists at the same time. If you use scripts/get_maintainer.pl on a file, it will tell you exactly who and what list to notify of an issue found. - when finding an issue, again, always check linux-next as that contains up to the past 3 months of work. Don't duplicate stuff that others have already done, as that doesn't help anyone out. - for stable kernel patches, please read: https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html as to how to report a patch to be included in a stable kernel release (hint, just send the git hash to the list when it is in Linus's tree and ask for it to be included, as well as what trees you think it should be included in.) - If clang now builds the kernel "cleanly", yes, I want to take warning fixes in the stable tree. And even better yet, if you keep working to ensure the tree is "clean", that would be wonderful. Hope this helps! greg k-h