From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 79F5CC61D85 for ; Tue, 21 Nov 2023 02:47:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233014AbjKUCrH (ORCPT ); Mon, 20 Nov 2023 21:47:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36708 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232876AbjKUCrD (ORCPT ); Mon, 20 Nov 2023 21:47:03 -0500 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7F15FC4; Mon, 20 Nov 2023 18:46:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1700534818; bh=1nvesn7qATdvpppJadBYXMr2CjhWaXRsT3/y0gA7GW4=; h=Date:From:To:Cc:Subject:From; b=QKwKlDwY/qQZilXllfzHMz/bbjkgY54KxWBuHVtBJfwEaNB82kujbifFjy+1Sauds BZH56f3Z6c9lcieHD7Qpp39SuetKVcGKhT8rVmwx6kb2SIj8Jkoppd22XAzVMGGgYn Or5CIfS0CF9WTauQG674PZaK3q7C14aT8lfP/oirzvcCHm06cjSa67rFbx75+8/ew/ irKnXowmU4nJCw0elbYR1l+/ceVtalPQMVqHyCBHQb+aC8CsJYXldgYAIlsgIk+eHY xgmFw7Uk1flo+2rpyd8nP7woKuF/KSVsQ4cPVogHZRKmewZSG9LjOyaFmaxFDYzAhh JKjNxxt33pi3A== Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4SZ80d1GKkz4wd7; Tue, 21 Nov 2023 13:46:56 +1100 (AEDT) Date: Tue, 21 Nov 2023 13:46:55 +1100 From: Stephen Rothwell To: "Rafael J. Wysocki" Cc: "Rafael J. Wysocki" , Sakari Ailus , Linux Kernel Mailing List , Linux Next Mailing List Subject: linux-next: build failure after merge of the pm tree Message-ID: <20231121134655.440f8371@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/um/lYvP5AsUxhDqZXbzw9rk"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Sig_/um/lYvP5AsUxhDqZXbzw9rk Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, After merging the pm tree, today's linux-next build (i386 defconfig) failed like this: In file included from drivers/acpi/mipi-disco-img.c:21: drivers/acpi/mipi-disco-img.c: In function 'init_csi2_port': drivers/acpi/mipi-disco-img.c:536:42: error: format '%lu' expects argument = of type 'long unsigned int', but argument 4 has type 'unsigned int' [-Werro= r=3Dformat=3D] 536 | acpi_handle_info(handle, "Too few lane polarity byt= es (%lu vs. %d)\n", | ^~~~~~~~~~~~~~~~~~~~~~~~~~= ~~~~~~~~~~~~~~~~~~ include/linux/acpi.h:1199:47: note: in definition of macro 'acpi_handle_inf= o' 1199 | acpi_handle_printk(KERN_INFO, handle, fmt, ##__VA_ARGS__) | ^~~ drivers/acpi/mipi-disco-img.c:536:74: note: format string is defined here 536 | acpi_handle_info(handle, "Too few lane polarity byt= es (%lu vs. %d)\n", | = ~~^ | = | | = long unsigned int | = %u cc1: all warnings being treated as errors Caused by commit a6cb0a611273 ("ACPI: scan: Extract MIPI DisCo for Imaging data into swnod= es") I have reverted that commit (and the following two) for today. --=20 Cheers, Stephen Rothwell --Sig_/um/lYvP5AsUxhDqZXbzw9rk Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmVcGh8ACgkQAVBC80lX 0Gy9owf8CQLtoaU95HJ7icZR1j7xnMNKi7BdMZEXTprBrjJ+qG8swTUZJh4NGMIa MXfK4t9mGu5apOq5Mc+Oa5YF6meGwHpyI65mZmmfuirWLrmdIfak83okMj4LqEUf nYhulhwpXGmyuoZn1eXEVZ9ZOG+fLGx5PwNHYstPREmDK6f5T52wbicgOhVb5LbP TQmcV84/MrZaaaKLYYF2Qi56NPWNhqeMf684I/80xbAnMDy5iclqzu1HhNePXpy9 Nau+wFy98/1e5nZ95rzylzI4Lafq0Vi4VmkpLQLMGpJ/B3inBM2SVEv2NU/vIvnn 5uykNd54HVqXfRrhUDZUq6J4Vzso9g== =lBX3 -----END PGP SIGNATURE----- --Sig_/um/lYvP5AsUxhDqZXbzw9rk--