Re: [Devel] [PATCH vz7] x86/relocs: Make per_cpu_load_addr static

2024-06-06 Thread Pavel Tikhomirov
On 25/04/2024 01:32, Alexander Atanasov wrote: From: Ben Hutchings per_cpu_load_addr is only used for 64-bit relocations, but is declared in both configurations of relocs.c - with different types. This has undefined behaviour in general. GNU ld is documented to use the larger size in this

[Devel] [PATCH vz7] neighbour: restore hashtable size limit

2024-06-06 Thread Alexander Atanasov
With counters fro neigh entries per VE introduced in https://virtuozzo.atlassian.net/browse/PSBM-87155 tbl->entries, which served as limit of hashtable size, become unlimited, so the table can grow very large. Table is allocated via __get_free_pages which allocates continuous regions of phys mem a