<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/stintel/package/kernel, branch master</title>
<subtitle>Staging tree of Stijn Tintel</subtitle>
<id>https://git.openwrt.org/openwrt/staging/stintel/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/stintel/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/'/>
<updated>2026-05-04T14:29:36Z</updated>
<entry>
<title>kernel: remove ax25</title>
<updated>2026-05-04T14:29:36Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2026-04-22T08:47:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=572fb14e7e4c3fc6e51086512ecabf6de031c788'/>
<id>urn:sha1:572fb14e7e4c3fc6e51086512ecabf6de031c788</id>
<content type='text'>
It is going away upstream and it's highly unlikely that there are any
users left.

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>mac80211: bump to version 6.18.26</title>
<updated>2026-05-03T15:23:16Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2026-04-30T19:42:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=bcaa6a836782dc3a3d84743c9b18d27e68351b8b'/>
<id>urn:sha1:bcaa6a836782dc3a3d84743c9b18d27e68351b8b</id>
<content type='text'>
This contains many fixes from upstream Linux.

The code block from this patch was moved a bit in the function:
  subsys/110-mac80211_keep_keys_on_stop_ap.patch

This patch was applied upstream:
  subsys/330-mac80211-fix-crash-in-ieee80211_chan_bw_change-for-A.patch

Link: https://github.com/openwrt/openwrt/pull/23167
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>ramips: remove hack and use safexcel-eip93ies</title>
<updated>2026-04-28T07:44:04Z</updated>
<author>
<name>Mieczyslaw Nalewaj</name>
</author>
<published>2026-04-23T15:13:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=54cb211d50a86f9b729778abde8d3ea541fe1e4a'/>
<id>urn:sha1:54cb211d50a86f9b729778abde8d3ea541fe1e4a</id>
<content type='text'>
Remove legacy hack patch, switch mt7621 crypto node to the intended
Safexcel insecure EIP93 compatible string and simplify crypto module
packaging to use the inside-secure eip93 driver.

Signed-off-by: Mieczyslaw Nalewaj &lt;namiltd@yahoo.com&gt;
Link: https://github.com/openwrt/openwrt/pull/22871
Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>modules: video: Fix DRM client lib dependency</title>
<updated>2026-04-27T12:09:38Z</updated>
<author>
<name>Paweł Owoc</name>
</author>
<published>2026-04-27T11:57:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=c9a87914a9816ea73edf53c55b9cdb3389207b4b'/>
<id>urn:sha1:c9a87914a9816ea73edf53c55b9cdb3389207b4b</id>
<content type='text'>
Fix dependency for kmod-drm-client-lib module:
error: recursive dependency detected!
	symbol LINUX_6_18 is selected by PACKAGE_kmod-drm-client-lib
	symbol PACKAGE_kmod-drm-client-lib is selected by LINUX_6_18

Fixes: e75ba35ed837 ("modules: video: introduce DRM client setup module")
Signed-off-by: Paweł Owoc &lt;frut3k7@gmail.com&gt;
Link: https://github.com/openwrt/openwrt/pull/23124
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>modules: amazon-ena: fix ptp dependency</title>
<updated>2026-04-26T22:40:59Z</updated>
<author>
<name>Philip Prindeville</name>
</author>
<published>2026-04-26T01:40:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=793ceff1494e7dea8503699f3e5bf48dacccd7c4'/>
<id>urn:sha1:793ceff1494e7dea8503699f3e5bf48dacccd7c4</id>
<content type='text'>
Going from 6.12 to 6.18 I see breakage with a missing dependency
that drivers/net/ethernet/amazon/ena/ena_netdev.c has on ptp.ko.

Signed-off-by: Philip Prindeville &lt;philipp@redfish-solutions.com&gt;
Link: https://github.com/openwrt/openwrt/pull/23098
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>ntfs: update to 2026-04-25</title>
<updated>2026-04-26T08:05:41Z</updated>
<author>
<name>Qingfang Deng</name>
</author>
<published>2026-04-25T03:32:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=4f59715716fb1778168ec736a0786bf73a1390d2'/>
<id>urn:sha1:4f59715716fb1778168ec736a0786bf73a1390d2</id>
<content type='text'>
Update to the latest version, and fix build on targets without
FS_POSIX_ACL.

Signed-off-by: Qingfang Deng &lt;dqfext@gmail.com&gt;
Link: https://github.com/openwrt/openwrt/pull/23090
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>kernel: crypto: fix build with Linux &gt;= 6.18 after octeon-md5 removal</title>
<updated>2026-04-26T08:03:37Z</updated>
<author>
<name>Andrew LaMarche</name>
</author>
<published>2026-04-22T12:24:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=907dd7bd93b92fa62ada2d77e36d93b6c8f63385'/>
<id>urn:sha1:907dd7bd93b92fa62ada2d77e36d93b6c8f63385</id>
<content type='text'>
Linux commit c9e5ac0 ("lib/crypto: mips/md5: Migrate optimized code into
library") removed the MIPS-Octeon-specific MD5 implementation
(octeon-md5.ko) and replaced it with an optimized library implementation
in lib/crypto.

As a result, CONFIG_CRYPTO_MD5_OCTEON and the module
arch/mips/crypto/octeon-md5.ko no longer exist in kernels &gt;= 6.18.

Signed-off-by: Andrew LaMarche &lt;andrewjlamarche@gmail.com&gt;
Link: https://github.com/openwrt/openwrt/pull/23031
Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>kernel: hide kmod-pppox</title>
<updated>2026-04-26T08:02:21Z</updated>
<author>
<name>Qingfang Deng</name>
</author>
<published>2026-04-24T08:08:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=152fc0b304d2cdccef3e19ddb79face831389da2'/>
<id>urn:sha1:152fc0b304d2cdccef3e19ddb79face831389da2</id>
<content type='text'>
The pppox module is a dependency of pppoe/pptp/pppol2tp and does not
have a separate Kconfig symbol.

Signed-off-by: Qingfang Deng &lt;dqfext@gmail.com&gt;
Link: https://github.com/openwrt/openwrt/pull/23077
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>modules: video: introduce DRM client setup module</title>
<updated>2026-04-23T13:23:37Z</updated>
<author>
<name>Zoltan HERPAI</name>
</author>
<published>2026-04-17T16:06:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=e75ba35ed837e7f1d277529c26c029b02f0c4820'/>
<id>urn:sha1:e75ba35ed837e7f1d277529c26c029b02f0c4820</id>
<content type='text'>
6.14 has introduced a DRM client setup library. Add kmod-drm-client-lib
to support it, and add it as a dependency to DRM modules which depend on it.

Link: https://github.com/openwrt/openwrt/pull/22975
Signed-off-by: Zoltan HERPAI &lt;wigyori@uid0.hu&gt;
</content>
</entry>
<entry>
<title>kernel: enable stmmac driver build for loongarch64</title>
<updated>2026-04-22T22:52:00Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2026-04-14T03:18:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/stintel/commit/?id=845fbd04689be0bb49ffb35fee7f265381f2d9e7'/>
<id>urn:sha1:845fbd04689be0bb49ffb35fee7f265381f2d9e7</id>
<content type='text'>
This is required to build the motorcomm dwmac driver which is widely
used on loongson platforms.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
Link: https://github.com/openwrt/openwrt/pull/22923
Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
</feed>
