From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D90A4C4332F for ; Tue, 8 Nov 2022 19:44:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229566AbiKHToB (ORCPT ); Tue, 8 Nov 2022 14:44:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43194 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229464AbiKHTn6 (ORCPT ); Tue, 8 Nov 2022 14:43:58 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 68C861E712 for ; Tue, 8 Nov 2022 11:43:57 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CDD9A61778 for ; Tue, 8 Nov 2022 19:43:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C6239C433D6; Tue, 8 Nov 2022 19:43:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1667936636; bh=TQ6VFDWTvj3p3Yd6Y1xo0jQurPlby9PFkfx1GZjMErk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=bfz7D7gmLm2Br9AJtb6DgitIxC8cghs5DDRlyOpX+d5CZl/XoNyMi7tNZS70hvXM0 1DIiEkdbbWBvTXqAyHzMVc7ysPOaEwU9483leLU3uhJTjfRhjN4V+iOltT3b4Wholr APtqJj0WUM/JnyhEv/ax7UIyyR9WhEHRLiJrbmHM= Date: Tue, 8 Nov 2022 20:43:52 +0100 From: Greg Kroah-Hartman To: Deepak R Varma Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org Subject: Re: staging/wlan-ng query: convert to flexible array member Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 09, 2022 at 12:08:41AM +0530, Deepak R Varma wrote: > On Tue, Nov 08, 2022 at 07:32:19PM +0100, Greg Kroah-Hartman wrote: > > On Tue, Nov 08, 2022 at 11:07:23PM +0530, Deepak R Varma wrote: > > > On Tue, Nov 08, 2022 at 04:52:44PM +0100, Greg Kroah-Hartman wrote: > > > > On Tue, Nov 08, 2022 at 09:15:10PM +0530, Deepak R Varma wrote: > > > > > On Tue, Nov 08, 2022 at 04:34:15PM +0100, Greg Kroah-Hartman wrote: > > > > > MODPOST drivers/staging/wlan-ng/Module.symvers > > > > > LD [M] drivers/staging/wlan-ng/prism2_usb.ko > > > > > BTF [M] drivers/staging/wlan-ng/prism2_usb.ko > > > > > drv@qemulion:~/git/kernels/staging$ > > > > > > > > > > > > > > > > > > Test the device to make sure it still works? > > > > > > I was able to build and load the driver on my machine. I do not have p54 device > > > to test. Is there another way to test it? Some sort of a udev program??? > > > > You need the real hardware to test it properly. > > Do you know if I work with someone to test the change locally rather than > sending in a untested change? If you can find someone, sure!