Re: [PATCH net-next 1/2] ath10k: fix gcc-10 zero-length-bounds warnings

2020-05-12 Thread Kalle Valo
Arnd Bergmann wrote: > gcc-10 started warning about out-of-bounds access for zero-length > arrays: > > In file included from drivers/net/wireless/ath/ath10k/core.h:18, > from drivers/net/wireless/ath/ath10k/htt_rx.c:8: > drivers/net/wireless/ath/ath10k/htt_rx.c: In function > '

Re: [PATCH net-next 1/2] ath10k: fix gcc-10 zero-length-bounds warnings

2020-05-11 Thread Arnd Bergmann
On Mon, May 11, 2020 at 3:10 PM Kalle Valo wrote: > > Arnd Bergmann writes: > > > On Mon, May 11, 2020 at 2:03 PM Kalle Valo wrote: > >> "Gustavo A. R. Silva" writes: > > > >> > > >> > This treewide patch no longer contains changes for ath10k. I removed them > >> > since Monday (05/04/2020). So

Re: [PATCH net-next 1/2] ath10k: fix gcc-10 zero-length-bounds warnings

2020-05-11 Thread Kalle Valo
Arnd Bergmann writes: > On Mon, May 11, 2020 at 2:03 PM Kalle Valo wrote: >> "Gustavo A. R. Silva" writes: > >> > >> > This treewide patch no longer contains changes for ath10k. I removed them >> > since Monday (05/04/2020). So, this "Fixes" tag does not apply. > > Oops, I forgot to update the

Re: [PATCH net-next 1/2] ath10k: fix gcc-10 zero-length-bounds warnings

2020-05-11 Thread Arnd Bergmann
On Mon, May 11, 2020 at 2:03 PM Kalle Valo wrote: > "Gustavo A. R. Silva" writes: > > > > This treewide patch no longer contains changes for ath10k. I removed them > > since Monday (05/04/2020). So, this "Fixes" tag does not apply. Oops, I forgot to update the changelog trext when rebasing. >

Re: [PATCH net-next 1/2] ath10k: fix gcc-10 zero-length-bounds warnings

2020-05-11 Thread Kalle Valo
"Gustavo A. R. Silva" writes: > Arnd, > > On Sat, May 09, 2020 at 02:06:32PM +0200, Arnd Bergmann wrote: >> gcc-10 started warning about out-of-bounds access for zero-length >> arrays: >> >> In file included from drivers/net/wireless/ath/ath10k/core.h:18, >> from drivers/net/wir

Re: [PATCH net-next 1/2] ath10k: fix gcc-10 zero-length-bounds warnings

2020-05-09 Thread Gustavo A. R. Silva
Arnd, On Sat, May 09, 2020 at 02:06:32PM +0200, Arnd Bergmann wrote: > gcc-10 started warning about out-of-bounds access for zero-length > arrays: > > In file included from drivers/net/wireless/ath/ath10k/core.h:18, > from drivers/net/wireless/ath/ath10k/htt_rx.c:8: > drivers/net

[PATCH net-next 1/2] ath10k: fix gcc-10 zero-length-bounds warnings

2020-05-09 Thread Arnd Bergmann
gcc-10 started warning about out-of-bounds access for zero-length arrays: In file included from drivers/net/wireless/ath/ath10k/core.h:18, from drivers/net/wireless/ath/ath10k/htt_rx.c:8: drivers/net/wireless/ath/ath10k/htt_rx.c: In function 'ath10k_htt_rx_tx_fetch_ind': drivers/