<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/chunkeey/include, branch v19.07.3</title>
<subtitle>Staging tree of Christian Lamparter</subtitle>
<id>https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=v19.07.3</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/chunkeey/atom?h=v19.07.3'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/'/>
<updated>2020-05-16T18:39:58Z</updated>
<entry>
<title>OpenWrt v19.07.3: adjust config defaults</title>
<updated>2020-05-16T18:39:58Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2020-05-16T18:39:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=f3f38f40da74a193b4177be8d0fa746d00a753ea'/>
<id>urn:sha1:f3f38f40da74a193b4177be8d0fa746d00a753ea</id>
<content type='text'>
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>kernel: bump 4.14 to 4.14.180</title>
<updated>2020-05-12T10:43:38Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2020-05-11T10:08:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=2efcfb1d1ab7b331b078aae3d6eed8b125cea866'/>
<id>urn:sha1:2efcfb1d1ab7b331b078aae3d6eed8b125cea866</id>
<content type='text'>
Refreshed all patches.

Compile-tested on: ar71xx, cns3xxx, imx6
Runtime-tested on: ar71xx, cns3xxx, imx6

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>kernel: bump 4.14 to 4.14.179</title>
<updated>2020-05-05T20:08:01Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2020-05-05T20:08:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=e678cb15956e99adb3f1b970271824f42a392fbe'/>
<id>urn:sha1:e678cb15956e99adb3f1b970271824f42a392fbe</id>
<content type='text'>
Runtime-tested on: qemu-x86-64
Compile-tested on: x86/64

Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>kernel: bump 4.14 to 4.14.178</title>
<updated>2020-05-04T19:05:21Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2020-05-04T12:53:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=f9ef0c570550c9cbda3f28522753472d0d048378'/>
<id>urn:sha1:f9ef0c570550c9cbda3f28522753472d0d048378</id>
<content type='text'>
Refreshed all patches and removed upstreamed:

 oxnas/001-irqchip-versatile-fpga-Handle-chained-IRQs-properly.patch
 oxnas/002-irqchip-versatile-fpga-Apply-clear-mask-earlier.patch

Fixes: CVE-2020-12114 and CVE-2020-11669

Runtime-tested on: qemu-x86-64
Compile-tested on: ath79/generic, x86/64, imx6

Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>kernel: bump 4.14 to 4.14.176</title>
<updated>2020-04-16T11:23:52Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2020-04-15T12:55:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=0232f57e1af6580542c0ed1ce1d76c7cd4084613'/>
<id>urn:sha1:0232f57e1af6580542c0ed1ce1d76c7cd4084613</id>
<content type='text'>
Refreshed all patches.

Remove upstreamed:
- 0001-net-thunderx-workaround-BGX-TX-Underflow-issue.patch
- 600-ipv6-addrconf-call-ipv6_mc_up-for-non-Ethernet-inter.patch
- 003-ARM-dts-oxnas-Fix-clear-mask-property.patch

Fixes:
- CVE-2020-8647
- CVE-2020-8648 (potentially)
- CVE-2020-8649

Compile-tested on: cns3xxx, octeontx
Runtime-tested on: cns3xxx

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>build: prereq: tidy gcc version checks</title>
<updated>2020-03-29T16:47:03Z</updated>
<author>
<name>Kevin Darbyshire-Bryant</name>
</author>
<published>2020-03-24T11:05:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=a08394b3c6f5c8e4b4828b11bf691836c8dd306f'/>
<id>urn:sha1:a08394b3c6f5c8e4b4828b11bf691836c8dd306f</id>
<content type='text'>
There is a restriction in the number of parameters(10)  that may be passed to
the SetupHostCommand macro so continually adding explicit gcc'n' version
checks ends up breaking the compiler check for the later versions and
oddballs like Darwin as was done in 835d1c68a0 which added gcc10.

Drop all the explicitly specified gcc version checks.  If a suitable gcc
compiler is not found, it may be specified at the dependency checking
stage after which that version will be symlinked into the build staging
host directory.

eg. 'CC=gccfoo CXX=g++foo make prereq'

Signed-off-by: Kevin Darbyshire-Bryant &lt;ldir@darbyshire-bryant.me.uk&gt;
Acked-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
(cherry picked from commit 1fb3c003d68d3feaf797e8b64edccc9fa622d250)
</content>
</entry>
<entry>
<title>build: add GCC 10 version detection</title>
<updated>2020-03-29T16:46:57Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2020-03-18T18:39:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=66cbfeeaae2c8d9eff8ede50e52ba99875b0ad66'/>
<id>urn:sha1:66cbfeeaae2c8d9eff8ede50e52ba99875b0ad66</id>
<content type='text'>
Lets add GCC 10 detection to the build system as distributions like Fedora 32 have started shipping with it.
Some tools like mtd-utils need work to compile under GCC10, but that will be next step.

Signed-off-by: Robert Marko &lt;robert.marko@sartura.hr&gt;
(cherry picked from commit 835d1c68a0f036c8b0d837a48b5a05fdfb2e8218)
</content>
</entry>
<entry>
<title>kernel: bump 4.14 to 4.14.172</title>
<updated>2020-03-09T19:44:27Z</updated>
<author>
<name>Koen Vandeputte</name>
</author>
<published>2020-03-09T10:49:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=06f5a8d3e9667ff0bfee66df5f37f40991dbe326'/>
<id>urn:sha1:06f5a8d3e9667ff0bfee66df5f37f40991dbe326</id>
<content type='text'>
Refreshed all patches.

Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Runtime-tested on: cns3xxx

Signed-off-by: Koen Vandeputte &lt;koen.vandeputte@ncentric.com&gt;
</content>
</entry>
<entry>
<title>OpenWrt v19.07.2: revert to branch defaults</title>
<updated>2020-02-27T21:34:09Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2020-02-27T21:34:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=c56ed72d2bc6dbee3ff82b4bd42e1768f1a2c737'/>
<id>urn:sha1:c56ed72d2bc6dbee3ff82b4bd42e1768f1a2c737</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>OpenWrt v19.07.2: adjust config defaults</title>
<updated>2020-02-27T21:34:09Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2020-02-27T21:34:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/chunkeey/commit/?id=33732f4a9c17921b782167a0dcaba9703d4e6753'/>
<id>urn:sha1:33732f4a9c17921b782167a0dcaba9703d4e6753</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
</feed>
