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]
Date:   Mon, 3 Apr 2023 09:28:24 +1000
From:   Stephen Rothwell <sfr@...b.auug.org.au>
To:     Abel Vesa <abel.vesa@....com>,
        Mike Turquette <mturquette@...libre.com>,
        Stephen Boyd <sboyd@...nel.org>
Cc:     Abel Vesa <abel.vesa@...aro.org>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Linux Next Mailing List <linux-next@...r.kernel.org>,
        Marek Vasut <marex@...x.de>, Qin Jian <qinjian@...lus1.com>
Subject: linux-next: manual merge of the clk-imx tree with the clk tree

Hi all,

Today's linux-next merge of the clk-imx tree got a conflict in:

  include/linux/clk-provider.h

between commit:

  d54c1fd4a51e ("clk: Add Sunplus SP7021 clock driver")

from the clk tree and commit:

  27fc5ec673b5 ("clk: Introduce devm_clk_hw_register_gate_parent_data()")

from the clk-imx tree.

These add the same macro, but the letter has the docmenting comment wrong.

I fixed it up (I just used the former) and can carry the fix as
necessary. This is now fixed as far as linux-next is concerned, but any
non trivial conflicts should be mentioned to your upstream maintainer
when your tree is submitted for merging.  You may also want to consider
cooperating with the maintainer of the conflicting tree to minimise any
particularly complex conflicts.

-- 
Cheers,
Stephen Rothwell

diff --cc include/linux/clk-provider.h
index faad3cdc1e48,92b7c794c627..000000000000
--- a/include/linux/clk-provider.h
+++ b/include/linux/clk-provider.h
@@@ -608,9 -608,9 +608,10 @@@ struct clk *clk_register_gate(struct de
  	__devm_clk_hw_register_gate((dev), NULL, (name), (parent_name), NULL, \
  			       NULL, (flags), (reg), (bit_idx),		      \
  			       (clk_gate_flags), (lock))
+ 
  /**
 - * devm_clk_hw_register_gate - register a gate clock with the clock framework
 + * devm_clk_hw_register_gate_parent_data - register a gate clock with the
 + * clock framework
   * @dev: device that is registering this clock
   * @name: name of this clock
   * @parent_data: parent clk data

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ