Received: by 2002:a05:6a10:eb17:0:0:0:0 with SMTP id hx23csp517923pxb; Wed, 8 Sep 2021 06:30:40 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxUjt8TLFUeOAqb/N8RAKPrUaqsOt3tS6gYUA+ZwPH3PDROekXT2H5yE/mVQaUh+enjSgDU X-Received: by 2002:a02:cc53:: with SMTP id i19mr3743205jaq.124.1631107840391; Wed, 08 Sep 2021 06:30:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631107840; cv=none; d=google.com; s=arc-20160816; b=MhqAth1nv7erF+8DL5UINJaqEIJcpNVDykJolXQD0//BXJxsfaK4wOaoiyyZbZKbbR zkgDtKdQaRHItq19JnTaeGfA1SwtIJLF5a3QpFOTSEWx6+sV7WEQIVib14KjWxpskeHS xJJm4y5fcLhyLJeyJEd+Rd/oqVaE2mh7ACYKDET50jEqDPNY3Nuj3XsDmACRQQ+crR0R mnDZVo9kdjWWZtHs5NvweaQlwsvA8owDXo8L0EQIgMRsSsTM0uR+/YWltBsw3tNLSrmD e6aLuv9c5JaJS9MmSawdAM8a5rEOBcml0bprEDg1OEWVSNwYVN0UKbdO/LnyLyhH75d4 9hVA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=wJqtroSfibmODEkQOFoQdlEtY4Ow25lpClCcuEA5rpc=; b=DPzh64+Vjwge0tzNPn4pIoojcAT7AWXVueugiS7U+0LYy95Tt2rqsVE/qRnRqha7f5 OqDz0V/9Ljom8z73wCDuu7j1vHcRM7QilnCq1Zr0yT2M16hn8IJnmOKEDAEuGypuT3e9 vfNTxd/SrqZh42rIUI+DTIlW8KREgD1j5mTaTa4nTft65E2sCrnkRaaZgW/3ZSwjZrkS RYLyvjOxRE5C5emeGFEeYVwnq53++y07i39Vw2jz/Nkk1SGt4JUh9lzTPTqGJpM9HgFF NGdQUlICTjG+Pk6qG/dIlFniIpPjcemEn1CQTQF3VnclH3Y01q5xA1qH+3/YPoiAx5b7 PvGQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p6si1929217ilj.154.2021.09.08.06.30.28; Wed, 08 Sep 2021 06:30:40 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243647AbhIHNYx (ORCPT + 99 others); Wed, 8 Sep 2021 09:24:53 -0400 Received: from zeniv-ca.linux.org.uk ([142.44.231.140]:50160 "EHLO zeniv-ca.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234910AbhIHNYw (ORCPT ); Wed, 8 Sep 2021 09:24:52 -0400 Received: from viro by zeniv-ca.linux.org.uk with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1mNxTh-002IXA-72; Wed, 08 Sep 2021 13:19:01 +0000 Date: Wed, 8 Sep 2021 13:19:01 +0000 From: Al Viro To: Guenter Roeck Cc: Arnd Bergmann , Geert Uytterhoeven , Linus Torvalds , "David S. Miller" , Dmitry Torokhov , Christian Koenig , Huang Rui , Linux Kernel Mailing List , linux-sparc , Martin Sebor Subject: Re: [PATCH] Enable '-Werror' by default for all kernel builds Message-ID: References: <20210906234921.GA1394069@roeck-us.net> <20210908042838.GA2585993@roeck-us.net> <23b3a9ab-7205-9f4e-9425-17506aec3170@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <23b3a9ab-7205-9f4e-9425-17506aec3170@roeck-us.net> Sender: Al Viro Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 08, 2021 at 05:42:30AM -0700, Guenter Roeck wrote: > Oddly enough, a memcpy on the 'rtc' variable doesn't fail, > neither with nor without volatile. Something else is going on. While we are at it, would memcpy_fromio() complain? Seeing that this is what's really intended there...