<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/ldir/config, branch master</title>
<subtitle>Kevin D-Bs staging tree</subtitle>
<id>https://git.openwrt.org/openwrt/staging/ldir/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/ldir/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/'/>
<updated>2023-05-18T14:17:52Z</updated>
<entry>
<title>kernel: add MODULE_ALLOW_BTF_MISMATCH option</title>
<updated>2023-05-18T14:17:52Z</updated>
<author>
<name>Tianling Shen</name>
</author>
<published>2023-05-16T04:38:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=c07038da27cefa5a93e433909b9aca594386ddc1'/>
<id>urn:sha1:c07038da27cefa5a93e433909b9aca594386ddc1</id>
<content type='text'>
BTF mismatch can occur for a separately-built module even when the ABI
is otherwise compatible and nothing else would prevent successfully
loading. Add a new config to control how mismatches are handled. By
default, preserve the current behavior of refusing to load the
module. If MODULE_ALLOW_BTF_MISMATCH is enabled, load the module but
ignore its BTF information.

Signed-off-by: Tianling Shen &lt;cnsztl@immortalwrt.org&gt;
</content>
</entry>
<entry>
<title>treewide: cleanup kernel symbol references</title>
<updated>2023-05-12T11:02:44Z</updated>
<author>
<name>Nick Hainke</name>
</author>
<published>2023-05-04T20:47:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=047361dee44cab2b2355f7b7859fd688f6483cbc'/>
<id>urn:sha1:047361dee44cab2b2355f7b7859fd688f6483cbc</id>
<content type='text'>
We only use 5.15 kernel. So remove all those unnecessary symbols
referencing 5.10 or 5.15 kernel.

Can be found with:
  git grep -E 'LINUX_5_1(0|5)'

Note that we remove the dependency from "sound-soc-chipdip-dac" instead
of removing the complete kernel package. The 5.15 version bump forgot to
delete the "@LINUX_5_10" dependency. The kernel package is still needed
in 5.15 kernel.

Signed-off-by: Nick Hainke &lt;vincent@systemli.org&gt;
</content>
</entry>
<entry>
<title>kernel: improve handling of CONFIG_IO_URING</title>
<updated>2023-05-03T17:26:17Z</updated>
<author>
<name>Tony Ambardar</name>
</author>
<published>2023-04-25T05:28:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=3d66f551611de37b88182c64efa091298a9e7f2c'/>
<id>urn:sha1:3d66f551611de37b88182c64efa091298a9e7f2c</id>
<content type='text'>
Kernel setting CONFIG_IO_URING supports high-performance I/O for file
access and servers, generally for more performant platforms, and adds
~45 KB to kernel sizes. The need for this on less "beefy" devices is
questionable, as is the size cost considering many platforms have kernel
size limits which require tricky repartitioning if outgrown. The size
cost is also large relative to the ~180 KB bump expected between major
OpenWRT kernel releases.

No OpenWrt packages have hard dependencies on this; samba4 and mariadb
can take advantage if available (+KERNEL_IO_URING:liburing) but
otherwise build and work fine.

Since CONFIG_IO_URING is already managed via the KERNEL_IO_URING setting
in Config-kernel.in (default Y), remove it from those target configs
which unconditionally enable it, and update the defaults to enable it
conditionally only on more powerful 64-bit x86 and arm devices. It may
still be manually enabled as needed for high-performance custom builds.

Signed-off-by: Tony Ambardar &lt;itugrok@yahoo.com&gt;
</content>
</entry>
<entry>
<title>build: add a config knob to enable LTO for all packages</title>
<updated>2023-03-21T17:28:24Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-01-28T14:24:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=9ea7019ffd60ab3ef5a5654116fbc339f856482c'/>
<id>urn:sha1:9ea7019ffd60ab3ef5a5654116fbc339f856482c</id>
<content type='text'>
This enables LTO for all packages which haven't opted-out.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: add a config knob to enable gc-sections for all packages</title>
<updated>2023-03-21T17:28:23Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-02-03T12:15:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=aef8bab9d71d85dcb6d99ff70078be3f2bdfbf61'/>
<id>urn:sha1:aef8bab9d71d85dcb6d99ff70078be3f2bdfbf61</id>
<content type='text'>
This enables the linker's garbage collection for all packages which haven't
opted-out.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>kernel: Add CONFIG_KERNEL_HARDLOCKUP_DETECTOR</title>
<updated>2023-03-19T17:44:46Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2023-03-08T20:31:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=b844716158dc8060d53785cbf4ecb022ebb255a2'/>
<id>urn:sha1:b844716158dc8060d53785cbf4ecb022ebb255a2</id>
<content type='text'>
Make it possible to change the kernel configuration option
CONFIG_HARDLOCKUP_DETECTOR from OpenWrt.

Signed-off-by: Hauke Mehrtens &lt;hmehrtens@maxlinear.com&gt;
</content>
</entry>
<entry>
<title>kernel: set default for KERNEL_BPF_KPROBE_OVERRIDE</title>
<updated>2023-03-05T16:36:01Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2023-02-20T14:00:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=4448b27930526e700d2fcb882bad2fd10aa17918'/>
<id>urn:sha1:4448b27930526e700d2fcb882bad2fd10aa17918</id>
<content type='text'>
Without the default value this still causes a missing symbol. Disable by
default as it depends on FUNCTION_ERROR_INJECTION, which is disabled in
the generic config and we don't have a build symbol to enable that.

Fixes: 500c37c56ff6 ("kernel: add missing symbol")
Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>build: fix for sourcing targets image config installed via feeds</title>
<updated>2023-02-26T21:22:48Z</updated>
<author>
<name>Prasun Maiti</name>
</author>
<published>2022-11-16T11:03:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=522a60cd31686a3d1b6d7ed1229eb68568aa89ac'/>
<id>urn:sha1:522a60cd31686a3d1b6d7ed1229eb68568aa89ac</id>
<content type='text'>
Sourcing of image/Config.in will not happen
When a target is installed from target/linux/feeds/

Signed-off-by: Prasun Maiti &lt;prasunmaiti87@gmail.com&gt;
Acked-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>kernel: set default values for ARM low level debugging symbols</title>
<updated>2023-02-08T15:21:05Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2023-02-08T11:30:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=721206a1b14fc5eba7ba8e20d979b26baf934e0d'/>
<id>urn:sha1:721206a1b14fc5eba7ba8e20d979b26baf934e0d</id>
<content type='text'>
Set default values for KERNEL_DEBUG_LL and KERNEL_DEBUG_LL_UART_NONE again
as both of these symbols are non visible if KERNEL_EARLY_PRINTK is not
selected and KConfig wont write their value to .config.

This usually is the intended behaviour, but in OpenWrt we are relying on
the KConfig to set these and disable the debug console settings that
multiple targets like mvebu have set in their kernel config.
This was the behaviour before removing all of the "default n" settings
as KConfig by default considers symbols disabled but they are not visible
anymore and thus their value is not set in .config and build system then
later does not override the values from target kernel config.

So, to restore the behaviour to the previous one lets a default value for
KERNEL_DEBUG_LL and KERNEL_DEBUG_LL_UART_NONE.

Fixes: 8bc72ea7be39 ("treewide: strip useless default n Kconfig lines")
Tested-by: Georgi Valkov &lt;gvalkov@gmail.com&gt;
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: strip useless `default n` Kconfig lines</title>
<updated>2023-02-03T11:50:15Z</updated>
<author>
<name>Tony Butler</name>
</author>
<published>2022-12-25T23:11:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/ldir/commit/?id=8bc72ea7be3976711dacc09f0fdab061d6e5152a'/>
<id>urn:sha1:8bc72ea7be3976711dacc09f0fdab061d6e5152a</id>
<content type='text'>
Kconfig docs say:
&gt; The default value deliberately defaults to 'n' in order to avoid
&gt; bloating the build.

Apply this rule everywhere, to avoid more cloning of bad examples

Signed-off-by: Tony Butler &lt;spudz76@gmail.com&gt;
</content>
</entry>
</feed>
