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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 2D21BC32772 for ; Tue, 23 Aug 2022 16:12:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=P4kI6JxM7xPuxXoaxnZWvIP5KeNJaW3cpYoOUsqstXA=; b=Wq4osEz5mMIlay YdJtKdjgqaDbu6v/RppHH4/bPGtUlf1RXx+oX6BBLopyhcpoO/HudCz6jqkrXOIOE0CquQjpZnoCl BY1KNM8mKjSMlmg1+VqfUwY+WivBy9ZbAxXOYLjow8Nuthbyj9KYi0okfwJzRLDSXR3bPHqwYX0yH yLFD2It+cqT7OUivi/AZkXYS+sqIrtzHoCRjzTk8anvUuYbX71KOmSmP42toEkZwrpmE+cv5DBZ5I +q4JOqtNpUg7Is0MMgeDNNihhMtbR9YLvn0G8zq9zrb8YJl1X0oRnLd2FyEimhsv+0VxLgHbWkMnf OTdfsMK0Db3bF/XBSe5g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oQWUp-007CtS-7S; Tue, 23 Aug 2022 16:11:19 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oQWUk-007Crw-Ty for linux-arm-kernel@lists.infradead.org; Tue, 23 Aug 2022 16:11:16 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 7011EB81E65; Tue, 23 Aug 2022 16:11:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 756FEC433D6; Tue, 23 Aug 2022 16:11:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1661271072; bh=I2wMQlQE2ea0W3N6RNflFgDwWIvO1yrAEOonIAJwWe0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hSNdmwjbSdgzxxiy2Qzow0e270Hch77B2bpGjSSvCsBEq0D2lu1fyHza6fmFyevSY I651tP7J8TQq8OWHcF3ddOmM58Q232mMCNLsju4WTWaGp1jQdjx9JpupezRSO216s2 Gi+4M0GDMeNwY8EB83YKlpOnJeOoR4A0zBRIjE5TflYDFKivDoABAY4GrAD60t7vqJ WF4oASrfMmg6VsYGrsvEZNqwHqVNYBRDFaIKO5gPs5UamkOflYkkBJUcCqXGpX07wh 5kBgJU/plegFl8P78+jzUovFOnAnyZvJEEFkpIVukrEMDVT5YZ70FbtqUvOfCKQgr5 KG7LbnvSYLkEA== Date: Tue, 23 Aug 2022 09:11:09 -0700 From: Nathan Chancellor To: Mark Brown Subject: Re: [PATCH] ASoC: mchp-spdiftx: Fix clang -Wbitfield-constant-conversion Message-ID: References: <20220810010809.2024482-1-nathan@kernel.org> <166058059542.769843.4941839393289864947.b4-ty@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220823_091115_124639_6D72AC73 X-CRM114-Status: GOOD ( 23.31 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alsa-devel@alsa-project.org, llvm@lists.linux.dev, Alexandre Belloni , Tom Rix , Nick Desaulniers , linux-kernel@vger.kernel.org, Liam Girdwood , Codrin Ciubotariu , Claudiu Beznea , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Aug 23, 2022 at 05:03:58PM +0100, Mark Brown wrote: > On Tue, Aug 23, 2022 at 08:39:13AM -0700, Nathan Chancellor wrote: > > > I noticed that this was applied to for-6.1. I know you do not rebase or > > change your trees so this request might be rejected based on that alone > > but would it be possible to cherry-pick this to for-6.0 so that it can > > be applied to Linus's tree quicker? We have had to apply this change to > > our CI to keep our builds green in mainline, -tip, and 5.19/5.15 stable > > with clang-16 due to -Werror. If not, no worries, I should have made it > > clearer that is what I was looking for with the subject prefix. > > Hrm, OK - it's a bit surprising that this didn't get fixed in -next > before the clang change made it to mainline TBH, it looked like > something that had just hit -next. Right, sorry for not making that more clear in the commit message. The change in clang was made only a few hours before this patch so I did fix it quickly but we do not usually get any heads up on new warnings. They just appear then we fix them and move on. I'll make it clearer where I want the patch to go in the future, thanks for accommodating this one time. Cheers, Nathan _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel