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:   Sat, 24 Sep 2022 10:26:54 +0200
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Andrew Morton <akpm@...ux-foundation.org>,
        Arnd Bergmann <arnd@...db.de>, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Char/Misc driver fixes for 6.0-rc7

The following changes since commit 7e18e42e4b280c85b76967a9106a13ca61c16179:

  Linux 6.0-rc4 (2022-09-04 13:10:01 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.0-rc7

for you to fetch changes up to 2bc54aaa65d2126ae629919175708a28ce7ef06e:

  counter: 104-quad-8: Fix skipped IRQ lines during events configuration (2022-09-22 14:26:37 +0200)

----------------------------------------------------------------
Char/Misc driver fixes for 6.0-rc7

Here are 3 tiny driver fixes for 6.0-rc7.  They include:
	- phy driver reset bugfix
	- fpga memleak bugfix
	- counter irq config bugfix

The first 2 have been in linux-next for a while, the last one has only
been added to my tree in the past few days, but was in linux-next under
a different commit id.  I couldn't pull directly from the counter tree
due to some gpg key propagation issue, so I took the commit directly
from email instead.

Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

----------------------------------------------------------------
Greg Kroah-Hartman (2):
      Merge tag 'phy-fixes-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy into char-misc-linus
      Merge tag 'fpga-for-6.0-final' of git://git.kernel.org/pub/scm/linux/kernel/git/fpga/linux-fpga into char-misc-linus

Pali Rohár (1):
      phy: marvell: phy-mvebu-a3700-comphy: Remove broken reset support

Russ Weight (1):
      fpga: m10bmc-sec: Fix possible memory leak of flash_buf

William Breathitt Gray (1):
      counter: 104-quad-8: Fix skipped IRQ lines during events configuration

 drivers/counter/104-quad-8.c                 |  6 +-
 drivers/fpga/intel-m10-bmc-sec-update.c      |  8 +--
 drivers/phy/marvell/phy-mvebu-a3700-comphy.c | 87 ++++++----------------------
 3 files changed, 24 insertions(+), 77 deletions(-)

Powered by blists - more mailing lists