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 12BD3C47088 for ; Fri, 2 Dec 2022 12:39:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233513AbiLBMjg (ORCPT ); Fri, 2 Dec 2022 07:39:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37530 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232873AbiLBMje (ORCPT ); Fri, 2 Dec 2022 07:39:34 -0500 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D98BB8EE70; Fri, 2 Dec 2022 04:39:32 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 2F486CE1E79; Fri, 2 Dec 2022 12:39:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D54F8C433C1; Fri, 2 Dec 2022 12:39:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1669984769; bh=KtngymIfyeQ0A30J7Xlx/WGy9n4uZFsRswH4rUF7oro=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1q1mZ+R6LUf75CDSex3BDNdhBG8+vmdP34vZs3K5d5+2jcc/TVfeZ1uaXcWVl0rgC 0C4uXk7Ynhp9w/zpF4U0Jyi2zdKwQIbZIwzpC/NmgGG+D4R7zjU/qVrMlCLPKcIIbf 0qmoYtnqXn2YTs/MLxhKIz9uIfcvIbrJlAV6uNDA= Date: Fri, 2 Dec 2022 13:39:24 +0100 From: Greg Kroah-Hartman To: Pavel Machek Cc: mlevitsk@redhat.com, samuel.thibault@ens-lyon.org, pawell@cadence.com, 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, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de Subject: Re: [PATCH 5.10 000/162] 5.10.157-rc1 review Message-ID: References: <20221130180528.466039523@linuxfoundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 02, 2022 at 12:49:09PM +0100, Pavel Machek wrote: > Hi! > > [If I cc-ed you, you are author of one of patches below. Please take a > look.] > > > Responses should be made by Fri, 02 Dec 2022 18:05:05 +0000. > > Anything received after that time might be too late. > > I hope to make it :-). I > > > Pawel Laszczak > > usb: cdnsp: Device side header file for CDNSP driver > > > > Pawel Laszczak > > usb: cdns3: Add support for DRD CDNSP > > These two together are 1500+ lines, and are marked as Stable-dep-of: > 9d5333c93134 ("usb: cdns3: host: fix endless superspeed hub port > reset") . But we don't have that one in 5.10 tree. Likely we should > not have these either. I already dropped these yesterday. > > Maxim Levitsky > > KVM: x86: emulator: update the emulation mode after rsm > > No. The patch does not do anything. Mainline commit this referenced > changed the return value, this changes just a comment. Wrong backport? I will look at this. > > Samuel Thibault > > speakup: Generate speakupmap.h automatically > > Ok, so this one rewrites some header generation and is buggy. 500+ lines. Already dropped yesterday. > > Đoàn Trần Công Danh > > speakup: replace utils' u_char with unsigned char > > With this patch fixing it. The rewrite is marked as stable depedncency > of the fix, but fix would not be needed if we did not apply the > rewrite. We should not have these two in stable. Again, already dropped. thanks for the review. greg k-h