* backports build issue with 4.5-rc2
@ 2016-02-05 10:22 Arend van Spriel
2016-02-06 19:11 ` Johannes Berg
0 siblings, 1 reply; 4+ messages in thread
From: Arend van Spriel @ 2016-02-05 10:22 UTC (permalink / raw)
To: backports@vger.kernel.org
I created a 4.5-rc2 package and am getting build error against 3.11
kernel for cfg80211 and mac80211. Does anyone has patch for this already?
Regards,
Arend
/tmp/brcm-backports-internal-676-g4d64fc2/net/mac80211/rx.c: In function
‘ieee80211_rx_reorder_ready’:
/tmp/brcm-backports-internal-676-g4d64fc2/net/mac80211/rx.c:810:2:
error: implicit declaration of function ‘BIT_ULL’
[-Werror=implicit-function-declaration]
if (tid_agg_rx->reorder_buf_filtered & BIT_ULL(index))
^
cc1: some warnings being treated as errors
make[6]: ***
[/tmp/brcm-backports-internal-676-g4d64fc2/net/mac80211/rx.o] Error 1
make[6]: *** Waiting for unfinished jobs....
/tmp/brcm-backports-internal-676-g4d64fc2/net/wireless/core.c: In
function ‘cfg80211_netdev_notifier_call’:
/tmp/brcm-backports-internal-676-g4d64fc2/net/wireless/core.c:1176:2:
error: implicit declaration of function ‘wireless_nlevent_flush’
[-Werror=implicit-function-declaration]
wireless_nlevent_flush();
^
cc1: some warnings being treated as errors
--
To unsubscribe from this list: send the line "unsubscribe backports" in
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: backports build issue with 4.5-rc2
2016-02-05 10:22 backports build issue with 4.5-rc2 Arend van Spriel
@ 2016-02-06 19:11 ` Johannes Berg
2016-02-06 19:12 ` Johannes Berg
0 siblings, 1 reply; 4+ messages in thread
From: Johannes Berg @ 2016-02-06 19:11 UTC (permalink / raw)
To: Arend van Spriel, backports@vger.kernel.org
On Fri, 2016-02-05 at 11:22 +0100, Arend van Spriel wrote:
> I created a 4.5-rc2 package and am getting build error against 3.11
> kernel for cfg80211 and mac80211. Does anyone has patch for this
> already?
>
Yes, I sent it on Dec 17th to this list :)
johannes
--
To unsubscribe from this list: send the line "unsubscribe backports" in
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: backports build issue with 4.5-rc2
2016-02-06 19:11 ` Johannes Berg
@ 2016-02-06 19:12 ` Johannes Berg
2016-02-08 10:31 ` Arend Van Spriel
0 siblings, 1 reply; 4+ messages in thread
From: Johannes Berg @ 2016-02-06 19:12 UTC (permalink / raw)
To: Arend van Spriel, backports@vger.kernel.org
On Sat, 2016-02-06 at 20:11 +0100, Johannes Berg wrote:
> On Fri, 2016-02-05 at 11:22 +0100, Arend van Spriel wrote:
> > I created a 4.5-rc2 package and am getting build error against
> > 3.11
> > kernel for cfg80211 and mac80211. Does anyone has patch for this
> > already?
> >
>
> Yes, I sent it on Dec 17th to this list :)
>
Ah, but only the BIT_ULL(), not the wireless_nlevent_flush(). The
latter cannot be backported, you just have to declare an inline that
does nothing.
johannes
--
To unsubscribe from this list: send the line "unsubscribe backports" in
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: backports build issue with 4.5-rc2
2016-02-06 19:12 ` Johannes Berg
@ 2016-02-08 10:31 ` Arend Van Spriel
0 siblings, 0 replies; 4+ messages in thread
From: Arend Van Spriel @ 2016-02-08 10:31 UTC (permalink / raw)
To: Johannes Berg; +Cc: Arend van Spriel, backports@vger.kernel.org
On Sat, Feb 6, 2016 at 8:12 PM, Johannes Berg <johannes@sipsolutions.net> wrote:
> On Sat, 2016-02-06 at 20:11 +0100, Johannes Berg wrote:
>> On Fri, 2016-02-05 at 11:22 +0100, Arend van Spriel wrote:
>> > I created a 4.5-rc2 package and am getting build error against
>> > 3.11
>> > kernel for cfg80211 and mac80211. Does anyone has patch for this
>> > already?
>> >
>>
>> Yes, I sent it on Dec 17th to this list :)
>>
We entered a brave new world last week and basically all email history
went down the drain.
> Ah, but only the BIT_ULL(), not the wireless_nlevent_flush(). The
> latter cannot be backported, you just have to declare an inline that
> does nothing.
I created a patch. Will send it.
Regards,
Arend
--
To unsubscribe from this list: send the line "unsubscribe backports" in
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-02-08 10:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-05 10:22 backports build issue with 4.5-rc2 Arend van Spriel
2016-02-06 19:11 ` Johannes Berg
2016-02-06 19:12 ` Johannes Berg
2016-02-08 10:31 ` Arend Van Spriel
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.