From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756446AbZEKIqQ (ORCPT ); Mon, 11 May 2009 04:46:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754715AbZEKIp5 (ORCPT ); Mon, 11 May 2009 04:45:57 -0400 Received: from mail-gx0-f166.google.com ([209.85.217.166]:64910 "EHLO mail-gx0-f166.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754389AbZEKIp5 (ORCPT ); Mon, 11 May 2009 04:45:57 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=M4ZQi5/k3uLKa430OfAuZ8gP5u2PWEmjN0fX4vkf6WNuhu0m2kkW2EXHlTdkxuHoEn u8yZ2O1vn3c3kiRmLBfiCSC/DsQMdmdC9agEnxY9Ea2q+vmF7s+XErzV1u6cU+QhNVPh Im8ohl135NNcRo5BcJESAqjchS61OPykqx57o= Message-ID: <4A07E5C7.5030000@gmail.com> Date: Mon, 11 May 2009 10:45:59 +0200 From: Jiri Slaby User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.1b3pre) Gecko/20090223 SUSE/3.0b2-8.7 Thunderbird/3.0b2 MIME-Version: 1.0 To: Chris Clayton CC: linux-wireless@vger.kernel.org, LKML Subject: Re: Oops in wireless from today's git References: <4A074682.6010403@gmail.com> <4A07C905.8010805@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/11/2009 10:38 AM, Chris Clayton wrote: > Thanks Jiri. That patch applies (with offsets) and prevents the oops. > I think the patch that caused this oops was sent to stable, so I > guess this needs pushing to Linus quite quickly so that it can go to > stable too. Yes, you're right, it now oopses with cards that support only one 802.11 band, but it's still better than silently corrupting memory. Of course, the oops-fixing patch should be merged into the stable aswell. Thanks for testing.