Re: [LEDE-DEV] Handling the image generation process on ARC770

2017-07-24 Thread Felix Fietkau
On 2017-07-21 18:53, Alexandru Gagniuc wrote: > Hello, > > I am looking to write some rules to generate images on an SOC we're > trying to port over. > > I need a vmlinux-initramfs ELF file with DWARF debugging information. > This is useful because it goes straight to gdb and can be loaded over

Re: [LEDE-DEV] Transmit timeouts with mtk_eth_soc and MT7621

2017-07-24 Thread Kristian Evensen
Hi, On Mon, Jul 24, 2017 at 4:02 AM, Mingyu Li wrote: > i guest the problem is there are some tx data not free. but tx > interrupt is clean. cause tx timeout. the old code will free data > first then clean interrupt. but there maybe new data arrive after free > data before clean interrupt. > so c

[LEDE-DEV] [PATCH] kernel: update kernel 4.9 to 4.9.39

2017-07-24 Thread Koen Vandeputte
- Refreshed all patches Compile tested on: cns3xxx, imx6 Run tested on: cns3xxx, imx6 Signed-off-by: Koen Vandeputte --- include/kernel-version.mk| 4 ++-- .../patches-4.9/021-bridge-multicast-to-unicast.patch| 2 +- .../generic/patches-4.9/661-use_

[LEDE-DEV] Active connections seems to be not self-cleaning

2017-07-24 Thread Ron Brash
Hello all, I am running a trunk build on my router station pro (has the SR71-12 wireless card installed), but I am noticing the active connections tracker on the home page is 100%. The max value seems to be set to 16384. The device seems to never release tracked connections and there are not 16k

Re: [LEDE-DEV] Transmit timeouts with mtk_eth_soc and MT7621

2017-07-24 Thread Mingyu Li
i guess more other interrupts maybe cause the problem. because the ethernet receive flow is interrupt by other hardware. so use sd card, wifi or usb can generate interrupts. 2017-07-24 17:19 GMT+08:00 Kristian Evensen : > Hi, > > On Mon, Jul 24, 2017 at 4:02 AM, Mingyu Li wrote: >> i guest the pr

[LEDE-DEV] Lots of snapshot packages not building

2017-07-24 Thread Sebastian Kemper
Hi all, Currently lots of snapshot packages aren't building. I think this is the situation since end of last week. For instance ncurses is failing with checking for x86_64-pc-linux-gnu-gcc... ccache gcc checking for C compiler default output... configure: error: C compiler cannot create executa

Re: [LEDE-DEV] Lots of snapshot packages not building

2017-07-24 Thread Jo-Philipp Wich
Hi, this has been fixed with https://git.lede-project.org/9e64874fb2508e49e52898c238d817bd152bf2c2 and will propagate to the builders within the next two to three days. ~ Jo ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.

Re: [LEDE-DEV] Lots of snapshot packages not building

2017-07-24 Thread Sebastian Kemper
On Mon, Jul 24, 2017 at 07:21:16PM +0200, Jo-Philipp Wich wrote: > Hi, > > this has been fixed with > https://git.lede-project.org/9e64874fb2508e49e52898c238d817bd152bf2c2 > and will propagate to the builders within the next two to three days. > > ~ Jo Thanks Jo! ___

Re: [LEDE-DEV] Handling the image generation process on ARC770

2017-07-24 Thread Alexandru Gagniuc
On 07/24/2017 01:42 AM, Felix Fietkau wrote: On 2017-07-21 18:53, Alexandru Gagniuc wrote: Hello, I am looking to write some rules to generate images on an SOC we're trying to port over. I need a vmlinux-initramfs ELF file with DWARF debugging information. This is useful because it goes straig

Re: [LEDE-DEV] Handling the image generation process on ARC770

2017-07-24 Thread Felix Fietkau
On 2017-07-24 20:09, Alexandru Gagniuc wrote: > On 07/24/2017 01:42 AM, Felix Fietkau wrote: >> On 2017-07-21 18:53, Alexandru Gagniuc wrote: >>> Hello, >>> >>> I am looking to write some rules to generate images on an SOC we're >>> trying to port over. >>> >>> I need a vmlinux-initramfs ELF file w

Re: [LEDE-DEV] [PATCH] kernel: update kernel 4.9 to 4.9.39

2017-07-24 Thread Baptiste Jonglez
Hi Koen, Just so you know, it's not the first time that there are several identical submissions to bump the kernel version. See this pull request that also updates kernel to 4.9.39: https://github.com/lede-project/source/pull/1236 No need to duplicate time and efforts :) Baptiste On Mon,

Re: [LEDE-DEV] [OpenWrt-Devel] MV88E6060 switch

2017-07-24 Thread Nerijus Baliunas via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On Sun, 23 Jul 2017 11:38:02 -0700

Re: [LEDE-DEV] ubiquiti erx-sfp in stable?

2017-07-24 Thread Sven Roederer
On Montag, 17. Juli 2017 14:05:20 CEST Torbjorn Jansson wrote: > Hello > > a question, any idea when the updates that was made to erx-sfp will make > it into a stable release? > Hi all, there is a cheap patch I made to backport the ERX-SFP support to the 17.01 branch. It's not perfect, but it's

Re: [LEDE-DEV] [PATCH lede-17.01 1/4] x86/generic: use HIGHMEM64G instead of HIGHMEM4G to fix PAE and Xen

2017-07-24 Thread Sven Roederer
On Samstag, 15. Juli 2017 22:57:53 CEST Baptiste Jonglez wrote: > From: Baptiste Jonglez > > This is a backport of 641a65fd062987a456216cc4fa91ff2910528261 in master. > > This change re-enables PAE for the 32-bit x86 subtarget, which is > interesting in its own right but also necessary for Xen s

Re: [LEDE-DEV] Handling the image generation process on ARC770

2017-07-24 Thread Alex
On 07/24/2017 11:54 AM, Felix Fietkau wrote: On 2017-07-24 20:09, Alexandru Gagniuc wrote: On 07/24/2017 01:42 AM, Felix Fietkau wrote: [snip] I think the most sensible way would be to change the kernel to support load_addr == entry_point. This could be achieved by adding a small assembly stub