lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 20 Dec 2018 20:22:17 +0200
From:   Kalle Valo <kvalo@...eaurora.org>
To:     David Miller <davem@...emloft.net>,
        Stephen Rothwell <sfr@...b.auug.org.au>
Cc:     linux-wireless@...r.kernel.org, netdev@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: pull-request: wireless-drivers-next 2018-12-20

+ stephen

Kalle Valo <kvalo@...eaurora.org> writes:

> here's a pull request to net-next for 4.21. More info in the signed
> below.
>
> As I have been too busy this cycle not all of these have been in
> linux-next, but most of them has been tested by the kbuild bot and the
> last few remaining patches are being tested while I write this. So I'm
> not expecting any major problems, but if you see something do let me
> know.
>
> Happy Holidays and have a great New Year :)
>
> Kalle
>
> The following changes since commit d9bbd6a1a56eccb2b1198b8f2008d622982df0a1:
>
>   net: marvell: convert to DEFINE_SHOW_ATTRIBUTE (2018-12-03 17:33:44 -0800)
>
> are available in the git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next.git tags/wireless-drivers-next-for-davem-2018-12-20
>
> for you to fetch changes up to fbbae71d374f24887d78631e50210b7110fffb84:
>
>   Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git (2018-12-20 19:25:43 +0200)

BTW, when merging wireless-drivers (which is in net tree now) with
wireless-drivers-next there's one simple conflict:

CONFLICT (content): Merge conflict in drivers/net/wireless/ath/ath10k/wmi.h

Please fix it by leaving all three enums in place, so something like
this:

diff --cc drivers/net/wireless/ath/ath10k/wmi.h
index 88210ddaedc4,c5a343c93013..000000000000
--- a/drivers/net/wireless/ath/ath10k/wmi.h
+++ b/drivers/net/wireless/ath/ath10k/wmi.h
@@@ -205,8 -205,7 +205,9 @@@ enum wmi_service 
  	WMI_SERVICE_SPOOF_MAC_SUPPORT,
  	WMI_SERVICE_TX_DATA_ACK_RSSI,
  	WMI_SERVICE_VDEV_DIFFERENT_BEACON_INTERVAL_SUPPORT,
 +	WMI_SERVICE_VDEV_DISABLE_4_ADDR_SRC_LRN_SUPPORT,
 +	WMI_SERVICE_BB_TIMING_CONFIG_SUPPORT,
+ 	WMI_SERVICE_THERM_THROT,
  
  	/* keep last */
  	WMI_SERVICE_MAX,

-- 
Kalle Valo

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ