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.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,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 61F1EC4363A for ; Tue, 27 Oct 2020 06:22:23 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DC791207F7 for ; Tue, 27 Oct 2020 06:22:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="HTJ1CB3e" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DC791207F7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 391446EAE3; Tue, 27 Oct 2020 06:22:22 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id CA1A66EAE3 for ; Tue, 27 Oct 2020 06:22:21 +0000 (UTC) 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 3728B216FD; Tue, 27 Oct 2020 06:22:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603779741; bh=OX6Gx1/fazV7MgcdQVipYlPzthf7xQVRu6z13u2l37g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HTJ1CB3eGJLWuPKuMtrCh2xzKMlhQJzY7OyRAEsQkiyXoPuPQ3/UIjGDGEqhF+yiJ /JPjDYkCvD4H+1UIX0jaI6YuJn7BO30UI5CnA+4On75ZvM89inOD78+DF0csBaErG6 F1x+QZ7ywt8xKjBsnK57ByYzRrtRKf0Opyz+4ATM= Date: Tue, 27 Oct 2020 07:22:17 +0100 From: Greg KH To: Saeed Mirzamohammadi Subject: Re: [PATCH 1/1] video: fbdev: fix divide error in fbcon_switch Message-ID: <20201027062217.GE206502@kroah.com> References: <20201021235758.59993-1-saeed.mirzamohammadi@oracle.com> <3294C797-1BBB-4410-812B-4A4BB813F002@oracle.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <3294C797-1BBB-4410-812B-4A4BB813F002@oracle.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-fbdev@vger.kernel.org, b.zolnierkie@samsung.com, jani.nikula@intel.com, daniel.vetter@ffwll.ch, linux-kernel@vger.kernel.org, stable@vger.kernel.org, gustavoars@kernel.org, dri-devel@lists.freedesktop.org, Thomas Zimmermann , akpm@linux-foundation.org, rppt@kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, Oct 26, 2020 at 10:00:11AM -0700, Saeed Mirzamohammadi wrote: > Thanks, adding stable. Why? What are we supposed to do with this? _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel