From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:60153 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752154AbZK3WIz (ORCPT ); Mon, 30 Nov 2009 17:08:55 -0500 Date: Mon, 30 Nov 2009 14:08:21 -0800 (PST) From: Linus Torvalds To: "John W. Linville" cc: davem@davemloft.net, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: pull request: wireless-2.6 2009-11-30 (security fixes too) In-Reply-To: <20091130194706.GE21401@tuxdriver.com> Message-ID: References: <20091130194706.GE21401@tuxdriver.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-wireless-owner@vger.kernel.org List-ID: On Mon, 30 Nov 2009, John W. Linville wrote: > > If a) you have already taken Dave's latest pull request; and, b) you > don't want to wait for his next one to get the mac80211 security fixes > from Johannes, then you can at your discretion pull from here: > > git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git security Hmm. If I pull the 'security' branch, I get drivers/net/wireless/iwlwifi/iwl-tx.c | 10 +++++++++- include/net/mac80211.h | 6 ++++++ net/mac80211/agg-rx.c | 4 ---- net/mac80211/agg-tx.c | 17 ++++++++--------- net/mac80211/ht.c | 8 +++----- net/mac80211/ieee80211_i.h | 2 ++ 6 files changed, 28 insertions(+), 19 deletions(-) which does not match what you then descibe in the rest of the email (changelog and diffstat). What you describe seems to be the master branch. So I'm not going to pull either, and will wait for confirmation of exactly what you wanted me to pull. Linus