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:   Sun, 11 Jul 2021 13:21:42 +0200
From:   Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:     linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
        torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc:     lwn@....net, jslaby@...e.cz,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Subject: Linux 5.12.16

I'm announcing the release of the 5.12.16 kernel.

All users of the 5.12 kernel series must upgrade.

The updated 5.12.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-5.12.y
and can be browsed at the normal kernel.org git web browser:
	https://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=summary

thanks,

greg k-h

------------

 Makefile                                           |    2 
 arch/hexagon/Makefile                              |    6 
 arch/hexagon/include/asm/futex.h                   |    4 
 arch/hexagon/include/asm/timex.h                   |    3 
 arch/hexagon/kernel/hexagon_ksyms.c                |    8 
 arch/hexagon/kernel/ptrace.c                       |    4 
 arch/hexagon/lib/Makefile                          |    3 
 arch/hexagon/lib/divsi3.S                          |   67 ++++++
 arch/hexagon/lib/memcpy_likely_aligned.S           |   56 +++++
 arch/hexagon/lib/modsi3.S                          |   46 ++++
 arch/hexagon/lib/udivsi3.S                         |   38 +++
 arch/hexagon/lib/umodsi3.S                         |   36 +++
 drivers/net/wireless/mediatek/mt76/dma.c           |   47 ++--
 drivers/net/wireless/mediatek/mt76/mt76.h          |    8 
 drivers/net/wireless/mediatek/mt76/mt7921/init.c   |    3 
 drivers/net/wireless/mediatek/mt76/mt7921/mac.c    |  209 +++++++++++++++------
 drivers/net/wireless/mediatek/mt76/mt7921/main.c   |   38 ++-
 drivers/net/wireless/mediatek/mt76/mt7921/mcu.c    |   36 ++-
 drivers/net/wireless/mediatek/mt76/mt7921/mt7921.h |    6 
 drivers/net/wireless/mediatek/mt76/mt7921/regs.h   |    4 
 20 files changed, 507 insertions(+), 117 deletions(-)

Greg Kroah-Hartman (1):
      Linux 5.12.16

Lorenzo Bianconi (7):
      mt76: mt7921: check mcu returned values in mt7921_start
      mt76: mt7921: introduce mt7921_run_firmware utility routine.
      mt76: mt7921: introduce __mt7921_start utility routine
      mt76: dma: introduce mt76_dma_queue_reset routine
      mt76: dma: export mt76_dma_rx_cleanup routine
      mt76: mt7921: add wifi reset support
      mt76: mt7921: get rid of mcu_reset function pointer

Sean Wang (1):
      mt76: mt7921: abort uncompleted scan by wifi reset

Sid Manning (3):
      Hexagon: fix build errors
      Hexagon: add target builtins to kernel
      Hexagon: change jumps to must-extend in futex_atomic_*

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ