Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp4442182pxv; Tue, 27 Jul 2021 07:29:41 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw3Wk0kohYl551DKPU0YM30/xRnyxuCz0HyeqCS5qubj7x2izzCUF1ZRmB/sxtWyK1sftdb X-Received: by 2002:a02:2a07:: with SMTP id w7mr21908142jaw.96.1627396181618; Tue, 27 Jul 2021 07:29:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1627396181; cv=none; d=google.com; s=arc-20160816; b=Qk18th2VQ3Oc/ihkLYx4IJU8wrojL96FcGk7sEzD0oOC4uIgwKuXdSioxprxkL8Hno iUmX8A8KcXaPzXbvvrOqIGJW4EmFlo/TbmakaZWSl553byJsFexKFg9ccSWC4TvMKaq3 wEmqYGp/ApxZlodPg3D+z03A7Lnph55ikitvoBBIWRTah6JveRNDFfnlw9zVBxbiKmUq 8bkjVd4D3FycYYmvBTfAzkvDD7CnIrsb+nC27Y42ZYWeHPWo+NSD5A6lmKFSOeyX5Pxm 6W/lPNnjCSwFb6IN05WK8NhzPFfmUadOAjxnNTZqG0Vy0Q0GOdwSqvOftmDIxvlzMcEa U+6g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date:dkim-signature; bh=sfO+6Dv7QE981nDLo920OV3kI9J1oVHJqBK8rovaA2I=; b=lMXSkcpYJ3Tn1rwWaJVCHN09aezfGq/vz0ByGN2izATY5ZXL+l0jA+vAafODo8vYYC 8vqkezZjpfwOkdpCkdRpwKENYMqLGzUyYfk6QWlxroWbzZWkOYtNbf4HAKHBU/gVfMeW zn5KwhCjQdL3fbCYLUb+h3hucSxs1C0r6B50nuQLJXgEP5ZtUr8mIVzUywmgx9zFcxbh +16Q3PjUpUxhKLbv6llbl7S4lhBXXrQgQQRvg5jSHYyxSVodyS20tnTsggEBe1+ZrpO1 5KsFOfaFFwRJGVi+lqsuognm/nqS1004HtQW56Hrwpb4+EBupimKA1VeZ1pSSZoc4ig7 50dw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=RIGq5src; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t9si3401701jaj.20.2021.07.27.07.29.28; Tue, 27 Jul 2021 07:29:41 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=RIGq5src; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236537AbhG0O2g (ORCPT + 99 others); Tue, 27 Jul 2021 10:28:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:59624 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232385AbhG0O2g (ORCPT ); Tue, 27 Jul 2021 10:28:36 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id CEE2B61A80; Tue, 27 Jul 2021 14:28:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1627396115; bh=2DIRecdEi7hvzrqkcRwqbedy5NIT/w3FUP41eABf8w0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RIGq5srcnO/B53N91VtkTyKZQJ/s40Ra+/w/WFn3cGewaA/zUlXrzRb8+RGrDmTyP g+fPFq6ju800V/sDle3TX93XgAGYG3PSsPnU5I0LlidA4qkBNYbxBnVF8jrkDOzvfR RO9BQ6M6pxQWNVrf6UwTq2b/Ux5M0WaEMUB2j5jU= Date: Tue, 27 Jul 2021 16:28:33 +0200 From: Greg KH To: Larry Finger Cc: Phillip Potter , Dan Carpenter , Linux Kernel Mailing List , linux-staging@lists.linux.dev, Fabio Aiuto Subject: Re: [PATCH v3 0/7] staging: rtl8188eu: replace driver with better version Message-ID: References: <20210724001055.1613840-1-phil@philpotter.co.uk> 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 Tue, Jul 27, 2021 at 09:13:09AM -0500, Larry Finger wrote: > On 7/27/21 8:47 AM, Greg KH wrote: > > On Tue, Jul 27, 2021 at 02:25:34PM +0100, Phillip Potter wrote: > > > On Tue, 27 Jul 2021 at 14:06, Greg KH wrote: > > > > > > > > On Sat, Jul 24, 2021 at 01:10:48AM +0100, Phillip Potter wrote: > > > > > I had to break this patchset up a bit to get around the file size limits > > > > > on the mailing list, and also I removed the hostapd stuff which is > > > > > userspace related and therefore not required. > > > > > > > > > > The driver currently in staging is older and less functional than the > > > > > version on Larry Finger's GitHub account, based upon v4.1.4_6773.20130222. > > > > > This series of patches therefore: > > > > > > > > > > (1) Removes the current driver from staging. > > > > > (2) Imports the GitHub version mentioned above in its place. > > > > > > > > Let's do (2) first before worrying about (1), given that we can't get a > > > > version of (2) that actually builds yet :) > > > > > > > > thanks, > > > > > > > > greg k-h > > > > > > Dear Greg, > > > > > > I'm confused - v3 patchset builds fine for me after applying in > > > sequence from 1 to 7? > > > > Why does kbuild report problems? > > > > Anyway, please let's just add the new driver in a new directory, get it > > building, and then we can remove the old one. That way patches will > > continue to work and there's no confusion when backporting patches as > > the code bases are different. > > I get no kbuild problems in the staging-next branch. I have no idea why the > test robot is reporting errors. > > Keeping the old rtl8188eu directory and builds will result in 3 drivers > competing for the hardware including rtl8xxxu, rtl8188eu, and r8188eu. I will only "keep" it around for a day at most. I will delete the old driver, I just do not want the "new" driver in the same directory as the existing one to make it easier to handle changes over time. thanks, greg k-h