From cc9f01b246ca8e4fa245991840b8076394f86707 Mon Sep 17 00:00:00 2001 From: Chetan Loke Date: Thu, 14 Jul 2011 08:36:33 -0700 Subject: [PATCH] af-packet: fix - avoid reading stale data Currently we flush tp_status and then flush the remainder of the header+payload. tp_status should be flushed in the end to avoid stale data being read by user-space. Incorrectly re-ordered barriers in v1. Signed-off-by: Chetan Loke Signed-off-by: David S. Miller --- Reading git-format-patch failed