Re: [OpenWrt-Devel] [PATCH v2] mac80211: Adapt to changes to skb_get_hash_perturb()

2019-11-18 Thread Hauke Mehrtens
On 11/18/19 7:05 AM, Stefan Lippers-Hollmann wrote: > From: Hauke Mehrtens > > The skb_get_hash_perturb() function now takes a siphash_key_t instead of > an u32. This was changed in commit 55667441c84f ("net/flow_dissector: > switch to siphash"). Use the correct type in the fq header file >

[OpenWrt-Devel] [PATCH] toolchain/gcc: Backport patch to fix unconditional MULTIARCH_DIRNAME

2019-11-18 Thread Jeffery To
This backports the patch for GCC PR target/89587 (gcc's rs6000 configuration unconditionally sets MULTIARCH_DIRNAME, even when multiarch is disabled). This currently affects apm821xx and may cause issues when cross-compiling packages, e.g. Python 3[1]. This includes patches for GCC 7 and 8 (with

Re: [OpenWrt-Devel] nanostation-m-xw ath79 missing wlan sysfs pci entries

2019-11-18 Thread Joe Ayers
> > > > On nanostation-m-xw ath79 target in master and 19.07, > > > > "/sys/devices/pci:00" does not exist. Unable to access vendor > > > > and device IDs, and no longer reported in "iwinfo info" > > > > > > > > This is working on ath79 for 'nanostation-m'. I'm guessing the pcie > > > >

[OpenWrt-Devel] [PATCH 2/2] treewide: kernel config: remove runtime options

2019-11-18 Thread Petr Štetiar
Remove CC_HAS_ASM_GOTO, CC_IS_GCC and GCC_VERSION kernel config options which are set at runtime and ignored since commit 7dee6eb7388c ("kernel-build: ignore runtime config options during reconfig"). Signed-off-by: Petr Štetiar --- target/linux/apm821xx/config-4.19 | 2 --

[OpenWrt-Devel] [PATCH 1/2] kernel-build: ignore runtime config options during reconfig

2019-11-18 Thread Petr Štetiar
Don't put CC_HAS_ASM_GOTO, IS_GCC, IS_CLANG and GCC_VERSION runtime config options into the kernel configs during reconfiguration as it makes no sense, since these options should be set at runtime. Fixes: FS#2588 Signed-off-by: Petr Štetiar --- include/kernel-build.mk | 4 +++- 1 file changed,

Re: [OpenWrt-Devel] [PATCH procd] initd/init: add minimal SELinux policy loading support

2019-11-18 Thread Etienne Champetier
Hello Thomas, Le lun. 18 nov. 2019 à 05:33, Thomas Petazzoni a écrit : > > Hello Petr, > > Thanks for your feedback again. > > On Sat, 16 Nov 2019 14:22:13 +0100 > Petr Štetiar wrote: > > > (nitpick, it's OpenWrt, not OpenWRT) > > Thanks for this clarification, it's always good to use the

Re: [OpenWrt-Devel] nanostation-m-xw ath79 missing wlan sysfs pci entries

2019-11-18 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On > Behalf Of Joe Ayers > Sent: Montag, 18. November 2019 15:37 > To: Petr Štetiar > Cc: Andrew Cameron ; openwrt- > de...@lists.openwrt.org > Subject: Re: [OpenWrt-Devel] nanostation-m-xw

Re: [OpenWrt-Devel] nanostation-m-xw ath79 missing wlan sysfs pci entries

2019-11-18 Thread Joe Ayers
> > On nanostation-m-xw ath79 target in master and 19.07, > > "/sys/devices/pci:00" does not exist. Unable to access vendor > > and device IDs, and no longer reported in "iwinfo info" > > > > This is working on ath79 for 'nanostation-m'. I'm guessing the pcie > > entry in dts needs more

Re: [OpenWrt-Devel] ath79: Force usb host mode for ar9331

2019-11-18 Thread Micke Prag
Den 11/16/19 kl. 4:44 PM, skrev Piotr Dymacz: > Hi Micke, > > On 08.11.2019 13:30, Micke Prag wrote: >> Den 11/8/19 kl. 11:01 AM, skrev Piotr Dymacz: >>> Hi Micke, >>> >>> On 08.11.2019 08:36, Micke Prag wrote: In commit 00ea16557d [1] the way usb is initiated was changed. Instead of

Re: [OpenWrt-Devel] [PATCH procd] initd/init: add minimal SELinux policy loading support

2019-11-18 Thread Thomas Petazzoni
Hello Petr, Thanks for your feedback again. On Sat, 16 Nov 2019 14:22:13 +0100 Petr Štetiar wrote: > (nitpick, it's OpenWrt, not OpenWRT) Thanks for this clarification, it's always good to use the proper capitalization for project names. I'll try to use OpenWrt in the future, but please bear

Re: [OpenWrt-Devel] nanostation-m-xw ath79 missing wlan sysfs pci entries

2019-11-18 Thread Adrian Schmutzler
Hi, > -Original Message- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On > Behalf Of Petr Štetiar > Sent: Montag, 18. November 2019 12:07 > To: Joe Ayers > Cc: Andrew Cameron ; openwrt- > de...@lists.openwrt.org > Subject: Re: [OpenWrt-Devel] nanostation-m-xw

Re: [OpenWrt-Devel] [PATCH] mediatek: remove extraneous "+" typo in mt7629 kernel config

2019-11-18 Thread John Crispin
On 18/11/2019 12:19, Russell Senior wrote: As noted by Hauke in IRC. Introduced in commit 50735df7b238ce886c6f718b3e9437a09c8efb28 Cc: John Crispin Cc: Hauke Mehrtens Signed-off-by: Russell Senior --- target/linux/mediatek/mt7629/config-4.19 | 2 +- 1 file changed, 1 insertion(+), 1

[OpenWrt-Devel] [PATCH] mediatek: remove extraneous "+" typo in mt7629 kernel config

2019-11-18 Thread Russell Senior
As noted by Hauke in IRC. Introduced in commit 50735df7b238ce886c6f718b3e9437a09c8efb28 Cc: John Crispin Cc: Hauke Mehrtens Signed-off-by: Russell Senior --- target/linux/mediatek/mt7629/config-4.19 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OpenWrt-Devel] nanostation-m-xw ath79 missing wlan sysfs pci entries

2019-11-18 Thread Petr Štetiar
Joe Ayers [2019-11-16 15:37:28]: Hi, > On nanostation-m-xw ath79 target in master and 19.07, > "/sys/devices/pci:00" does not exist. Unable to access vendor > and device IDs, and no longer reported in "iwinfo info" > > This is working on ath79 for 'nanostation-m'. I'm guessing the