From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8DD492C9C for ; Fri, 14 Jan 2022 05:47:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 95CF7C36AEA; Fri, 14 Jan 2022 05:47:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1642139272; bh=eQXa6hAHJhyiYZJp5AEoSs2yfnLtUwwLOnpf5PkEyf0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QSabnljZJI7Nk0Z17Zx1vx7Yre+esB9FhNsBSVhu9/0bpZxxCXLtsUtbKxg9ZABLe At3jycpxjC+GMIhSZId+UCTm20ItALOrlexSthQB/FwuJlovgp9k5235qwzEZOs38b jjhcG2dncFJofqInUG7GKX474h6+FQVha1wCemoE= Date: Fri, 14 Jan 2022 06:47:49 +0100 From: Greg Kroah-Hartman To: Nathan Chancellor Cc: Sasha Levin , stable@vger.kernel.org, llvm@lists.linux.dev, Nick Desaulniers Subject: Re: Patches for clang and CONFIG_WERROR (arm64/x86_64) Message-ID: References: Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Thu, Jan 13, 2022 at 03:38:04PM -0700, Nathan Chancellor wrote: > Hi Greg and Sasha, > > Please consider applying the following commits to allow arm64 and x86_64 > allmodconfig to compile with CONFIG_WERROR enabled with clang-11 through > clang-14 (the currently supported releases upstream). > > 502408a61f4b ("staging: wlan-ng: Avoid bitwise vs logical OR warning in hfa384x_usb_throttlefn()") [5.15, 5.10, 5.4, 4.19, 4.14, 4.9] > 2e70570656ad ("drm/i915: Avoid bitwise vs logical OR warning in snb_wm_latency_quirk()") [5.16, 5.15, 5.10, 5.4, 4.19, 4.14, 4.9, 4.4] > 144779edf598 ("staging: greybus: fix stack size warning with UBSAN") [5.16, 5.15, 5.10, 5.4] > > I primarily care about 5.16 and 5.15, as those are the releases that > have CONFIG_WERROR, but I included all the versions that those patches > should apply cleanly to, as they do fix warnings in the build that > people might see, although I don't think they are worth backporting > further manually until someone complains. 502408a61f4b is already in > 5.16. All now queued up, thanks. greg k-h