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

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

Re: Linux 3.14.58

2015-12-22 Thread Jason Baron
eywell HGI80 ID > > Dmitry Tunin (2): > Bluetooth: ath3k: Add new AR3012 0930:021c id > Bluetooth: ath3k: Add support of AR3012 0cf3:817b device > > Eric Dumazet (2): > net: avoid NULL deref in inet_ctl_sock_destroy() > net: fix a race in dst_release() > &g

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

Re: Linux 3.14.58

2015-12-22 Thread Jason Baron
eywell HGI80 ID > > Dmitry Tunin (2): > Bluetooth: ath3k: Add new AR3012 0930:021c id > Bluetooth: ath3k: Add support of AR3012 0cf3:817b device > > Eric Dumazet (2): > net: avoid NULL deref in inet_ctl_sock_destroy() > net: fix a race in dst_release() > &g

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

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

Linux 3.14.58

2015-12-09 Thread Greg KH
in dst_release() Florian Fainelli (1): ARM: orion: Fix DSA platform device after mvmdio conversion Francesco Ruggeri (1): packet: race condition in packet_bind Greg Kroah-Hartman (1): Linux 3.14.58 Guillaume Nault (1): ppp: fix pppoe_dev deletion condition in pppoe_release

Linux 3.14.58

2015-12-09 Thread Greg KH
in dst_release() Florian Fainelli (1): ARM: orion: Fix DSA platform device after mvmdio conversion Francesco Ruggeri (1): packet: race condition in packet_bind Greg Kroah-Hartman (1): Linux 3.14.58 Guillaume Nault (1): ppp: fix pppoe_dev deletion condition in pppoe_release

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