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>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251001140230.GW8757@google.com>
Date: Wed, 1 Oct 2025 15:02:30 +0100
From: Lee Jones <lee@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	Daniel Thompson <danielt@...nel.org>
Subject: [GIT PULL] Backlight for v6.18

Good afternoon Linus,

The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

  Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlight.git backlight-next-6.18

for you to fetch changes up to ba3b29a639fe5173033914db6ee58d8d9bb86aba:

  backlight: rt4831: Include <linux/mod_devicetable.h> (2025-09-16 17:05:19 +0100)

----------------------------------------------------------------
Backlight for v6.18

This set is comprised of a couple of small but important fixes and a number of clean-up and
refactoring patches.  The fixes correct an EPROM address for the LP8556 and improve memory
allocation safety in the LED backlight driver.

The remainder of the set is made up of refactoring work to the mp3309c driver and a series of
patches to make a number of drivers more self-contained by including their own dependencies.

Improvements & Fixes
- Correct the EPROM start address for the LP8556 to align with the device's datasheet.
- Use devm_kcalloc() in the LED backlight driver for safer array allocation with overflow
  protection.

Cleanups & Refactoring
- Drop an unnecessary call to pwm_apply_args() in the mp3309c driver.
- Modernize struct initialization in the mp3309c driver by using a compound literal instead of
  memset.
- Make numerous drivers self-contained by including necessary headers directly rather than
  relying on transitive includes from the core backlight header.

----------------------------------------------------------------
Qianfeng Rong (1):
      backlight: led_bl: Use devm_kcalloc() for array space allocation

Svyatoslav Ryhel (1):
      video: backlight: lp855x_bl: Set correct EPROM start for LP8556

Thomas Zimmermann (9):
      backlight: Include <linux/of.h>
      backlight: apple_dwi_bl: Include <linux/mod_devicetable.h>
      backlight: as3711_bl: Include <linux/of.h>
      backlight: da9052_bl: Include <linux/mod_devicetable.h>
      backlight: jornada720: Include <linux/io.h>
      backlight: ktd2801: Include <linux/mod_devicetable.h>
      backlight: led_bl: Include <linux/of.h>
      backlight: rave-sp: Include <linux/of.h> and <linux/mod_devicetable.h>
      backlight: rt4831: Include <linux/mod_devicetable.h>

Uwe Kleine-König (2):
      backlight: mp3309c: Drop pwm_apply_args()
      backlight: mp3309c: Initialize backlight properties without memset

 drivers/video/backlight/apple_dwi_bl.c      |  1 +
 drivers/video/backlight/as3711_bl.c         |  1 +
 drivers/video/backlight/backlight.c         |  1 +
 drivers/video/backlight/da9052_bl.c         |  1 +
 drivers/video/backlight/jornada720_bl.c     |  1 +
 drivers/video/backlight/ktd2801-backlight.c |  1 +
 drivers/video/backlight/led_bl.c            |  5 +++--
 drivers/video/backlight/lp855x_bl.c         |  2 +-
 drivers/video/backlight/mp3309c.c           | 14 +++++++-------
 drivers/video/backlight/rave-sp-backlight.c |  2 ++
 drivers/video/backlight/rt4831-backlight.c  |  1 +
 11 files changed, 20 insertions(+), 10 deletions(-)

-- 
Lee Jones [李琼斯]

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ