Go to file
Luiz Augusto von Dentz fd6a1261d0 Bluetooth: SMP: Fix not generating mackey and ltk when repairing
[ Upstream commit 545d7827b2 ]

The change eed467b517 ("Bluetooth: fix passkey uninitialized when used")
introduced a goto that bypasses the creation of temporary mackey and ltk
which are later used by the likes of DHKey Check step.

Later ffee202a78 ("Bluetooth: Always request for user confirmation for
Just Works (LE SC)") which means confirm_hint is always set in case
JUST_WORKS so the branch checking for an existing LTK becomes pointless
as confirm_hint will always be set, so this just merge both cases of
malicious or legitimate devices to be confirmed before continuing with the
pairing procedure.

Link: https://github.com/bluez/bluez/issues/1622
Fixes: eed467b517 ("Bluetooth: fix passkey uninitialized when used")
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-12-07 06:18:48 +09:00
arch KVM: arm64: Check the untrusted offset in FF-A memory share 2025-12-01 11:41:52 +01:00
block blk-cgroup: fix possible deadlock while configuring policy 2025-11-24 10:29:22 +01:00
certs sign-file,extract-cert: use pkcs11 provider for OPENSSL MAJOR >= 3 2025-04-25 10:45:58 +02:00
crypto crypto: essiv - Check ssize for decryption and in-place encryption 2025-10-19 16:30:45 +02:00
Documentation dt-bindings: pinctrl: toshiba,visconti: Fix number of items in groups 2025-12-01 11:41:43 +01:00
drivers can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before accessing data 2025-12-07 06:18:48 +09:00
fs smb: client: fix incomplete backport in cfids_invalidation_worker() 2025-12-01 11:41:51 +01:00
include net: tls: Cancel RX async resync request on rcd_delta overflow 2025-12-01 11:41:50 +01:00
init init: handle bootloader identifier in kernel parameters 2025-10-19 16:30:50 +02:00
io_uring io_uring: correct __must_hold annotation in io_install_fixed_file 2025-10-29 14:07:04 +01:00
ipc ipc: fix to protect IPCS lookups using RCU 2025-06-27 11:08:49 +01:00
kernel ftrace: Fix BPF fexit with livepatch 2025-12-01 11:41:53 +01:00
lib maple_tree: fix tracepoint string pointers 2025-12-01 11:41:52 +01:00
LICENSES
mm mm/mempool: fix poisoning order>0 pages with HIGHMEM 2025-12-01 11:41:54 +01:00
net Bluetooth: SMP: Fix not generating mackey and ltk when repairing 2025-12-07 06:18:48 +09:00
rust mm/ksm: fix flag-dropping behavior in ksm_madvise 2025-10-23 16:16:44 +02:00
samples ftrace/samples: Fix function size computation 2025-09-19 16:32:02 +02:00
scripts kconfig/nconf: Initialize the default locale at startup 2025-12-01 11:41:50 +01:00
security ima: don't clear IMA_DIGSIG flag when setting or removing non-IMA xattr 2025-11-24 10:29:46 +01:00
sound ALSA: usb-audio: fix uac2 clock source at terminal parser 2025-12-01 11:41:51 +01:00
tools selftests: mptcp: join: endpoints: longer transfer 2025-12-01 11:41:53 +01:00
usr kbuild: uapi: Strip comments before size type check 2025-11-24 10:29:49 +01:00
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS netdevsim: add Makefile for selftests 2025-11-24 10:29:51 +01:00
Makefile Linux 6.6.118 2025-12-01 11:41:54 +01:00
README

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.