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, 9 Sep 2021 02:07:30 +0200
From:   Miguel Ojeda <ojeda@...nel.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Jinchao Wang <wjc@...rlc.com>,
        Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
        Lars Poeschel <poeschel@...onage.de>,
        Ralf Schlatterbeck <rsc@...tux.com>,
        Miguel Ojeda <ojeda@...nel.org>, linux-kernel@...r.kernel.org
Subject: [GIT PULL] auxdisplay for v5.15-rc1

Hi Linus,

Please pull these improvements for auxdisplay.

These were sitting in my queue for a long time.

(And apologies for the late PR)

Cheers,
Miguel

The following changes since commit 614124bea77e452aa6df7a8714e8bc820b489922:

  Linux 5.13-rc5 (2021-06-06 15:47:27 -0700)

are available in the Git repository at:

  https://github.com/ojeda/linux.git tags/auxdisplay-for-linus-v5.15-rc1

for you to fetch changes up to 24ebc044c72ee6e88dc902a0041bac672f012537:

  auxdisplay: Replace symbolic permissions with octal permissions (2021-07-16 07:42:35 +0200)

----------------------------------------------------------------
An assortment of improvements for auxdisplay:

  - Replace symbolic permissions with octal permissions (Jinchao Wang)

  - ks0108: Switch to use module_parport_driver() (Andy Shevchenko)

  - charlcd: Drop unneeded initializers and switch to C99 style (Andy Shevchenko)

  - hd44780: Fix oops on module unloading (Lars Poeschel)

  - Add I2C gpio expander example (Ralf Schlatterbeck)

----------------------------------------------------------------
Andy Shevchenko (2):
      auxdisplay: charlcd: Drop unneeded initializers and switch to C99 style
      auxdisplay: ks0108: Switch to use module_parport_driver()

Jinchao Wang (1):
      auxdisplay: Replace symbolic permissions with octal permissions

Lars Poeschel (1):
      auxdisplay: hd44780: Fix oops on module unloading

Ralf Schlatterbeck (1):
      auxdisplay: Add I2C gpio expander example

 .../bindings/auxdisplay/hit,hd44780.yaml           | 31 +++++++++++++++++++++-
 drivers/auxdisplay/cfag12864b.c                    |  2 +-
 drivers/auxdisplay/charlcd.c                       |  4 +--
 drivers/auxdisplay/hd44780.c                       |  2 +-
 drivers/auxdisplay/ks0108.c                        | 18 +++----------
 5 files changed, 36 insertions(+), 21 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ