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>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240709133420.55645c59@canb.auug.org.au>
Date: Tue, 9 Jul 2024 13:34:20 +1000
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Sebastian Reichel <sre@...nel.org>, Lee Jones <lee@...nel.org>
Cc: Hans de Goede <hdegoede@...hat.com>, Linux Kernel Mailing List
 <linux-kernel@...r.kernel.org>, Linux Next Mailing List
 <linux-next@...r.kernel.org>, Thomas Weißschuh
 <linux@...ssschuh.net>
Subject: linux-next: manual merge of the battery tree with the leds-lj tree

Hi all,

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

  include/linux/leds.h

between commit:

  6b0d3355e5a5 ("leds: class: Add flag to avoid automatic renaming of LED devices")

from the leds-lj tree and commit:

  5607ca92e627 ("leds: core: Add led_mc_set_brightness() function")

from the battery tree.

I assume that the bit number valuse don;t actually matter, right?

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 include/linux/leds.h
index 99f87587a132,517b6198df07..000000000000
--- a/include/linux/leds.h
+++ b/include/linux/leds.h
@@@ -107,7 -107,7 +107,8 @@@ struct led_classdev 
  #define LED_BRIGHT_HW_CHANGED	BIT(21)
  #define LED_RETAIN_AT_SHUTDOWN	BIT(22)
  #define LED_INIT_DEFAULT_TRIGGER BIT(23)
 -#define LED_MULTI_COLOR		BIT(24)
 +#define LED_REJECT_NAME_CONFLICT BIT(24)
++#define LED_MULTI_COLOR		BIT(25)
  
  	/* set_brightness_work / blink_timer flags, atomic, private. */
  	unsigned long		work_flags;

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ