Re: Linux 3.14.58

2015-12-22 Thread Jason Baron
On 12/22/2015 11:39 AM, Guillaume Morin wrote: > Jason, > > On 22 Dec 11:02, Jason Baron wrote: >> We've noticed livelocks in shrink_dentry_list() very similar to this >> report on stable 3.14.56: >> http://lkml.iu.edu/hypermail/linux/kernel/1405.3/00470.html >> >> It appears that the patches th

Re: Linux 3.14.58

2015-12-22 Thread Guillaume Morin
Jason, On 22 Dec 11:02, Jason Baron wrote: > We've noticed livelocks in shrink_dentry_list() very similar to this > report on stable 3.14.56: > http://lkml.iu.edu/hypermail/linux/kernel/1405.3/00470.html > > It appears that the patches that introduced this issue came into 3.14.51 > in August with

Re: Linux 3.14.58

2015-12-22 Thread Jason Baron
Hi, We've noticed livelocks in shrink_dentry_list() very similar to this report on stable 3.14.56: http://lkml.iu.edu/hypermail/linux/kernel/1405.3/00470.html It appears that the patches that introduced this issue came into 3.14.51 in August with the same set of patches mentioned in the reference

Re: Linux 3.14.58

2015-12-09 Thread Greg KH
diff --git a/Makefile b/Makefile index 51ee14329c47..48a4d0b37c10 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 14 -SUBLEVEL = 57 +SUBLEVEL = 58 EXTRAVERSION = NAME = Remembering Coco diff --git a/arch/arm/common/edma.c b/arch/arm/common/edma.c index 5339009b3c