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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1309FC3DA79 for ; Thu, 29 Dec 2022 16:56:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233537AbiL2Q4z (ORCPT ); Thu, 29 Dec 2022 11:56:55 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41618 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233553AbiL2Q4w (ORCPT ); Thu, 29 Dec 2022 11:56:52 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6BD29F5A7; Thu, 29 Dec 2022 08:56:51 -0800 (PST) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 0BC7F61839; Thu, 29 Dec 2022 16:56:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 66131C433EF; Thu, 29 Dec 2022 16:56:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1672333010; bh=ViY2BQZiltKQ4jvkmjytVNSOGiM2TZgrElzKyBr36hI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=il2VIfqB0ez0Rmb8rH8N8IDk4hm1ko30z46bpjv8Rg9GUkfXEeZbMhhL0NBzyw7Be 7Qj1a23+u68ocrKbH/Ulo2wwMFN0I6kYWMu/XOTRpxNRVIEQ3u6lQv4s7uJViJ/x5a tL4qJBgqrQLGzDWbiLoPjYCfo1fzvPmJxjm6pZF0Xp03wjAU++P3v+j2EixzHLhPIs ZpdJKbaT2VXdDAh+vEiXbFxquISfD4ySjIz7qZSZlXW9xToM2UbhVO7YrLzaZf113s hNIvwVnW+IyikoDTK2Y3arQLyAT9eDZpN3ab145lcY1npyZCoyOwclqfjScbTRbtHq oLfLjOEte7dvw== Date: Thu, 29 Dec 2022 09:56:47 -0700 From: Nathan Chancellor To: Pavel Machek Cc: Greg Kroah-Hartman , andrii@kernel.org, dave.stevenson@raspberrypi.com, stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de Subject: Re: [PATCH 5.15 000/731] 5.15.86-rc1 review Message-ID: References: <20221228144256.536395940@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 29, 2022 at 03:40:51PM +0100, Pavel Machek wrote: > Hi! > > > This is the start of the stable review cycle for the 5.15.86 release. > > There are 731 patches in this series, all will be posted as a response > > to this one. If anyone has any issues with these being applied, please > > let me know. > > These are just kCFI annotations. I don't believe we need them in 5.10 > (and 5.15). The original CFI implementation exists in 5.15 and the problem described in those patches should still trigger with that implementation just like kCFI, so they should likely still go to 5.15. However, they were AUTOSEL'd and we have not had any reports of problems that are solved with these patches (although that is likely because nobody who is using this hardware has tried running a CONFIG_CFI_CLANG kernel), so I do not really care if they are applied or not. > > Nathan Chancellor > > net: ethernet: ti: Fix return type of netcp_ndo_start_xmit() > > Nathan Chancellor > > drm/fsl-dcu: Fix return type of fsl_dcu_drm_connector_mode_valid() > > Nathan Chancellor > > drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid() Cheers, Nathan