On Sat, Aug 26, 2023 at 05:47:56PM +0200, Greg Kroah-Hartman wrote: > 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. Tested-by: Joel Fernandes (Google) <joel@xxxxxxxxxxxxxxxxx> thanks, - Joel > > thanks, > > greg k-h > > ------------- > Pseudo-Shortlog of commits: > > Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Linux 6.1.49-rc1 > > Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Revert "f2fs: fix to do sanity check on direct node in truncate_dnode()" > > Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Revert "f2fs: fix to set flush_merge opt and show noflush_merge" > > Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Revert "f2fs: don't reset unchangable mount option in f2fs_remount()" > > Peter Zijlstra <peterz@xxxxxxxxxxxxx> > 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(-) > >