From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg KH Date: Fri, 24 Jul 2020 09:38:38 +0000 Subject: Re: [PATCH] newport_con: vc_color is now in state Message-Id: <20200724093838.GA4169737@kroah.com> List-Id: References: <202007241318.wXYkumEO%lkp@intel.com> <20200724062735.18229-1-jslaby@suse.cz> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Sergei Shtylyov Cc: linux-fbdev@vger.kernel.org, Bartlomiej Zolnierkiewicz , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, linux-serial@vger.kernel.org, Jiri Slaby On Fri, Jul 24, 2020 at 12:30:59PM +0300, Sergei Shtylyov wrote: > On 24.07.2020 9:27, Jiri Slaby wrote: > > > Since commit 28bc24fc46f9 (vc: separate state), vc->vc_color is known as > > Cgit says "Bad object id: 28bc24fc46f9" (in Linus' repo). Also, you should > enclose the commit summary in (""), not just ()... I've added the proper "Fixes:" tag when committing this, no worries. 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=-4.0 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 6F54BC433E4 for ; Fri, 24 Jul 2020 09:38:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 49BE92070B for ; Fri, 24 Jul 2020 09:38:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595583520; bh=OmyIda6YMRI/Qz7q2im7YSEctLsidA3ydJX53kNZ3xw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=VhRG6ObV89uqp557eHDhRnKy5W7s7N/2+NHO4Ic+CA6DPJotxava+oo++CpHH4oYC QudKcuKfmQ2uivn5ib5lHipVHroW6793/DD9HJJHXL6JiieE5tY5b/qAa+tzL2pt9c E0L2Vfm7cc7Mju0MrhJFv4btGKXT2Cv5XT0nFo5Q= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726942AbgGXJig (ORCPT ); Fri, 24 Jul 2020 05:38:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:60216 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726182AbgGXJig (ORCPT ); Fri, 24 Jul 2020 05:38:36 -0400 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 859B8206D7; Fri, 24 Jul 2020 09:38:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595583516; bh=OmyIda6YMRI/Qz7q2im7YSEctLsidA3ydJX53kNZ3xw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aHGtQpF4hHHh+3BuTzEYVpxY4dQ21eAucUKGmWZN5xJCdSt1XIsOjlyNTmlJWGn8J JLyutTI+1q8SGXft710HZKSZoIVctCD4S6aTtLlaACIjGMx74EZdQS2xRzfqGb8d32 0MOUJBcNngnkhLwhq50XaqUSp2n+3Nd91d3k6R9w= Date: Fri, 24 Jul 2020 11:38:38 +0200 From: Greg KH To: Sergei Shtylyov Cc: Jiri Slaby , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, Bartlomiej Zolnierkiewicz , dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, linux-mips@vger.kernel.org Subject: Re: [PATCH] newport_con: vc_color is now in state Message-ID: <20200724093838.GA4169737@kroah.com> References: <202007241318.wXYkumEO%lkp@intel.com> <20200724062735.18229-1-jslaby@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On Fri, Jul 24, 2020 at 12:30:59PM +0300, Sergei Shtylyov wrote: > On 24.07.2020 9:27, Jiri Slaby wrote: > > > Since commit 28bc24fc46f9 (vc: separate state), vc->vc_color is known as > > Cgit says "Bad object id: 28bc24fc46f9" (in Linus' repo). Also, you should > enclose the commit summary in (""), not just ()... I've added the proper "Fixes:" tag when committing this, no worries. 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.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,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 5C3ADC433E5 for ; Fri, 24 Jul 2020 09:38:38 +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 2AD252070B for ; Fri, 24 Jul 2020 09:38:38 +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="aHGtQpF4" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2AD252070B Authentication-Results: mail.kernel.org; dmarc=none (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 90D0A6E4FF; Fri, 24 Jul 2020 09:38:37 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id 624556E4FF for ; Fri, 24 Jul 2020 09:38:36 +0000 (UTC) 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 859B8206D7; Fri, 24 Jul 2020 09:38:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595583516; bh=OmyIda6YMRI/Qz7q2im7YSEctLsidA3ydJX53kNZ3xw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aHGtQpF4hHHh+3BuTzEYVpxY4dQ21eAucUKGmWZN5xJCdSt1XIsOjlyNTmlJWGn8J JLyutTI+1q8SGXft710HZKSZoIVctCD4S6aTtLlaACIjGMx74EZdQS2xRzfqGb8d32 0MOUJBcNngnkhLwhq50XaqUSp2n+3Nd91d3k6R9w= Date: Fri, 24 Jul 2020 11:38:38 +0200 From: Greg KH To: Sergei Shtylyov Subject: Re: [PATCH] newport_con: vc_color is now in state Message-ID: <20200724093838.GA4169737@kroah.com> References: <202007241318.wXYkumEO%lkp@intel.com> <20200724062735.18229-1-jslaby@suse.cz> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: 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, Bartlomiej Zolnierkiewicz , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-mips@vger.kernel.org, linux-serial@vger.kernel.org, Jiri Slaby Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, Jul 24, 2020 at 12:30:59PM +0300, Sergei Shtylyov wrote: > On 24.07.2020 9:27, Jiri Slaby wrote: > > > Since commit 28bc24fc46f9 (vc: separate state), vc->vc_color is known as > > Cgit says "Bad object id: 28bc24fc46f9" (in Linus' repo). Also, you should > enclose the commit summary in (""), not just ()... I've added the proper "Fixes:" tag when committing this, no worries. greg k-h _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel