ARM: fix Thumb2 regression with Spectre BHB
Russell King (Oracle) authored
When building for Thumb2, the vectors make use of a local label. Sadly,
the Spectre BHB code also uses a local label with the same number which
results in the Thumb2 reference pointing at the wrong place. Fix this
by changing the number used for the Spectre BHB local label.

Fixes: b9baf5c8

 ("ARM: Spectre-BHB workaround")
Tested-by: default avatarNathan Chancellor <nathan@kernel.org>
Signed-off-by: default avatarRussell King (Oracle) <rmk+kernel@armlinux.org.uk>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
6c7cb60b
Name Last commit Last update
Documentation Merge tag 'soc-fixes-5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
LICENSES LICENSES/LGPL-2.1: Add LGPL-2.1-or-later as valid identifiers
arch ARM: fix Thumb2 regression with Spectre BHB
block block: fix blk_mq_attempt_bio_merge and rq_qos_throttle protection
certs certs: Fix build error when CONFIG_MODULE_SIG_KEY is empty
crypto crypto: af_alg - get rid of alg_memory_allocated
drivers Merge tag 'mmc-v5.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
fs Merge branch 'davidh' (fixes from David Howells)
include Merge branch 'davidh' (fixes from David Howells)
init lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()
ipc ipc/sem: do not sleep with a spin lock held
kernel Merge branch 'davidh' (fixes from David Howells)
lib Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
mm mm: gup: make fault_in_safe_writeable() use fixup_user_fault()
net Merge tag 'net-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
samples samples/seccomp: Adjust sample to also provide kill option
scripts kconfig: fix failing to generate auto.conf
security Merge tag 'selinux-pr-20220223' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
sound ALSA: intel_hdmi: Fix reference to PCM buffer address
tools Merge tag 'net-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
usr kbuild: remove include/linux/cyclades.h from header file check
virt KVM: Fix lockdep false negative during host resume
.clang-format genirq/msi: Make interrupt allocation less convoluted
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes .gitattributes: use 'dts' diff driver for dts files
.gitignore .gitignore: ignore only top-level modules.builtin
.mailmap MAINTAINERS: Update Jisheng's email address
COPYING COPYING: state that all contributions really are covered by this file
CREDITS MAINTAINERS: replace a Microchip AT91 maintainer
Kbuild kbuild: rename hostprogs-y/always to hostprogs/always-y
Kconfig kbuild: ensure full rebuild when the compiler is updated
MAINTAINERS Merge tag 'soc-fixes-5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Makefile Linux 5.17-rc7
README Drop all 00-INDEX files from Documentation/
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.