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=-5.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 3FCA2C54FD0 for ; Thu, 23 Apr 2020 17:32:50 +0000 (UTC) Received: from isis.lip6.fr (isis.lip6.fr [132.227.60.2]) (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 D2D1E20736 for ; Thu, 23 Apr 2020 17:32:49 +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="aSvY0ir9" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D2D1E20736 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=cocci-bounces@systeme.lip6.fr Received: from systeme.lip6.fr (systeme.lip6.fr [132.227.104.7]) by isis.lip6.fr (8.15.2/8.15.2) with ESMTP id 03NHWWnN001570; Thu, 23 Apr 2020 19:32:32 +0200 (CEST) Received: from systeme.lip6.fr (systeme.lip6.fr [127.0.0.1]) by systeme.lip6.fr (Postfix) with ESMTP id CC3637815; Thu, 23 Apr 2020 19:32:32 +0200 (CEST) Received: from isis.lip6.fr (isis.lip6.fr [132.227.60.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by systeme.lip6.fr (Postfix) with ESMTPS id 4BC127763 for ; Thu, 23 Apr 2020 19:32:31 +0200 (CEST) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by isis.lip6.fr (8.15.2/8.15.2) with ESMTPS id 03NHWTjL007415 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 23 Apr 2020 19:32:30 +0200 (CEST) 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 4A77520736; Thu, 23 Apr 2020 17:32:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587663148; bh=w7GOTzU61w5iz2sI2oB4nl36pNz0/hQHD6NjHrABKvQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aSvY0ir9c0SUohXTKU7lIoUdA78xgQ1DWN/047qt8+5lPcvrX0Jj2Ve7lY20CQ+vW g7xI0a6sc4ouVkqww9/DTv0z1SWdC1muAW45goUiUkj8Xi2HNlvMGY4cCV0XtDoOpg Lc0ZVGD0H/uosKy/yWr8AiwduhdHcMWjdNuo0xcU= Date: Thu, 23 Apr 2020 19:32:26 +0200 From: Greg Kroah-Hartman To: Dejin Zheng Message-ID: <20200423173226.GA75304@kroah.com> References: <20200423142909.GB1562@nuc8i5> <20200423170245.GA3417@nuc8i5> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200423170245.GA3417@nuc8i5> X-Greylist: Sender IP whitelisted, Sender e-mail whitelisted, not delayed by milter-greylist-4.4.3 (isis.lip6.fr [132.227.60.2]); Thu, 23 Apr 2020 19:32:33 +0200 (CEST) X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.4.3 (isis.lip6.fr [132.227.60.2]); Thu, 23 Apr 2020 19:32:30 +0200 (CEST) X-Scanned-By: MIMEDefang 2.78 on 132.227.60.2 X-Scanned-By: MIMEDefang 2.78 on 132.227.60.2 Cc: linux-fbdev@vger.kernel.org, Thomas =?iso-8859-1?Q?Bogend=F6rfer?= , Bartlomiej Zolnierkiewicz , Florian Tobias Schandinat , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Andy Shevchenko , Markus Elfring , Ralf =?iso-8859-1?Q?B=E4chle?= , Thomas Gleixner , Coccinelle Subject: Re: [Cocci] console: Complete exception handling in newport_probe() X-BeenThere: cocci@systeme.lip6.fr X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: cocci-bounces@systeme.lip6.fr Errors-To: cocci-bounces@systeme.lip6.fr On Fri, Apr 24, 2020 at 01:02:45AM +0800, Dejin Zheng wrote: > On Thu, Apr 23, 2020 at 05:23:29PM +0200, Markus Elfring wrote: > > >> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/log/scripts/coccinelle/free/iounmap.cocci > > >> > > >> How do you think about to extend presented software analysis approaches? > > >> > > > Sorry, I am not familiar with it, I don't know. > > > > Do you find the comments helpful at the beginning of this SmPL script? > > > Sorry, I do not know how to use the SmPL script. Please note you are responding to someone who many kernel maintainers, myself included, have on their blacklist as they are totally unhelpful. Please feel free to ignore them like the rest of us do. greg k-h _______________________________________________ Cocci mailing list Cocci@systeme.lip6.fr https://systeme.lip6.fr/mailman/listinfo/cocci From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Date: Thu, 23 Apr 2020 17:32:26 +0000 Subject: Re: console: Complete exception handling in newport_probe() Message-Id: <20200423173226.GA75304@kroah.com> List-Id: References: <20200423142909.GB1562@nuc8i5> <20200423170245.GA3417@nuc8i5> In-Reply-To: <20200423170245.GA3417@nuc8i5> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Dejin Zheng Cc: linux-fbdev@vger.kernel.org, Thomas =?iso-8859-1?Q?Bogend=F6rfer?= , Bartlomiej Zolnierkiewicz , Florian Tobias Schandinat , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Andy Shevchenko , Markus Elfring , Ralf =?iso-8859-1?Q?B=E4chle?= , Thomas Gleixner , Coccinelle On Fri, Apr 24, 2020 at 01:02:45AM +0800, Dejin Zheng wrote: > On Thu, Apr 23, 2020 at 05:23:29PM +0200, Markus Elfring wrote: > > >> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/log/scripts/coccinelle/free/iounmap.cocci > > >> > > >> How do you think about to extend presented software analysis approaches? > > >> > > > Sorry, I am not familiar with it, I don't know. > > > > Do you find the comments helpful at the beginning of this SmPL script? > > > Sorry, I do not know how to use the SmPL script. Please note you are responding to someone who many kernel maintainers, myself included, have on their blacklist as they are totally unhelpful. Please feel free to ignore them like the rest of us do. 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=-5.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 5DCE1C55191 for ; Thu, 23 Apr 2020 17:32:31 +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 3582A2098B for ; Thu, 23 Apr 2020 17:32:31 +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="aSvY0ir9" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3582A2098B 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 8FFA46E5D4; Thu, 23 Apr 2020 17:32:30 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by gabe.freedesktop.org (Postfix) with ESMTPS id EFD126E5D4 for ; Thu, 23 Apr 2020 17:32:28 +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 4A77520736; Thu, 23 Apr 2020 17:32:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587663148; bh=w7GOTzU61w5iz2sI2oB4nl36pNz0/hQHD6NjHrABKvQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aSvY0ir9c0SUohXTKU7lIoUdA78xgQ1DWN/047qt8+5lPcvrX0Jj2Ve7lY20CQ+vW g7xI0a6sc4ouVkqww9/DTv0z1SWdC1muAW45goUiUkj8Xi2HNlvMGY4cCV0XtDoOpg Lc0ZVGD0H/uosKy/yWr8AiwduhdHcMWjdNuo0xcU= Date: Thu, 23 Apr 2020 19:32:26 +0200 From: Greg Kroah-Hartman To: Dejin Zheng Subject: Re: console: Complete exception handling in newport_probe() Message-ID: <20200423173226.GA75304@kroah.com> References: <20200423142909.GB1562@nuc8i5> <20200423170245.GA3417@nuc8i5> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200423170245.GA3417@nuc8i5> 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, Thomas =?iso-8859-1?Q?Bogend=F6rfer?= , Bartlomiej Zolnierkiewicz , Florian Tobias Schandinat , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Andy Shevchenko , Markus Elfring , Ralf =?iso-8859-1?Q?B=E4chle?= , Thomas Gleixner , Coccinelle Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, Apr 24, 2020 at 01:02:45AM +0800, Dejin Zheng wrote: > On Thu, Apr 23, 2020 at 05:23:29PM +0200, Markus Elfring wrote: > > >> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/log/scripts/coccinelle/free/iounmap.cocci > > >> > > >> How do you think about to extend presented software analysis approaches? > > >> > > > Sorry, I am not familiar with it, I don't know. > > > > Do you find the comments helpful at the beginning of this SmPL script? > > > Sorry, I do not know how to use the SmPL script. Please note you are responding to someone who many kernel maintainers, myself included, have on their blacklist as they are totally unhelpful. Please feel free to ignore them like the rest of us do. 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=-5.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 7D309C54FD0 for ; Thu, 23 Apr 2020 17:32:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5957120857 for ; Thu, 23 Apr 2020 17:32:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587663150; bh=w7GOTzU61w5iz2sI2oB4nl36pNz0/hQHD6NjHrABKvQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ivrZ3M6qsRPWAn+FhbflZUmVcV1Dg0qGFs9YHrkGmpaWsPCDltysrE+Dpx74Gaffw hEsBnU610oWtkxZe5nLqBdoTa6hzaXAkJYKdGwebUlp4CRfURZpDbc5hvgwhL9GaR8 Bvnqs8Ohpa6YztOGq7LMWRnFgYcGn6C/Rh2fexCo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729953AbgDWRc3 (ORCPT ); Thu, 23 Apr 2020 13:32:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:59352 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729673AbgDWRc3 (ORCPT ); Thu, 23 Apr 2020 13:32:29 -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 4A77520736; Thu, 23 Apr 2020 17:32:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587663148; bh=w7GOTzU61w5iz2sI2oB4nl36pNz0/hQHD6NjHrABKvQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aSvY0ir9c0SUohXTKU7lIoUdA78xgQ1DWN/047qt8+5lPcvrX0Jj2Ve7lY20CQ+vW g7xI0a6sc4ouVkqww9/DTv0z1SWdC1muAW45goUiUkj8Xi2HNlvMGY4cCV0XtDoOpg Lc0ZVGD0H/uosKy/yWr8AiwduhdHcMWjdNuo0xcU= Date: Thu, 23 Apr 2020 19:32:26 +0200 From: Greg Kroah-Hartman To: Dejin Zheng Cc: Markus Elfring , dri-devel@lists.freedesktop.org, linux-fbdev@vger.kernel.org, Coccinelle , linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Andy Shevchenko , Bartlomiej Zolnierkiewicz , Florian Tobias Schandinat , Ralf =?iso-8859-1?Q?B=E4chle?= , Thomas =?iso-8859-1?Q?Bogend=F6rfer?= , Thomas Gleixner Subject: Re: console: Complete exception handling in newport_probe() Message-ID: <20200423173226.GA75304@kroah.com> References: <20200423142909.GB1562@nuc8i5> <20200423170245.GA3417@nuc8i5> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200423170245.GA3417@nuc8i5> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 24, 2020 at 01:02:45AM +0800, Dejin Zheng wrote: > On Thu, Apr 23, 2020 at 05:23:29PM +0200, Markus Elfring wrote: > > >> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/log/scripts/coccinelle/free/iounmap.cocci > > >> > > >> How do you think about to extend presented software analysis approaches? > > >> > > > Sorry, I am not familiar with it, I don't know. > > > > Do you find the comments helpful at the beginning of this SmPL script? > > > Sorry, I do not know how to use the SmPL script. Please note you are responding to someone who many kernel maintainers, myself included, have on their blacklist as they are totally unhelpful. Please feel free to ignore them like the rest of us do. greg k-h