<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/ynezz/include, branch master</title>
<subtitle>Staging tree of Petr Stetiar</subtitle>
<id>https://git.openwrt.org/openwrt/staging/ynezz/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/ynezz/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ynezz/'/>
<updated>2021-05-29T16:31:49Z</updated>
<entry>
<title>kernel: bump 5.4 to 5.4.123</title>
<updated>2021-05-29T16:31:49Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2021-05-28T14:59:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ynezz/commit/?id=19bf1642912b120403d52bf685818b10e3736079'/>
<id>urn:sha1:19bf1642912b120403d52bf685818b10e3736079</id>
<content type='text'>
All patches automatically rebased.

Build system: x86_64
Build-tested: ipq806x/R7800
Run-tested: ipq806x/R7800

No dmesg regressions, everything functional

Signed-off-by: John Audia &lt;graysky@archlinux.us&gt;
</content>
</entry>
<entry>
<title>kernel: bump 5.4 to 5.4.122</title>
<updated>2021-05-29T16:31:49Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2021-05-27T18:12:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ynezz/commit/?id=03bd089950d78b75d18bb434888e859c618db36c'/>
<id>urn:sha1:03bd089950d78b75d18bb434888e859c618db36c</id>
<content type='text'>
All patches automatically rebased.

Build system: x86_64
Build-tested: ipq806x/R7800
Run-tested: ipq806x/R7800

No dmesg regressions, everything functional

Signed-off-by: John Audia &lt;graysky@archlinux.us&gt;
</content>
</entry>
<entry>
<title>kernel: bump 5.10 to 5.10.41</title>
<updated>2021-05-29T09:48:52Z</updated>
<author>
<name>Kevin Darbyshire-Bryant</name>
</author>
<published>2021-05-29T08:30:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ynezz/commit/?id=25721d5f1f2baff0c5178ef4565938ad610eadef'/>
<id>urn:sha1:25721d5f1f2baff0c5178ef4565938ad610eadef</id>
<content type='text'>
No patches needed refreshing.

Tested-on: X86_64 APU2

Signed-off-by: Kevin Darbyshire-Bryant &lt;ldir@darbyshire-bryant.me.uk&gt;
</content>
</entry>
<entry>
<title>kernel: bump 5.10 to 5.10.40</title>
<updated>2021-05-27T17:32:10Z</updated>
<author>
<name>Rui Salvaterra</name>
</author>
<published>2021-05-26T11:58:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ynezz/commit/?id=53b9cc442f9ba33c66f78ee0a1fda4bb71ddd679'/>
<id>urn:sha1:53b9cc442f9ba33c66f78ee0a1fda4bb71ddd679</id>
<content type='text'>
Automatically refreshed:
generic/hack-5.10/902-debloat_proc.patch
generic/pending-5.10/110-perf-jevents-fix-getting-maximum-number-of-fds.patch

Signed-off-by: Rui Salvaterra &lt;rsalvaterra@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: fix regression for kernels &lt; 5.10</title>
<updated>2021-05-25T17:46:13Z</updated>
<author>
<name>Sebastian Kemper</name>
</author>
<published>2021-04-13T12:22:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ynezz/commit/?id=54070a1f5cf355e908425d4a5787bb05bee22f25'/>
<id>urn:sha1:54070a1f5cf355e908425d4a5787bb05bee22f25</id>
<content type='text'>
This fixes a regression introduced with commit
5ed1e5140a80558ab47fd70410ae3242bed5becf ("build: build kernel image
before building modules/packages").

Before this commit the make target would always include "modules",
resulting in a MODPOST and a complete Module.symvers file. Since this
commit a MODPOST of the kernel modules is not guaranteed for kernels &lt;
5.10. This results in some broken SDKs in which external packages that
depend on exported symbols from kernel modules fail to compile.

Adding "modules" back to the calls to the CompileImage defines fixes the
regression. For kernels &gt; 5.10 this is not needed, but it doesn't cause
any harm either.

Tested with kernels 5.4.x and 5.10.x.

Signed-off-by: Sebastian Kemper &lt;sebastian_ml@gmx.net&gt;
</content>
</entry>
<entry>
<title>prereq-build: g++ formatting and consistency fixes</title>
<updated>2021-05-23T13:11:38Z</updated>
<author>
<name>Karl Palsson</name>
</author>
<published>2021-05-17T00:38:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ynezz/commit/?id=81d0ddc806e1f088328ca29eb56db9285b2a4f7b'/>
<id>urn:sha1:81d0ddc806e1f088328ca29eb56db9285b2a4f7b</id>
<content type='text'>
Remove \n that mangles output, and fix inconsistent version name check.

Example before:

Build dependency: Please install the GNU C++ Compiler (g++) 6 or later
Build dependency: \nPlease reinstall the GNU C++ Compiler (4.8 or later) - it appears to be broken
Build dependency: Please install ncurses. (Missing libncurses.so or ncurses.h)

Signed-off-by: Karl Palsson &lt;karlp@tweak.net.au&gt;
</content>
</entry>
<entry>
<title>kernel-defaults: fix external kernel build when user_headers is missing</title>
<updated>2021-05-23T13:11:38Z</updated>
<author>
<name>Matt Merhar</name>
</author>
<published>2021-02-26T04:28:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ynezz/commit/?id=cc76e34c10e57cb1a4f7971268a77aad2f24c8ca'/>
<id>urn:sha1:cc76e34c10e57cb1a4f7971268a77aad2f24c8ca</id>
<content type='text'>
Use an 'if' so the absence of $(LINUX_DIR)/user_headers doesn't make the
line evaluate to false and cause the build to fail.

Signed-off-by: Matt Merhar &lt;mattmerhar@protonmail.com&gt;
</content>
</entry>
<entry>
<title>kernel: bump 5.4 to 5.4.121</title>
<updated>2021-05-23T13:09:06Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2021-05-22T10:50:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ynezz/commit/?id=cb919f2220cc00bf1733876e63d56369d576c843'/>
<id>urn:sha1:cb919f2220cc00bf1733876e63d56369d576c843</id>
<content type='text'>
All patches automatically rebased.

Build system: x86_64
Build-tested: ipq806x/R7800
Run-tested: ipq806x/R7800

No dmesg regressions, everything functional

Signed-off-by: John Audia &lt;graysky@archlinux.us&gt;
</content>
</entry>
<entry>
<title>kernel: bump 5.4 to 5.4.120</title>
<updated>2021-05-23T13:09:06Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2021-05-21T10:29:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ynezz/commit/?id=fec92f1ec3d200b0e6ffa299f331a979c7a30a44'/>
<id>urn:sha1:fec92f1ec3d200b0e6ffa299f331a979c7a30a44</id>
<content type='text'>
Removed upstreamed:
  generic/pending-5.4/770-02-net-ethernet-mtk_eth_soc-fix-rx-vlan-offload.patch

All other patches automatically rebased.

Build system: x86_64
Build-tested: ipq806x/R7800

Note that since I rebased the previous commit, I removed my Run-tested line
although I confirm building the image successfully.

Signed-off-by: John Audia &lt;graysky@archlinux.us&gt;
</content>
</entry>
<entry>
<title>kernel: bump 5.4 to 5.4.119</title>
<updated>2021-05-23T13:09:06Z</updated>
<author>
<name>John Audia</name>
</author>
<published>2021-05-14T09:05:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ynezz/commit/?id=08593db128c4472225a7ffd58e21f06390d9c3f0'/>
<id>urn:sha1:08593db128c4472225a7ffd58e21f06390d9c3f0</id>
<content type='text'>
Removed upstreamed:
  generic/backport-5.4/050-gro-fix-napi_gro_frags-Fast-GRO-breakage-due-to-IP-a.patch
  bcm63xx/patches-5.4/434-nand-brcmnand-fix-OOB-R-W-with-Hamming-ECC.patch*

Removed/code was included upstream and therefore redundant:
  ramips/patches-5.4/999-fix-pci-init-mt7620.patch

All other patches automatically rebased.

* update_kernel.sh did not flag this yet it was included in 5.4.119[1], as a
  result of the rebase, I removed my testing lines since I did not go back to
  test built or to run test 5.4.119 with the removed patch present.

1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.4.119&amp;id=e5b3e69eb36ac1178a7a2392616fd29afd288c4e

Signed-off-by: John Audia &lt;graysky@archlinux.us&gt;
</content>
</entry>
</feed>
