From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Gortmaker Subject: Re: [RFC PATCH net-next 0/9] tipc: misc updates for 3.7 Date: Mon, 20 Aug 2012 09:46:16 -0400 Message-ID: <50323FA8.2030503@windriver.com> References: <1345154954-12526-1-git-send-email-paul.gortmaker@windriver.com> <20120820.022743.465143033806832968.davem@davemloft.net> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: , , To: David Miller Return-path: Received: from mail.windriver.com ([147.11.1.11]:53483 "EHLO mail.windriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751966Ab2HTNqW (ORCPT ); Mon, 20 Aug 2012 09:46:22 -0400 In-Reply-To: <20120820.022743.465143033806832968.davem@davemloft.net> Sender: netdev-owner@vger.kernel.org List-ID: On 12-08-20 05:27 AM, David Miller wrote: > From: Paul Gortmaker > 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. OK, I will go back to what I was doing before, i.e. putting them on kernel.org and putting the git:// location in the 0/N summary all in one step. Paul. > > Thanks. >