From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Date: Mon, 15 Jul 2019 07:32:57 +0000 Subject: Re: [v4] staging: most: remove redundant print statement when kfifo_alloc fails Message-Id: <20190715073257.GB2100@kroah.com> List-Id: References: <20190714150546.31836-1-iamkeyur96@gmail.com> <06fc2495-dda5-61d2-17e8-0c385e02da1e@web.de> <20190714154737.GB32464@keyur-pc> In-Reply-To: <20190714154737.GB32464@keyur-pc> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kernel-janitors@vger.kernel.org On Sun, Jul 14, 2019 at 11:47:37AM -0400, Keyur Patel wrote: > I didn't get you. I stiil need to update changelog and send more > version or not. If you say so, I can send one more. Please note that the person/bot you are responding to is on in my email blacklist, and many others, so I wouldn't worry too much about the responses. I'll review this patch once 5.3-rc1 is out as I can't do anything with it during the merge window. 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=-2.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 05C1BC7618E for ; Mon, 15 Jul 2019 07:33:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CE688214DA for ; Mon, 15 Jul 2019 07:33:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563175983; bh=pXcv8tRUETD+IGFrx0NoHmet3NVSSX2OulI145NiVbY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=aR3e5hlIXo7RmnsPHdgiJQ0+8GFRGOggyLGxDBLiwubyT6i41AAHoJTAtK5UZUxIi h2PEA2dtISReAaGeWhIXteOAP1htx/KgdUA0emr3CPFIJB4StvXjrWMtpWxbAfPDj7 dVNULh8xk3xwzLKhCyD6T50zhwF9lRPvzyjgMoec= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729288AbfGOHdC (ORCPT ); Mon, 15 Jul 2019 03:33:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:37404 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726170AbfGOHdC (ORCPT ); Mon, 15 Jul 2019 03:33:02 -0400 Received: from localhost (static-196-86-100-159.thenetworkfactory.nl [159.100.86.196]) (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 D2F7320C01; Mon, 15 Jul 2019 07:33:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1563175981; bh=pXcv8tRUETD+IGFrx0NoHmet3NVSSX2OulI145NiVbY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=T775CSKhugQSJdgtzc0fNNnFjjTlDJ9MBAgyArR1A29UB6BzKOzP6IYnXWmMEbK2Q 3fWHZBOnjk+OEKI1A9usQTKC++h8totqXmsPc6ulG0lFxSehtZ/PY64TxR0ZB0RQRF T9KswzmSaWwL/EKb2FCUoP1xljPz3efsDb6RDHyg= Date: Mon, 15 Jul 2019 09:32:57 +0200 From: Greg Kroah-Hartman To: Keyur Patel Cc: Markus Elfring , devel@driverdev.osuosl.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, Suresh Udipi , Colin Ian King , Christian Gromm Subject: Re: [v4] staging: most: remove redundant print statement when kfifo_alloc fails Message-ID: <20190715073257.GB2100@kroah.com> References: <20190714150546.31836-1-iamkeyur96@gmail.com> <06fc2495-dda5-61d2-17e8-0c385e02da1e@web.de> <20190714154737.GB32464@keyur-pc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190714154737.GB32464@keyur-pc> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jul 14, 2019 at 11:47:37AM -0400, Keyur Patel wrote: > I didn't get you. I stiil need to update changelog and send more > version or not. If you say so, I can send one more. Please note that the person/bot you are responding to is on in my email blacklist, and many others, so I wouldn't worry too much about the responses. I'll review this patch once 5.3-rc1 is out as I can't do anything with it during the merge window. thanks, greg k-h