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 B566E4B5CD; Mon, 1 Apr 2024 18:28:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711996124; cv=none; b=nsEXYLShjUDpEKSC6WczH0RRqC8RmUQgECw2iU2Rwil1S5M4XKsmv3cNvX8FdbcirUbkeQ0ORqolihICTD5WtTLFMH2ai1aQrkJjJM3vG1c18E0obPEGgAAzi74hIRQlnRz3+/vNCnFar5UrT4FDffB83UMvmiIIDeJnMN3iSv4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1711996124; c=relaxed/simple; bh=uYc5BN4wdQ0xZQ7ypOKQ3DXcVbSi25qP6EkLk04NfTM=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=ck0a2v5SbdWwhYai27LnuOxq6rD1z5C8rUANDUWui9VLfl+K7rdWjogJFUTp99/A9JTb/jLtVRwMRQRLLWKLSISWLWABkJeE3RsnLH1r3TcmwJKdoecPRIJVUYurqmqCWImu12O4j3vjTcHOREaXQLP1zaS1lWbmb3FSZboJ6Ac= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=P/+Z7tmO; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="P/+Z7tmO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CD2DFC433F1; Mon, 1 Apr 2024 18:28:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1711996124; bh=uYc5BN4wdQ0xZQ7ypOKQ3DXcVbSi25qP6EkLk04NfTM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=P/+Z7tmOh1Yane/Rcd8lJq4cf4odmcMtyzgglQYf6TmGwXnqyIiOmD4pwAaKuRzW9 lEN8Rb5a7PQellAj77ZGQ26rUjWGOI976tjcb5gOXWFbN8+kbVTqMXgxpF0WXGR0UB U6WVwTO7qd8GEgoe5pHBpEoXIfDM5PWx4qVlKOmLAcIhsccEB+Y5Agh3E3hdj8Vjpm u9hhH9F4eAKiwd0dVsqC1ER4XRMEBUvJgrnMTM9btLvk+vHd2E6OnOLotX2rW1/Pjp 06ATMvxsbatNHeaIpHm4hfmgROxLQxuCAqHu9z08YYHX//9wAj8uhpvbpChtCHmxoS GQBkDxa7RX7pw== From: SeongJae Park To: Greg Kroah-Hartman Cc: SeongJae Park , 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, allen.lkml@gmail.com, broonie@kernel.org, damon@lists.linux.dev Subject: Re: [PATCH 6.7 000/432] 6.7.12-rc1 review Date: Mon, 1 Apr 2024 11:28:41 -0700 Message-Id: <20240401182841.248955-1-sj@kernel.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240401152553.125349965@linuxfoundation.org> References: Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Hello, On Mon, 1 Apr 2024 17:39:47 +0200 Greg Kroah-Hartman wrote: > Note, this will be the LAST 6.7.y kernel release. After this one it > will be end-of-life. Please move to 6.8.y now. > > ------------------------------------------ > > This is the start of the stable review cycle for the 6.7.12 release. > There are 432 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 Wed, 03 Apr 2024 15:24:46 +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.7.12-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.7.y > and the diffstat can be found below. This rc kernel passes DAMON functionality test[1] on my test machine. Attaching the test results summary below. Please note that I retrieved the kernel from linux-stable-rc tree[2]. Tested-by: SeongJae Park [1] https://github.com/awslabs/damon-tests/tree/next/corr [2] b15156435f06 ("Linux 6.7.12-rc1") Thanks, SJ [...] --- ok 1 selftests: damon: debugfs_attrs.sh ok 2 selftests: damon: debugfs_schemes.sh ok 3 selftests: damon: debugfs_target_ids.sh ok 4 selftests: damon: debugfs_empty_targets.sh ok 5 selftests: damon: debugfs_huge_count_read_write.sh ok 6 selftests: damon: debugfs_duplicate_context_creation.sh ok 7 selftests: damon: debugfs_rm_non_contexts.sh ok 8 selftests: damon: sysfs.sh ok 9 selftests: damon: sysfs_update_removed_scheme_dir.sh ok 10 selftests: damon: reclaim.sh ok 11 selftests: damon: lru_sort.sh ok 1 selftests: damon-tests: kunit.sh ok 2 selftests: damon-tests: huge_count_read_write.sh ok 3 selftests: damon-tests: buffer_overflow.sh ok 4 selftests: damon-tests: rm_contexts.sh ok 5 selftests: damon-tests: record_null_deref.sh ok 6 selftests: damon-tests: dbgfs_target_ids_read_before_terminate_race.sh ok 7 selftests: damon-tests: dbgfs_target_ids_pid_leak.sh ok 8 selftests: damon-tests: damo_tests.sh ok 9 selftests: damon-tests: masim-record.sh ok 10 selftests: damon-tests: build_i386.sh ok 11 selftests: damon-tests: build_arm64.sh ok 12 selftests: damon-tests: build_m68k.sh ok 13 selftests: damon-tests: build_i386_idle_flag.sh ok 14 selftests: damon-tests: build_i386_highpte.sh ok 15 selftests: damon-tests: build_nomemcg.sh [33m [92mPASS [39m