1
0

Merge branch 'fixes' into next

Merge our fixes branch. It has a few important fixes that are needed for
futher testing and also some commits that will conflict with content in
next.
Este cometimento está contido em:
Michael Ellerman
2018-10-09 16:51:05 +11:00
ascendente 47fd206066 ac1788cc7d
cometimento 9b7e4d601b
29 ficheiros modificados com 77 adições e 13 eliminações

Ver ficheiro

@@ -276,7 +276,7 @@ long pnv_pci_ioda2_table_alloc_pages(int nid, __u64 bus_offset,
level_shift = entries_shift + 3;
level_shift = max_t(unsigned int, level_shift, PAGE_SHIFT);
if ((level_shift - 3) * levels + page_shift >= 60)
if ((level_shift - 3) * levels + page_shift >= 55)
return -EINVAL;
/* Allocate TCE table */