Following changes are part of this SRCREV uprev
*
dc9285ad fix error cases in gethostbyaddr_r
*
f9827fc7 remove impossible error case from gethostbyname2_r
*
f081d533 fix return value of gethostnbyname[2]_r on result not found
*
1e7fb12f dns: treat names rejected by res_mkquery as nonexistent rather than error
*
001c1afb res_mkquery: error out on consecutive final dots in name
*
3ad3fa96 fix thread leak on timer_create(SIGEV_THREAD) failure
*
bf14ef19 re-enable vdso clock_gettime on arm (32-bit) with workaround
*
6f3ead0a process DT_RELR relocations in ldso-startup/static-pie
*
25085c85 fix fwprintf missing output to open_wmemstream FILEs
*
a636fd63 dns: fail if ipv6 is disabled and resolv.conf has only v6 nameserves
*
996b6154 use kernel-provided AT_MINSIGSTKSZ for sysconf(_SC_[MIN]SIGSTKSZ)
*
25340a93 add sysconf keys/values for signal stack size
*
d8fddb96 fix fallback when ipv6 is disabled but resolv.conf has v6 nameserves
*
d4f987e4 epoll_create: fail with EINVAL if size is non-positive
*
2e5fff43 use alt signal stack when present for implementation-internal signals
*
379b1821 ldso: make exit condition clearer in fixup_rpath
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>