From: Johannes Berg <johannes@sipsolutions.net> Date: 2021-07-15 16:02:41
From: Johannes Berg <redacted>
This is needed for the rbtree, and we shouldn't just rely
on it getting included somewhere implicitly. Include it
explicitly.
Signed-off-by: Johannes Berg <redacted>
---
net/mac80211/ieee80211_i.h | 1 +
1 file changed, 1 insertion(+)
From: Johannes Berg <redacted>
This is needed for the rbtree, and we shouldn't just rely
on it getting included somewhere implicitly. Include it
explicitly.
Signed-off-by: Johannes Berg <redacted>
Does this need a Fixes: tag?
Acked-by: Toke Høiland-Jørgensen <redacted>
From: Johannes Berg <johannes@sipsolutions.net> Date: 2021-07-19 12:34:18
On Mon, 2021-07-19 at 14:31 +0200, Toke Høiland-Jørgensen wrote:
Johannes Berg [off-list ref] writes:
quoted
From: Johannes Berg <redacted>
This is needed for the rbtree, and we shouldn't just rely
on it getting included somewhere implicitly. Include it
explicitly.
Signed-off-by: Johannes Berg <redacted>
Does this need a Fixes: tag?
We seem to always get it implicitly in the current kernel, so I guess
not really necessary to backport or anything, I'd say no.
I just ran into it while preparing a new backports import to our
internal tree.
johannes
On Mon, 2021-07-19 at 14:31 +0200, Toke Høiland-Jørgensen wrote:
quoted
Johannes Berg [off-list ref] writes:
quoted
From: Johannes Berg <redacted>
This is needed for the rbtree, and we shouldn't just rely
on it getting included somewhere implicitly. Include it
explicitly.
Signed-off-by: Johannes Berg <redacted>
Does this need a Fixes: tag?
We seem to always get it implicitly in the current kernel, so I guess
not really necessary to backport or anything, I'd say no.
I just ran into it while preparing a new backports import to our
internal tree.