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=0.1 required=3.0 tests=DATE_IN_PAST_12_24, 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 B46DFC3F2D1 for ; Fri, 28 Feb 2020 07:13:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8189C246A0 for ; Fri, 28 Feb 2020 07:13:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582874020; bh=nscebRBkFu96VQOWUklNoxyN62+4yjlFmVkow0WZJqo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=fs7gmlwTeaTy9gjF607PprQh/T2LiSUQLq4wsbpt2M7g9g+ENjYwOkuOD8lS2JD/e qhmb/B1/QBvmUR9RRqu0utxHq42gBYyi0hXCHCZQesY+sXW15Ti6A3+NSnqqMmSc8T nCsU/EdC3es2ck5U/7R3yNYALSNCJ3+YFeRhAs94= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726752AbgB1HNj (ORCPT ); Fri, 28 Feb 2020 02:13:39 -0500 Received: from mail.kernel.org ([198.145.29.99]:37618 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725870AbgB1HNi (ORCPT ); Fri, 28 Feb 2020 02:13:38 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (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 D8BB92469D; Fri, 28 Feb 2020 07:13:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582874018; bh=nscebRBkFu96VQOWUklNoxyN62+4yjlFmVkow0WZJqo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=f/LvZhJlCAGMo4BwObfGmr0BaFhEaKbdJ5Rn3vTJZ8uPIPaJ3e6C7jrTONYFu0JiD Z6aqRot9tPxQ44AFRuq65bYa5WCwHnPrg9Fk/TKr0ztCGN0+fO5CIk/zVmThuxpkln sqFqw9iiGR+HgzKzT7jU8njaGAwrsvU/yXvQWJxE= Date: Thu, 27 Feb 2020 19:50:28 +0100 From: Greg Kroah-Hartman To: Dan Carpenter Cc: Joe Perches , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Douglas Anderson , Stephen Boyd , Bjorn Andersson , Andy Gross , Kees Cook , Andrew Morton , Linus Torvalds Subject: Re: [PATCH 5.5 133/150] scripts/get_maintainer.pl: deprioritize old Fixes: addresses Message-ID: <20200227185028.GA2019187@kroah.com> References: <20200227132232.815448360@linuxfoundation.org> <20200227132252.076691216@linuxfoundation.org> <20200227161829.GE3308@kadam> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200227161829.GE3308@kadam> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 27, 2020 at 07:18:29PM +0300, Dan Carpenter wrote: > On Thu, Feb 27, 2020 at 07:20:32AM -0800, Joe Perches wrote: > > On Thu, 2020-02-27 at 14:37 +0100, Greg Kroah-Hartman wrote: > > > From: Douglas Anderson > > > > > > commit 0ef82fcefb99300ede6f4d38a8100845b2dc8e30 upstream. > > > > I think adding just about any checkpatch patch to stable a bit silly. > > Including patches to checkpatch. > > > > On the other hand, Greg is one of the worst affected by the old behavior > since he has so many old email addresses and he's also the stable > maintainer. Exactly, lots of people still do development against the latest released kernel, which is 5.5 here... thanks, greg kh-