From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out28-68.mail.aliyun.com (out28-68.mail.aliyun.com [115.124.28.68]) (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 62DDD84D2C for ; Thu, 3 Oct 2024 23:50:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.28.68 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727999462; cv=none; b=Eli+OqVA4DOAxnQXHIrhoH8X00c2xiaphiK0qHf+PshvSmk0fdCzd/MI78mVsp1ptwv4TI9hoTlGTE5uG7T7vCrN/ujF5vXFHdcvgAQRpSScYeLR3rbfz1J+OCSJzRFQPKkYp3gjq0tFLSlJzKg4TvRRrSJSR03CsAMX9rbmR5I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727999462; c=relaxed/simple; bh=/YaKe7DBetrsRWqGJJWw7VXuSzOFY6ZlRrquo5Im95c=; h=Date:From:To:Subject:Cc:In-Reply-To:References:Message-Id: MIME-Version:Content-Type; b=VGkaUn0j2q2fHDA9aWPtptgBweEp6X0mHlUOODTbTytNENY4XqHnMltsCLoLHtOSVSQIupHoWtQim6BLuXP6BD0VlD5NTlIMZ6+o3nynJgyNQLOnQ6w0mh677Ze/QQB/8bs324zpwPEJ1bjzJq0Cv7rCP+wVJ7ktVyH9ZIpj+u0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=e16-tech.com; spf=pass smtp.mailfrom=e16-tech.com; arc=none smtp.client-ip=115.124.28.68 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=e16-tech.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=e16-tech.com Received: from 192.168.2.112(mailfrom:wangyugui@e16-tech.com fp:SMTPD_---.ZYevHCI_1727995788) by smtp.aliyun-inc.com; Fri, 04 Oct 2024 06:49:50 +0800 Date: Fri, 04 Oct 2024 06:49:51 +0800 From: Wang Yugui To: Greg Kroah-Hartman Subject: Re: [PATCH 6.6 000/533] 6.6.54-rc2 review 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, allen.lkml@gmail.com, broonie@kernel.org In-Reply-To: <20241003103209.857606770@linuxfoundation.org> References: <20241003103209.857606770@linuxfoundation.org> Message-Id: <20241004064949.5C97.409509F4@e16-tech.com> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.81.07 [en] Hi, > This is the start of the stable review cycle for the 6.6.54 release. > There are 533 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 Sat, 05 Oct 2024 10:30:30 +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.6.54-rc2.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.6.y > and the diffstat can be found below. > a warning is report by 'make bzImage' in 6.6.54-rc2, but that is not report in 6.6.53. arch/x86/tools/insn_decoder_test: warning: Found an x86 instruction decoder bug, please report this. arch/x86/tools/insn_decoder_test: warning: ffffffff8103c4d5: c4 03 81 48 cf e9 vpermil2ps $0x9,%xmm15,%xmm14,%xmm15,%xmm9 arch/x86/tools/insn_decoder_test: warning: objdump says 6 bytes, but insn_get_length() says 0 the root cause is yet not clear. Best Regards Wang Yugui (wangyugui@e16-tech.com) 2024/10/04