<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/981213/package, branch main</title>
<subtitle>Staging tree of Chuanhong Guo</subtitle>
<id>https://git.openwrt.org/openwrt/staging/981213/atom?h=main</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/981213/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/'/>
<updated>2024-03-13T06:46:50Z</updated>
<entry>
<title>ds-lite: Add support for IPIP6(RFC2473) tunnel</title>
<updated>2024-03-13T06:46:50Z</updated>
<author>
<name>Arayuki Mago</name>
</author>
<published>2024-02-13T10:08:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=e55033935134a73275b12748c1ea608831810886'/>
<id>urn:sha1:e55033935134a73275b12748c1ea608831810886</id>
<content type='text'>
Add Generic Packet Tunneling in IPv6 Specification (RFC 2473) support.

Signed-off-by: Arayuki Mago &lt;ms@missing233.com&gt;
Signed-off-by: Chuanhong Guo &lt;gch981213@gmail.com&gt;
</content>
</entry>
<entry>
<title>lldpd: update URL</title>
<updated>2024-03-12T19:41:01Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2024-03-11T23:31:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=f753d3152f81bd037e9b7abb1b8c5bf9fe54596b'/>
<id>urn:sha1:f753d3152f81bd037e9b7abb1b8c5bf9fe54596b</id>
<content type='text'>
update Makefile URL

Signed-off-by: Paul Donald &lt;newtwen@gmail.com&gt;
</content>
</entry>
<entry>
<title>lldpd: shellcheck fixes</title>
<updated>2024-03-12T19:40:25Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2024-03-11T22:33:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=5364fe0f01ca11b47c55d78f756d3176748dd0c2'/>
<id>urn:sha1:5364fe0f01ca11b47c55d78f756d3176748dd0c2</id>
<content type='text'>
No functionality/behaviour changes; code is synonymous

Tested on: 22.03.6

Signed-off-by: Paul Donald &lt;newtwen@gmail.com&gt;
</content>
</entry>
<entry>
<title>lldpd: implement lldp_policy parameter</title>
<updated>2024-03-12T19:39:06Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2024-02-08T19:35:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=497fafb8aea48e764ce0e456f20ab346691e585f'/>
<id>urn:sha1:497fafb8aea48e764ce0e456f20ab346691e585f</id>
<content type='text'>
For certain lldp_class scenarios (2 &amp; 3) a policy must be set also.
Class 4 is default, although it's good to handle the policy eventuality.

Here, set a default lldp_policy for all lldp_class scenarios. Any
lldp_policy can now be set.

Depends on PR #14584 (which introduced an `if` block)

Tested on 22.03.5, 22.03.6

Signed-off-by: Paul Donald &lt;newtwen@gmail.com&gt;
</content>
</entry>
<entry>
<title>kernel: modules: don't override NLS dependencies</title>
<updated>2024-03-11T23:49:25Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-03-11T23:23:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=f7a68458b42d30ae4bb03f0be66cfd4cfae9602d'/>
<id>urn:sha1:f7a68458b42d30ae4bb03f0be66cfd4cfae9602d</id>
<content type='text'>
Recent changes for Linux 6.6 broke things when building with older
kernels:
Package kmod-fs-jfs is missing dependencies for the following libraries:
nls_base.ko

Fix this by adding NLS dependencies after the added dependency applying
on Linux 6.6.

Fixes: f9198480da ("kernel: modules: fs: adapt for kernel 6.6")
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>fitblk: invert kernel version dependency</title>
<updated>2024-03-11T19:17:26Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2024-03-02T16:09:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=b72a7bf186ef86f8a805b94b1b244fd9393b4af9'/>
<id>urn:sha1:b72a7bf186ef86f8a805b94b1b244fd9393b4af9</id>
<content type='text'>
Allow building fitblk with Linux 6.6 by depending on !LINUX_5_15
instead of LINUX_6_1.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>ath10k-ct: fix build error on linux kernel 6.6</title>
<updated>2024-03-11T19:17:26Z</updated>
<author>
<name>Weijie Gao</name>
</author>
<published>2024-02-29T16:47:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=ba521e5cf29815aa0c1f2258c6e3ecf42d28c237'/>
<id>urn:sha1:ba521e5cf29815aa0c1f2258c6e3ecf42d28c237</id>
<content type='text'>
Fix a build error caused by fortify checking memcpy data range.

Signed-off-by: Weijie Gao &lt;hackpascal@gmail.com&gt;
</content>
</entry>
<entry>
<title>rtl8812au-ct: fix build failure on linux kernel 6.6</title>
<updated>2024-03-11T19:17:26Z</updated>
<author>
<name>Weijie Gao</name>
</author>
<published>2024-02-29T16:46:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=01f04539701c6a08bee3f648ec40dade7aba46cc'/>
<id>urn:sha1:01f04539701c6a08bee3f648ec40dade7aba46cc</id>
<content type='text'>
Use the correct return status code to avoid incompatible type error

Signed-off-by: Weijie Gao &lt;hackpascal@gmail.com&gt;
</content>
</entry>
<entry>
<title>mt76: fix build failure on linux kernel 6.6</title>
<updated>2024-03-11T19:17:26Z</updated>
<author>
<name>Weijie Gao</name>
</author>
<published>2024-03-01T07:49:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=504cf50eea5a8f56b114cd985e7dc7af6cf64bfa'/>
<id>urn:sha1:504cf50eea5a8f56b114cd985e7dc7af6cf64bfa</id>
<content type='text'>
A commit introduced in kernel 6.6 has splitted page_pool.h into
several headers. Thus the included header must be modified for a
successful build.

Ref: a9ca9f9ceff3 (page_pool: split types and declarations from
page_pool.h)

Signed-off-by: Weijie Gao &lt;hackpascal@gmail.com&gt;
</content>
</entry>
<entry>
<title>mac80211: fix build with linux kernel 6.6</title>
<updated>2024-03-11T19:17:26Z</updated>
<author>
<name>Weijie Gao</name>
</author>
<published>2024-02-29T15:56:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/981213/commit/?id=a325c5fa014c534a3daf69f3cec99f0fc7b9b7e9'/>
<id>urn:sha1:a325c5fa014c534a3daf69f3cec99f0fc7b9b7e9</id>
<content type='text'>
Fix build failure with linux kernel 6.6

Related kernel commits:

20b0b53aca43 (genetlink: introduce split op representation)

bffcc6882a1b (genetlink: remove userhdr from struct genl_info)

e9a688bcb193 (random: use rejection sampling for uniform bounded
random integers)

3c202d14a9d7 (prandom: remove prandom_u32_max())

3d2f20ad46f8 (wifi: iwlwifi: Use generic thermal_zone_get_trip()
function)

Signed-off-by: Weijie Gao &lt;hackpascal@gmail.com&gt;
</content>
</entry>
</feed>
