Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp462805imu; Thu, 8 Nov 2018 10:44:14 -0800 (PST) X-Google-Smtp-Source: AJdET5dtcgW2EN5ZkSKi0bQdmHeYh7Hdh+w+wajKTzhhgClu19BVl1+EM4Cj6tXkwp9eA+5+XVLK X-Received: by 2002:a62:6a88:: with SMTP id f130-v6mr5571195pfc.98.1541702654177; Thu, 08 Nov 2018 10:44:14 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1541702654; cv=none; d=google.com; s=arc-20160816; b=EfAtU3zK4OYY+4b45SCcmf1zjUVNVvvGs6p3Peo1wwHl0INX2xiMMlhmEC9s7qyjU1 UWK93rnT70AECm1wvjIZypIZLhcBbPGuRGO3RU7q+yp6vz/mvowiXB2R4NxEFeB+R5g9 NzOIG4q9H/BmZ1B7Y6c/6T2g1LDojRp4wpMlF5BNT/DQllv/3oi0iNENa//uuR6GEHDb EDebeDEwiUEjBf4aibbRU2gGM0Bl4NLXLsn2CJCY6rC3BuJkBbVKboLo6NktHvdQ5X9q e9yPr0GdLvtVVN7q7zodxr0bkOOooKAw8ePpMLqkDICh16m5AQKSPd2jvYhSy+SxuifE lKsA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=vfWc0qH4FBYi1gnaFf60v8XF2bk/pE0gQhAkvSIOqHY=; b=MleJNOf9sW7eZrJPJz+/Qpi1uL5UWB6d/zIcfz8j507BqtginF36ttAkA5G9C9llGy j+HKVRVxRSzcaknILFuzuBSmmjM03WXGyXuV0ZHnglcVdqcVjXOun+gFVqHgeCLQkkcn rWyJJxeJJnWR1md6X5wmN1q+akHiQHRMk/3sBsEEIQxkj2WddNiOuvw1I96YLRvWQKhj yN4dlf2QDuDdGIEM5DyZ0qvZ+yVmSO10VwmtbzLnal5Qhb8zjuBWAaWVEAVhuOQLjN6G i5wGvlgHQ3gxVfg8S8G2REcY1iL7Moa58n1RNoCll5+RTbR6aIycoFtNER/YYcw9lpbe udhA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i128-v6si5001584pfb.256.2018.11.08.10.43.59; Thu, 08 Nov 2018 10:44:14 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727382AbeKIERk (ORCPT + 99 others); Thu, 8 Nov 2018 23:17:40 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:34186 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726860AbeKIERk (ORCPT ); Thu, 8 Nov 2018 23:17:40 -0500 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::cf9]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id 5CED41451A893; Thu, 8 Nov 2018 10:34:31 -0800 (PST) Date: Thu, 08 Nov 2018 10:34:28 -0800 (PST) Message-Id: <20181108.103428.494936194513918478.davem@davemloft.net> To: suraj1998@gmail.com Cc: kuznet@ms2.inr.ac.ru, yoshfuji@linux-ipv6.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, edumazet@google.com Subject: Re: [PATCH] staging: net: ipv4: tcp_vegas: fixed checks and warnings From: David Miller In-Reply-To: <1541665792-5888-1-git-send-email-suraj1998@gmail.com> References: <1541665792-5888-1-git-send-email-suraj1998@gmail.com> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 08 Nov 2018 10:34:31 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Suraj Singh Date: Thu, 8 Nov 2018 13:59:52 +0530 > Fixed checks and warnings in TCP Vegas > > Signed-off-by: Suraj Singh Once again, please explain why you are putting "staging: " into the subject line of your TCP congestion control patches. If you do not answer this question and fix your Subject lines, I will really have no choice but to ignore your submissions as you are ignoring our feedback. Thank you.