Re: [RFC PATCH net-next 0/9] tipc: misc updates for 3.7
From: David Miller <davem@davemloft.net>
Date: 2012-08-20 09:27:44
From: Paul Gortmaker <redacted> Date: Thu, 16 Aug 2012 18:09:05 -0400
This series gets some more largely trivial things out of
the way. Most interesting are:
1) fix lockdep splat from bearer init by pushing the setup
off to schedule_work.
2) simplification of configuration by removal of a couple of
tuning knobs which used to have low default values.
The remainder are largely innocuous, I think. I did wonder
if there was an alternate/better way to handle the splat though.
I've done my own local testing of this series on today's net-next
commit 2ea214929d601 ("Merge branch 'for-davem' ... wireless-next")
I'll wait a couple of days to allow for any possible feedback and
change requests, and then send a pull request after that.All applied, thanks Paul. It's less useful for you to build the GIT tree "later", at least for me. If the patches are good and there is no feedback asking for changes, I want to be able to just pull them into my tree immediately as I did here. Thanks.