From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 0.smtp.remotehost.it (0.smtp.remotehost.it [213.190.28.75]) (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 71FEE79FD for ; Thu, 2 May 2024 06:41:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.190.28.75 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714632071; cv=none; b=eayLwmNC6xfVSBY7M4ZQouRPbUJm9kPRVgNa5N/EL+oRbcW67X4aq0jCin3uUGPJI11Zg0gzzzZ+YL/O8h4e+FvI7b0eUiMsIl/jtrOWeKSvycmVjlYOFwBlyiqeONhV7uuX2o3gs0ztElshzWfu1x3HTjYqVfiyJ/hD5s38JJ4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714632071; c=relaxed/simple; bh=y16Kulm7GuIB4w0cXKXc95gA3DzzCvHJ4ghEutGBNoE=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=DpOBGs5lzWJLeUivsAf//mKy5vgG9oHyh1E3NlE36YDSRPSEhRlst1+Kc7ZkAbkO/yzVpBP2VLpwSig8H54CSfgdpA61otXApMqYKaboA2shZxHIzCp02kxTSOVILT75ioP8iVjltolbFxV0poinz6cpwtBnQ94BtIuuCSWQZsg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=hardfalcon.net; spf=pass smtp.mailfrom=hardfalcon.net; dkim=permerror (0-bit key) header.d=hardfalcon.net header.i=@hardfalcon.net header.b=u+9HfPLx; arc=none smtp.client-ip=213.190.28.75 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=hardfalcon.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=hardfalcon.net Authentication-Results: smtp.subspace.kernel.org; dkim=permerror (0-bit key) header.d=hardfalcon.net header.i=@hardfalcon.net header.b="u+9HfPLx" DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=hardfalcon.net; s=dkim_2024-02-03; t=1714632066; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=10wXGK1h2+gkH0wUgW6fYCI4MjswRALv+lI2lWqR/MA=; b=u+9HfPLxQcb02xn6DyAByDQuCAqXs3Id4LBWnHxNpvzcDKg8iIhYJA5YvcSEc4hwCUTdyJ ejOYvMEIsf+FafBQ== Message-ID: Date: Thu, 2 May 2024 08:41:05 +0200 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH 6.1 000/110] 6.1.90-rc1 review To: Greg Kroah-Hartman , stable@vger.kernel.org Cc: 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 References: <20240430103047.561802595@linuxfoundation.org> Content-Language: en-US From: Pascal Ernster In-Reply-To: <20240430103047.561802595@linuxfoundation.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit [2024-04-30 12:39] Greg Kroah-Hartman: > This is the start of the stable review cycle for the 6.1.90 release. > There are 110 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 Thu, 02 May 2024 10:30:27 +0000. > Anything received after that time might be too late. Hi, 6.1.90-rc1 is running fine on a TP-Link Archer C7 v4 (the SoC is a Qualcomm Atheros QCA9563, which has a 74Kc MIPS core). Note that I have *not* tested building the kernel documentation, and I suspect that building the documentation with docutils >= 0.21 would likely fail without the patch from https://lore.kernel.org/all/faf5fa45-2a9d-4573-9d2e-3930bdc1ed65@gmail.com/ Tested-by: Pascal Ernster Regards Pascal