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 D4C94C001B0 for ; Mon, 17 Jul 2023 19:31:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231506AbjGQTbQ (ORCPT ); Mon, 17 Jul 2023 15:31:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34252 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229608AbjGQTbP (ORCPT ); Mon, 17 Jul 2023 15:31:15 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BB0E6E1; Mon, 17 Jul 2023 12:31:14 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4F2F76122A; Mon, 17 Jul 2023 19:31:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 30B49C433C8; Mon, 17 Jul 2023 19:31:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1689622273; bh=rTXHtaZr8TFbZbo8oOaN4hPj0TIIsjnbr7MM09qkPiY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=W1xAIk29q65L4BGDlW+3QVTL1Yk8C6yKSV25m1DVQNxLdv1Z2yoFTPZaT+oXUodeK W4LL5SC2FNpbst6ZQUASeWreV8Mxiz0siHv77eHPRCMSB5O/n0AZGpJTvvtnCcKF66 YEAbhGNFCm6OYIgteLIijp4v00cyQpLyIG0h2zgQ= Date: Mon, 17 Jul 2023 21:31:11 +0200 From: Greg Kroah-Hartman To: Guenter Roeck Cc: stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, 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 000/585] 6.1.39-rc2 review Message-ID: <2023071742-jailhouse-rambling-7311@gregkh> References: <20230717185609.886113843@linuxfoundation.org> <5f514ecc-a0ae-ece1-a212-e392c128fb35@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5f514ecc-a0ae-ece1-a212-e392c128fb35@roeck-us.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 17, 2023 at 12:18:05PM -0700, Guenter Roeck wrote: > On 7/17/23 11:57, Greg Kroah-Hartman wrote: > > This is the start of the stable review cycle for the 6.1.39 release. > > There are 585 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, 19 Jul 2023 18:55:09 +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.39-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.1.y > > and the diffstat can be found below. > > > > thanks, > > > > greg k-h > > > > ------------- > > Pseudo-Shortlog of commits: > > > [ ... ] > > > Sergey Shtylyov > > sh: Avoid using IRQ0 on SH3 and SH4 > > > > This patch is applied without its fixes. That means almost all sh boards, > including the one testable with qemu, are broken. Fixes are (at least): > > 7c28a35e19fa sh: hd64461: Handle virq offset for offchip IRQ base and HD64461 IRQ > 3d20f7a6eb76 sh: mach-dreamcast: Handle virq offset in cascaded IRQ demux > a2601b8d8f07 sh: mach-highlander: Handle virq offset in cascaded IRL demux > ab8aa4f0956d sh: mach-r2d: Handle virq offset in cascaded IRL demux > > That list may be incomplete. Oh wow, something went wrong with my "find the fixes for the patches in the queue" script, let me go figure it out and run it again here... thanks for catching this. greg k-h