Received: by 2002:ac0:aa62:0:0:0:0:0 with SMTP id w31-v6csp3715024ima; Tue, 23 Oct 2018 10:04:36 -0700 (PDT) X-Google-Smtp-Source: ACcGV60b00KjUaPxLjLg1/W2LkGl9lFfOh3ye+FO1uI4X5AB+u9NJz093u8NlBpOXgvfOeUgAdJP X-Received: by 2002:a62:3245:: with SMTP id y66-v6mr41421399pfy.72.1540314276577; Tue, 23 Oct 2018 10:04:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1540314276; cv=none; d=google.com; s=arc-20160816; b=dELyrQKUG5kEowgq5rlA7ZPxHI3WlgcZX8uNhPa7rCxCXc2ilPd4i54T4A3LfTsLtE RJgR2AmDkQFaX5P5lkHxBflhulVGTFobgT64p+/xPEYCb8ZqzTJbCi7bAplgXrfa7i/H 9G/uwROkhoO3HSUsOtNbDAGLgUYIs8AlqRIYaLPSj1fpX+jUjzrnVobhzO39qgeEgwPp cOGX0IXakjOLeQ+ULSrCKKMRW0n+lVEF3lhXl12q0HrjL5o9EJ8ipCOr3FWdTteZcw2P iMh3GdrqlkYX3yj5ieoH++Z/LF+XfbjYK/7/EogKzXFfaBg0VUysQuJZ1Ha1uQ4zO9aA p6FA== 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=BBOcBxBuLhLBLbrYftkHJvpN1/Ezn0jpww072qjKsso=; b=t+ZBc9dmJAqmSFll2Wn5N7Xxtt4rA6+GhXmRWVdQychZPsMEpLDoWZwgfpA/6KHh7u xiDDL56mMFZCJwutzV/jfa0dCOtAr406LcyPnvFbvEfbd+QYTe8CKj6PDb07QHONEyRg +2Kg8nR+iRIq/j46SFJgiWSMlEsnjMIEHU/VMtYp0yC3zAzLMQ3E5XhCYH8SvYcX4MJI dhE2E4//L7VINW1Su+LX/llyFth4wa91qHcB62bmzwqZPjDq+hyyqEDtp2vxs0NLKokx GZWcQG0YrQF5wfR8FgFuMSTf9MPldlKLLd0AEoiqxX4ZFSL7/KxpyYFPclidsNxqd4kX CqKA== 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 d81-v6si1959973pfm.40.2018.10.23.10.04.17; Tue, 23 Oct 2018 10:04:36 -0700 (PDT) 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 S1728457AbeJXAfS convert rfc822-to-8bit (ORCPT + 99 others); Tue, 23 Oct 2018 20:35:18 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:49232 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728406AbeJXAfS (ORCPT ); Tue, 23 Oct 2018 20:35:18 -0400 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 48A211471C533; Tue, 23 Oct 2018 09:11:16 -0700 (PDT) Date: Tue, 23 Oct 2018 09:11:15 -0700 (PDT) Message-Id: <20181023.091115.1241170918401068592.davem@davemloft.net> To: haakon.bugge@oracle.com Cc: netdev@vger.kernel.org, stephen@networkplumber.org, kstewart@linuxfoundation.org, tglx@linutronix.de, gregkh@linuxfoundation.org, pombredanne@nexb.com, linux-kernel@vger.kernel.org Subject: Re: [v2,0/2] net: if_arp: use define instead of hard-coded value From: David Miller In-Reply-To: References: <20181009142724.2213012-1-Haakon.Bugge@oracle.com> X-Mailer: Mew version 6.7 on Emacs 26 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Tue, 23 Oct 2018 09:11:16 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: H?kon Bugge Date: Tue, 23 Oct 2018 14:30:57 +0200 > Just a friendly reminder. Reminder for what? Your patch was applied to the net-next tree right after it was posted, what more do you want? I gather that you have no idea what tree was appropriate for your change and therefore where your should check to see if it was applied or not.