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 07073C83F11 for ; Sat, 26 Aug 2023 20:58:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229599AbjHZU5j (ORCPT ); Sat, 26 Aug 2023 16:57:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41724 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229534AbjHZU5K (ORCPT ); Sat, 26 Aug 2023 16:57:10 -0400 Received: from mail-io1-xd30.google.com (mail-io1-xd30.google.com [IPv6:2607:f8b0:4864:20::d30]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7653B1AC for ; Sat, 26 Aug 2023 13:57:05 -0700 (PDT) Received: by mail-io1-xd30.google.com with SMTP id ca18e2360f4ac-7927f241772so65654539f.1 for ; Sat, 26 Aug 2023 13:57:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=joelfernandes.org; s=google; t=1693083425; x=1693688225; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date:message-id:reply-to; bh=mWUWofiHOM7DQZ0jywZUsI2/zykuQKvwiKBt6rB56lo=; b=mJqCZhKdhJl28wKlasaVGmbc1QTnf4wLX1OXSt/1aXeGR6g6ROsW2/3UifS79ahvuU jVoyrX0b5D78upqnUXdWjmV8eZ3YavtNXd5zMLi1le3GjGo/z8QXS0CbfHLOvGPwAgyW PwvutqPaRUPNk8UTRdOPQDzW/PHU7U2+745Lg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693083425; x=1693688225; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=mWUWofiHOM7DQZ0jywZUsI2/zykuQKvwiKBt6rB56lo=; b=JTijvaenBjTISf7+H9ZrTqUyO9u886TUoAQpSmfKZcYiHong+jRrF1ky+jCGzpJ/G/ 0AEnkDQiCDApS+V1bsK3sbET9YykZjP/q4OTZ1bVMF0/uiY4Fk6ZP90lYU0dpS33boDN CgtxNCUbCZNv9d9xlhbww503oXWqGI1fwmZPQ7YFc194BkQkLcK0O3+HM2M85Xk6EZvY 25wk2byJb7E4GJLMDMFSohgXqNttS3NOkLTy1ESyjPh8HhrojkxCXB4Y/YOOKyHsSyUv dCR6j9xpQQIhTREgA5b5yG24bdlA4zCoEU5+075QYBXI4f2e9xVm5fXV8zzLl+p/7ec9 VoUA== X-Gm-Message-State: AOJu0YxnpmTprn8LaBmBXXO71jv6Rj3jsLPDT230t6KXJTIFZ5rsK9Gy f8ml9qkeOPItxPTgegA/6vLciQ== X-Google-Smtp-Source: AGHT+IGc3nTRI3b/cUNX8UYrIAn+RQLsp6nClKr7WUYpeFfGQ8nyHTKBM8UKU0sFB1eF3aRoiypWtA== X-Received: by 2002:a5e:cb07:0:b0:785:5917:a35f with SMTP id p7-20020a5ecb07000000b007855917a35fmr12739426iom.8.1693083424770; Sat, 26 Aug 2023 13:57:04 -0700 (PDT) Received: from localhost (156.190.123.34.bc.googleusercontent.com. [34.123.190.156]) by smtp.gmail.com with ESMTPSA id n17-20020a02cc11000000b0042bb2448847sm1355102jap.53.2023.08.26.13.57.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 26 Aug 2023 13:57:04 -0700 (PDT) Date: Sat, 26 Aug 2023 20:57:03 +0000 From: Joel Fernandes To: Greg Kroah-Hartman Cc: 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, pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de, conor@kernel.org Subject: Re: [PATCH 6.1 0/4] 6.1.49-rc1 review Message-ID: <20230826205703.GA2311600@google.com> References: <20230826154625.450325166@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230826154625.450325166@linuxfoundation.org> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org 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) thanks, - Joel > > 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(-) > >