public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	stable@vger.kernel.org, torvalds@linux-foundation.org,
	akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org,
	patches@kernelci.org, lkft-triage@lists.linaro.org,
	pavel@denx.de, jonathanh@nvidia.com, f.fainelli@gmail.com,
	sudipm.mukherjee@gmail.com, slade@sladewatkins.com
Subject: [PATCH 5.4 00/16] 5.4.203-rc1 review
Date: Thu, 30 Jun 2022 15:46:54 +0200	[thread overview]
Message-ID: <20220630133230.936488203@linuxfoundation.org> (raw)

This is the start of the stable review cycle for the 5.4.203 release.
There are 16 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 Sat, 02 Jul 2022 13:32:22 +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.4.203-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.4.y
and the diffstat can be found below.

thanks,

greg k-h

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

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

Stefan Agner <stefan@agner.ch>
    crypto: arm/ghash-ce - define fpu before fpu registers are referenced

Ard Biesheuvel <ard.biesheuvel@linaro.org>
    crypto: arm - use Kconfig based compiler checks for crypto opcodes

Jian Cai <jiancai@google.com>
    ARM: 9029/1: Make iwmmxt.S support Clang's integrated assembler

Stefan Agner <stefan@agner.ch>
    ARM: OMAP2+: drop unnecessary adrl

Stefan Agner <stefan@agner.ch>
    ARM: 8929/1: use APSR_nzcv instead of r15 as mrc operand

Nick Desaulniers <ndesaulniers@google.com>
    ARM: 8933/1: replace Sun/Solaris style flag on section directive

Ard Biesheuvel <ardb@kernel.org>
    crypto: arm/sha512-neon - avoid ADRL pseudo instruction

Ard Biesheuvel <ardb@kernel.org>
    crypto: arm/sha256-neon - avoid ADRL pseudo instruction

Jian Cai <caij2003@gmail.com>
    ARM: 8971/1: replace the sole use of a symbol with its definition

Stefan Agner <stefan@agner.ch>
    ARM: 8990/1: use VFP assembler mnemonics in register load/store macros

Stefan Agner <stefan@agner.ch>
    ARM: 8989/1: use .fpu assembler directives instead of assembler arguments

Vladimir Oltean <vladimir.oltean@nxp.com>
    net: mscc: ocelot: allow unregistered IP multicast flooding

Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
    kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]

Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
    powerpc/ftrace: Remove ftrace init tramp once kernel init is complete

Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    clocksource/drivers/ixp4xx: remove __init from ixp4xx_timer_setup()

Christoph Hellwig <hch@lst.de>
    drm: remove drm_fb_helper_modinit


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

Diffstat:

 Makefile                                   |  4 +-
 arch/arm/boot/bootp/init.S                 |  2 +-
 arch/arm/boot/compressed/big-endian.S      |  2 +-
 arch/arm/boot/compressed/head.S            |  4 +-
 arch/arm/boot/compressed/piggy.S           |  2 +-
 arch/arm/crypto/Kconfig                    | 14 +++--
 arch/arm/crypto/Makefile                   | 32 ++---------
 arch/arm/crypto/crct10dif-ce-core.S        |  2 +-
 arch/arm/crypto/ghash-ce-core.S            |  4 +-
 arch/arm/crypto/sha1-ce-core.S             |  1 +
 arch/arm/crypto/sha2-ce-core.S             |  1 +
 arch/arm/crypto/sha256-armv4.pl            |  4 +-
 arch/arm/crypto/sha256-core.S_shipped      |  4 +-
 arch/arm/crypto/sha512-armv4.pl            |  4 +-
 arch/arm/crypto/sha512-core.S_shipped      |  4 +-
 arch/arm/include/asm/assembler.h           |  3 +-
 arch/arm/include/asm/vfpmacros.h           | 19 ++++---
 arch/arm/kernel/iwmmxt.S                   | 89 +++++++++++++++---------------
 arch/arm/kernel/iwmmxt.h                   | 47 ++++++++++++++++
 arch/arm/mach-omap2/sleep34xx.S            |  2 +-
 arch/arm/mm/proc-arm1020.S                 |  2 +-
 arch/arm/mm/proc-arm1020e.S                |  2 +-
 arch/arm/mm/proc-arm1022.S                 |  2 +-
 arch/arm/mm/proc-arm1026.S                 |  6 +-
 arch/arm/mm/proc-arm720.S                  |  2 +-
 arch/arm/mm/proc-arm740.S                  |  2 +-
 arch/arm/mm/proc-arm7tdmi.S                |  2 +-
 arch/arm/mm/proc-arm920.S                  |  2 +-
 arch/arm/mm/proc-arm922.S                  |  2 +-
 arch/arm/mm/proc-arm925.S                  |  2 +-
 arch/arm/mm/proc-arm926.S                  |  6 +-
 arch/arm/mm/proc-arm940.S                  |  2 +-
 arch/arm/mm/proc-arm946.S                  |  2 +-
 arch/arm/mm/proc-arm9tdmi.S                |  2 +-
 arch/arm/mm/proc-fa526.S                   |  2 +-
 arch/arm/mm/proc-feroceon.S                |  2 +-
 arch/arm/mm/proc-mohawk.S                  |  2 +-
 arch/arm/mm/proc-sa110.S                   |  2 +-
 arch/arm/mm/proc-sa1100.S                  |  2 +-
 arch/arm/mm/proc-v6.S                      |  2 +-
 arch/arm/mm/proc-v7.S                      |  2 +-
 arch/arm/mm/proc-v7m.S                     |  4 +-
 arch/arm/mm/proc-xsc3.S                    |  2 +-
 arch/arm/mm/proc-xscale.S                  |  2 +-
 arch/arm/vfp/Makefile                      |  2 -
 arch/arm/vfp/vfphw.S                       | 30 ++++++----
 arch/powerpc/include/asm/ftrace.h          |  5 +-
 arch/powerpc/kernel/trace/ftrace.c         | 15 ++++-
 arch/powerpc/mm/mem.c                      |  2 +
 arch/s390/include/asm/kexec.h              | 10 ++++
 arch/x86/include/asm/kexec.h               |  9 +++
 drivers/clocksource/mmio.c                 |  2 +-
 drivers/clocksource/timer-ixp4xx.c         | 10 ++--
 drivers/gpu/drm/drm_crtc_helper_internal.h | 10 ----
 drivers/gpu/drm/drm_fb_helper.c            | 21 -------
 drivers/gpu/drm/drm_kms_helper_common.c    | 25 ++++-----
 drivers/net/ethernet/mscc/ocelot.c         |  8 ++-
 include/linux/kexec.h                      | 46 ++++++++++++---
 include/linux/platform_data/timer-ixp4xx.h |  5 +-
 kernel/kexec_file.c                        | 34 ------------
 60 files changed, 289 insertions(+), 247 deletions(-)



             reply	other threads:[~2022-06-30 14:04 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-30 13:46 Greg Kroah-Hartman [this message]
2022-06-30 13:46 ` [PATCH 5.4 01/16] drm: remove drm_fb_helper_modinit Greg Kroah-Hartman
2022-06-30 13:46 ` [PATCH 5.4 02/16] clocksource/drivers/ixp4xx: remove __init from ixp4xx_timer_setup() Greg Kroah-Hartman
2022-06-30 13:46 ` [PATCH 5.4 03/16] powerpc/ftrace: Remove ftrace init tramp once kernel init is complete Greg Kroah-Hartman
2022-06-30 13:46 ` [PATCH 5.4 04/16] kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add] Greg Kroah-Hartman
2022-06-30 13:46 ` [PATCH 5.4 05/16] net: mscc: ocelot: allow unregistered IP multicast flooding Greg Kroah-Hartman
2022-06-30 13:47 ` [PATCH 5.4 06/16] ARM: 8989/1: use .fpu assembler directives instead of assembler arguments Greg Kroah-Hartman
2022-06-30 13:47 ` [PATCH 5.4 07/16] ARM: 8990/1: use VFP assembler mnemonics in register load/store macros Greg Kroah-Hartman
2022-06-30 13:47 ` [PATCH 5.4 08/16] ARM: 8971/1: replace the sole use of a symbol with its definition Greg Kroah-Hartman
2022-06-30 13:47 ` [PATCH 5.4 09/16] crypto: arm/sha256-neon - avoid ADRL pseudo instruction Greg Kroah-Hartman
2022-06-30 13:47 ` [PATCH 5.4 10/16] crypto: arm/sha512-neon " Greg Kroah-Hartman
2022-06-30 13:47 ` [PATCH 5.4 11/16] ARM: 8933/1: replace Sun/Solaris style flag on section directive Greg Kroah-Hartman
2022-06-30 13:47 ` [PATCH 5.4 12/16] ARM: 8929/1: use APSR_nzcv instead of r15 as mrc operand Greg Kroah-Hartman
2022-06-30 13:47 ` [PATCH 5.4 13/16] ARM: OMAP2+: drop unnecessary adrl Greg Kroah-Hartman
2022-06-30 13:47 ` [PATCH 5.4 14/16] ARM: 9029/1: Make iwmmxt.S support Clangs integrated assembler Greg Kroah-Hartman
2022-06-30 13:47 ` [PATCH 5.4 15/16] crypto: arm - use Kconfig based compiler checks for crypto opcodes Greg Kroah-Hartman
2022-06-30 13:47 ` [PATCH 5.4 16/16] crypto: arm/ghash-ce - define fpu before fpu registers are referenced Greg Kroah-Hartman
2022-06-30 22:45 ` [PATCH 5.4 00/16] 5.4.203-rc1 review Florian Fainelli
2022-06-30 23:10 ` Shuah Khan
2022-07-01  0:57 ` Guenter Roeck
2022-07-01  7:34 ` Naresh Kamboju
2022-07-01 10:37 ` Sudip Mukherjee
2022-07-04  8:08 ` Samuel Zou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220630133230.936488203@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=f.fainelli@gmail.com \
    --cc=jonathanh@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@roeck-us.net \
    --cc=lkft-triage@lists.linaro.org \
    --cc=patches@kernelci.org \
    --cc=pavel@denx.de \
    --cc=shuah@kernel.org \
    --cc=slade@sladewatkins.com \
    --cc=stable@vger.kernel.org \
    --cc=sudipm.mukherjee@gmail.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox