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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 3A1ECC433DF for ; Tue, 9 Jun 2020 09:12:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1627620812 for ; Tue, 9 Jun 2020 09:12:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1591693969; bh=cMnh1J3zIuMgLcOFHAluJupv/1cWiYti0VxOKtCtA7c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=pyShWnD6XnrjX9AO7TzJ00tncbOGpsRDapP/GN3FRuUspUt8xZEncC9se8J9kpQDN +nIl1dhzWFxks9l7KNgZUua5U1tX8pTGhNpJK8MHHHyL/t1qS1jxmDMHCsYJkUNabR cJYXZ0bh+6K1SJ4lJ1pH6LRYt/cdPOZFsstPmC0E= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728322AbgFIJMs (ORCPT ); Tue, 9 Jun 2020 05:12:48 -0400 Received: from mail.kernel.org ([198.145.29.99]:47050 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728274AbgFIJMq (ORCPT ); Tue, 9 Jun 2020 05:12:46 -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 BB207207ED; Tue, 9 Jun 2020 09:12:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1591693966; bh=cMnh1J3zIuMgLcOFHAluJupv/1cWiYti0VxOKtCtA7c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fVknH7VyENSTts/MC/kWp3DsuA9wOc6QMHppAfJY4iaSlvc0XyTPE4vI29PvcEPVp rZa4qOMzifRp+cg4CSF5H6D3RbJ1XsM3RqAU3hh7Gf86u/2xv0CqIkKLMhLEYMX03i IOlT+dcBboerhZ+SIPLWHW3VBFutK+qPn5SaL3do= Date: Tue, 9 Jun 2020 11:12:44 +0200 From: Greg KH To: Markus Elfring Cc: Christoph Hellwig , Jason Yan , linux-block@vger.kernel.org, linux-fsdevel@vger.kernel.org, hulkci@huawei.com, linux-kernel@vger.kernel.org, Al Viro , Dan Carpenter , Jan Kara , Jens Axboe , Matthew Wilcox , Ming Lei , Sedat Dilek Subject: Re: [PATCH v4] block: Fix use-after-free in blkdev_get() Message-ID: <20200609091244.GB529192@kroah.com> References: <1612c34d-cd28-b80c-7296-5e17276a6596@web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1612c34d-cd28-b80c-7296-5e17276a6596@web.de> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 08, 2020 at 11:48:24AM +0200, Markus Elfring wrote: > > Looks good, > > > > Reviewed-by: Christoph Hellwig > > How does this feedback fit to remaining typos in the change description? > Do you care for any further improvements of the commit message > besides the discussed tag “Fixes”? Hi, This is the semi-friendly patch-bot of Greg Kroah-Hartman. Markus, you seem to have sent a nonsensical or otherwise pointless review comment to a patch submission on a Linux kernel developer mailing list. I strongly suggest that you not do this anymore. Please do not bother developers who are actively working to produce patches and features with comments that, in the end, are a waste of time. Patch submitter, please ignore Markus's suggestion; you do not need to follow it at all. The person/bot/AI that sent it is being ignored by almost all Linux kernel maintainers for having a persistent pattern of behavior of producing distracting and pointless commentary, and inability to adapt to feedback. Please feel free to also ignore emails from them. thanks, greg k-h's patch email bot