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 54722C3DA7A for ; Sat, 31 Dec 2022 11:48:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231810AbiLaLsn (ORCPT ); Sat, 31 Dec 2022 06:48:43 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51268 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231539AbiLaLsi (ORCPT ); Sat, 31 Dec 2022 06:48:38 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 910977658; Sat, 31 Dec 2022 03:48:37 -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 ams.source.kernel.org (Postfix) with ESMTPS id 28916B8037A; Sat, 31 Dec 2022 11:48:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 52156C433D2; Sat, 31 Dec 2022 11:48:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1672487314; bh=FCsl+9+rqlT6sQHBhJsMEJUwJX1ovN1MLUNUhrMRw7s=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PxkgMZz+2RVJYD35wFYDDkokpDhTzrZgyLm9TMqtBG6WGcxVXYf/XpiogXfEp832A g6SjF7nXvU1BmcL+oAZaSCtDr4FazXfGDnvYMX1Cr5kCSbqV740wlmWBpxFvSgnyjf WcKEH02cY99TOIJfh/yRFYB+eqwuTlOaFHoFjGb0= Date: Sat, 31 Dec 2022 12:48:32 +0100 From: Greg Kroah-Hartman To: Guenter Roeck Cc: Conor Dooley , stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de Subject: Re: [PATCH 6.0 0000/1066] 6.0.16-rc2 review Message-ID: References: <20221230094059.698032393@linuxfoundation.org> <20221231055203.GA2926213@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221231055203.GA2926213@roeck-us.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 30, 2022 at 09:52:03PM -0800, Guenter Roeck wrote: > On Sat, Dec 31, 2022 at 12:09:13AM +0000, Conor Dooley wrote: > > Hey Greg, > > > > On Fri, Dec 30, 2022 at 10:49:23AM +0100, Greg Kroah-Hartman wrote: > > > This is the start of the stable review cycle for the 6.0.16 release. > > > There are 1066 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. > > > > > > Responses should be made by Sun, 01 Jan 2023 09:38:41 +0000. > > > Anything received after that time might be too late. > > > > > Paulo Alcantara > > > cifs: improve symlink handling for smb2+ > > > > This patch here appears to fail allmodconfig + LLVM on RISC-V: > > ../fs/cifs/smb2inode.c:419:4: error: variable 'idata' is uninitialized when used here [-Werror,-Wuninitialized] > > idata->symlink_target = kstrdup(cfile->symlink_target, GFP_KERNEL); > > ^~~~~ > > ../fs/cifs/smb2inode.c:76:35: note: initialize the variable 'idata' to silence this warning > > struct cifs_open_info_data *idata; > > ^ > > = NULL > > 1 error generated. > > Fixed with upstream commit 69ccafdd35cdf ("cifs: fix uninitialised var in > smb2_compound_op()"). Now queued up, thanks. greg k-h