netifd patch 60ghz AD AP mode

2022-04-03 Thread herman
Hello, I believe there is a typo in netifd-wireless.sh. My fist patch sent here so I hope it is in good format. When an AD device is placed in AP mode the wrong hWmode is writen to hostapd. This should fix it. For me it does. Greetings Herman diff --git a/scripts/netifd-wireless.sh

Re: OpenWrt 22.0X release plan (22.03)

2022-04-03 Thread Hannu Nyman
On 2/20/22 23:57, Hauke Mehrtens wrote: > We would like to branch off OpenWrt 22.03 as openwrt-21.03 tomorrow. > We would also like to create branches on the default feeds too. > > Petr will set up the new build bot instance together with Paul and we would like to do an 22.03.0-rc1 soon when

[no subject]

2022-04-03 Thread We have an offer to invest in your country under a joint venture partnership please reply for more details
___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[PATCH v2 03/11] build: drop HOST_LOADLIBES

2022-04-03 Thread Stijn Tintel
HOST_LOADLIBES was renamed to KBUILD_HOSTLDLIBS in kernel 4.19. As the oldest kernel version we support is 5.10, cleanup HOST_LOADLIBES use. Signed-off-by: Stijn Tintel --- include/kernel-build.mk | 1 - include/kernel.mk | 1 - 2 files changed, 2 deletions(-) diff --git

[PATCH v2 00/11] BPF events and Type Format support

2022-04-03 Thread Stijn Tintel
This series adds support for BPF events, and BPF Type Format [1]. It supersedes [2]. BPF events can be used to send data to userspace for post-processing or logging. Building the kernel with BTF support is required to run BPF CO-RE applications. Some fixes are required to make this possible, and

[PATCH v2 02/11] bpf-headers: drop HOST_LOADLIBES

2022-04-03 Thread Stijn Tintel
HOST_LOADLIBES was renamed to KBUILD_HOSTLDLIBS in kernel 4.19. As the oldest kernel version we support is 5.10, cleanup HOST_LOADLIBES use. Signed-off-by: Stijn Tintel --- package/kernel/bpf-headers/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/package/kernel/bpf-headers/Makefile

[PATCH v2 10/11] config: limit CONFIG_DEBUG_INFO to top-level generic configs

2022-04-03 Thread Stijn Tintel
From: Tony Ambardar Remove redundant target-level entries, noting that these settings will be configured from "Kernel build options" of Kconfig. Signed-off-by: Tony Ambardar Signed-off-by: Felix Fietkau [remove from new configs introduced after patch submission] Signed-off-by: Stijn Tintel

[PATCH v2 06/11] kernel: backport build fix for tools/resolve_btfids

2022-04-03 Thread Stijn Tintel
Building tools/resolve_btfids requires libelf and zlib. Without this build fix, the kernel build system will not find these dependencies. Signed-off-by: Stijn Tintel --- ...resolve_btfids-Build-with-host-flags.patch | 54 +++ ...resolve_btfids-Build-with-host-flags.patch | 54

Re: OpenWrt 22.0X release plan (22.03)

2022-04-03 Thread Hauke Mehrtens
On 4/3/22 09:23, Hannu Nyman wrote: On 2/20/22 23:57, Hauke Mehrtens wrote: > We would like to branch off OpenWrt 22.03 as openwrt-21.03 tomorrow. > We would also like to create branches on the default feeds too. > > Petr will set up the new build bot instance together with Paul and we

[PATCH v2 01/11] elfutils: move host build to tools

2022-04-03 Thread Stijn Tintel
The upcoming dwarves host package requires elfutils. As dependencies for tools must exist in tools, we need to move elfutils host build there. As there is at least one package that depends on this, and there is no proper way to create such dependency in the build system, build it unconditionally

[PATCH v2 04/11] build: use KBUILD_HOSTLDFLAGS

2022-04-03 Thread Stijn Tintel
According to the GNU make manual, specifying library paths should be done in LDFLAGS rather than LDLIBS. Replace KBUILD_HOSTLDLIBS with KBUILD_HOSTLDFLAGS to pass the host lib directory. Signed-off-by: Stijn Tintel --- include/kernel.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH v2 08/11] kernel: add DEBUG_INFO_REDUCED config option

2022-04-03 Thread Stijn Tintel
Add DEBUG_INFO_REDUCED as a kernel config option and remove it from the kernel configs. This is in preparation of the upcoming option to enable BTF typeinfo, which is incompatible with DEBUG_INFO_REDUCED. Signed-off-by: Stijn Tintel --- config/Config-kernel.in | 14 ++

[PATCH v2 11/11] kernel: add KERNEL_BPF_EVENTS config option

2022-04-03 Thread Stijn Tintel
This is required to use BPF maps of type BPF_MAP_TYPE_PERF_EVENT_ARRAY for sending data from BPF programs to user-space for post-processing or logging. Signed-off-by: Stijn Tintel --- config/Config-kernel.in | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git

[PATCH v2 07/11] layerscape/armv8_64b: enable DEBUG_INFO_REDUCED

2022-04-03 Thread Stijn Tintel
We currently enable DEBUG_INFO_REDUCED for all targets via the generic kernel config. There is only one subtarget, layerscape/armv8_64b, that overrides this setting. As there is no explanation for this in the commit message that introduced this, and question to its author went unanswered, let's

[PATCH v2 05/11] tools/dwarves: add host package

2022-04-03 Thread Stijn Tintel
From: Tony Ambardar dwarves is a set of tools that use the debugging information inserted in ELF binaries by compilers such as GCC. Utilities in the dwarves suite include pahole, which can be used to find alignment holes in structs and classes, and also extracts other information such as CPU

[PATCH v2 09/11] build: add option KERNEL_DEBUG_INFO_BTF

2022-04-03 Thread Stijn Tintel
From: Tony Ambardar Generate BTF (BPF Type Format) information from DWARF debug info. This is embedded in the kernel and exported via sysfs as /sys/kernel/btf/vmlinux. BTF data enhances kernel portability and introspection for BPF programs. Selecting this also enables the dwarves host package

[sdwalker/sdwalker.github.io] d0318f: This week's update

2022-04-03 Thread Stephen Walker via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Branch: refs/heads/master