From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Wed, 16 Sep 2020 08:26:24 +0000 Subject: Re: [PATCH] fbcon: Fix user font detection test at fbcon_resize(). Message-Id: <20200916082624.GC509119@kroah.com> List-Id: References: <00000000000024be1505ad487cbb@google.com> <7c52e8cd-e4cb-cd0b-40d5-b9654aec09f3@I-love.SAKURA.ne.jp> In-Reply-To: <7c52e8cd-e4cb-cd0b-40d5-b9654aec09f3@I-love.SAKURA.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Tetsuo Handa Cc: linux-fbdev@vger.kernel.org, syzbot , b.zolnierkie@samsung.com, daniel.vetter@ffwll.ch, syzkaller-bugs@googlegroups.com, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, george.kennedy@oracle.com, natechancellor@gmail.com, jirislaby@kernel.org On Wed, Sep 16, 2020 at 09:01:06AM +0900, Tetsuo Handa wrote: > Greg, will you pick up this patch? > > It seems that finding the real cause of [3] and actually fixing [3] will be difficult. > Since I can't reproduce [3] locally, I will have to try flood of "#syz test" requests > for debug printk() patches. I agree with Daniel here, can you retest these against Linus's latest tree please? thanks, greg k-h 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 4F181C43461 for ; Wed, 16 Sep 2020 08:25:52 +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 D37AD206F7 for ; Wed, 16 Sep 2020 08:25:51 +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="ebR1Dq6e" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D37AD206F7 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 232AA6E359; Wed, 16 Sep 2020 08:25:51 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 5C0BA6E359 for ; Wed, 16 Sep 2020 08:25:50 +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 67F56206C9; Wed, 16 Sep 2020 08:25:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600244750; bh=F4qC2LqBNHnT9rL+Oh8sOHMcIkhubIhoOZ4zPLIEpTQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ebR1Dq6e5Wm7kRDlJ3s+WAKFwx15+GxNftP5bLBmzE3DFGv/ON8xSMngZYYLb22Lw tqH8Dz9D9f0TQ1WgIfWWauuAxuJaug6L34rx49i9ksujCZqE80WW1nEtxE8Thby37a 8HzLgysMa57u+A5Pj5u8mmMINy4XLB1XPYJTAXRc= Date: Wed, 16 Sep 2020 10:26:24 +0200 From: Greg KH To: Tetsuo Handa Subject: Re: [PATCH] fbcon: Fix user font detection test at fbcon_resize(). Message-ID: <20200916082624.GC509119@kroah.com> References: <00000000000024be1505ad487cbb@google.com> <7c52e8cd-e4cb-cd0b-40d5-b9654aec09f3@I-love.SAKURA.ne.jp> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <7c52e8cd-e4cb-cd0b-40d5-b9654aec09f3@I-love.SAKURA.ne.jp> 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, syzbot , b.zolnierkie@samsung.com, daniel.vetter@ffwll.ch, syzkaller-bugs@googlegroups.com, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, george.kennedy@oracle.com, natechancellor@gmail.com, jirislaby@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 Wed, Sep 16, 2020 at 09:01:06AM +0900, Tetsuo Handa wrote: > Greg, will you pick up this patch? > > It seems that finding the real cause of [3] and actually fixing [3] will be difficult. > Since I can't reproduce [3] locally, I will have to try flood of "#syz test" requests > for debug printk() patches. I agree with Daniel here, can you retest these against Linus's latest tree please? thanks, greg k-h _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel 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.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 7A7DFC433E2 for ; Wed, 16 Sep 2020 08:26:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2CBE9206C9 for ; Wed, 16 Sep 2020 08:26:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600244760; bh=F4qC2LqBNHnT9rL+Oh8sOHMcIkhubIhoOZ4zPLIEpTQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ERw/4Jw96flb/r8YYT6b7Q9kXEA1rVZ7QB8n4G1RMWsZcJIA4D3m4fUdBup/JiKze iDidtHUhY1MGwLx2m9uapYBFrBXYh0h4xCPbJ8Dze5ncSB1LkwzOeuwTOtpDwFUrP/ 3sj5sf1f5Qe8d57axIxo0ObSMymmIVlTvYmscJPk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726573AbgIPIZ6 (ORCPT ); Wed, 16 Sep 2020 04:25:58 -0400 Received: from mail.kernel.org ([198.145.29.99]:58340 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726196AbgIPIZu (ORCPT ); Wed, 16 Sep 2020 04:25:50 -0400 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 67F56206C9; Wed, 16 Sep 2020 08:25:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600244750; bh=F4qC2LqBNHnT9rL+Oh8sOHMcIkhubIhoOZ4zPLIEpTQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ebR1Dq6e5Wm7kRDlJ3s+WAKFwx15+GxNftP5bLBmzE3DFGv/ON8xSMngZYYLb22Lw tqH8Dz9D9f0TQ1WgIfWWauuAxuJaug6L34rx49i9ksujCZqE80WW1nEtxE8Thby37a 8HzLgysMa57u+A5Pj5u8mmMINy4XLB1XPYJTAXRc= Date: Wed, 16 Sep 2020 10:26:24 +0200 From: Greg KH To: Tetsuo Handa Cc: syzbot , george.kennedy@oracle.com, jirislaby@kernel.org, syzkaller-bugs@googlegroups.com, b.zolnierkie@samsung.com, daniel.vetter@ffwll.ch, dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, natechancellor@gmail.com Subject: Re: [PATCH] fbcon: Fix user font detection test at fbcon_resize(). Message-ID: <20200916082624.GC509119@kroah.com> References: <00000000000024be1505ad487cbb@google.com> <7c52e8cd-e4cb-cd0b-40d5-b9654aec09f3@I-love.SAKURA.ne.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7c52e8cd-e4cb-cd0b-40d5-b9654aec09f3@I-love.SAKURA.ne.jp> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 16, 2020 at 09:01:06AM +0900, Tetsuo Handa wrote: > Greg, will you pick up this patch? > > It seems that finding the real cause of [3] and actually fixing [3] will be difficult. > Since I can't reproduce [3] locally, I will have to try flood of "#syz test" requests > for debug printk() patches. I agree with Daniel here, can you retest these against Linus's latest tree please? thanks, greg k-h