From: Krzysztof Halasa Date: Sun, 29 Jun 2008 19:48:11 +0000 (+0200) Subject: Add missing skb->dev assignment in Frame Relay RX code X-Git-Tag: v2.6.26~51^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54364b752ef0c91fe92684df000cc4593d1e8963;p=pandora-kernel.git Add missing skb->dev assignment in Frame Relay RX code Commit 4c13eb6657fe9ef7b4dc8f1a405c902e9e5234e0 ([ETH]: Make eth_type_trans set skb->dev like the other *_type_trans) removed skb->dev assignment from hdlc_fr.c:fr_rx(). Unfortunately it was also needed for cases other than eth_type_trans(). Adding it back. It's quite serious and may be a security risk as it causes a wrong input interface indication (the physical hdlcX instead of logical pvcX). Probably -stable class fix. Signed-off-by: Krzysztof Halasa Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed