Correct handling of DST when converting dates
Timestamps conversion was ignoring Daylight Savings Time (DST) causing
date conversions to be +/-1 hour under some circumstances.
bz4004; from Khush Patel, ok deraadt
sk-usbhid: preserve UV requirement for resident keys
When loading resident credentials, derive SSH_SK_USER_VERIFICATION_REQD
directly from the credential's credProtect policy.
The previous code only preserved the flag when the authenticator did not
report the uv capability. As a result, UV_REQUIRED credentials downloaded
from authenticators with built-in UV were saved with flags 0x21 instead
of 0x25.
Do not make preservation of the credential policy depend on the
authenticator's current UV capability. Keep compatibility with libfido2
versions without fido_cred_prot().
GHPR701 from Savely Krasovsky
sftp: don't crash when glob(3) results lack stat information
Avoid NULL deref crashes when remote glob(3) results lack stat
information. This can happen if the sftp server selectively fails
a stat/lstat operation.
GHPR707 from Nguyễn Anh Bình
disconnect_controlling_tty() is the only thing from sshpty.c used
in sshd, and sshd is the only thing that calls this function.
Move it into sshd.c and we no longer need to compile sshd against
sshpty.c
Part of bz3996 from Colin Watson
Fix ChannelTimeout specificity
Previously a more specific channel type (e.g. "session:shell") could
clobber a user-specified ChannelTimeout if it was less specific
(e.g. "session").
Also, in some cases, the debug messages were printing 0 instead of the
effective timeout.
From Bhagavathiyappan Shanmugam <Bhagavathiyappan.Shanmugam at ibm.com>
via bz3994
drm/amdgpu/gfx6: Use PFP on the compute queues too
From Timur Kristof
8d752f1bb73fabe5a425acbf5c767c0fe68bf3c5 in linux-6.18.y/6.18.52
60f20946cd318518ddc2c0da12103c666b2b9564 in mainline linux
drm/amdgpu/gfx6: Fixup emitting SWITCH_BUFFER packets
From Timur Kristof
375adae128dd0b068e917db3abc90a07e3ae3a8f in linux-6.18.y/6.18.52
7aac4242a11991d530eee3e141d6e445d5f11c22 in mainline linux
drm/amdgpu/gfx6: Fixup emit_cntxcntl()
From Timur Kristof
d2d543f9313fa31baa13509dba58bc38994eacf2 in linux-6.18.y/6.18.52
1edb323406aaf05739804d2faa2561f2d43bcd09 in mainline linux
drm/amd/display: Remove unused-but-set variable hubp from
From Gleb Markov
ce51fcf0d2385d125e1867edb07ce353ddbbd421 in linux-6.18.y/6.18.52
b736792e5bd4a62f24e8d1e310bf4a75bfbeaaaa in mainline linux
drm/amd/display: Fix DM I2C teardown race
From Geoffrey McRae
8ee385305e8902fa6fbfd66b5a112238292567b6 in linux-6.18.y/6.18.52
e4ae30a12aa95942814957d8bc1ce7366a7107d7 in mainline linux
drm/amdgpu/pm/powerplay: bounds-check voltage index in Vega10 lookup
From Asad Kamal
46d27e56dbd6345b9c7b62b67ec57407bf3bf29a in linux-6.18.y/6.18.52
6fa33f594e46e775a94097f71b486d7b006b6917 in mainline linux
drm/amdgpu/pm/powerplay: bounds-check voltage index in SMU7 lookup
From Asad Kamal
8a3db9f593b643904c6cc6d8a3f211c84ca6cf8a in linux-6.18.y/6.18.52
3a8a05477cda6c8293e2b629495b42981dcaba32 in mainline linux
drm: Remove unused header in drm_dumb_buffers.c
From Yicong Hui
fa633af222c82766e3f3e7d989f62acf5b855177 in linux-6.18.y/6.18.52
38b4ce17ef3421fb0e5e6dbdab1974282bde1165 in mainline linux
drm/amd/display: Scale custom brightness curve from full range
From Akhmed Zhitaev
463743d1d5ef2f336a4f95a39a7120cbbc647c36 in linux-6.18.y/6.18.52
6fd83a1c2cdea48c396f600795217fbdfb8124f6 in mainline linux
drm/amd/display: Fix backlight max_brightness to match exported range
From Mario Limonciello
7e56deae5a796fd9f70f8c97d5fc6dd1ce523721 in linux-6.18.y/6.18.52
bd9e2b5b0473c75abc0f4134dfe79ecbfb16610d in mainline linux