From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Novakovic Subject: [PATCH 0/8] ipconfig: NTP server support, bug fixes, documentation improvements Date: Tue, 17 Apr 2018 21:58:22 +0100 Message-ID: <20180417205830.1812-1-chris@chrisn.me.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Chris Novakovic To: "David S. Miller" , netdev@vger.kernel.org Return-path: Received: from mail-wr0-f194.google.com ([209.85.128.194]:42924 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752979AbeDQU6z (ORCPT ); Tue, 17 Apr 2018 16:58:55 -0400 Received: by mail-wr0-f194.google.com with SMTP id s18so39143664wrg.9 for ; Tue, 17 Apr 2018 13:58:54 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: This series (against net-next) makes various improvements to ipconfig. It was mistakenly posted on 2018-04-07, while net-next was closed; it still applies cleanly. - Patch #1 correctly documents the behaviour of parameter 4 in the "ip=" and "nfsaddrs=" command line parameter. - Patch #2 tidies up the printk()s for reporting configured name servers. - Patch #3 fixes a bug in autoconfiguration via BOOTP whereby the IP addresses of IEN-116 name servers are requested from the BOOTP server, rather than those of DNS name servers. - Patch #4 requests the number of DNS servers specified by CONF_NAMESERVERS_MAX when autoconfiguring via BOOTP, rather than hardcoding it to 2. - Patch #5 fully documents the contents and format of /proc/net/pnp in Documentation/filesystems/nfs/nfsroot.txt. - Patch #6 fixes a bug whereby bogus information is written to /proc/net/pnp when ipconfig is not used. - Patch #7 allows for NTP servers to be configured (manually on the kernel command line or automatically via DHCP), enabling systems with an NFS root filesystem to synchronise their clock before mounting their root filesystem. Chris Novakovic (8): ipconfig: Document setting of NIS domain name ipconfig: Tidy up reporting of name servers ipconfig: BOOTP: Don't request IEN-116 name servers ipconfig: BOOTP: Request CONF_NAMESERVERS_MAX name servers ipconfig: Document /proc/net/pnp ipconfig: Correctly initialise ic_nameservers ipconfig: Write NTP server IPs to /proc/net/ntp CREDITS: Add Chris Novakovic CREDITS | 4 + Documentation/filesystems/nfs/nfsroot.txt | 70 ++++++++++++++--- net/ipv4/ipconfig.c | 121 +++++++++++++++++++++++++++--- 3 files changed, 174 insertions(+), 21 deletions(-) -- 2.14.1