linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5.12 00/11] 5.12.16-rc1 review
@ 2021-07-09 13:21 Greg Kroah-Hartman
  2021-07-09 13:21 ` [PATCH 5.12 01/11] Hexagon: fix build errors Greg Kroah-Hartman
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: Greg Kroah-Hartman @ 2021-07-09 13:21 UTC (permalink / raw)
  To: linux-kernel
  Cc: Greg Kroah-Hartman, torvalds, akpm, linux, shuah, patches,
	lkft-triage, pavel, jonathanh, f.fainelli, stable

This is the start of the stable review cycle for the 5.12.16 release.
There are 11 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let me know.

Responses should be made by Sun, 11 Jul 2021 13:14:09 +0000.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.12.16-rc1.gz
or in the git tree and branch at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.12.y
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    Linux 5.12.16-rc1

Lorenzo Bianconi <lorenzo@kernel.org>
    mt76: mt7921: get rid of mcu_reset function pointer

Sean Wang <sean.wang@mediatek.com>
    mt76: mt7921: abort uncompleted scan by wifi reset

Lorenzo Bianconi <lorenzo@kernel.org>
    mt76: mt7921: add wifi reset support

Lorenzo Bianconi <lorenzo@kernel.org>
    mt76: dma: export mt76_dma_rx_cleanup routine

Lorenzo Bianconi <lorenzo@kernel.org>
    mt76: dma: introduce mt76_dma_queue_reset routine

Lorenzo Bianconi <lorenzo@kernel.org>
    mt76: mt7921: introduce __mt7921_start utility routine

Lorenzo Bianconi <lorenzo@kernel.org>
    mt76: mt7921: introduce mt7921_run_firmware utility routine.

Lorenzo Bianconi <lorenzo@kernel.org>
    mt76: mt7921: check mcu returned values in mt7921_start

Sid Manning <sidneym@codeaurora.org>
    Hexagon: change jumps to must-extend in futex_atomic_*

Sid Manning <sidneym@codeaurora.org>
    Hexagon: add target builtins to kernel

Sid Manning <sidneym@codeaurora.org>
    Hexagon: fix build errors


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

Diffstat:

 Makefile                                           |   4 +-
 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, 508 insertions(+), 118 deletions(-)



^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2021-07-11 22:29 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-09 13:21 [PATCH 5.12 00/11] 5.12.16-rc1 review Greg Kroah-Hartman
2021-07-09 13:21 ` [PATCH 5.12 01/11] Hexagon: fix build errors Greg Kroah-Hartman
2021-07-09 13:21 ` [PATCH 5.12 02/11] Hexagon: add target builtins to kernel Greg Kroah-Hartman
2021-07-09 13:21 ` [PATCH 5.12 03/11] Hexagon: change jumps to must-extend in futex_atomic_* Greg Kroah-Hartman
2021-07-09 13:21 ` [PATCH 5.12 04/11] mt76: mt7921: check mcu returned values in mt7921_start Greg Kroah-Hartman
2021-07-09 13:21 ` [PATCH 5.12 05/11] mt76: mt7921: introduce mt7921_run_firmware utility routine Greg Kroah-Hartman
2021-07-09 13:21 ` [PATCH 5.12 06/11] mt76: mt7921: introduce __mt7921_start " Greg Kroah-Hartman
2021-07-09 13:21 ` [PATCH 5.12 07/11] mt76: dma: introduce mt76_dma_queue_reset routine Greg Kroah-Hartman
2021-07-09 13:21 ` [PATCH 5.12 08/11] mt76: dma: export mt76_dma_rx_cleanup routine Greg Kroah-Hartman
2021-07-09 13:21 ` [PATCH 5.12 09/11] mt76: mt7921: add wifi reset support Greg Kroah-Hartman
2021-07-09 13:21 ` [PATCH 5.12 10/11] mt76: mt7921: abort uncompleted scan by wifi reset Greg Kroah-Hartman
2021-07-09 13:21 ` [PATCH 5.12 11/11] mt76: mt7921: get rid of mcu_reset function pointer Greg Kroah-Hartman
2021-07-09 17:31 ` [PATCH 5.12 00/11] 5.12.16-rc1 review Fox Chen
2021-07-09 21:28 ` Shuah Khan
2021-07-09 22:31 ` Justin Forbes
2021-07-10 10:11 ` Naresh Kamboju
2021-07-10 19:57 ` Guenter Roeck
2021-07-11 22:28 ` Florian Fainelli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).