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 C0AE1D2E5 for ; Sat, 26 Aug 2023 15:48:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 09285C433C8; Sat, 26 Aug 2023 15:48:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1693064892; bh=vy6gTdPBWYFPn84J3jz0oTbAHvmlLVgTDMT3FDT9f4Y=; h=From:To:Cc:Subject:Date:From; b=U6cDjz7RtYD9cld2xmU4ar9GUT7h44u5FDTOLzqvWqSo2DiFJDwRYNtd0i7GslWQd fOR06ZkWHHyid5abLERx85o2qCMjO3rdpziv5/TT299Rq40t4uTz4eSH0XpjaL66jU ZtBKRDw8v/txU/wFzuhC8dDodqy/86HJS99g3yFc= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , 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, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de, conor@kernel.org Subject: [PATCH 6.1 0/4] 6.1.49-rc1 review Date: Sat, 26 Aug 2023 17:47:56 +0200 Message-ID: <20230826154625.450325166@linuxfoundation.org> X-Mailer: git-send-email 2.42.0 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore X-KernelTest-Patch: http://kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.1.49-rc1.gz X-KernelTest-Tree: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git X-KernelTest-Branch: linux-6.1.y X-KernelTest-Patches: git://git.kernel.org/pub/scm/linux/kernel/git/stable/stable-queue.git X-KernelTest-Version: 6.1.49-rc1 X-KernelTest-Deadline: 2023-08-28T15:46+00:00 Content-Transfer-Encoding: 8bit This is the start of the stable review cycle for the 6.1.49 release. There are 4 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 Mon, 28 Aug 2023 15:46:14 +0000. Anything received after that time might be too late. The whole patch series can be found in one patch at: https://www.kernel.org/pub/linux/kernel/v6.x/stable-review/patch-6.1.49-rc1.gz or in the git tree and branch at: git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-6.1.y and the diffstat can be found below. thanks, greg k-h ------------- Pseudo-Shortlog of commits: Greg Kroah-Hartman Linux 6.1.49-rc1 Greg Kroah-Hartman Revert "f2fs: fix to do sanity check on direct node in truncate_dnode()" Greg Kroah-Hartman Revert "f2fs: fix to set flush_merge opt and show noflush_merge" Greg Kroah-Hartman Revert "f2fs: don't reset unchangable mount option in f2fs_remount()" Peter Zijlstra objtool/x86: Fix SRSO mess ------------- Diffstat: Makefile | 4 ++-- fs/f2fs/f2fs.h | 1 + fs/f2fs/file.c | 5 +++++ fs/f2fs/node.c | 14 ++---------- fs/f2fs/super.c | 43 ++++++++++++------------------------ include/linux/f2fs_fs.h | 1 - tools/objtool/arch/x86/decode.c | 11 +++++---- tools/objtool/check.c | 22 +++++++++++++++++- tools/objtool/include/objtool/arch.h | 1 + tools/objtool/include/objtool/elf.h | 1 + 10 files changed, 54 insertions(+), 49 deletions(-)