Hi Evgeniy,
Am 03.07.20 um 01:28 schrieb Evgeniy Didin:
> Hi Oleksij,
>
> Synopsys ARC HSDK board has “Micrel KSZ9031 Gigabit PHY” chip on it, boot log:
>> Starting network: stmmaceth f0008000.ethernet eth0: PHY [stmmac-0:00] driver
>> [Micrel KSZ9031
> Gigabit PHY] (irq=POLL)
> With recent comm
On 07/01/2020 03:02 AM, Vineet Gupta wrote:
> On 6/29/20 8:53 PM, Anshuman Khandual wrote:
>>
>>
>> On 06/24/2020 08:43 AM, Anshuman Khandual wrote:
>>>
>>>
>>> On 06/15/2020 09:07 AM, Anshuman Khandual wrote:
This series adds some more arch page table helper validation tests which
are
Gentle ping.
On Sat, Jun 27, 2020 at 05:34:45PM +0300, Mike Rapoport wrote:
> From: Mike Rapoport
>
> Hi,
>
> Most architectures have very similar versions of pXd_alloc_one() and
> pXd_free_one() for intermediate levels of page table.
> These patches add generic versions of these functions in
On Tue, 30 Jun 2020, Adhemerval Zanella via Libc-alpha wrote:
> >>> | FAIL: stdio-common/bug22# Needs more RAM: 2 GB memory
>
> We might try to enhance this test to avoid require too much memory.
Note this is bug 14231 (covering test-vfprintf as well, which also
requires a large
On 7/2/20 9:27 AM, Joseph Myers wrote:
> On Thu, 2 Jul 2020, Vineet Gupta via Libc-alpha wrote:
>
>> Now acos can come from 2 places depending on LIBM_SVID_COMPAT
>> - math/w_acos_template.c<-- sets errno only
>
> This wrapper, unlike the compat one, always calls __ieee754_acos
> (appropria
On Thu, 2 Jul 2020, Vineet Gupta via Libc-alpha wrote:
> Now acos can come from 2 places depending on LIBM_SVID_COMPAT
> - math/w_acos_template.c <-- sets errno only
This wrapper, unlike the compat one, always calls __ieee754_acos
(appropriately suffixed), relying on it to raise appropriate
On Jul 02 2020, Vineet Gupta via Libc-alpha wrote:
> Now acos can come from 2 places depending on LIBM_SVID_COMPAT
> - math/w_acos_template.c <-- sets errno only
> - math/w_acos_compat.c <-- raises exception FE_INVALID
>
> For ARC, 1st variant is building, so explicit exception is NOT