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]
Date:   Thu, 15 Aug 2019 17:34:03 +0200
From:   Miguel Ojeda <miguel.ojeda.sandonis@...il.com>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Masanari Iida <standby24x7@...il.com>,
        Mans Rullgard <mans@...sr.com>,
        zhengbin <zhengbin13@...wei.com>,
        Miguel Ojeda <miguel.ojeda.sandonis@...il.com>,
        linux-kernel@...r.kernel.org
Subject: [GIT PULL] auxdisplay for v5.3-rc5

Hi Linus,

Please pull these few fixes for auxdisplay for this cycle.

Cheers,
Miguel

The following changes since commit e21a712a9685488f5ce80495b37b9fdbe96c230d:

  Linux 5.3-rc3 (2019-08-04 18:40:12 -0700)

are available in the Git repository at:

  https://github.com/ojeda/linux.git tags/auxdisplay-for-linus-v5.3-rc5

for you to fetch changes up to 6c4d6bc5486466e3a67cc47270001d0b4a26eed4:

  auxdisplay: Fix a typo in cfag12864b-example.c (2019-08-08 20:00:18 +0200)

----------------------------------------------------------------
A few minor auxdisplay improvements:

  - A couple of small header cleanups for charlcd
    From Masahiro Yamada

  - A trivial typo fix for the sampels of cfag12864b
    From Masahiro Yamada

  - An Kconfig help text improvement for charlcd
    From Mans Rullgard

  - An error path fix for panel
    From zhengbin

----------------------------------------------------------------
Mans Rullgard (1):
      auxdisplay: charlcd: add help text for backlight initial state

Masahiro Yamada (2):
      auxdisplay: charlcd: move charlcd.h to drivers/auxdisplay
      auxdisplay: charlcd: add include guard to charlcd.h

Masanari Iida (1):
      auxdisplay: Fix a typo in cfag12864b-example.c

zhengbin (1):
      auxdisplay: panel: need to delete scan_timer when misc_register fails in panel_attach

 drivers/auxdisplay/Kconfig                     | 5 +++++
 drivers/auxdisplay/charlcd.c                   | 2 +-
 {include/misc => drivers/auxdisplay}/charlcd.h | 5 +++++
 drivers/auxdisplay/hd44780.c                   | 3 +--
 drivers/auxdisplay/panel.c                     | 4 +++-
 samples/auxdisplay/cfag12864b-example.c        | 2 +-
 6 files changed, 16 insertions(+), 5 deletions(-)
 rename {include/misc => drivers/auxdisplay}/charlcd.h (94%)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ