lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20250512120903.0c7aa9b7@canb.auug.org.au>
Date: Mon, 12 May 2025 12:09:03 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Chanwoo Choi <cw00.choi@...sung.com>
Cc: Uwe Kleine-König <u.kleine-koenig@...libre.com>,
 Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, Linux Next
 Mailing List <linux-next@...r.kernel.org>
Subject: linux-next: build failure after merge of the devfreq tree

Hi all,

After merging the devfreq tree, today's linux-next build (x86_64
allmodconfig) failed like this:

drivers/devfreq/sun8i-a33-mbus.c: In function 'sun8i_a33_mbus_probe':
drivers/devfreq/sun8i-a33-mbus.c:384:47: error: passing argument 1 of 'devm_clk_rate_exclusive_get' from incompatible pointer type [-Wincompatible-pointer-types]
  384 |         ret = devm_clk_rate_exclusive_get(priv->clk_mbus);
      |                                           ~~~~^~~~~~~~~~
      |                                               |
      |                                               struct clk *
In file included from drivers/devfreq/sun8i-a33-mbus.c:6:
include/linux/clk.h:214:48: note: expected 'struct device *' but argument is of type 'struct clk *'
  214 | int devm_clk_rate_exclusive_get(struct device *dev, struct clk *clk);
      |                                 ~~~~~~~~~~~~~~~^~~
drivers/devfreq/sun8i-a33-mbus.c:384:15: error: too few arguments to function 'devm_clk_rate_exclusive_get'
  384 |         ret = devm_clk_rate_exclusive_get(priv->clk_mbus);
      |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~
include/linux/clk.h:214:5: note: declared here
  214 | int devm_clk_rate_exclusive_get(struct device *dev, struct clk *clk);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~

Caused by commit

  bc253b28a365 ("PM / devfreq: sun8i-a33-mbus: Simplify by using more devm functions")

I have used the devfreq tree from next-20250509 for today.

-- 
Cheers,
Stephen Rothwell

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ