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]
Date:   Thu, 17 Oct 2019 12:55:20 +0300
From:   Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     LKML <linux-kernel@...r.kernel.org>,
        Darren Hart <dvhart@...radead.org>,
        Andy Shevchenko <andy@...radead.org>
Subject: [GIT PULL] platform-drivers-x86 for 5.4-3

Hi Linus,

Few small fixes for v5.4-rc4. The bunch was in linux-next for few days.
No conflicts with current master.

Thanks,

With Best Regards,
Andy Shevchenko

The following changes since commit da0c9ea146cbe92b832f1b0f694840ea8eb33cce:

  Linux 5.4-rc2 (2019-10-06 14:27:30 -0700)

are available in the Git repository at:

  git://git.infradead.org/linux-platform-drivers-x86.git tags/platform-drivers-x86-v5.4-3

for you to fetch changes up to 832392db9747b9c95724d37fc6a5dadd3d4ec514:

  platform/x86: i2c-multi-instantiate: Fail the probe if no IRQ provided (2019-10-14 15:31:50 +0300)

----------------------------------------------------------------
platform-drivers-x86 for v5.4-3

Users of Intel P-Unit IPC driver might be surprised by harmless warning.
Thus, switch to API which doesn't issue a warning at all.

I²C multi-instantiate driver continues to add slave devices even when IRQ
resource is not found. For devices in the market IRQ resource is mandatory,
so, fail the ->probe() of the parent driver to avoid slaves being probed.

Avoid compiler warning due to unused variable in Classmate laptop driver.

The following is an automated git shortlog grouped by driver:

classmate-laptop:
 -  remove unused variable

i2c-multi-instantiate:
 -  Fail the probe if no IRQ provided

intel_punit_ipc:
 -  Avoid error message when retrieving IRQ

----------------------------------------------------------------
Andy Shevchenko (2):
      platform/x86: intel_punit_ipc: Avoid error message when retrieving IRQ
      platform/x86: i2c-multi-instantiate: Fail the probe if no IRQ provided

yu kuai (1):
      platform/x86: classmate-laptop: remove unused variable

 drivers/platform/x86/classmate-laptop.c      | 12 ------------
 drivers/platform/x86/i2c-multi-instantiate.c |  1 +
 drivers/platform/x86/intel_punit_ipc.c       |  3 +--
 3 files changed, 2 insertions(+), 14 deletions(-)

-- 
With Best Regards,
Andy Shevchenko


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ