summaryrefslogtreecommitdiffstats
path: root/net-netlink-workaround-silly-yield.patch
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2011-03-20 14:58:02 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-03-20 15:00:22 -0400
commit7e047ab8bc93e427ccda74042cd7b079a1fc62a4 (patch)
tree231495a4409a815eac8f9a6832935610bc104674 /net-netlink-workaround-silly-yield.patch
parentb5bf8505cceab7de4bf6c8b2e58045ddfcfbfecc (diff)
downloadrt-patches-7e047ab8bc93e427ccda74042cd7b079a1fc62a4.tar.gz
fixup where refresh mangled headers with diffstat junk
Not sure why it went ape-shit. Seems to have a weak patch beginning detection algo. I'll be not glomming diffstat info into patches in the future. Here is the quick-n-dirty detection, in case I need it again: for i in *patch ; do DS=`cat -n $i|grep 'file[s]* changed'|awk '{print $1}'|head -n1` ; SB=`cat -n $i|grep '^Signed-off-by: '|awk '{print $1}'` ; if [ -z "$SB" ] ; then continue ; fi ; if [ -z "$DS" ];then continue ; fi ; if [ $SB -gt $DS ]; then echo $i ; fi ; done Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'net-netlink-workaround-silly-yield.patch')
-rw-r--r--net-netlink-workaround-silly-yield.patch4
1 files changed, 0 insertions, 4 deletions
diff --git a/net-netlink-workaround-silly-yield.patch b/net-netlink-workaround-silly-yield.patch
index 37384e1..94eb185 100644
--- a/net-netlink-workaround-silly-yield.patch
+++ b/net-netlink-workaround-silly-yield.patch
@@ -15,10 +15,6 @@ Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
LKML-Reference: <20090417132010.0191c749@torg>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
-- ---
-
- net/netlink/af_netlink.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
---
net/netlink/af_netlink.c | 2 +-