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=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 B4423C433DB for ; Fri, 19 Feb 2021 11:16:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5DFE664E33 for ; Fri, 19 Feb 2021 11:16:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230029AbhBSLQ5 (ORCPT ); Fri, 19 Feb 2021 06:16:57 -0500 Received: from mail.kernel.org ([198.145.29.99]:33934 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229599AbhBSLQz (ORCPT ); Fri, 19 Feb 2021 06:16:55 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 8421064E33; Fri, 19 Feb 2021 11:16:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1613733375; bh=6CO0lP7reNghTWMR1bYwuUFfBl5QsFlGsJkrQWSHE9U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=S+eT0IoaiJiflvaP5mpOEvqRTzi4eLB963Eib0ysAVmkPrAwlPQwtSXqrfJvs+Bhh xkDp/xF0DBN1dg8ydM28Xw/2FnhYF5nBAYZWwrOUwH+nUApK2HR/HKxOMLd+U4WJqX xQZiTqfaJWeIbDFepeLj/lYdbCZ/zpqVFEUTvd5o= Date: Fri, 19 Feb 2021 12:16:12 +0100 From: Greg Kroah-Hartman To: Jari Ruusu Cc: Willy Tarreau , Jari Ruusu , Scott Branden , Linux ARM , LKML , BCM Kernel Feedback Subject: Re: 5.10 LTS Kernel: 2 or 6 years? Message-ID: References: <602E766F.758C74D8@users.sourceforge.net> <20210218143341.GB13671@1wt.eu> 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 Fri, Feb 19, 2021 at 10:57:30AM +0000, Jari Ruusu wrote: > On Friday, February 19, 2021 12:37 PM, Greg Kroah-Hartman wrote: > > Did you report that breakage to us and the developers of the driver? > > Sounds like a regression that people would love to hear about and get > > fixed. > > At that time I didn't know where the problem was, so I did not report it. > I only recently connected-the-dots that problem is in-tree iwlwifi, so I > am reporting it now. Great! Can you run 'git bisect' on the 4.14.y stable tree to find the offending change? thanks, greg k-h