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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 61D41C55178 for ; Thu, 29 Oct 2020 09:13:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1376F2076B for ; Thu, 29 Oct 2020 09:13:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603962804; bh=uYNrlajr/3qyzdoaPXw+q7AW6Khx2+jwG2kxrMZyEgY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=C0Y2vbtYtXvQbSqiAA939Fb66eMKnlxnLKNVswx7KeTKdXZ2gTrRwZkr84tza1QX1 sGhIBvQEo0HOmpqbj5w7Lz0yJWk9NTnzhoO1Td3t4Jva8QgIICicg4xNqvxUMtBVCD X2D191bt+VlzzTerh37crTGjUfEWjYNJX9xMTgcE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726060AbgJ2JNX (ORCPT ); Thu, 29 Oct 2020 05:13:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:54326 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725372AbgJ2JNX (ORCPT ); Thu, 29 Oct 2020 05:13:23 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E3D86206F7; Thu, 29 Oct 2020 09:13:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603962802; bh=uYNrlajr/3qyzdoaPXw+q7AW6Khx2+jwG2kxrMZyEgY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=H4KaLOOtSTzhSgOK2Py3axU1HaJ+OC7ftDvtv/zCozAGfgw6su0kQUu3fttjQFcqh mmrHiLvD3IyZmYpuIXJG43rGZpLyMNJ88UeFHosKIQS80UDE1KFx4Cw6lfG98GVfAj ZQilaisQUVZz/RHiYDdFz3jBjwgNssdlfSeDgVZg= Date: Thu, 29 Oct 2020 10:14:12 +0100 From: Greg KH To: Ronald Warsow Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH 5.9 000/757] 5.9.2-rc1 review Message-ID: <20201029091412.GA3749125@kroah.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Oct 27, 2020 at 07:09:52PM +0100, Ronald Warsow wrote: > Hallo > > this rc1 runs here (pure Intel-box) without errors. > Thanks ! > > > An RPC (I'm thinking about since some month) > ====== > > Wouldn't it be better (and not so much add. work) to sort the > Pseudo-Shortlog towards subsystem/driver ? > > something like this: > > ... > usb: gadget: f_ncm: allow using NCM in SuperSpeed Plus gadgets. > usb: cdns3: gadget: free interrupt after gadget has deleted > > Lorenzo Colitti > Peter Chen > ... > > > Think of searching a bugfix in the shortlog. > > With the current layout I need to read/"visual grep" the whole log. > > With the new layout I'm able to jump to the "buggy" subsystem/driver and > only need to read that part of the log to get the info if the bug is > fixed or not yet Do you have an example script that generates such a thing? If so, I'll be glad to look into it, but am not going to try to create it on my own, sorry. thanks, greg k-h