Re: [LEDE-DEV] LEDE call for vote on remerge proposal V3

2017-07-18 Thread John
status of the transfer. > > Thanks, > Zoltan H > > > ___ > lede-adm mailing list > lede-...@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/lede-adm hi mbm started the domain transfer last week. there wa

Re: [LEDE-DEV] [PATCH 2/3] procd: Don't use syslog before its initialization

2017-03-10 Thread John Crispin
logs from procd are logged with ident and PID of some other service that happens to be started at that time. I also have no clue why this is happening (bug in musl?), but it is very confusing when one tries to debug boot problems. is there a way to reliably reproduce this issue ? John Note

Re: [LEDE-DEV] [PATCH] [ubox] syslog: remove unnecessary sizeof struct between messages

2017-03-12 Thread John Crispin
On 12/03/2017 18:49, Dan Bugnar wrote: > I couldn't find a good reason for using the sizeof() here, also I > worked on a resize feature. I will send my work after this patch > situation is clarified. > can you send the resize patch series you have ? i'd like to try the wh

Re: [LEDE-DEV] [PATCH umdns 0/3] Stop storing hosts as services

2017-03-13 Thread John Crispin
se before and after every commit. I tested it in environment with: 1) 17.01.0-rc2 running umdns 2) Android smartphone running Bonjour Browser 3) D-Link DCS-2210L IP camera Acked-by: John Crispin thanks, looks like a nice cleanup Rafał Miłecki (3): Access cached records (instead of services

Re: [LEDE-DEV] [PATCH] Fix refreshing cached A(AAA) records that expire

2017-03-20 Thread John Crispin
-by: Rafał Miłecki Acked-by: John Crispin --- cache.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cache.c b/cache.c index 0e92137..921e612 100644 --- a/cache.c +++ b/cache.c @@ -76,7 +76,7 @@ cache_gc_timer(struct uloop_timeout *timeout) struct cache_serv

Re: [LEDE-DEV] [PATCH umdns] Drop entries cached for interface we're going to delete

2017-03-20 Thread John Crispin
On 20/03/17 12:54, Rafał Miłecki wrote: From: Rafał Miłecki Since we free memory with struct interface we can't keep referencing/using it in cached records or services. Signed-off-by: Rafał Miłecki Acked-by: John Crispin --- interface.c | 2 ++ 1 file changed, 2 insertions(+)

Re: [LEDE-DEV] [PATCH] ipq8064: Fix dwc3 module unloading

2017-03-27 Thread John Crispin
the patch does not explain the mistake. please add that info John On 27/03/17 11:29, Thomas Reifferscheid wrote: Allow module unloading by fixing a mistake Signed-off-by: Thomas Reifferscheid --- target/linux/ipq806x/patches-4.9/0032-phy-add-qcom-dwc3-phy.patch | 2 +- 1 file changed

Re: [LEDE-DEV] [PATCH fstools] libfstools: add basic documentation of mount functions

2017-03-28 Thread John Crispin
On 27/03/17 13:17, Rafał Miłecki wrote: From: Rafał Miłecki Signed-off-by: Rafał Miłecki Acked-by: John Crispin --- libfstools/mount.c | 15 +++ 1 file changed, 15 insertions(+) diff --git a/libfstools/mount.c b/libfstools/mount.c index 81176ce..5358536 100644 --- a

Re: [LEDE-DEV] [PATCH] ar71xx: tp-link.mk: always include device version in image and DEVICE_TITLE

2017-03-28 Thread John Crispin
name and DEVICE_TITLE for all TP-Link devices, even if there is only one version of device at the moment. Also, keep DEVICE_TITLE in same format for all TP-Link devices. Signed-off-by: Piotr Dymacz Acked-by: John Crispin --- target/linux/ar71xx/image/tp-link.mk | 108

Re: [LEDE-DEV] [PATCH v2] ar8327: Add workarounds for AR8337 switch.

2017-03-29 Thread John Crispin
= ar8327_sw_hw_apply Hi, why is this not needed ? John ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] /tmp/sysupgrade

2017-04-10 Thread John Crispin
to detect if an upgrade is in progress John [1] https://git.lede-project.org/?p=project/procd.git;a=blob;f=initd/preinit.c;h=729978ea2f2af790653baaee5ae788f05a88a177;hb=HEAD#l62 ___ Lede-dev mailing list Lede-dev@lists.infradea

Re: [LEDE-DEV] /tmp/sysupgrade

2017-04-10 Thread John Crispin
On 10/04/17 15:24, Kenneth Johansson wrote: On 2017-04-10 14:43, John Crispin wrote: On 10/04/17 14:25, Kenneth Johansson wrote: I found that we touch the file /tmp/sysupgrade in a few places --- git grep "tmp/sysupgrade" | grep touch package/base-files/files/sbin/sysupgrade:

Re: [LEDE-DEV] [PATCH 2/2] ipq806x: Add support for ipq40xx subtarget

2017-04-17 Thread John Crispin
sources, so I would really like to avoid adding more except where there are strong reasons to do so. I agree on this one. there is no technical need to split ipq4xxx into a sub target John - Felix ___ Lede-dev mailing list Lede-dev@lists

Re: [LEDE-DEV] FW: UDP throughput caused kernel panic if configured bridge mode in /etc/config/network

2017-04-23 Thread John Crispin
Hi, this is most certainly a bug in the kernel. either the ethernet driver blows up under load or some other memory allocation related bug. it is very common for ethernet to kill boards under load by triggering bugs. John On 24/04/17 05:49, Y.B. Lu wrote: Hi John and Jo-Philipp, Have

Re: [LEDE-DEV] [PATCH] asterisk-13.x: Add func_periodic_hook module

2017-04-24 Thread John Crispin
On 20/04/17 15:37, Roman Spychała wrote: From: Roman Spychała Signed-off-by: Roman Spychała --- net/asterisk-13.x/Makefile | 1 + 1 file changed, 1 insertion(+) Hi Roman, asterisk is part of the packaged feed on github. please send the patch as a PR there. John diff --git a

Re: [LEDE-DEV] LEDE git master: possible force-push yesterday?

2017-04-29 Thread John Crispin
ught would be that lynxsis pushed to the github tree. this is not the master and does get force pushed from the git.lede-project.org tree. all commits need to be pushed to that latter tree or they will get lost. John Currently those two commits do not exist any more in upstream. But they a

Re: [LEDE-DEV] [PATCH] ipq806x: Add nand boot support for ipq40xx AP-DK04.1-C1

2017-05-05 Thread John Crispin
boot b. ubi sysupgrade Signed-off-by: Ram Chandra Jangir Hi Ram, have you posted this driver upstream already ? John --- .../ipq806x/base-files/lib/upgrade/platform.sh |1 + target/linux/ipq806x/image/Makefile|1 + ...nd-Add-bam_dma-support-in-qcom_nand

[LEDE-DEV] openwrt and lede - remerge proposal

2017-05-08 Thread John Crispin
e on the proposal withing the next 2 week - work on the action items in the 4 weeks after that John ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] openwrt and lede - remerge proposal

2017-05-08 Thread John Crispin
On 08/05/17 15:29, David Woodhouse wrote: On Mon, 2017-05-08 at 15:19 +0200, John Crispin wrote: *) mailing list - ask david to add the openwrt-adm and openwrt lists - announce the switch to the infradead serves, asking people to unsubscribe if they have privacy issues with this - import the

Re: [LEDE-DEV] [OpenWrt-Devel] openwrt and lede - remerge proposal

2017-05-09 Thread John Crispin
On 09/05/17 09:49, Rafał Miłecki wrote: On 8 May 2017 at 15:19, John Crispin wrote: *) domain - transfer owner ship to SPI for openwrt.org and lede-project.org (...) *) SPI - TBD post remerge This is unclear to me. Are we postponing setting rules with SPI on how they should manage domains

Re: [LEDE-DEV] [PATCH v2 2/3] base-files: put board_name into separate file

2017-05-16 Thread John Crispin
Hi Roman, what is the reasoning behind moving this function to its own file ? John On 09/05/17 11:17, Roman Yeryomin wrote: Signed-off-by: Roman Yeryomin --- package/base-files/files/lib/functions.sh | 4 +--- package/base-files/files/lib/functions/board.sh | 6 ++ 2 files

Re: [LEDE-DEV] [PATCH v2 3/3] ipq806x: migrate to generic board detect infrastructure

2017-05-16 Thread John Crispin
Wrt.org +# + +board_detect() { + local IPQ806X_BOARD_NAME= + local IPQ806X_MODEL= + local machine + local name + + machine=$(cat /proc/device-tree/model) + Hi Roman, i think the generic code should be using the compat string from devicetree, allowing us to drop the case st

Re: [LEDE-DEV] [PATCH v2] ipq806x: Add nand boot support for ipq40xx AP-DK04.1-C1

2017-05-16 Thread John Crispin
Hi Ram, please split this path up. there should be one self contained change per patch. John On 11/05/17 18:29, Ram Chandra Jangir wrote: This change add nand boot support for IPQ40xx based AP-DK04.1-C1 board using ubi image, also add sysupgrage support for AP-DK04.1-C1 and generates a

Re: [LEDE-DEV] Build fails with missing libgcrypt dependency

2017-05-16 Thread John Crispin
/router/lede/trunk-ipvs/include/toplevel.mk:206: recipe for target 'world' failed make: *** [world] Error 2 Hi Mauro, ntfs3g is not part of trunk. please post a bug report in flyspray or on github. John ___ Lede-dev mailing list Le

Re: [LEDE-DEV] [PATCH V2] Support specifying instance name in JSON file

2017-05-18 Thread John Crispin
On 12/05/17 11:08, Rafał Miłecki wrote: From: Rafał Miłecki So far we were using host label as the instance name for every service. This change allows specifying it manually and fallbacks to the label for backward compatibility. Signed-off-by: Rafał Miłecki Acked-by: John Crispin --- V2

[LEDE-DEV] openwrt and lede - remerge proposal V2

2017-05-22 Thread John Crispin
Hi, here is a V2 of the remerge proposal, I tried to fold all the comments people made into it, if anything is missing let me know. John *) branding - the owrt side sees no option of using the lede brand - a (minor) majority voted for openwrt as a name over lede whilst most people

Re: [LEDE-DEV] [OpenWrt-Devel] openwrt and lede - remerge proposal V2

2017-05-22 Thread John Crispin
On 22/05/17 11:02, Rafał Miłecki wrote: On 05/22/2017 09:40 AM, John Crispin wrote: *) branding - the owrt side sees no option of using the lede brand - a (minor) majority voted for openwrt as a name over lede whilst most people said they did not care - as the last vote had a 100% ACK for a

Re: [LEDE-DEV] [OpenWrt-Devel] openwrt and lede - remerge proposal V2

2017-05-22 Thread John Crispin
On 22/05/17 11:39, Vincenzo Romano wrote: I also agree to everything. With am extra point. 2017-05-22 11:18 GMT+02:00 tapper : *) SPI - nominate a new liaison team (imre and john offer to do this, if anyone else is interested let us know) - inform SPI of the new liaisons, voters and project

Re: [LEDE-DEV] [OpenWrt-Devel] openwrt and lede - remerge proposal V2

2017-05-23 Thread John Crispin
On 23/05/17 17:29, Zoltan HERPAI wrote: Hi John, John Crispin wrote: here is a V2 of the remerge proposal, I tried to fold all the comments people made into it, if anything is missing let me know. [snip] Please let us know when you'll start a final vote on this proposal, or if you wa

Re: [LEDE-DEV] openwrt and lede - remerge proposal V2

2017-05-24 Thread John Crispin
On 23/05/17 22:42, Hauke Mehrtens wrote: On 05/22/2017 09:40 AM, John Crispin wrote: Hi, here is a V2 of the remerge proposal, I tried to fold all the comments people made into it, if anything is missing let me know. John . *) SPI - nominate a new liaison team (imre and

Re: [LEDE-DEV] [OpenWrt-Devel] openwrt and lede - remerge proposal V2

2017-05-24 Thread John Crispin
heeft Imre Kaloz het volgende geschreven: Hi, On 2017-05-22 03:10, John Crispin wrote: On 22/05/17 11:02, Rafał Miłecki wrote: On 05/22/2017 09:40 AM, John Crispin wrote: *) branding - the owrt side sees no option of using the lede brand - a (minor) majority voted for openwrt as a name over

Re: [LEDE-DEV] [PATCH] imx6: disable UART dma

2017-05-24 Thread John Crispin
; + /* Reset fifo's and state machines */ Hi, please update the patch and make it just remove the lines rather than commenting them out. please also make sure that the patch that you are adding is annotated explaining why it is required. John __

Re: [LEDE-DEV] [PATCH 2/2] kernel: kmod-usb-net-pl: Add support for PL-27A1

2017-05-24 Thread John Crispin
tches for new device IDs? There is nothing LEDE specific about this. Surely it can be handled through the normal stable kernel updates? Bjørn I agree on this one, please make sure to send this patch upstream first. independent of that I have just merged 1/2.

Re: [LEDE-DEV] [PATCH] libre: Add zlib dependency

2017-05-24 Thread John Crispin
On 20/04/17 15:44, Roman Spychała wrote: From: Roman Spychała The patch fails to explain why this is required. please provide that info John Signed-off-by: Roman Spychała --- libs/re/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/re/Makefile b

Re: [LEDE-DEV] [PATCH] kernel: add kmod-snd-aloop package

2017-05-24 Thread John Crispin
i dont see the purpose of it John ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH ubox v3] logread: Add support for output template

2017-05-24 Thread John Crispin
On 02/05/17 03:38, Henry Chang wrote: From: Henry Chang Hi Henry, the patch fails to explain what it does and why it should be merged. Please add that information John Signed-off-by: Henry Chang --- log/logread.c | 163

Re: [LEDE-DEV] [PATCH v5 1/2] ar71xx: Add support for TP-Link MR6400

2017-05-24 Thread John Crispin
symbol as undefined to the nand and mikrotik config files, otherwise the builders will spew errors John diff --git a/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt b/target/linux/ar71xx/files/arch/mips/ath79/Kconfig.openwrt index 514d05d..aaec03c 100644 --- a/target/linux/ar71xx

Re: [LEDE-DEV] [PATCH v3 6/6] ipq806x: Enable ubi image for ipq40xx AP-DK04.1-C1 board

2017-05-28 Thread John Crispin
Hi Ram, thanks for splitting the series up, i merged the first patches into my tree, however the final patch fails to apply. could you rebase/resend just that last one please ? John On 25/05/17 01:31, Ram Chandra Jangir wrote: This change enables ubi image for IPQ40xx AP-DK04.1-C1

[LEDE-DEV] openwrt and lede - remerge proposal V3

2017-05-29 Thread John Crispin
even more. Ideally we manage to vote during this week. John *) rules - owrt will adopt the lede rules and voting system *) branding - the owrt side sees no option of using the lede brand - a (minor) majority voted for openwrt as a name over lede whilst most people said they did not

Re: [LEDE-DEV] [OpenWrt-Devel] Remerge logo ideas

2017-05-29 Thread John Crispin
thoughts? Jamie, onebillion Hi, the correct spelling is OpenWrt with a capital O and W. could you add that to the proposal aswell please ? ideally with and without the antenna feature John ___ Lede-dev mailing list Lede-dev@lists.infradead.org http

Re: [LEDE-DEV] [OpenWrt-Devel] Remerge logo ideas

2017-05-29 Thread John Crispin
low-power devices. http://imgur.com/a/TfWxr What’s the next step here? John - could this be added to the remerge proposal v3? Post re-merge owrt will be governed by the lede rules making logo changes and so on a trivial thing to do. we can simply vote on it. On 29 May 2017, at 19:12

Re: [LEDE-DEV] openwrt and lede - remerge proposal V3

2017-05-29 Thread John Crispin
also points at them *) SPI - nominate a new liaison team (imre and john offer to do this, if anyone else is interested let us know) - inform SPI of the new liaisons, voters and project rules - this should be done early in the remerge process s.t. the domains can be handed over *) github

Re: [LEDE-DEV] [PATCH] Fix UBIFS work on Mikrotik RB95x devices

2017-05-31 Thread John Crispin
Hi, please resend the patch with a proper prefix in the subject "ar71xx:" and also an Signed-off-by line added in the description John On 30/05/17 22:30, ad...@yapic.net wrote: From: Sergey Sergeev If nand chip has no NAND_NO_SUBPAGE_WRITE flag on its options ubifs can&#x

Re: [LEDE-DEV] MT7688 SPI confusion

2017-06-04 Thread John Crispin
got a pretty weird work-around going on: if CS# is set it does only half-duplex transfers which if CS# is not set it does full-duplex. John has then disabled full-duplex alltogether on the Chaos Calmer branch [1]. What I'm trying to achieve is to use WrtNode2R's spi-bridge [2] to communicate

Re: [LEDE-DEV] [PATCH v2] ramips: add support for Ubiquiti EdgeRouter X-SFP

2017-06-04 Thread John Crispin
its in my staging tree which i will push later today or tomorrow. i pushed nand fixes for v4.9 end of last week, could you try the v4.9 kernel on your board please and let me know if it works ? John On 04/06/17 21:52, Sven Roederer wrote: Hi, I got a notification from patchwork, that

Re: [LEDE-DEV] [PATCH v2] ramips: add support for Ubiquiti EdgeRouter X-SFP

2017-06-07 Thread John Crispin
On 07/06/17 01:36, Sven Roederer wrote: John, just checked with master build f500799 as initrd-kernel. Looks fine as I can see from bootlog. Anything special to test? [1.71] MediaTek Nand driver init, version v2.1 Fix AHB virt2phys error [1.72] Allocate 16 byte aligned buffer

Re: [LEDE-DEV] [PATCH v2] ramips: add support for Ubiquiti EdgeRouter X-SFP

2017-06-09 Thread John Crispin
so: Hi, can you try with v4.9 please ? John [ 470.41] INFO: rcu_sched detected stalls on CPUs/tasks: [ 470.42] 1-...: (127 GPs behind) idle=ee6/0/0 softirq=9641/9643 fqs=1 [ 470.43] (detected by 3, t=6004 jiffies, g=898, c=897, q=606) [ 470.44] Task dump for CPU 1

Re: [LEDE-DEV] [OpenWrt-Devel] openwrt and lede - remerge proposal V3

2017-06-13 Thread John Crispin
On 13/06/17 21:58, Florian Fainelli wrote: On 05/28/2017 11:56 PM, John Crispin wrote: Hi, here is a V3 of the remerge proposal, I tried to fold all the comments people made into it, if anything is missing let me know. Please remeber that post remerge anything can be voted on, so cluttering

[LEDE-DEV] mikrotik sysupgrade support in 17.01.2

2017-06-20 Thread John Ricardo
? Thanks, John ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH procd] watchdog: add support for starting/stopping kernel watchdog

2017-06-22 Thread John Crispin
ped is set to disabled the watchdog fd will be created again. Signed-off-by: Hans Dedecker Acked-by: John Crispin feel free to merge the patch and update trunk John --- system.c | 6 + watchdog.c | 76 +++--- watch

Re: [LEDE-DEV] mikrotik sysupgrade support in 17.01.2

2017-06-25 Thread John Ricardo
> I see the nand-utils package was added to the initramfs. Is it now possible > to do a sysupgrade on the mikrotik routers? Will I have to netboot from > releases/17.01.2/targets/ar71xx/mikrotik/lede-17.01.2-ar71xx-mikrotik-vmlinux-initramfs.elf > and then do the sysupgrade from there? I was a

[LEDE-DEV] mt7621 cpu stalls - need help testing

2017-06-29 Thread John Crispin
pushed a patch to fix this [1] and hope it will also fix/explain why we have been seeing cpu stalls. anyone fancy helping me test this ? i have not seen any cpu stalls yet but would love to see more test coverage. John [1] https://git.lede-project.org/?p=lede/blogic/staging.git;a=shortlog

Re: [LEDE-DEV] mt7621 cpu stalls - need help testing

2017-06-29 Thread John Crispin
On 29/06/17 20:14, Jaap Buurman wrote: Dear John, This patch sounds very very promising! I will compile and test this first come this weekend. Thank you so very much for having a look at this issue :) Yours sincerely, Jaap ___ Lede-dev mailing

Re: [LEDE-DEV] [BUG] [lantiq] xrx200 network driver sleeping with spinlock held

2017-07-05 Thread John Crispin
ease resend it in the correct format. the patch submission should contain a patch that adds the actual patch under target/linux/lantiq/patches... additionally please make sure to add your Signed-off-by line to the patch John [0] --- a/drivers/net/ethernet/lantiq_xrx200.c +++ b/drivers/net

Re: [LEDE-DEV] adding kernel module packages (kmod-rtc-ds1307) to opkg repos?

2017-07-07 Thread John Crispin
you need to add rtc to FEATURES inside target/linux/$target/Makefile grep FEATURES target/linux/* -r |grep rtc target/linux/ar71xx/nand/target.mk:FEATURES += squashfs nand rtc target/linux/armvirt/Makefile:FEATURES:=fpu pci rtc usb target/linux/gemini/Makefile:FEATURES:=squashfs pci rtc target/li

Re: [LEDE-DEV] [PATCH] ramips: pinctrl: return proper error if pinctrl0 is empty

2017-07-26 Thread John Crispin
On 26/07/17 08:08, Mathias Kresin wrote: Children of the pinctrl0 node are optional. Return EINVAL (=missing) instead of 0. Fixes a hang if the pinctrl0 has no children. Signed-off-by: Mathias Kresin Acked-by: John Crispin --- .../ramips/patches-4.9/0025-pinctrl-ralink-add-pinctrl

[LEDE-DEV] [RFC] kernel patches cleanup

2017-07-31 Thread John Crispin
Hi, I rebased my ages old kernel patch cleanup series. It can be found here [1]. the series annotates all patches and splits them up into 3 folders backports/pending/hacks. I'd like to push this asap if there are no mayor issues as it will be a pain to rebase once again John

Re: [LEDE-DEV] [PATCH fstools] libblkid-tiny: add support for UBI superblock

2017-08-01 Thread John Crispin
adds simple code reading UBI version and unique number and setting it in the blkid_probe. Signed-off-by: Rafał Miłecki Acked-by: John Crispin --- CMakeLists.txt| 1 + libblkid-tiny/libblkid-tiny.c | 1 + libblkid-tiny/superblocks.h | 1 + libblkid-tiny/ubi.c

Re: [LEDE-DEV] [RFC] kernel patches cleanup

2017-08-01 Thread John Crispin
On 31/07/17 18:11, John Crispin wrote: Hi, I rebased my ages old kernel patch cleanup series. It can be found here [1]. the series annotates all patches and splits them up into 3 folders backports/pending/hacks. I'd like to push this asap if there are no mayor issues as it will

[LEDE-DEV] domain transfer

2017-08-08 Thread John Crispin
Hi, it looks like the domain was transfered to a new registrar last night. we are expecting that the contact info will also be updated shortly. John ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman

Re: [LEDE-DEV] [PATCH] uboot-lantiq: Enable TFTP PUT support for backups

2017-08-12 Thread John Crispin
, by how much does this increase the binary size ? John --- .../patches/0022-MIPS-lantiq-add-default-openwrt-config.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/boot/uboot-lantiq/patches/0022-MIPS-lantiq-add-default-openwrt-config.patch b

Re: [LEDE-DEV] What to do when your PR stalls?

2017-08-16 Thread John Crispin
tl:dr ... most folks are on vacation in august John On 16/08/17 21:03, Philip Prindeville wrote: Hi. This was a bit of an issue with OpenWrt and I’m not sure if it’s starting to be a problem with LEDE or if August is just the month when all of Europe shuts down and nothing gets done

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

2017-08-19 Thread John Crispin
Hi All, i have a staged commit on my laptop that makes all the (upstream) ethernet fixes that i pushed to mt7623 work on mt7621. please hang on for a few more days till i finished testing the support. this will add latest upstream ethernet support + DSA John On 19/08/17 17:06, Mingyu

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

2017-08-19 Thread John Crispin
On 19/08/17 23:13, Kristian Evensen wrote: Hi both, On Sat, 19 Aug 2017 at 20:16, John Crispin <mailto:j...@phrozen.org>> wrote: Hi All, i have a staged commit on my laptop that makes all the (upstream) ethernet fixes that i pushed to mt7623 work on mt7621. pleas

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

2017-08-19 Thread John Crispin
On 20/08/17 00:07, Kristian Evensen wrote: On Sat, 19 Aug 2017 at 23:52, John Crispin <mailto:j...@phrozen.org>> wrote: On 19/08/17 23:13, Kristian Evensen wrote: > Hi both, > > On Sat, 19 Aug 2017 at 20:16, John Crispin mailto:j...@phrozen.or

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

2017-08-19 Thread John Crispin
On 20/08/17 01:13, Florian Fainelli wrote: On 08/19/2017 03:30 PM, John Crispin wrote: On 20/08/17 00:07, Kristian Evensen wrote: On Sat, 19 Aug 2017 at 23:52, John Crispin mailto:j...@phrozen.org>> wrote: On 19/08/17 23:13, Kristian Evensen wrote: > Hi both, &g

Re: [LEDE-DEV] Issues with xtables-addons after rebasing today

2017-08-22 Thread John Crispin
lipp/bertram/lede/staging_dir/target-x86_64_musl_powercode-bmu/stamp/.package_compile] Error 2 make[1]: Leaving directory '/home/philipp/bertram/lede' /home/philipp/bertram/lede/include/toplevel.mk:207: recipe for target 'world' failed There is still another

Re: [LEDE-DEV] Issues with xtables-addons after rebasing today

2017-08-22 Thread John Crispin
On 23/08/17 07:32, Koen Vandeputte wrote: Hi John, This the the hafd part. I've spend a full day on it and found this: Full clone + Check out: "364befe kernel: update 4.4 to 4.4.83" --> Build OK Full clone + Check out: "1f06858 mediatek: update to latest kernel

Re: [LEDE-DEV] Issues with xtables-addons after rebasing today

2017-08-22 Thread John Crispin
On 23/08/17 08:32, Arjen de Korte wrote: Citeren John Crispin : On 23/08/17 07:32, Koen Vandeputte wrote: Hi John, This the the hafd part. I've spend a full day on it and found this: Full clone + Check out: "364befe kernel: update 4.4 to 4.4.83" --> Build OK Full

Re: [LEDE-DEV] Issues with xtables-addons after rebasing today

2017-08-23 Thread John Crispin
pushed a fix, please retest John ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] MT7620 NAND patch and kernel 4.9

2017-08-24 Thread John Crispin
? Thanks ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev Hi, v4.9 supports nand and patches are in the tree John ___ Lede-dev mailing list

Re: [LEDE-DEV] [PATCH 4/4] ramips/RT5350F-OLINUXINO(-EVB) dts: enable ttyS1

2017-08-29 Thread John Crispin
t", "ralink,rt2880-uart", "ns16550a"; + reg = <0x500 0x100>; + + resets = <&rstctrl 12>; + reset-names = "uart"; + + interrupt-parent =

Re: [LEDE-DEV] [PATCH 2/2] main: add start|stop|flush|reload|restart event handling

2017-08-30 Thread John Crispin
ug trigger support and service/instance up/down ubus notifications. John Signed-off-by: Florian Eckert --- main.c | 13 +++-- utils.c | 33 + utils.h | 5 - 3 files changed, 48 insertions(+), 3 deletions(-) diff --git a/main.c b/main.c ind

Re: [LEDE-DEV] [PATCH ubox 1/3] kmodloader: fix endianess check

2017-08-30 Thread John Crispin
On 30/08/17 15:23, Hans Dedecker wrote: Use __BYTE_ORDER macro to check system endianess as the macro's __LITTLE_ENDIAN, __BIG_ENDIAN are defined irrespective of the sytem endianess leading to an endianess check failure on big endian systems. Thanks ! Acked-by: John Crispin ... feel

Re: [LEDE-DEV] [PATCH] ramips: Add support for the HNET C108

2017-09-06 Thread John Crispin
there is a gpio to switch between internal modem port and external port ? John * Wifi LED. It is always switched on. Always switched on in terms of no relation to the up/down state of the wireless interface or it doesn't blink on activity? Is the LED connected to the SoC? Have you

Re: [LEDE-DEV] LEDE call for vote on remerge proposal V3

2017-09-19 Thread John Crispin
obviously require some lead time. I was actually hoping to start consolidating the git trees this week but as it turns out i wont have time. hopefully next week will be less busy.     John On 19/09/17 15:07, Zoltan HERPAI wrote: On 07/18/2017 05:26 PM, John wrote: Am 18.07.2017 um 17:00 schrieb

Re: [LEDE-DEV] [LEDE-DEV, v2, 07/11] uboot-at91: move BUILD_SUBTARGET from U-Boot/Default to devices

2017-09-20 Thread John Crispin
Hi, it looks like uboot fails to build right now, could you have a look at the issue please ?     John   AS  spl/arch/arm/cpu/armv7/cache_v7_asm.o arch/arm/cpu/armv7/cache_v7_asm.S: Assembler messages: arch/arm/cpu/armv7/cache_v7_asm.S:28: Error: selected processor does not support `dmb

Re: [LEDE-DEV] [PATCH procd 01/17] utrace: Fix environment initialization

2017-09-21 Thread John Crispin
Hi Michal. sorry for the delay, i am halfway through reviewing your patches. thanks for sending them.     John On 12/09/17 13:12, Michal Sojka wrote: We want to copy the existing environment instead of the new one to itself. Other bugs in this code are fixed in the next commit. Signed-off

Re: [LEDE-DEV] umdns - TTL restricted to 255

2017-09-25 Thread John Crispin
version of this document, posted in February    2004) that check the IP TTL on reception to determine whether the    packet originated on the local link.  These older queriers discard    all packets with TTLs other than 255.     John On 25/09/17 16:44, Philipp Meier wrote: Hi, When using umdns I

Re: [LEDE-DEV] umdns - TTL restricted to 255

2017-09-25 Thread John Crispin
in that case its a bug and the code should be changed to only have that restriction on queries     John On 25/09/17 17:21, Philipp Meier wrote: My question is about query (not response). LEDE is ignoring query when TTL != 255. Philipp On 09/25/2017 05:16 PM, John Crispin wrote: Hi

Re: [LEDE-DEV] umdns: query response only every 60s

2017-09-26 Thread John Crispin
ttp://lists.infradead.org/pipermail/lede-dev/2017-April/007188.html John did mention that the RFC says it's required, but I have never been able to find that reference. i recall vaguely that there was some info in the rfc explaining how to mitigate flooding the network with lots of queries. i'l

Re: [LEDE-DEV] [PATCH] ramips: mt7621: add MT29F2G08ABAE NAND flash support

2017-09-27 Thread John Crispin
Hi Roman, please resend with a fully annotated patch and also make sure to send this upstream please. we stopped accepting mtd chip support patches that did not get sent upstream yet.     John On 17/09/17 22:17, Roman Yeryomin wrote: Signed-off-by: Roman Yeryomin --- target/linux

Re: [LEDE-DEV] [PATCH] ramips: mt7621: add MT29F2G08ABAE NAND flash support

2017-09-27 Thread John Crispin
ah, this patches the hacky driver, my bad, i'll merge it On 28/09/17 06:57, John Crispin wrote: Hi Roman, please resend with a fully annotated patch and also make sure to send this upstream please. we stopped accepting mtd chip support patches that did not get sent upstrea

Re: [LEDE-DEV] [PATCH] umdns: Remove incorrect comma in http service json config

2017-09-27 Thread John Crispin
0, "txt": [ "foo=bar"] } } -- 2.7.4 Hi Philipp, your mail client chewed up all tabs and replaced them with spaces on patches that you sent. please resend them using git send-email.     John ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH] umdns: Remove incorrect comma in http service json config

2017-09-28 Thread John Crispin
;_http._tcp.local", "port": 80, "txt": [ "foo=bar"] } } -- 2.7.4 Hi Philipp, your mail client chewed up all tabs and replaced them with spaces on patches that you sent. please resend them using git send-email. John Hi John, I resent all 3 patches f

Re: [LEDE-DEV] [PATCH] base-files: create /etc/config/ directory

2017-09-30 Thread John Crispin
/. Without any of these package the system will not boot up fully because the /etc/config/ directory is missing and some init scripts just fail. Make sure all images with the base-files contain a /etc/config/ directory. Signed-off-by: Hauke Mehrtens Acked-by: John Crispin --- package/base-files

Re: [LEDE-DEV] Fix NULL pointer dereferece in at803x_link_change_notify()

2017-10-06 Thread John Crispin
Hi, the subject is missing the prefix On 28/09/17 15:27, Andrey Jr. Melnikov wrote: Hello. please drop the line above Fix NULL pointer dereferece in at803x_link_change_notify(). you just copied the subject here. please explain the bug instead.     John Signed-Off-by: "Andr

Re: [LEDE-DEV] [PATCH] ar71xx: Fix NULL pointer dereferece in at803x_link_change_notify()

2017-10-07 Thread John Crispin
Hi Andrey, merged Thanks ! next time please add [PATCH V2] and a short explanation what of what the difference between v1 and v2 is below the tear-line     John On 07/10/17 23:00, Andrey Jr. Melnikov wrote: Check pdata pointer before use to avoid OOPS if dev_get_platdata() return NULL

Re: [LEDE-DEV] [PATCH][RFC] procd: service: add data within the service itself

2017-10-18 Thread John Crispin
) + ci = blobmsg_open_table(&b, "*"); + + blobmsg_add_blob(&b, var->data); + } + + if (ci) + blobmsg_close_table(&b, ci), ci = NULL; + maybe i am reading the code wrong but it loo

Re: [LEDE-DEV] Linksys WRT54GL / image builder

2017-10-20 Thread John Norton
On 20/10/2017 10:44, Mikael Bak wrote: Hi, I have been using the image builder in the past to generate custom images with additional packages for my other TP-LINK routers, and that works fine. Now I would like to use an old Linksys WRT54GL as an access point and would like to generate a cu

Re: [LEDE-DEV] Lede/Openwrt documentation

2017-10-24 Thread John Norton
On 24/10/2017 18:02, Javier Domingo Cansino wrote: Hello, I have been reviewing email on the archive about what will happen with openwrt/lede documentation on the remerge, and I couldn't reach any conclusion. Would mind anyone clarifying? Cheers, Javier _

Re: [LEDE-DEV] [RFC] A new developper documentation for OpenWrt/LEDE

2017-10-25 Thread John Norton
On 25/10/2017 17:22, Baptiste Jonglez wrote: Hi, As an occasional contributor to OpenWrt/LEDE, I am often frustrated by the lack of good technical documentation. By "technical documentation", I mean a detailed, reasonably complete and up-to-date documentation on "How things work under the hoo

Re: [LEDE-DEV] [PATCH v2] merge: add OpenWrt branding

2017-10-26 Thread John Norton
On 10/26/2017 9:05 PM, Dave Taht wrote: "Blurry fish butt" I think was (until recently) a codename for the linux kernel. It's just Torvalds making fun of codenames, the linux kernel "codename" isn't used anywhere outside of Torvalds posts. -Alberto ___

Re: [LEDE-DEV] Lede/Openwrt documentation

2017-10-27 Thread John Norton
On 27/10/2017 10:46, Baptiste Jonglez wrote: Hi, On 24-10-17, John Norton wrote: On 24/10/2017 18:02, Javier Domingo Cansino wrote: Imho (what I would do) is just migrate current LEDE wiki content in OpenWRT wiki, while current OpenWRT stuff is either obsoleted (where it is replaced by the

Re: [LEDE-DEV] Lede/Openwrt documentation

2017-10-27 Thread John Norton
On 27/10/2017 13:58, Javier Domingo Cansino wrote: This problem is well-known [1,2] and can be solved by having access to a common ancestor between the two versions. A possible way to do this would be to convert each wiki to a git repository [3], merge the two histories using git, and then con

[LEDE-DEV] [PATCH] libubus-req: add data_cb callback handling for ubus notifications

2017-11-01 Thread John Crispin
Signed-off-by: John Crispin --- libubus-req.c | 13 + libubus.h | 3 +++ 2 files changed, 16 insertions(+) diff --git a/libubus-req.c b/libubus-req.c index 0c7d589..92f80fa 100644 --- a/libubus-req.c +++ b/libubus-req.c @@ -253,6 +253,18 @@ ubus_notify_complete_cb(struct

Re: [LEDE-DEV] [PATCH mountd 0/2] mount: improve handling unsupported filesystems

2017-11-06 Thread John Crispin
(e.g. LEDE 17.01 release users) so I found it worth fixing. Rafał Miłecki (2): mount: drop duplicated filesystem check from mount_add_list mount: add mount with ignore=1 for unsupported filesystems mount.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) Acked-by:

Re: [LEDE-DEV] [PATCH procd] add limits.h because it is needed for INT_MAX

2017-11-06 Thread John Crispin
PTRACE_EVENT_STOP /* PTRACE_EVENT_STOP is defined in linux/ptrace.h, but this header How are you building this causing the error ?     John ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH 0/2] uboot-at91: fix build error

2017-11-06 Thread John Crispin
=> uboot-at91_sama5}/Makefile (81%) patches no longer apply, could you rebase/send them please     John ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH] musl: update to 1.1.17

2017-11-06 Thread John Crispin
ak; - c -= 128+type; + c = legacy_map(map, c); --- a/src/locale/codepages.h +++ b/src/locale/codepages.h @@ -118,6 +118,7 @@ Hi, 1.1.18 is out, we we go directly to that version please ?     John ___ Lede-dev maili

  1   2   3   4   5   6   7   8   >