Re: [PATCH net] net: dp83640: Avoid NULL pointer dereference.

2017-06-23 Thread David Miller
From: Richard Cochran Date: Fri, 23 Jun 2017 17:51:31 +0200 > The function, skb_complete_tx_timestamp(), used to allow passing in a > NULL pointer for the time stamps, but that was changed in commit > 62bccb8cdb69051b95a55ab0c489e3cab261c8ef ("net-timestamp: Make the > clone operation stand-alone

[PATCH net] net: dp83640: Avoid NULL pointer dereference.

2017-06-23 Thread Richard Cochran
The function, skb_complete_tx_timestamp(), used to allow passing in a NULL pointer for the time stamps, but that was changed in commit 62bccb8cdb69051b95a55ab0c489e3cab261c8ef ("net-timestamp: Make the clone operation stand-alone from phy timestamping"), and the existing call sites, all of which ar