Re: [LEDE-DEV] [PATCH 1/2] x86: add amd microcode entries to grub config

2018-04-24 Thread Stijn Segers
Op di, 24 apr 2018 om 9:14 , schreef Tomasz Maciej Nowak : W dniu 24.04.2018 o 21:03, Stijn Segers pisze: Hi Tomasz, Op di, 24 apr 2018 om 2:56 , schreef Tomasz Maciej Nowak : Create initrd enries for x86 images, that'll load amd microcode as early as

Re: [LEDE-DEV] [PATCH 1/2] x86: add amd microcode entries to grub config

2018-04-24 Thread Tomasz Maciej Nowak
W dniu 24.04.2018 o 22:00, Stijn Segers pisze: [snip] >>> >>>  I'm not sure what's going wrong here, I'm on a clean master tree but your >>> first patch does not apply: >>> >>>  $ git am 1.patch >>>  Applying: x86: add amd microcode entries to grub config >>>  error: patch failed: >>>

Re: [LEDE-DEV] [PATCH v2 4/5] mtd-utils: update to 2.0.2

2018-04-24 Thread Hauke Mehrtens
On 04/20/2018 01:01 AM, Syrone Wong wrote: > Hi, > > Thanks for the update. > I would prefer the git way, it's easier to include upstream commits. I normally prefer tars compared to git when we reference a specific version. They are easier to mirror, but we also have our own method now to

[LEDE-DEV] [PATCH] Add-support-for-raspberry-pi-3-b-plus

2018-04-24 Thread Christo Nedev
From: christo-nedev Signed-off-by: christo-nedev --- .../brcm2708/patches-4.9/950-1002-Add-support-for-raspberry-pi-3-b-plus | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644

Re: [LEDE-DEV] [PATCH] kernel: bump 4.14 to 4.14.36

2018-04-24 Thread Stijn Segers
Compile-tested on: ramips/mt7621, x86/64. Run-tested on: ramips/mt7621, x86/64. Op di, 24 apr 2018 om 4:59 , schreef Koen Vandeputte : Refreshed all patches. Compile-tested on: cns3xxx, imx6 Runtime-tested on: cns3xxx, imx6 Fixes for CVEs: CVE-2018-1108

[LEDE-DEV] [PATCH] Add support for bcm2708 raspberry pi 3 b+

2018-04-24 Thread Christo Nedev
From: Christo Nedev Signed-off-by: Christo Nedev --- .../950-1002-bcm2708-raspberry-pi-3-b-plus.patch | 297 + 1 file changed, 297 insertions(+) create mode 100644

Re: [LEDE-DEV] [PATCH 1/2] firmware-utils: mkdapimg2: Fix potential buffer overflow

2018-04-24 Thread Hauke Mehrtens
On 04/23/2018 01:22 AM, Rosen Penev wrote: > 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

Re: [LEDE-DEV] [PATCH 1/2] x86: add amd microcode entries to grub config

2018-04-24 Thread Stijn Segers
Hi Tomasz, Op di, 24 apr 2018 om 2:56 , schreef Tomasz Maciej Nowak : Create initrd enries for x86 images, that'll load amd microcode as early as possible. Also remove the preinit script responsible for late load of microcode. Signed-off-by: Tomasz Maciej Nowak

Re: [LEDE-DEV] [PATCH] kernel: bump 4.9 to 4.9.96

2018-04-24 Thread Arjen de Korte
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

Re: [LEDE-DEV] [PATCH 1/2] x86: add amd microcode entries to grub config

2018-04-24 Thread Tomasz Maciej Nowak
W dniu 24.04.2018 o 21:03, Stijn Segers pisze: > Hi Tomasz, > > Op di, 24 apr 2018 om 2:56 , schreef Tomasz Maciej Nowak : >> Create initrd enries for x86 images, that'll load amd microcode as early >> as possible. Also remove the preinit script responsible for late load of >>

[LEDE-DEV] [PATCH] Add support for raspberry pi 3 b+

2018-04-24 Thread Christo Nedev
From: Christo Nedev Signed-off-by: Christo Nedev --- target/linux/brcm2708/Makefile | 1 + target/linux/brcm2708/base-files/etc/board.d/02_network | 3 ++- .../base-files/lib/preinit/05_set_preinit_iface_brcm2708

[LEDE-DEV] Fritzbox 4040 notes

2018-04-24 Thread Ben Greear
Hopefully this will save someone some time. The serial port is next to the MXIC chip. It needs a TTL to USB converter. Counting from the pin near the MXIC chip, as seen from the top, my addapter needed to be connected as follows: pin 0: Disconnected pin 1: green lead (TX or RX, dunno

[LEDE-DEV] [PATCH] iptables: link extension libraries with -lm

2018-04-24 Thread Alin Nastac
This fixes an iptables link error when kernel config include CONFIG_NETFILTER_XT_MATCH_STATISTIC=y related to the missing -lm argument on the linker command line. Error is caused by the odd looking linker argument ${$*_LIBADD} which get expanded to an empty string. Signed-off-by: Alin Nastac

[LEDE-DEV] [PATCH] kernel: bump 4.9 to 4.9.96

2018-04-24 Thread Kevin Darbyshire-Bryant 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 --- Refresh patches, following

[LEDE-DEV] [PATCH] kernel: bump 4.14 to 4.14.36

2018-04-24 Thread Koen Vandeputte
Refreshed all patches. Compile-tested on: cns3xxx, imx6 Runtime-tested on: cns3xxx, imx6 Fixes for CVEs: CVE-2018-1108 CVE-2018-1092 CVE-2018-1094 CVE-2018-1095 Signed-off-by: Koen Vandeputte --- Note: Requires the patch from Kevin D-B (kernel: bump 4.9 to

Re: [LEDE-DEV] [PATCH v2 5/6] x86: add intel microcode entries

2018-04-24 Thread Tomasz Maciej Nowak
Hi Stijn. Go ahead and test it. Had to convert Makefile to use cpio instead of $(LINUX_DIR)/usr/gen_init_cpio, because gen_init_cpio is built after packages. The packaging of microcode follows loosely what's in Documentation/x86/microcode.txt of kernel tree. This series needs to be applied on top

[LEDE-DEV] [PATCH 1/2] x86: add amd microcode entries to grub config

2018-04-24 Thread Tomasz Maciej Nowak
Create initrd enries for x86 images, that'll load amd microcode as early as possible. Also remove the preinit script responsible for late load of microcode. Signed-off-by: Tomasz Maciej Nowak --- .../x86/base-files/lib/preinit/02_load_x86_ucode | 12

[LEDE-DEV] [PATCH 2/2] amd64-microcode: create early load microcode image

2018-04-24 Thread Tomasz Maciej Nowak
Create initrd image with packed microcode. This'll allow to load it at early boot stage. Signed-off-by: Tomasz Maciej Nowak --- package/firmware/amd64-microcode/Makefile | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git

Re: [LEDE-DEV] [PATCH] kernel: bump 4.9 to 4.9.96

2018-04-24 Thread Koen Vandeputte
Tested-by: Koen Vandeputte Target: ar71xx (Ubnt Rocket M5) ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev