From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Hartkopp Subject: Re: [PATCH] can-bcm: initialize ifindex for timeouts without previous frame reception Date: Mon, 26 Nov 2012 22:39:52 +0100 Message-ID: <50B3E1A8.7030900@hartkopp.net> References: <50B3DE07.7080506@hartkopp.net> <50B3E11B.8040606@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from mo-p00-ob.rzone.de ([81.169.146.160]:30297 "EHLO mo-p00-ob.rzone.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757252Ab2KZVjz (ORCPT ); Mon, 26 Nov 2012 16:39:55 -0500 In-Reply-To: <50B3E11B.8040606@pengutronix.de> Sender: linux-can-owner@vger.kernel.org List-ID: To: Marc Kleine-Budde Cc: "linux-can@vger.kernel.org" , Andre Naujoks On 26.11.2012 22:37, Marc Kleine-Budde wrote: > On 11/26/2012 10:24 PM, Oliver Hartkopp wrote: >> Set in the rx_ifindex to pass the correct interface index in the case of a >> message timeout detection. Usually the rx_ifindex value is set at receive >> time. But when no CAN frame has been received the RX_TIMEOUT notification >> did not contain a valid value. >> >> Reported-by: Andre Naujoks >> Signed-off-by: Oliver Hartkopp > > Tnx, I'll send a pull request to David, let's hope the best :) It probably helps to tag this patch as a candidate for stable also. BR, Oliver