Received: by 2002:a05:6a10:16a7:0:0:0:0 with SMTP id gp39csp1185249pxb; Fri, 20 Nov 2020 03:27:21 -0800 (PST) X-Google-Smtp-Source: ABdhPJwJEV3QDDfEqbsXHVlq0spjAN7TxnJiHZa/rTlMjUux+ktuxzZA1l2WjS9jV5un9/70U0sR X-Received: by 2002:aa7:c358:: with SMTP id j24mr35420610edr.265.1605871641080; Fri, 20 Nov 2020 03:27:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1605871641; cv=none; d=google.com; s=arc-20160816; b=kjhcDLXg1cNTvpsI5tcENTQJoFNA1rusrR1w+cftgTn3r/jhhVs8JgXyqDG9c8VAwK /Sg3kjHSh1Tic0ZlHoTbHJuOEJZzq9QqeyfF91hSAi+iVIIydkYTpGCKqzOWKhQYHvHZ Au0s4OX5LtCtmtmBikTrX01rXfdM5YBbp8tQF2b1du7bXcY7ABqjA6jw10LLv/FtJiCc vMLvoWhphIMkXv6/ioKWsIDcdM2UwPD160QJ7HjcezaxDZH/g6W15kWCrmanVbZQ4NYb JYErSeJKFRQPuqT0dRmtFWUBbySDi3nMwG12MyULjLuyYu/iKfroo0ROfrypwt3smVji JsLQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date; bh=6a1zsS1b+UBN/Y3GNhQ1qDfz8kx2cNOh7ZQoCah9OR0=; b=XdyL3OdNWLMqs51b+JPXvqrAHidRDuR6+NVusjKhwEmZKP5dRB0hVzsciOgvmAjs4t rziH5XUtbgT3LQRlgwe1gkUzHVSg8wiB9Rg3es/j35PBO4ANFRj05wWudPfZG/71vqHr /9esaeY7S1MS+58PwU/cEcsX2P7mjoHmy2quCu4geViMMxgBRUV1Kzj9g4d9xbnOgfUd W1iQU5ImltGaQduMJwgY4vZI2rm97Q3UT9Sbd3xBbGx9AVOxjFVbE48MPgsFIniUKiEl 5EeQVaIidsfmiOjZ4+7hxW2aw/FdFP75k5XGOJjIJOgkWTjWOFPGL204PHqrt0g1e1T7 wM/Q== 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 hc12si1552178ejc.376.2020.11.20.03.26.57; Fri, 20 Nov 2020 03:27:21 -0800 (PST) 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 S1727868AbgKTLYF convert rfc822-to-8bit (ORCPT + 99 others); Fri, 20 Nov 2020 06:24:05 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:59431 "EHLO relay3-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725801AbgKTLYE (ORCPT ); Fri, 20 Nov 2020 06:24:04 -0500 X-Originating-IP: 91.224.148.103 Received: from xps13 (unknown [91.224.148.103]) (Authenticated sender: miquel.raynal@bootlin.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 8F5FE60009; Fri, 20 Nov 2020 11:24:00 +0000 (UTC) Date: Fri, 20 Nov 2020 12:23:59 +0100 From: Miquel Raynal To: Stephen Rothwell Cc: Boris Brezillon , Serge Semin , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build warning after merge of the nand tree Message-ID: <20201120122359.0bb7d98f@xps13> In-Reply-To: <20201120113929.0aff2f32@canb.auug.org.au> References: <20201120113929.0aff2f32@canb.auug.org.au> Organization: Bootlin X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Serge, Stephen Rothwell wrote on Fri, 20 Nov 2020 11:39:29 +1100: > Hi all, > > After merging the nand tree, today's linux-next build (x86_64 > allmodconfig) produced this warning: > > drivers/mtd/maps/physmap-bt1-rom.c: In function 'bt1_rom_map_read': > drivers/mtd/maps/physmap-bt1-rom.c:39:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 39 | shift = (unsigned int)src & 0x3; > | ^ > drivers/mtd/maps/physmap-bt1-rom.c: In function 'bt1_rom_map_copy_from': > drivers/mtd/maps/physmap-bt1-rom.c:78:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] > 78 | shift = (unsigned int)src & 0x3; > | ^ > > Introduced by commit > > 69a75a1a47d8 ("mtd: physmap: physmap-bt1-rom: Fix __iomem addrspace removal warning") > Too bad :/ I'll drop this patch for now, let's look for another solution... Thanks, Miquèl