UBUNTU: Ubuntu-6.2.0-17.17

Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
This commit is contained in:
Andrea Righi 2023-03-14 16:43:44 +01:00
parent d7175265d1
commit e3be6fa29e
2 changed files with 1298 additions and 5 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,10 @@
# Recreate any symlinks created since the orig. # Recreate any symlinks created since the orig.
# Remove any files deleted from the orig. # Remove any files deleted from the orig.
rm -f 'net/sched/cls_tcindex.c'
rm -f 'scripts/is_rust_module.sh' rm -f 'scripts/is_rust_module.sh'
rm -f 'tools/testing/selftests/net/bpf/Makefile' rm -f 'tools/testing/selftests/net/bpf/Makefile'
rm -f 'tools/testing/selftests/net/bpf/nat6to4.c' rm -f 'tools/testing/selftests/net/bpf/nat6to4.c'
rm -f 'tools/testing/selftests/tc-testing/tc-tests/filters/tcindex.json'
chmod +x 'debian/cloud-tools/hv_get_dhcp_info' chmod +x 'debian/cloud-tools/hv_get_dhcp_info'
chmod +x 'debian/cloud-tools/hv_get_dns_info' chmod +x 'debian/cloud-tools/hv_get_dns_info'
chmod +x 'debian/cloud-tools/hv_set_ifconfig' chmod +x 'debian/cloud-tools/hv_set_ifconfig'