Received: by 10.223.148.5 with SMTP id 5csp7194386wrq; Thu, 18 Jan 2018 02:09:17 -0800 (PST) X-Google-Smtp-Source: ACJfBovfocgCkkX7h8r5wc0PxDj4g3mqMv32Y34C+Zw3W8aZQdjQBUZKXDKXZ8tnaSwKnke40I25 X-Received: by 10.159.233.139 with SMTP id bh11mr45257872plb.149.1516270157373; Thu, 18 Jan 2018 02:09:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516270157; cv=none; d=google.com; s=arc-20160816; b=iKjSqzclSC/OeCNaLoXYhDn/clntBfsJRQa6efTDaSwA7QjxkWwmgayWxJCrgaoSt9 8HyIxUJIx4xqly1z6CAxFNSMpr/Q5Q2uXiti43etpNJp0lbbVu4rHPzk85y9Jnh9Y0wm MQtg9PBrgELCaHozMHwyS24Uqn4PGEqhTxNEvGSNkWGFM5Cd/ivgakrHAc8MLBDRPQVE J93sZZTLDQFlP2G6aqBQD1NOwi7WVfIfXW549ek1Mq/88i5mnqL30PG9AXGmK7HDFqap xvrU7Itbhj8+h4ush7GujseecnEyFpiejepE5hUbCMnYJeuUPAvAbQCkQkZSPCsWvwIB QWZw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=qgIhnBoVspofK7cg9vBoiYhcWHZOfYUb2WAdaXHhpHY=; b=HRmkqfs2/b/6tHWQ9MDP/8sSlOojIzBBnBEPm4u5quCyfjJq3ea5B+B/R8QDI9eLY5 hmZtVEGWfd9eLfw7ziwzbBrOOjeH18zW5a33Gn/XihHqbG1hjv2IFC5TC/opP1bMRPx/ ouETAoP5lyz0UK+WHeeedcnH4Ux9Tiv6yvQC8u0Zgo0VfxvxVmziZXbYfR/roXBbpb2a 921VMnwgfpD3r8blHWk52ak9K2zuLtljGdY/22mGjuMQSmOF+Rqo0LJ6KzFRlCUanbrK J36KGoKNAsTmXN6mMJVY12LGGysIHArv3OV/ekJQahPk08EXC5rrLHmWMMZQcMS11IdY 8Dyg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p13si7058901pli.519.2018.01.18.02.09.03; Thu, 18 Jan 2018 02:09:17 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755342AbeARJlh (ORCPT + 99 others); Thu, 18 Jan 2018 04:41:37 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:41564 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755005AbeARJle (ORCPT ); Thu, 18 Jan 2018 04:41:34 -0500 Received: from localhost (unknown [194.138.39.102]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id F1F3D1017; Thu, 18 Jan 2018 09:41:33 +0000 (UTC) Date: Thu, 18 Jan 2018 10:41:32 +0100 From: Greg Kroah-Hartman To: Gilad Ben-Yossef Cc: Herbert Xu , "David S. Miller" , Linux Crypto Mailing List , devel@driverdev.osuosl.org, Linux kernel mailing list , Ofir Drang Subject: Re: [PATCH 1/7] staging: ccree: remove ccree from staging tree Message-ID: <20180118094132.GB28652@kroah.com> References: <1515662239-1714-1-git-send-email-gilad@benyossef.com> <1515662239-1714-2-git-send-email-gilad@benyossef.com> <20180113132100.GC17515@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 18, 2018 at 10:39:11AM +0200, Gilad Ben-Yossef wrote: > On Sat, Jan 13, 2018 at 3:21 PM, Greg Kroah-Hartman > wrote: > > On Thu, Jan 11, 2018 at 09:17:08AM +0000, Gilad Ben-Yossef wrote: > >> Remove the ccree driver from the staging tree in preparation to > >> introducing it in the crypto tree. > >> > >> Signed-off-by: Gilad Ben-Yossef > > > > Heh, no, just make a patch series that adds the driver to the correct > > location in the crypto tree. > > > > If that gets accepted, we can then delete the staging driver with a > > separate patch, after the fact. No need for it to be in this patch > > series. > > Yes, I should have been more communicative as to why I am doing this, sorry. > > The problem is that if you apply the patch adding the driver to > drivers/crypto/ the kernel > no longer links due to symbol name collisions. Then as the first patch in your series, just mark the staging driver as relying on BROKEN, and all should be fine :) thanks, greg k-h