RE: [PATCH] posix/tst-getaddrinfo4: Consider EAI_NODATA as an expected result

2019-03-26 Thread Alexey Brodkin
Hello, Any chance for this one to get reviewed? It allows 1 more test to complete successfully in case of certain (though seems to be valid) DNS server setups. -Alexey > -Original Message- > From: Vineet Gupta > Sent: Monday, December 17, 2018 9:54 PM > To: Alexey Brodkin ;

[PATCH v6 01/19] arc: mm: Add p?d_large() definitions

2019-03-26 Thread Steven Price
walk_page_range() is going to be allowed to walk page tables other than those of user space. For this it needs to know when it has reached a 'leaf' entry in the page tables. This information will be provided by the p?d_large() functions/macros. For arc, we only have two levels, so only