From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2EE6D70 for ; Thu, 5 Aug 2021 12:46:32 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id D76F5601FC; Thu, 5 Aug 2021 12:46:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1628167591; bh=Mn/G0KCkUMAJFwHK0RFSgD6IFurZnc/p5na5NyaXLjw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ulhTEQGa9uWD4LYg1sl9gveYCt+jx8wegvx7A0EOUFxsNBEpBvN9XDOiJBJxUPk42 OAThkChfsiwV5Pg7XdQuVeHXwgkUTeKhlIknzl3iN6CKR7WS74VLx4x1Z7TDtn0fTS vwSZQvMcePdZMmdUOGRukAy8tA7bv8AswLhTaOxo= Date: Thu, 5 Aug 2021 14:46:29 +0200 From: Greg KH To: Phillip Potter Cc: Larry Finger , linux-staging@lists.linux.dev, Linux Kernel Mailing List , Martin Kaiser Subject: Re: [PATCH 00/15] staging: r8188eu: remove core dir RT_TRACE calls Message-ID: References: <20210801190437.82017-1-phil@philpotter.co.uk> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Thu, Aug 05, 2021 at 01:37:06PM +0100, Phillip Potter wrote: > On Thu, 5 Aug 2021 at 11:43, Greg KH wrote: > > > > On Sun, Aug 01, 2021 at 08:04:22PM +0100, Phillip Potter wrote: > > > This series removes all RT_TRACE calls from code within the core directory. > > > > > > Phillip Potter (15): > > > staging: r8188eu: remove RT_TRACE calls from core/rtw_cmd.c > > > staging: r8188eu: remove RT_TRACE calls from core/rtw_pwrctrl.c > > > staging: r8188eu: remove RT_TRACE calls from core/rtw_wlan_util.c > > > staging: r8188eu: remove RT_TRACE calls from core/rtw_ieee80211.c > > > staging: r8188eu: remove RT_TRACE calls from core/rtw_io.c > > > staging: r8188eu: remove RT_TRACE calls from core/rtw_ioctl_set.c > > > staging: r8188eu: remove RT_TRACE calls from core/rtw_mlme.c > > > staging: r8188eu: remove RT_TRACE calls from core/rtw_mlme_ext.c > > > staging: r8188eu: remove RT_TRACE calls from core/rtw_mp.c > > > staging: r8188eu: remove RT_TRACE calls from core/rtw_security.c > > > staging: r8188eu: remove RT_TRACE calls from core/rtw_sta_mgt.c > > > staging: r8188eu: remove RT_TRACE calls from core/rtw_xmit.c > > > staging: r8188eu: remove RT_TRACE calls from core/rtw_led.c > > > staging: r8188eu: remove RT_TRACE calls from core/rtw_mp_ioctl.c > > > staging: r8188eu: remove RT_TRACE calls from core/rtw_recv.c > > > > I applied the patches here that I could, others conflicted with other > > changes I have taken recently. Can you rebase and resend the remaining > > ones now? > > > > thanks, > > > > greg k-h > > Dear Greg, > > Many thanks, and of course - will be this evening though after work > though (BST). Hope that's ok. Sure, no rush, we have no deadlines here :) thanks, greg k-h