|
Planned LAVA master maintenance
Hello, lava.ciplatform.org is back up and running. Apologies for any inconvenience caused. Kind Regards, Patryk
Hello, lava.ciplatform.org is back up and running. Apologies for any inconvenience caused. Kind Regards, Patryk
|
By
...
· #2534
·
|
|
LAVA lab-cip-renesas maintenance
Hello, The lab is now back online. Kind Regards, Patryk
Hello, The lab is now back online. Kind Regards, Patryk
|
By
...
· #2517
·
|
|
LAVA lab-cip-renesas maintenance
Hello all, I am bringing lab-cip-renesas offline to do some necessary LAVA maintenance. You will still be able to submit test jobs, but they won’t run until the lab is back online. The lab should be b
Hello all, I am bringing lab-cip-renesas offline to do some necessary LAVA maintenance. You will still be able to submit test jobs, but they won’t run until the lab is back online. The lab should be b
|
By
...
· #2516
·
|
|
[PATCH 4.4.y V2] net: ipconfig: Support using "delayed" DHCP replies
From: Uwe Kleine-König <u.kleine-koenig@...> commit 2647cffb2bc6fbed163d377390eb7ca552c7c1cb upstream. The dhcp code only waits 1s between sending DHCP requests on different devices and onl
From: Uwe Kleine-König <u.kleine-koenig@...> commit 2647cffb2bc6fbed163d377390eb7ca552c7c1cb upstream. The dhcp code only waits 1s between sending DHCP requests on different devices and onl
|
By
...
· #2163
·
|
|
[PATCH 4.4.y V2] DHCP client support when receiving "delayed" replies
Hello, This is the squashed series of patches to fix the DHCP client issue in 4.4.y. The issue arises when a DHCP server takes longer than 1s to reply to the DHCP client in the kernel, and the kernel
Hello, This is the squashed series of patches to fix the DHCP client issue in 4.4.y. The issue arises when a DHCP server takes longer than 1s to reply to the DHCP client in the kernel, and the kernel
|
By
...
· #2162
·
|
|
[PATCH 4.4.y] Increase DHCP inter-device timeout
If multiple networking devices are enabled, the current implementation of the DHCP client is to request a DHCP address on one device, listen for responses on that device for one second, and if no resp
If multiple networking devices are enabled, the current implementation of the DHCP client is to request a DHCP address on one device, listen for responses on that device for one second, and if no resp
|
By
...
· #2161
·
|
|
[PATCH 4.4.y] Increase the inter-device timeout in the kernel's DHCP client
Hello, This is a simple patch that increases the time a device is listening for a DHCP response in the 4.4.y kernel. In my use case, the DHCP server sometimes takes ~1.1s to send a DHCP response, whic
Hello, This is a simple patch that increases the time a device is listening for a DHCP response in the 4.4.y kernel. In my use case, the DHCP server sometimes takes ~1.1s to send a DHCP response, whic
|
By
...
· #2160
·
|
|
[PATCH 4.4 0/5] DHCP client support when receiving "delayed" replies
Hello Pavel,
By
...
· #2046
·
|
|
[PATCH 4.4 5/5] net: ipconfig: Fix NULL pointer dereference on RARP/BOOTP/DHCP timeout
From: Geert Uytterhoeven <geert+renesas@...> commit 1ae292a2457cd692828da2be87cb967260993ad0 upstream. If no RARP, BOOTP, or DHCP response is received, ic_dev is never set, causing a NULL pointe
From: Geert Uytterhoeven <geert+renesas@...> commit 1ae292a2457cd692828da2be87cb967260993ad0 upstream. If no RARP, BOOTP, or DHCP response is received, ic_dev is never set, causing a NULL pointe
|
By
...
· #2043
·
|
|
[PATCH 4.4 4/5] net: ipconfig: Fix more use after free
From: Thierry Reding <treding@...> commit d2d371ae5dd6af9a6a3d7f50b753627c42868409 upstream. While commit 9c706a49d660 ("net: ipconfig: fix use after free") avoids the use after free, the resul
From: Thierry Reding <treding@...> commit d2d371ae5dd6af9a6a3d7f50b753627c42868409 upstream. While commit 9c706a49d660 ("net: ipconfig: fix use after free") avoids the use after free, the resul
|
By
...
· #2042
·
|
|
[PATCH 4.4 3/5] net: ipconfig: fix use after free
From: Uwe Kleine-König <u.kleine-koenig@...> commit 9c706a49d660653625d206f6972541c1f60ea2b0 upstream. ic_close_devs() calls kfree() for all devices's ic_device. Since commit 2647cffb2bc6 (
From: Uwe Kleine-König <u.kleine-koenig@...> commit 9c706a49d660653625d206f6972541c1f60ea2b0 upstream. ic_close_devs() calls kfree() for all devices's ic_device. Since commit 2647cffb2bc6 (
|
By
...
· #2041
·
|
|
[PATCH 4.4 2/5] net: ipconfig: drop inter-device timeout
From: Uwe Kleine-König <u.kleine-koenig@...> commit e068853409aa17208e94f4ca628005cc6f51e043 upstream. Now that ipconfig learned to handle "delayed replies" in the previous commit, there is
From: Uwe Kleine-König <u.kleine-koenig@...> commit e068853409aa17208e94f4ca628005cc6f51e043 upstream. Now that ipconfig learned to handle "delayed replies" in the previous commit, there is
|
By
...
· #2040
·
|
|
[PATCH 4.4 1/5] net: ipconfig: Support using "delayed" DHCP replies
From: Uwe Kleine-König <u.kleine-koenig@...> commit 2647cffb2bc6fbed163d377390eb7ca552c7c1cb upstream. The dhcp code only waits 1s between sending DHCP requests on different devices and onl
From: Uwe Kleine-König <u.kleine-koenig@...> commit 2647cffb2bc6fbed163d377390eb7ca552c7c1cb upstream. The dhcp code only waits 1s between sending DHCP requests on different devices and onl
|
By
...
· #2039
·
|
|
[PATCH 4.4 0/5] DHCP client support when receiving "delayed" replies
Dear All, When running dhcp tests using the 4.4.y (and 4.4.y-cip kernel as well), I encountered an issue where the dhcp client in the kernel could not get an IP address when multiple network devices w
Dear All, When running dhcp tests using the 4.4.y (and 4.4.y-cip kernel as well), I encountered an issue where the dhcp client in the kernel could not get an IP address when multiple network devices w
|
By
...
· #2038
·
|
|
Testing update + cip-core
Hello Daniel,
By
...
· #1872
·
|
|
Testing update + cip-core
Hello Jan,
By
...
· #1867
·
|
|
Testing Dependencies
Hello Daniel, Thank you for your feedback.
Hello Daniel, Thank you for your feedback.
|
By
...
· #1866
·
|
|
Testing Dependencies
Hello, Some dependencies will be required by some tests. As discussed in the TSC meeting today, there are a few options on how to do this: 1) All the package dependencies for all tests included in one
Hello, Some dependencies will be required by some tests. As discussed in the TSC meeting today, there are a few options on how to do this: 1) All the package dependencies for all tests included in one
|
By
...
· #1850
·
|
|
Testing update + cip-core
Hello Daniel, Thanks again for adding lsusb to cip-core. I managed to add internet support to the boards in our LAVA lab the other day. Now that this is the case, it would be really useful to have apt
Hello Daniel, Thanks again for adding lsusb to cip-core. I managed to add internet support to the boards in our LAVA lab the other day. Now that this is the case, it would be really useful to have apt
|
By
...
· #1821
·
|
|
CIP IRC weekly meeting today
Hello Daniel,
By
...
· #1818
·
|