From: Greg Kroah-Hartman Date: Fri, 14 Dec 2012 23:39:09 +0000 (-0800) Subject: update to 3.4.23 X-Git-Tag: v3.4.25-ltsi~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38661db6b6eb4d793d747559c1ebbde67c7106ea;p=platform%2Fkernel%2Flinux-stable.git update to 3.4.23 --- diff --git a/KERNEL_VERSION b/KERNEL_VERSION index 3ecfa57a8adf..0183856eaeb3 100644 --- a/KERNEL_VERSION +++ b/KERNEL_VERSION @@ -1 +1 @@ -3.4.21 +3.4.23 diff --git a/patches.codel/codel-refine-one-condition-to-avoid-a-nul-rec_inv_sq.patch b/patches.codel/codel-refine-one-condition-to-avoid-a-nul-rec_inv_sq.patch index a3c55729642a..e4651c87bc05 100644 --- a/patches.codel/codel-refine-one-condition-to-avoid-a-nul-rec_inv_sq.patch +++ b/patches.codel/codel-refine-one-condition-to-avoid-a-nul-rec_inv_sq.patch @@ -23,11 +23,13 @@ Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller Signed-off-by: Paul Gortmaker -diff --git a/include/net/codel.h b/include/net/codel.h -index 550debf..389cf62 100644 +--- + include/net/codel.h | 8 ++++++-- + 1 file changed, 6 insertions(+), 2 deletions(-) + --- a/include/net/codel.h +++ b/include/net/codel.h -@@ -305,6 +305,8 @@ static struct sk_buff *codel_dequeue(struct Qdisc *sch, +@@ -305,6 +305,8 @@ static struct sk_buff *codel_dequeue(str } } } else if (drop) { @@ -36,7 +38,7 @@ index 550debf..389cf62 100644 if (params->ecn && INET_ECN_set_ce(skb)) { stats->ecn_mark++; } else { -@@ -320,9 +322,11 @@ static struct sk_buff *codel_dequeue(struct Qdisc *sch, +@@ -320,9 +322,11 @@ static struct sk_buff *codel_dequeue(str * assume that the drop rate that controlled the queue on the * last cycle is a good starting point to control it now. */ @@ -50,6 +52,3 @@ index 550debf..389cf62 100644 /* we dont care if rec_inv_sqrt approximation * is not very precise : * Next Newton steps will correct it quadratically. --- -1.7.12.rc1.1.gbce1580 - diff --git a/patches.ltsi/ltsi-makefile-addition.patch b/patches.ltsi/ltsi-makefile-addition.patch index 7a0ac595f210..1ec545f3efc1 100644 --- a/patches.ltsi/ltsi-makefile-addition.patch +++ b/patches.ltsi/ltsi-makefile-addition.patch @@ -18,7 +18,7 @@ Signed-off-by: Greg Kroah-Hartman @@ -1,7 +1,7 @@ VERSION = 3 PATCHLEVEL = 4 - SUBLEVEL = 21 + SUBLEVEL = 23 -EXTRAVERSION = +EXTRAVERSION = -ltsi NAME = Saber-toothed Squirrel