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: <bc630929-8352-5548-07ec-1de7ccc150e8@redhat.com>
Date:   Sat, 21 Oct 2023 11:38:43 +0200
From:   Hans de Goede <hdegoede@...hat.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        platform-driver-x86@...r.kernel.org,
        Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>,
        Armin Wolf <W_Armin@....de>
Subject: [GIT PULL] platform-drivers-x86 for 6.6-5

Hi Linus,

Here is one last pull-request for 6.6, highlights:
 -  Fix spurious brightness down presses on newer Asus laptop models
 -  Fix backlight control not working on T2 Mac Pro all-in-ones
 -  Add Armin Wolf as new maintainer for the WMI bus driver and
    change its status from orphaned to maintained
 -  A few other small fixes

Regards,

Hans


The following changes since commit 5b44abbc39ca15df80d0da4756078c98c831090f:

  platform/x86: hp-wmi:: Mark driver struct with __refdata to prevent section mismatch warning (2023-10-06 15:09:40 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.6-5

for you to fetch changes up to 99c09c985e5973c8f0ad976ebae069548dd86f12:

  platform/mellanox: mlxbf-tmfifo: Fix a warning message (2023-10-18 15:38:09 +0200)

----------------------------------------------------------------
platform-drivers-x86 for v6.6-5

Highlights:
 -  Fix spurious brightness down presses on newer Asus laptop models
 -  Fix backlight control not working on T2 Mac Pro all-in-ones
 -  Add Armin Wolf as new maintainer for the WMI bus driver and
    change its status from orphaned to maintained
 -  A few other small fixes

The following is an automated git shortlog grouped by driver:

Merge tag 'platform-drivers-x86-mellanox-init-v6.6' into fixes:
 -  Merge tag 'platform-drivers-x86-mellanox-init-v6.6' into fixes

apple-gmux:
 -  Hard Code max brightness for MMIO gmux

asus-wmi:
 -  Map 0x2a code, Ignore 0x2b and 0x2c events
 -  Only map brightness codes when using asus-wmi backlight control
 -  Change ASUS_WMI_BRN_DOWN code from 0x20 to 0x2e

intel-uncore-freq:
 -  Conditionally create attribute for read frequency

msi-ec:
 -  Fix the 3rd config

platform:
 -  mellanox: Fix a resource leak in an error handling path in probing flow

platform/mellanox:
 -  mlxbf-tmfifo: Fix a warning message

platform/surface:
 -  platform_profile: Propagate error if profile registration fails

wmi:
 -  Update MAINTAINERS entry

----------------------------------------------------------------
Armin Wolf (2):
      platform/x86: wmi: Update MAINTAINERS entry
      platform/surface: platform_profile: Propagate error if profile registration fails

Hans de Goede (4):
      Merge tag 'platform-drivers-x86-mellanox-init-v6.6' into fixes
      platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from 0x20 to 0x2e
      platform/x86: asus-wmi: Only map brightness codes when using asus-wmi backlight control
      platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c events

Liming Sun (1):
      platform/mellanox: mlxbf-tmfifo: Fix a warning message

Nikita Kravets (1):
      platform/x86: msi-ec: Fix the 3rd config

Orlando Chamberlain (1):
      apple-gmux: Hard Code max brightness for MMIO gmux

Srinivas Pandruvada (1):
      platform/x86: intel-uncore-freq: Conditionally create attribute for read frequency

Vadim Pasternak (1):
      platform: mellanox: Fix a resource leak in an error handling path in probing flow

 MAINTAINERS                                         |  3 ++-
 drivers/platform/mellanox/mlxbf-tmfifo.c            | 21 +++++++++++----------
 drivers/platform/surface/surface_platform_profile.c |  3 +--
 drivers/platform/x86/apple-gmux.c                   | 14 +++++++++++++-
 drivers/platform/x86/asus-nb-wmi.c                  |  3 +++
 drivers/platform/x86/asus-wmi.c                     | 15 ++++-----------
 drivers/platform/x86/asus-wmi.h                     |  2 +-
 .../uncore-frequency/uncore-frequency-common.c      |  8 ++++++--
 drivers/platform/x86/mlx-platform.c                 |  5 +++--
 drivers/platform/x86/msi-ec.c                       |  3 +--
 10 files changed, 45 insertions(+), 32 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ