mirror of
https://github.com/hzyitc/openwrt-redmi-ax3000.git
synced 2025-12-21 02:43:14 +00:00
LOCK_STATE_HELD define was omitted during backport of lockdep_assert_not_held() which leads to build failures of kernels with CONFIG_LOCKDEP=y: backports-5.15.8-1/backport-include/linux/lockdep.h:16:47: error: 'LOCK_STATE_HELD' undeclared (first use in this function) Fix it by adding missing LOCK_STATE_HELD define. References: PR#9373 Reported-by: Oskari Rauta <oskari.rauta@gmail.com> Signed-off-by: Petr Štetiar <ynezz@true.cz> |
||
|---|---|---|
| .. | ||
| 000-fix_kconfig.patch | ||
| 001-fix_build.patch | ||
| 002-change_allconfig.patch | ||
| 003-remove_bogus_modparams.patch | ||
| 012-kernel_build_check.patch | ||
| 015-ipw200-mtu.patch | ||
| 050-lib80211_option.patch | ||
| 060-no_local_ssb_bcma.patch | ||
| 070-headers-fix-lockdep_assert_not_held.patch | ||