On Tue, Mar 5, 2013 at 2:05 AM, Johannes Berg <johannes@xxxxxxxxxxxxxxxx> wrote: > From: Johannes Berg <johannes.berg@xxxxxxxxx> > > On older kernels, we can't do this workaround, so if you use > an old 64-bit kernel with compat you'd better upgrade. > > Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> > --- > patches/0006-disable-dump-adjust-on-old-kernels.patch | 18 ++++++++++++++++++ Same thing here, seems you are using an old branch where all patches are under patches. The networking patches for backporting are now under patches/collateral-evolutions/network/. I've massaged it, applied and pushed, thanks! Just FYI the patches with 4 digits are patches which have undergone review and effort to break down as atomically as possible with the hope that some of these can later be expressed as SmPL grammar to automatically backport further use cases of the changes expressed. In this case your patch is already well broken down so I'll leave it with the 4 digit name. I've also gone ahead and added some explanation on the top of the patch as to what it does. I've added this documentation: ---------------------------------------------- On older kernels, we can't do this workaround, so if you use an old 64-bit kernel with compat you'd better upgrade. For more details of this work around refer to this commit upstream that deals with the code added: commit 645e77def93f1dd0e211c7244fbe152dac8a7100 Author: Johannes Berg <johannes.berg@xxxxxxxxx> Date: Fri Mar 1 14:03:49 2013 +0100 nl80211: increase wiphy dump size dynamically Given a device with many channels capabilities the wiphy information can still overflow even though its size in 3.9 was reduced to 3.8 levels. For new userspace and kernel 3.10 we're going to implement a new "split dump" protocol that can use multiple messages per wiphy. For now though, add a workaround to be able to send more information to userspace. Since generic netlink doesn't have a way to set the minimum dump size globally, and we wouldn't really want to set it globally anyway, increase the size only when needed, as described in the comments. As userspace might not be prepared for large buffers, we can only use 4k. Also increase the size for the get_wiphy command. ---------------------------------------------- Let me know if you want to be more verbose for users. Luis -- 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