Merge tag 'v6.6.102' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable into odroid-6.6.y

This is the 6.6.102 stable release

Change-Id: I190d77ce588a35aedb1d5db4cb184c9800bfa844
This commit is contained in:
Mauro Ribeiro
2026-01-26 11:02:17 -03:00
287 changed files with 2623 additions and 1283 deletions

View File

@@ -480,7 +480,7 @@ void ConfigList::updateListAllForAll()
while (it.hasNext()) {
ConfigList *list = it.next();
list->updateList();
list->updateListAll();
}
}