Citeren Koen Vandeputte :
Refreshed all patches
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte
Tested-by: Arjen de Korte
Target: ar71xx (Netgear WNDR4300)
---
Will also apply to 18.06 branch
include/kernel-version.mk
Citeren Koen Vandeputte :
Refreshed all patches
Compile-tested on: ar71xx
Runtime-tested on: ar71xx
Signed-off-by: Koen Vandeputte
Tested-by: Arjen de Korte
Target: ar71xx (Netgear WNDR4300)
---
Refreshed on the latest master state (commit: "mt76: update to the
latest ve
Citeren John Crispin :
On 07/05/18 20:34, Arjen de Korte wrote:
Citeren Jo-Philipp Wich :
Hi Bjørn,
the current timings of the DO zone are:
;; ANSWER SECTION:
openwrt.org. 1800 IN SOA ns1.digitalocean.com.
hostmaster.openwrt.org. (
1525688668 ; serial
Citeren Jo-Philipp Wich :
Hi Bjørn,
the current timings of the DO zone are:
;; ANSWER SECTION:
openwrt.org.1800 IN SOA ns1.digitalocean.com.
hostmaster.openwrt.org. (
1525688668 ; serial
10800 ; refresh (3 hours)
Tested-by: Arjen de Korte
Target: ar71xx (Netgear WNDR4300)
___
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev
Citeren Rosen Penev :
If GCC is built with stack smashing protection enabled (SSP), it
errors when compiling lzma-loader.
Switching to strncpy seems to be an easy way to fix this. It's
probably better to use snprintf or strlcpy but the latter is not
available for glibc systems.
This see
Citeren Jo-Philipp Wich :
Hi,
Hmm? I believe jow is talking about the toolchain. It was switched
to default to GCC7 recently.
I use Arch Linux
parts of ncurses are built on the host (mainly the tic compiler) using
the host gcc. Arch linux is a bad reference for testing tools updates as
it t
Citeren Hauke Mehrtens :
On 03/12/2018 09:48 PM, Arjen de Korte wrote:
Citeren Felix Fietkau :
On 2018-03-12 21:02, Arjen de Korte wrote:
Citeren LEDE Commits :
nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/e28551b103f4999b36d3725a23b59f507830f48a
Citeren Felix Fietkau :
On 2018-03-12 21:02, Arjen de Korte wrote:
Citeren LEDE Commits :
nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/e28551b103f4999b36d3725a23b59f507830f48a
commit e28551b103f4999b36d3725a23b59f507830f48a
Author: Felix Fietkau
Citeren LEDE Commits :
nbd pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/e28551b103f4999b36d3725a23b59f507830f48a
commit e28551b103f4999b36d3725a23b59f507830f48a
Author: Felix Fietkau
AuthorDate: Thu Mar 8 11:21:58 2018 +0100
toolchain/binutils: add s
Citeren John Crispin :
On 18/02/18 22:43, Hauke Mehrtens wrote:
The next OpenWrt release will use kernel 4.9 and kernel 4.14 depending
on the target. All targets that are *not* on either kernel 4.9 or 4.14
will not be included in the next release.
I did some overview of the kernel version some
Citeren Jonas Gorski :
Hi,
On 18 January 2018 at 10:50, Koen Vandeputte
wrote:
A lot of targets have more than sufficient space to allow
building the kernel for speed iso size.
Export this performance option to the main config:
- Making it easy accessable for users
- Discarding the need to
Citeren Nick Lowe :
Yes, compiler updates will ultimately be necessary to properly close this.
We can see for now with 4.9.77:
root@LEDE:/sys/devices/system/cpu/vulnerabilities# cat spectre_v2
Vulnerable: Minimal AMD ASM retpoline
AMD processors are also incorrectly being marked as being vuln
Citeren David Lang :
given that 4.4.114 added meltdown/spectrefixes, shouldn't we move to it?
I doubt this would offer a great security benefit (not that I'm
against it). With the exception of dnsmasq, all processes on my router
run as root. If attackers are able to run code of their choic
Citeren John Crispin :
On 07/01/18 18:08, Christian Beier wrote:
The existing read functionality feeds the complete JSON to jshn as a
cmdline argument, leading to `-ash: jshn: Argument list too long`
errors for JSONs bigger than ca. 100KB.
This commit adds the ability to read the JSON directly
Citeren Kevin Darbyshire-Bryant :
On 8 Jan 2018, at 11:04, Nick Lowe wrote:
Hi,
Where in 4.9.75 does it avoid the page table isolation mitigation for AMD?
Committed to the 4.14 and 4.15 branch is:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?h=v4.15-rc7&id=694d
Citeren Rosen Penev :
Mainly sign conversion errors with printf function (%d vs. %u).
Exact command line used was:
cppcheck --enable=all --inconclusive --force . 2> err.txt && cat
err.txt | grep -v never | grep -v reduced
Only errors that I felt comfortable with were fixed.
Generally, N
Citeren Arjen de Korte :
Citeren Kevin Darbyshire-Bryant :
On 17 Dec 2017, at 17:22, Etienne Haarsma wrote:
uint8_t *oob = ops->oobbuf;
uint8_t *buf = ops->datbuf;
-@@ -2662,7 +2697,7 @@ err_out:
- static int panic_nand_write(struct mtd_info *mtd, loff_t to, size
Citeren Kevin Darbyshire-Bryant :
On 17 Dec 2017, at 17:22, Etienne Haarsma wrote:
uint8_t *oob = ops->oobbuf;
uint8_t *buf = ops->datbuf;
-@@ -2662,7 +2697,7 @@ err_out:
- static int panic_nand_write(struct mtd_info *mtd, loff_t to, size_t len,
- size
Citeren Gabor Juhos :
Since Linux 4.6, mtd->priv no longer points to the NAND specific
structure. Under 4.9 it contains NULL, thus using it to access
chip->options causes an invalid pointer dereference (FS#1200).
Update the code to use the mtd_to_nand() helper under 4.9 to obtain
the address of
Citeren Mauro Mozzarelli :
...again, on the latest changes...
I noticed the firmware now builds with "openwrt" prefix instead of "lede".
I am building for xrx200 lantiq (BT Home Hub 5). With previous LEDE
builds I used to get both ubifs and squashfs firmware versions built.
Now I get only
Citeren Jonas Gorski :
On 11 December 2017 at 10:04, Rosen Penev wrote:
Mainly plugging memory leaks. Size reduction as well. The calloc
change accounts for 272 bytes on this machine for some reason...
Please state the exact errors found by cppcheck so we don't have to
guess what it found.
Citeren Rosen Penev :
Mainly plugging memory leaks. Size reduction as well. The calloc
change accounts for 272 bytes on this machine for some reason...
Comments inline.
Signed-off-by: Rosen Penev
---
block.c | 6 +++---
blockd.c | 3 +++
libfstools/overl
Citeren Rosen Penev :
Saves 1472 bytes under glibc. No other difference.
Except that this is GNU C only. I'm not sure if this is worth breaking
portability. It would probably be better to put these changes in
appropriate #ifdef/#else/#endif to only use this if GNU C is used.
Signed-off-
Citeren Philip Prindeville :
Jo and others:
Is there an easy way to extend firewall rules? I’d like to add
support to blocking on a per-country basis, possibly with qualified
exceptions.
Take a look at /etc/firewall.user. Most stuff you want to add fits
nicely in there. The comments in
Citeren Mathias Kresin :
udhcpc doesn't send a hostname by default. Use the system hostname if
nothing else is specified, to always send a hostname.
Be aware that this might mean that some DHCP servers may assign a
different IP in this case. If I switch to odhcpc, I *will* get a
different
Citeren Mauro Mozzarelli :
Hello,
I am trying to compile trunk just pulled today and this is how it fails:
[...]
Configuring libpopt.
Configuring getopt.
Configuring gzip.
Configuring atm-tools.
Configuring kmod-ltq-deu-vr9.
Configuring kmod-fs-cifs.
Configuring kmod-usb-storage-extras.
Con
Citeren Roman Yeryomin :
Changes from v2:
- const both to pointer and char itself, so nothing can be modified
The first const may be useful to prevent changes to the pointer, but
the second is nonsense. You won't be able to modify the string it
points to anyway.
const char *passwd =
Citeren Hauke Mehrtens :
This fixes multiple compile problems seen with kernel 4.14.
Comments inline.
Signed-off-by: Hauke Mehrtens
---
.../utils/xtables-addons/patches/001-fix-compile.patch| 11
+++
.../xtables-addons/patches/201-fix-lua-packetscript.patch | 9
Citeren Rosen Penev :
Less verbose.
And uses a GCC extension which makes it less portable. ISO C forbids
empty initializer braces [1]. See for yourself by adding the -pedantic
flag to your CFLAGS. The correct way to initialize to all-zeros is
therefore { 0 }.
[1] ISO/IEC 9899:201x, par
Citeren Alexandru Ardelean :
On Tue, Nov 7, 2017 at 11:18 PM, Arjen de Korte
wrote:
Citeren Rosen Penev :
I beg to differ. https://vorpus.org/blog/why-does-calloc-exist/
Section 2.
I don't care about theoretical gains, benchmarks please. How much do you
gain with these patch
Nov 7, 2017 at 12:46 PM, Arjen de Korte
wrote:
Citeren Rosen Penev :
Replace malloc+memset with calloc. Cleaner and faster in extreme
situations.
Calloc is definitly *not* faster than malloc + memset. Under the hood,
calloc will call malloc, check if memory allocation was successful and
Citeren Rosen Penev :
Replace malloc+memset with calloc. Cleaner and faster in extreme situations.
Calloc is definitly *not* faster than malloc + memset. Under the hood,
calloc will call malloc, check if memory allocation was successful and
then proceed to set all allocated memory to 0. Yo
Citeren Paul Blazejowski :
I guess so, the image for the WNDR3700v4 is the same as for the
WNDR4300v1. I can confirm the version from Hauke's staging tree works
on the latter, so it is likely that it will also work for the first too.
Arjen,
Correct, i just grabbed the 4.9 patches and compiled
Citeren Paul Blazejowski :
Will this also work on WNDR3700v4?
I guess so, the image for the WNDR3700v4 is the same as for the
WNDR4300v1. I can confirm the version from Hauke's staging tree works
on the latter, so it is likely that it will also work for the first too.
__
Citeren p.wa...@gmx.at:
Hi Hauke,
When the kernel gets uncompressed and is bigger than
BZ_TEXT_START - LOADADDR it overwrote the loader which was
currently uncompressing
it and made the board crash.
Currently, BZ_TEXT_START - LOADADDR = 0x8040 - 0x80001000 =
3FF000 = 4190208 bytes
T
Citeren Hauke Mehrtens :
On 10/08/2017 01:31 PM, Andrey Jr. Melnikov wrote:
Arjen de Korte wrote:
Citeren Hauke Mehrtens :
This adds support for kernel 4.9.
Please test this, I am lacking especially NAND devices.
The most recent version of these patches can be found here:
https
Citeren Hauke Mehrtens :
This adds support for kernel 4.9.
Please test this, I am lacking especially NAND devices.
The most recent version of these patches can be found here:
https://git.lede-project.org/?p=lede/hauke/staging.git;a=shortlog;h=refs/heads/ar71xx
Hauke Mehrtens (4):
ar71xx: Cop
Citeren Simon Wunderlich :
Hi guys,
we would like to use SSL client certificates to authenticate to a
OpenWRT/LEDE
router using UHTTPD/LUCI. We use a private PKI/certificate chain and
would only
like to admit users to the WebUI which present a valid SSL client certificate
through their web
Citeren e9hack :
Hi,
my firewall configuration set the default forward policy to reject
and wan forward to drop.
iptable -L -v
Chain FORWARD (policy DROP 0 packets, 0 bytes)
pkts bytes targetprot opt inout source destination
330K 276M forwarding_rule all -- any
Citeren Arjen de Korte :
Citeren Arjen de Korte :
Citeren Kevin Darbyshire-Bryant :
On 23/08/17 18:25, Arjen de Korte wrote:
While removing the MIPS patch fixes dropbear when using gcc 7.1.0
and '-Os', uhttpd goes tits up with a segfault in liblua. With
'-O2' it
Citeren Arjen de Korte :
Citeren Kevin Darbyshire-Bryant :
On 23/08/17 18:25, Arjen de Korte wrote:
While removing the MIPS patch fixes dropbear when using gcc 7.1.0
and '-Os', uhttpd goes tits up with a segfault in liblua. With
'-O2' it's fine for both, so I
Citeren Kevin Darbyshire-Bryant :
On 23/08/17 18:25, Arjen de Korte wrote:
While removing the MIPS patch fixes dropbear when using gcc 7.1.0
and '-Os', uhttpd goes tits up with a segfault in liblua. With
'-O2' it's fine for both, so I'll probably stick with t
Citeren Kevin Darbyshire-Bryant :
On 23/08/17 09:20, Felix Fietkau wrote:
On 2017-08-22 12:01, Kevin Darbyshire-Bryant wrote:
Drop 300-mips_Os_cpu_rtx_cost_model.patch for gcc 7.2
This was causing mis-compilation of dropbear with the default '-Os' size
optimization as reported in FS#814
Test
Citeren John Crispin :
On 23/08/17 05:34, Philip Prindeville wrote:
On Aug 22, 2017, at 1:56 PM, Arjen de Korte
wrote:
Citeren Philip Prindeville :
Found the issue, and posted PR #1308 to fix it. One-line fix.
On Aug 19, 2017, at 3:06 PM, Philip Prindeville
wrote:
And it looks
t;>:
On 23/08/17 05:34, Philip Prindeville wrote:
On Aug 22, 2017, at 1:56 PM, Arjen de Korte
mailto:arjen%2bl...@de-korte.org>> wrote:
Citeren Philip Prindeville
mailto:philipp_s...@redfish-solutions.com>>:
Citeren Philip Prindeville :
Found the issue, and posted PR #1308 to fix it. One-line fix.
On Aug 19, 2017, at 3:06 PM, Philip Prindeville
wrote:
And it looks like Hannu is way ahead of me:
https://bugs.lede-project.org/index.php?do=details&task_id=969
On Aug 19, 2017, at 2:59 PM, Phi
Citeren Bjørn Mork :
Rafał Miłecki writes:
From: Rafał Miłecki
Counting commits to determine revision number is a wrong idea when there
are branches in a project. This could generate the same revision for
different git commits, e.g.:
For master branch:
./scripts/getver.sh bb9d2aa868
r3438-
Citeren Giuseppe Lippolis :
100.64.0.0/10 is shared address space under RFC6598. IETF seems to point
to significant restrictions on its use. Customer connectivity issues are
clear in the RFC. Chasing mobile load and avoiding rerouting global IP
space is likely fair. Enumerating users fixed wire
When in ra server mode, configure nameservers passed in router
announcements from the dns value (which is already used by odhcpd).
This also fixes FS#677 by using the global IPv6 address of the router
instead of the link local address (if no nameservers are configured).
Signed-off-by: Arjen de
When in ra server mode, configure nameservers passed in router
announcements from the dns value (which is already used by odhcpd).
This also fixes FS#677 by using the global IPv6 address of the router
instead of the link local address (if no nameservers are configured).
Signed-off-by: Arjen de
If no DUID is set for a host, it should be empty, not the last one set for a
previous host.
Signed-off-by: Arjen de Korte
---
package/network/services/dnsmasq/files/dnsmasq.init | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/network/services/dnsmasq/files
Citeren André Valentin :
This patch enabled 4K, dual and quad read. Settings have been verified with
a real device.
Signed-off-by: André Valentin
This is a bit tricky. While one can detect that a specific SPI NOR
device has SECT_4K capability (this is a property of the SPI device
itself)
Citeren John Crispin :
On 16/12/2016 11:10, Felix Fietkau wrote:
On 2016-12-16 10:58, John Crispin wrote:
On 14/12/2016 06:43, Rosen Penev wrote:
strsep is re-entrant whereas strtok not necessarily so.
Signed-off by: Rosen Penev
---
ulog.c | 4 ++--
1 file changed, 2 insertions(+), 2 del
Citeren Felix Fietkau :
On 2016-12-18 02:22, Rosen Penev wrote:
Thread safe replacement.
Signed-off by: Rosen Penev
For ubox this change isn't really necessary. There's no thread safety
issues, or issues with use of strtok by callers.
I have my doubts about using strsep() on dynamically al
Citeren xinglp :
2016-11-03 18:34 GMT+08:00 Felix Fietkau :
On 2016-11-03 04:18, xinglp wrote:
I have tried to use several phone and app to play video via samba, I
got broken picture or not fluent after this commit.
Hardware is ar9331.
Should be fixed in the latest version, please test.
'wi
Citeren André Valentin :
Hi,
Am 25.10.2016 um 08:58 schrieb Arjen de Korte:> Citeren André
Valentin :
Signed-off-by: André Valentin
---
.../patches-4.4/477-mtd-add-spi-nor-add-mx25u3235f.patch |
10 ++
1 file changed, 10 insertions(+)
create mode 100644
target/li
Citeren André Valentin :
Signed-off-by: André Valentin
---
.../patches-4.4/477-mtd-add-spi-nor-add-mx25u3235f.patch | 10
++
1 file changed, 10 insertions(+)
create mode 100644
target/linux/generic/patches-4.4/477-mtd-add-spi-nor-add-mx25u3235f.patch
diff --git
a/target
Citeren Arjen de Korte :
Same for /etc/ethers: Permission denied. This used to work fine
(last version checked 1648), but now with 1725 I see the above
problem.
Possibly related, LuCI won't load anymore:
Forbidden
You don't have permission to access /cgi-bin/luci on t
Same for /etc/ethers: Permission denied. This used to work fine (last
version checked 1648), but now with 1725 I see the above problem.
Possibly related, LuCI won't load anymore:
Forbidden
You don't have permission to access /cgi-bin/luci on this server.
Any clues where to look?
Rega
Citeren Luke McKee :
Hi guys,
This is a little one. Busybox mkfs.ext2 works and with this setup the
ext4 module can mount /tmp without a journal. See #22666 I tested it.
Also the Makefile for procd doesn't have any dependencies for busybox
CONFIG_BUSYBOX_CONFIG_MKFS_EXT2=y OR e2fsprogs.
See t
Citeren John Crispin :
On 28/06/2016 10:28, Jo-Philipp Wich wrote:
Hi Etienne,
I like this approach, fine with me now.
same here, we could not also consider adding a uci-defaults script that
check if rootfs is on a mtd or real lbock device and change the default
during firstboot, but i gues
Citeren John Crispin :
Hi,
i have moved all the profiles into the image building code. i have done
some basic testing and already got a bit of feedback from others.
it would be nice if people could help test the following patch from my
staging tree
https://git.lede-project.org/?p=lede/blogic/
Citeren David Lang :
On Mon, 13 Jun 2016, Daniel Curran-Dickinson wrote:
On Mon, 2016-06-13 at 22:10 +0200, Etienne Champetier wrote:
Before we try to minimize writes, how much writes are we talking about?
my openwrt routers have multiple months of uptime, and even if we get
down to 1 week,
Citeren Bjørn Mork :
Felix Fietkau writes:
On 2016-05-23 12:29, Petr Štetiar wrote:
Felix Fietkau [2016-05-23 11:11:50]:
On 2016-05-23 10:29, Bjørn Mork wrote:
> Petr Štetiar writes:
>
>> - push @mirrors, "https://kernel.org/pub/$dir";;
>> + push
Citeren Petr Štetiar :
Felix Fietkau [2016-05-23 11:11:50]:
On 2016-05-23 10:29, Bjørn Mork wrote:
> Petr Štetiar writes:
>
>> - push @mirrors, "https://kernel.org/pub/$dir";;
>> + push @mirrors, "https://cdn.kernel.org/pub/$dir";;
>>
Citeren Felix Fietkau :
On 2016-05-23 10:29, Bjørn Mork wrote:
Petr Štetiar writes:
More info at https://www.kernel.org/introducing-fastly-cdn.html
Signed-off-by: Petr Štetiar
---
scripts/download.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/download.pl b
Citeren Daniel Dickinson :
On 16-05-18 07:05 AM, Conor O'Gorman wrote:
On 18/05/16 11:12, l...@daniel.thecshore.com wrote:
+if (!strncmp(pr->id->name, "vfat", 4)) {
+ckfs = e2fsck;
+} else if (!strncmp(pr->id->name, "ext", 3)) {
+ckfs = dosfsck;
Is this the wrong way r
Citeren Hannu Nyman :
Please allow users to select to receive lede-dev messages in digests.
The lede-dev mailing list is already rather high volume list and if
the possible PR discussion messages from Github is also piped here,
the amount of messages might be rather high.
Devs have disabl
Citeren John Crispin :
i pushed a tiny patch to fix a regression which i believe was the root
cause for v4.4 not working for most folks. if anyone has time to test
please do so. i pushed the patches to my staging tree
http://git.lede-project.org/lede/blogic/staging.git
Please help with testing
70 matches
Mail list logo