mirror of
https://github.com/analogdevicesinc/linux.git
synced 2026-06-14 01:13:39 +08:00
This bring the remaining stable fixes into our release branch. Not too many copnflicts. The ones to mention: - spi-xilinx: Resolve to xilinx codebase; - pwm-stm32: Use the code we have in main (new PWM API backported); - spi-cadence-quadspi: Backport what seems to be a valid fix. * tag 'v6.12.77': (3046 commits) Linux 6.12.77 ata: libata-eh: Fix detection of deferred qc timeouts ata: libata: cancel pending work after clearing deferred_qc ata: libata-eh: correctly handle deferred qc timeouts ata: libata-core: fix cancellation of a port deferred qc work ext4: fix potential null deref in ext4_mb_init() apparmor: fix race between freeing data and fs accessing it apparmor: fix race on rawdata dereference apparmor: fix differential encoding verification apparmor: fix unprivileged local user can do privileged policy management apparmor: Fix double free of ns_name in aa_replace_profiles() apparmor: fix missing bounds check on DEFAULT table in verify_dfa() apparmor: fix side-effect bug in match_char() macro usage apparmor: fix: limit the number of levels of policy namespaces apparmor: replace recursive profile removal with iterative approach apparmor: fix memory leak in verify_header apparmor: validate DFA start states are in bounds in unpack_pdb net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocks tracing: Add NULL pointer check to trigger_data_free() selftest/arm64: Fix sve2p1_sigill() to hwcap test ... Signed-off-by: Nuno Sá <nuno.sa@analog.com>