Merge tag 'v2025.04-rc4' into next

This uses Heinrich's merge of lib/efi_loader/efi_net.c which results in
no changes.
This commit is contained in:
Tom Rini
2025-03-10 18:12:27 -06:00
67 changed files with 972 additions and 456 deletions

View File

@@ -1712,7 +1712,8 @@ static int sqfs_size_nest(const char *filename, loff_t *size)
case SQFS_LSYMLINK_TYPE:
if (++symlinknest == MAX_SYMLINK_NEST) {
*size = 0;
return -ELOOP;
ret = -ELOOP;
break;
}
symlink = (struct squashfs_symlink_inode *)ipos;