* Linux 4.9.55 break network setup because dhcp client gets an error @ 2017-10-12 17:52 Eric Valette 2017-10-12 17:57 ` Shuah Khan 0 siblings, 1 reply; 5+ messages in thread From: Eric Valette @ 2017-10-12 17:52 UTC (permalink / raw) To: linux-kernel Hi, Just compiled a fresh 4.9.55, with same .config, same user space than 4.9.54 and discovered I had no network because ifup fails because dhcp cleint fails. As everything is identical, 4.9.54 still works, I guess one patch in net/core/... did break something. ifup eth0 Internet Systems Consortium DHCP Client 4.3.5 Copyright 2004-2016 Internet Systems Consortium. All rights reserved. For info, please visit https://www.isc.org/software/dhcp/ Can't install packet filter program: Cannot allocate memory <===== If you think you have received this message due to a bug rather than a configuration issue please read the section on submitting bugs on either our web page at www.isc.org or in the README file before submitting a bug. These pages explain the proper process and the information we find helpful for debugging.. exiting. ifup: failed to bring up eth0 Ps: CC me I'm not subscribed --eric ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Linux 4.9.55 break network setup because dhcp client gets an error 2017-10-12 17:52 Linux 4.9.55 break network setup because dhcp client gets an error Eric Valette @ 2017-10-12 17:57 ` Shuah Khan 2017-10-12 18:08 ` Eric Valette 2017-10-12 19:56 ` Cong Wang 0 siblings, 2 replies; 5+ messages in thread From: Shuah Khan @ 2017-10-12 17:57 UTC (permalink / raw) To: eric.valette; +Cc: LKML, stable, Greg KH, David Miller, shuahkh On Thu, Oct 12, 2017 at 11:52 AM, Eric Valette <eric.valette@free.fr> wrote: > Hi, > > Just compiled a fresh 4.9.55, with same .config, same user space than 4.9.54 > and discovered I had no network because ifup fails because dhcp cleint > fails. As everything is identical, 4.9.54 still works, I guess one patch in > net/core/... did break something. > > ifup eth0 > Internet Systems Consortium DHCP Client 4.3.5 > Copyright 2004-2016 Internet Systems Consortium. > All rights reserved. > For info, please visit https://www.isc.org/software/dhcp/ > > Can't install packet filter program: Cannot allocate memory > <===== > If you think you have received this message due to a bug rather > than a configuration issue please read the section on submitting > bugs on either our web page at www.isc.org or in the README file > before submitting a bug. These pages explain the proper > process and the information we find helpful for debugging.. > > exiting. > ifup: failed to bring up eth0 > > Ps: CC me I'm not subscribed > Please revert commit 345c66695569db83eed100723e4df72cb54df7de Author: Eric Dumazet <edumazet@google.com> Date: Mon Oct 2 12:20:51 2017 -0700 socket, bpf: fix possible use after free This will fix the problem. thanks, -- Shuah ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Linux 4.9.55 break network setup because dhcp client gets an error 2017-10-12 17:57 ` Shuah Khan @ 2017-10-12 18:08 ` Eric Valette 2017-10-12 19:56 ` Cong Wang 1 sibling, 0 replies; 5+ messages in thread From: Eric Valette @ 2017-10-12 18:08 UTC (permalink / raw) To: Shuah Khan; +Cc: LKML, stable, Greg KH, David Miller, shuahkh On 12/10/2017 19:57, Shuah Khan wrote: > On Thu, Oct 12, 2017 at 11:52 AM, Eric Valette <eric.valette@free.fr> wrote: >> Hi, >> >> Just compiled a fresh 4.9.55, with same .config, same user space than 4.9.54 >> and discovered I had no network because ifup fails because dhcp cleint >> fails. As everything is identical, 4.9.54 still works, I guess one patch in >> net/core/... did break something. >> > Please revert commit 345c66695569db83eed100723e4df72cb54df7de > > Author: Eric Dumazet <edumazet@google.com> > Date: Mon Oct 2 12:20:51 2017 -0700 > > socket, bpf: fix possible use after free > > This will fix the problem. Thanks for the quick answer. Glad to see it is already known and almost fixed. I'll rather wait for 56 (to get the correct patch dependency merged) and remove 55 kernel image from /boot in the meantime. Glas my headless NAS has a fixed address because it is more tricky to get back in order and I switched it to 55 already. Thanks for the support, -- eric ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Linux 4.9.55 break network setup because dhcp client gets an error 2017-10-12 17:57 ` Shuah Khan 2017-10-12 18:08 ` Eric Valette @ 2017-10-12 19:56 ` Cong Wang 2017-10-12 20:11 ` Greg KH 1 sibling, 1 reply; 5+ messages in thread From: Cong Wang @ 2017-10-12 19:56 UTC (permalink / raw) To: Shuah Khan Cc: eric.valette, LKML, stable, Greg KH, David Miller, shuahkh, Linux Kernel Network Developers, Eric Dumazet (Cc'ing netdev and the author Eric) On Thu, Oct 12, 2017 at 10:57 AM, Shuah Khan <shuahkhan@gmail.com> wrote: > On Thu, Oct 12, 2017 at 11:52 AM, Eric Valette <eric.valette@free.fr> wrote: >> Hi, >> >> Just compiled a fresh 4.9.55, with same .config, same user space than 4.9.54 >> and discovered I had no network because ifup fails because dhcp cleint >> fails. As everything is identical, 4.9.54 still works, I guess one patch in >> net/core/... did break something. >> >> ifup eth0 >> Internet Systems Consortium DHCP Client 4.3.5 >> Copyright 2004-2016 Internet Systems Consortium. >> All rights reserved. >> For info, please visit https://www.isc.org/software/dhcp/ >> >> Can't install packet filter program: Cannot allocate memory >> <===== >> If you think you have received this message due to a bug rather >> than a configuration issue please read the section on submitting >> bugs on either our web page at www.isc.org or in the README file >> before submitting a bug. These pages explain the proper >> process and the information we find helpful for debugging.. >> >> exiting. >> ifup: failed to bring up eth0 >> >> Ps: CC me I'm not subscribed >> > > Please revert commit 345c66695569db83eed100723e4df72cb54df7de > > Author: Eric Dumazet <edumazet@google.com> > Date: Mon Oct 2 12:20:51 2017 -0700 > > socket, bpf: fix possible use after free > > This will fix the problem. > > thanks, > -- Shuah ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Linux 4.9.55 break network setup because dhcp client gets an error 2017-10-12 19:56 ` Cong Wang @ 2017-10-12 20:11 ` Greg KH 0 siblings, 0 replies; 5+ messages in thread From: Greg KH @ 2017-10-12 20:11 UTC (permalink / raw) To: Cong Wang Cc: Shuah Khan, eric.valette, LKML, stable, David Miller, shuahkh, Linux Kernel Network Developers, Eric Dumazet On Thu, Oct 12, 2017 at 12:56:57PM -0700, Cong Wang wrote: > (Cc'ing netdev and the author Eric) Already fixed, try 4.9.56 :) thanks, greg k-h ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-10-12 20:12 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-10-12 17:52 Linux 4.9.55 break network setup because dhcp client gets an error Eric Valette 2017-10-12 17:57 ` Shuah Khan 2017-10-12 18:08 ` Eric Valette 2017-10-12 19:56 ` Cong Wang 2017-10-12 20:11 ` Greg KH
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox