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=-6.1 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 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 75C63C432BE for ; Wed, 1 Sep 2021 06:20:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 53AE660F23 for ; Wed, 1 Sep 2021 06:20:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242294AbhIAGVm (ORCPT ); Wed, 1 Sep 2021 02:21:42 -0400 Received: from mail.kernel.org ([198.145.29.99]:60262 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235134AbhIAGVm (ORCPT ); Wed, 1 Sep 2021 02:21:42 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D731261008; Wed, 1 Sep 2021 06:20:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1630477246; bh=kWmHyLU4qcGSCR98vcoNHWELOYWCLOSiJC4NPfJ7Guo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=chvT+lRi+fLxFwvNqJvU1tWSHo4/yXfln0BHzifayJg4GzJbogSeQaYh5gfY4LHWl 7HjJUOT2wNHGd2/mqBLE+1P7zefI/ed9+IJyqizP/I3nJFkLDrk2UpWO3RmABfGJHQ jjRAixmHVBKP5kVrZ3S/IttsSQ8WoTGV97DEDD0U= Date: Wed, 1 Sep 2021 08:20:44 +0200 From: Greg KH To: Dongliang Mu Cc: Sasha Levin , stable@vger.kernel.org Subject: Re: Linux kernel 4.19 and below misses the patch - "fbmem: add margin check to fb_check_caps()" 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: stable@vger.kernel.org On Tue, Aug 31, 2021 at 02:47:22PM +0800, Dongliang Mu wrote: > Hi stable maintainers, > > It seems that Linux kernel 4.19 and below miss the patch - "fbmem: add > margin check to fb_check_caps()" [1]. Linux kernel 5.4 and up is > already merged this patch[2]. > > Are there any special issues about this patch? Why do maintainers miss > such a patch? Because it does not apply to those older kernels. If you feel it should be included there, can you please provide a working backport of the patch so that we can apply it? thanks, greg k-h