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=-15.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS autolearn=unavailable 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 B1239C48BE5 for ; Fri, 11 Jun 2021 06:55:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9BE9F60698 for ; Fri, 11 Jun 2021 06:55:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229824AbhFKG5k (ORCPT ); Fri, 11 Jun 2021 02:57:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:35258 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229480AbhFKG5j (ORCPT ); Fri, 11 Jun 2021 02:57:39 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1C88861364; Fri, 11 Jun 2021 06:55:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623394541; bh=nV7qhZxOMEfwQw+aPrIeJJ1lJqNt38ET7V3fCL6+jJE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=L8QGtg7aKsKhYsb1x7turV895A0qPbBa4TKKWrkvA/G4SBhePyGaiBBHFDC03kK4S 26Bxhnpo7qVhvjYqob7RWnD0h1C50sOy9YgFgMAcEPIkRVv71JgXfInYyURypvwb2C uWp1UPUbjZerHWEHuPYf3AIic+2A2Th6vVF9ldRA= Date: Fri, 11 Jun 2021 08:55:37 +0200 From: Greg Kroah-Hartman To: Andy Shevchenko Cc: "Maciej W. Rozycki" , Jiri Slaby , Thomas Bogendoerfer , "linux-serial@vger.kernel.org" , "linux-mips@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 1/2] serial: 8250: Mask out floating 16/32-bit bus bits Message-ID: 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 Fri, Jun 11, 2021 at 09:40:31AM +0300, Andy Shevchenko wrote: > On Thursday, June 10, 2021, Maciej W. Rozycki wrote: > > Signed-off-by: Maciej W. Rozycki > > Fixes: 1da177e4c3f4 ("Linux-2.6.12- > > > Please, find the history group repository (Git.kernel.org) and use proper > hash of the real commit. There is no real need to do that, I'll just put a "cc: stable" in here and it will go back as far as we currently maintain. thanks, greg k-h