Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp2643219imm; Mon, 16 Jul 2018 11:29:06 -0700 (PDT) X-Google-Smtp-Source: AAOMgpetI4YkuiTfxQ57w8vbJWuCD9ELxgBP8wZ+AQbnk/m8pQ1WzxQ3azBhLu0miDJ+dsug83Lc X-Received: by 2002:a17:902:1703:: with SMTP id i3-v6mr17275870pli.263.1531765746033; Mon, 16 Jul 2018 11:29:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531765746; cv=none; d=google.com; s=arc-20160816; b=uDj/38iWX5mjt4NAptBkQRB0qsPMmoMee8z9vFWTou96GoFApArMdhDgMO5v+NDyCH fOOz3m5JntbhnXw3T4eLBGVlZKbNG11UB3hEt7XCk8f0Pz4/WDxhM06HuQv0uIL0/N8V fAqlJmfWjTPyjbQVjProNwMMlgJ3YrSEEVQ1/n3gynV36xNxocomrQpOp0z3rZmyek2E tprUP6TT5i8MemOlsAm4GIfvgl8hayuTpkhqkXlOTQOuDS8/gsxd8MrtpUFtZ0RseTbP v+KqdjKsa2noJl0rmnr4t3vkcdlBX9kW4E1uQn+XrfycGyGpsX6SZrxxjs2Uqt8ZhbpT 3gJA== 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 :arc-authentication-results; bh=fnomDvvIZmB0WytrC6CGBRGvoRl+iXg7F926WSJ47R0=; b=cOAz4UWxBFLFFJOmZ8rHdvfwXqVtnc0/Vm+FeaSi1ZOu41Q89F36Zx8KnzvhkepR+z cu1/jDCzVt10Y4p1ybgFU7sJQ+VLwhCwbuVWLqbJQx5MvNZTLYlpioELVJHpkmGKXum8 UY2VrvzDPBedYRdEMZsxGfr41z9/LIMHZm5z2uAFV6Fx694jgyny6nE6AvsDpMBXOl/n wIm2goz85QRW7gfnb1Bs272vSsNAuCDNqzhvY+YTRsHA0P/M1goTJcQpqdg/e9hc60Zf Ualrxpi05FPPw7FnP/Lv7IwdvXRNTcwINx44TL4idCndGRFuGLOFjmsNGb275SpguQ1i pw0A== 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 l5-v6si2315411pgh.451.2018.07.16.11.28.50; Mon, 16 Jul 2018 11:29:06 -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 S1728947AbeGPS4w (ORCPT + 99 others); Mon, 16 Jul 2018 14:56:52 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:57796 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727866AbeGPS4w (ORCPT ); Mon, 16 Jul 2018 14:56:52 -0400 Received: from localhost (74-93-104-98-Washington.hfc.comcastbusiness.net [74.93.104.98]) (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 A60D313FD9040; Mon, 16 Jul 2018 11:28:13 -0700 (PDT) Date: Mon, 16 Jul 2018 11:28:13 -0700 (PDT) Message-Id: <20180716.112813.1857756879663677102.davem@davemloft.net> To: me@tobin.cc Cc: sridhar.samudrala@intel.com, linux-doc@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next 0/2] docs: Fix failover build warnings From: David Miller In-Reply-To: <20180711214250.19039-1-me@tobin.cc> References: <20180711214250.19039-1-me@tobin.cc> X-Mailer: Mew version 6.7 on Emacs 25.3 / Mule 6.0 (HANACHIRUSATO) 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]); Mon, 16 Jul 2018 11:28:13 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: "Tobin C. Harding" Date: Thu, 12 Jul 2018 07:42:48 +1000 > This is my first patch set to net-next. Please shout loud and clear if > I've botched anything. > > Recently failover and net_failover modules were added to the mainline. > Documentation was included in rst format but they were not added to the > toctree in `networking/index.rst`. Also building docs for net_failover > is currently emitting a few warnings. > > Patch 1 adds failover and net_failover to the index toctree > Patch 2 fixes the build warnings for net_failover > > I haven't been super active on netdev list so if there is some reason I > missed why these files are not in the index please do say so. > > Has there been any discussion on preferred order for the toctree index > list? I just added them to the bottom of the list. Series applied, thanks.