Received: by 2002:a25:b794:0:0:0:0:0 with SMTP id n20csp2815427ybh; Mon, 5 Aug 2019 07:16:39 -0700 (PDT) X-Google-Smtp-Source: APXvYqwjISvoMYmZGq9YyHiFyU+X6zYxpWu6hHvwePhZS9D6ejrBeBxJcxva+2A+MctKwewkpHCD X-Received: by 2002:a65:4808:: with SMTP id h8mr135473661pgs.22.1565014599677; Mon, 05 Aug 2019 07:16:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565014599; cv=none; d=google.com; s=arc-20160816; b=cWVFVx8N9PQHNsFYGh9k9ZtCBrU7/ogTRdKgp0VjB8lG4P8fjeZpL9a658Rk8lDvtA hK7IMY1Fwm6W6pQBnm7YlMJtybqrEQPQKBbq8Ls+OC21x5f5LeaWdpc0J+FSOhW3WvSB l++jbi+IAdaLnLkBfmUhvcOEzQqB3OPdLIa7MsJDVecjNM4Xi1O0bSy6+Pwx4zO6k6cL Xs+0TMKwCc8HqoKwWNLOPoDVHp1egqT9YnS/YIhki2ujO1w7tPa/G6vX7I7Q6v3CDl7d aOKeEdbj/cgFUWuOXsOO61ACS4Ac/1Scjb/qAFEfmrAETDyhEFIV9FzQDBGqHMe1WudC Ghhg== 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 :user-agent:organization:references:in-reply-to:date:cc:to:from :subject:message-id; bh=Iu3GnK71/n3TMYKfbbkf2Zy7fMs21MF/I4x9QRt1Qco=; b=pvRIOuNrTnGsKjn3KCR5VPXJTbKn8Kif0uz9bTsidYgdWluYcIW5YPFcjBmay7a6jy 87V3AHNvfAYBsjGKhBH6AmPrUlZBsDukb69dKhRXieVXfkTIqT/roeYZzyvX1rQqr/9A KvRHZynjwThLpjH5SVX8uByML0J1YEufVJq5ufqQG24KMMXILnHHDrB/5YKy4motAuy+ 9tiwc0oubBpZr7iVZ+2JOjeQHbHqOWiD7z9bYEa3SqJWtY4LBrt46Sp4PnArg9LXgZiv m+nyhao5Idss52Mset2ukTiVuCJ1fPXGWdsQEcw0un5uX91Loo8ii0vsU/phgefzQ5Nv cwrw== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=codethink.co.uk Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w22si43897492pfn.118.2019.08.05.07.16.23; Mon, 05 Aug 2019 07:16:39 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=codethink.co.uk Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729137AbfHEOOb (ORCPT + 99 others); Mon, 5 Aug 2019 10:14:31 -0400 Received: from imap1.codethink.co.uk ([176.9.8.82]:33824 "EHLO imap1.codethink.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728915AbfHEOOa (ORCPT ); Mon, 5 Aug 2019 10:14:30 -0400 Received: from [167.98.27.226] (helo=xylophone) by imap1.codethink.co.uk with esmtpsa (Exim 4.84_2 #1 (Debian)) id 1hudkq-00075s-IV; Mon, 05 Aug 2019 15:14:28 +0100 Message-ID: Subject: Re: [Y2038] [PATCH 04/20] mount: Add mount warning for impending timestamp expiry From: Ben Hutchings To: Deepa Dinamani , viro@zeniv.linux.org.uk, linux-kernel@vger.kernel.org Cc: linux-fsdevel@vger.kernel.org, y2038@lists.linaro.org, arnd@arndb.de Date: Mon, 05 Aug 2019 15:14:28 +0100 In-Reply-To: <20190730014924.2193-5-deepa.kernel@gmail.com> References: <20190730014924.2193-1-deepa.kernel@gmail.com> <20190730014924.2193-5-deepa.kernel@gmail.com> Organization: Codethink Ltd. Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2019-07-29 at 18:49 -0700, Deepa Dinamani wrote: > The warning reuses the uptime max of 30 years used by the > setitimeofday(). > > Note that the warning is only added for new filesystem mounts > through the mount syscall. Automounts do not have the same warning. [...] Another thing - perhaps this warning should be suppressed for read-only mounts? Ben. -- Ben Hutchings, Software Developer Codethink Ltd https://www.codethink.co.uk/ Dale House, 35 Dale Street Manchester, M1 2HF, United Kingdom