Petr Štetiar

Results 10 issues of Petr Štetiar

**Description** * shelldriver: make run wrapper injecting more reliable * shelldriver: make kernel silencing more reliable * shelldriver: fix missing kernel silencing on password less consoles * shelldriver: make post_login_settle_time...

needs rebase

**Description** ubootdriver: allow handling of console output decoding errors Some buggy vendor bootloaders can output non ASCII characters to the serial console: ```shell 00001e50 74 68 20 6e 61 6d...

Maintainer: @BKPepe Compile tested: glinet-b1300, turris-omnia, 19.07, 22.03 Run tested: glinet-b1300, turris-omnia, 19.07, 22.03 Description: With heavy system logging which goes by default into `/var/log/messages` log file which is usually...

Maintainer: @jefferyto Environment: imx/cortexa9, OpenWrt buildbot for snapshots Description: We're experiencing following occasional [build failures](https://buildbot.openwrt.org/master/images/#/builders/72/builds/309): ```make DTC arch/arm/dts/imx6dl-mamoj.dtb make[3]: Entering directory '/builder/shared-workdir/build/build_dir/hostpkg/Python-3.10.5' ...snip... /builder/shared-workdir/build/staging_dir/host/bin/install -c python /builder/shared-workdir/build/staging_dir/hostpkg/bin/python3.10 ...snip... (cd /builder/shared-workdir/build/staging_dir/hostpkg/bin;...

bug

So far got following fixes for `firmware ver 10.4b-ct-4019-fW-013-d81f62d97` and 5.4.36 with latest ath10k-ct driver: ``` [43567.677687] ath10k_ahb a000000.wifi: wmi: fixing invalid VHT TX rate code 0xff [50946.792820] ath10k_ahb a000000.wifi:...

Some downstream build systems allow passing custom _FORTIFY_SOURCE values and this results in conflicting compiler flags and build failures: ``` : error: "_FORTIFY_SOURCE" redefined ``` So lets fix it by...

I've just found following (abandoned?) pull request https://github.com/openwrt/packages/pull/20078 from @jingqian8 From the cursory look that reasoning provided makes sense to me, so I'm just making you aware about [following possible...

Maintainer: @gstrauss Compile tested: x86-64, cortex-a53, cortex-a9 Run tested: x86-64, cortex-a53, cortex-a9 Description: Currently, it is not feasible to configure lighttpd to use OpenSSL as its internal crypto library. Instead,...

This reverts commit a682bf958889bb68659f5bd659f0e154529005de as the package still have some active users and thus is not abandoned. References: https://github.com/openwrt/packages/pull/19810

[ cherry pick of upstream commit [64d1153e5a515740ab56f39c46baf4cf6991a9d3](https://github.com/libtom/libtomcrypt/commit/64d1153e5a515740ab56f39c46baf4cf6991a9d3) ] The der_decode_utf8_string function (in der_decode_utf8_string.c) does not properly detect certain invalid UTF-8 sequences. This allows context-dependent attackers to cause a denial of...