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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20230821123354.4d2684ca@canb.auug.org.au>
Date:   Mon, 21 Aug 2023 12:33:54 +1000
From:   Stephen Rothwell <sfr@...b.auug.org.au>
To:     Sebastian Reichel <sre@...nel.org>, Lee Jones <lee@...nel.org>
Cc:     Jakob Hauser <jahau@...ketmail.com>,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Linux Next Mailing List <linux-next@...r.kernel.org>,
        Rob Herring <robh@...nel.org>,
        Sebastian Reichel <sebastian.reichel@...labora.com>
Subject: linux-next: manual merge of the battery tree with the mfd tree

Hi all,

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

  drivers/power/supply/rt5033_charger.c

between commit:

  12cc585f36b8 ("power: supply: rt5033_charger: Add cable detection and USB OTG supply")

from the mfd tree and commit:

  2ce8284c3115 ("power: Explicitly include correct DT includes")

from the battery tree.

I fixed it up (see below) 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 drivers/power/supply/rt5033_charger.c
index e0303ca5a8db,c0c516f22c66..000000000000
--- a/drivers/power/supply/rt5033_charger.c
+++ b/drivers/power/supply/rt5033_charger.c
@@@ -6,11 -6,8 +6,11 @@@
   * Author: Beomho Seo <beomho.seo@...sung.com>
   */
  
+ #include <linux/mod_devicetable.h>
 +#include <linux/devm-helpers.h>
 +#include <linux/extcon.h>
  #include <linux/module.h>
 +#include <linux/mutex.h>
- #include <linux/of_device.h>
  #include <linux/platform_device.h>
  #include <linux/power_supply.h>
  #include <linux/regmap.h>

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ