Dne 5.3.2017 v 10:43 Mintz, Yuval napsal(a):
It is possible to crash the kernel by accessing a PTP device while its
associated bnx2x interface is down. Before the interface is brought up, the
timecounter is not initialized, so accessing it results in NULL dereference.
Fix it by checking if the i
> It is possible to crash the kernel by accessing a PTP device while its
> associated bnx2x interface is down. Before the interface is brought up, the
> timecounter is not initialized, so accessing it results in NULL dereference.
>
> Fix it by checking if the interface is up.
>
> Use -ENETDOWN as