On Mon, Feb 24, 2014 at 11:06 AM, Daniel Schultze <kinglag@xxxxxxxxx> wrote: > On Fri, Feb 21, 2014 at 10:02 AM, Hauke Mehrtens <hauke@xxxxxxxxxx> wrote: >> On 02/14/2014 10:38 PM, Daniel Schultze wrote: >>> Developers, >>> >>> While trying to upgrade from backports v3.11.8 to v3.13.2 I ran into >>> this warning: >>> >>> WARNING: "atomic64_set" >>> [/home/dschultze/dump/ltib-trunk/rpm/BUILD/backports-3.13.2-1/net/mac80211/mac80211.ko] >>> undefined! >>> >>> I have verified that the kernel (v2.6.31, arm) does indeed have a >>> definition for this function but for some reason mac80211.ko cannot >>> see it. I was able to use the following patch as a hack to provide an >>> implementation for mac80211.ko. >>> >> >> Hi Daniel, >> >> could you try the attached patch. Some old kernel versions are missing >> the implementations for these atomic64 operations and we already added >> some of them, but atomic64_set() was missing. >> >> Hauke > > Thank you Hauke, > > The patch looks good. I will test it on my stuff this week. > > -Dan This patch works for me. I see you already included it for the repo, thank you! -Dan -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html