Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp6197087ybi; Wed, 29 May 2019 04:27:16 -0700 (PDT) X-Google-Smtp-Source: APXvYqwGqUvxLuI4+BA6/0gabxn3Tg+npuZO0JUMJD0nqCqZoGdap+6FB9npEqnK8aTl6SVtr1Q3 X-Received: by 2002:a17:90a:dd42:: with SMTP id u2mr3084541pjv.118.1559129236093; Wed, 29 May 2019 04:27:16 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1559129236; cv=none; d=google.com; s=arc-20160816; b=0s1T044uMiBv+y34XZ/W2AAXfQ9L/+33+kBL1flMSone+GzvGhFHUHDMPGkAQK6O6u sObsXVTmijSFLEiWLut5i6p9PvU2MGq9dpnqFKxEtmncSeNRLR6/eUa2Xf3fh4e7z3gs RZg3drgL+UvPdlQzd7GOES9bJwrIGZevrp10i6+soucfpE+j4n92QrmClIQJVv2c5TWz iDaHHwFYI/KjLc+yRPDeGOeoyqnp8gIhEZO9A/6iBrYLnR1U6XxJwiHM279l6hnuhWsf Bo9F6O20W1B49Lq/yrZD6LxNJadJ9/MFKvgYDsAVFGOy20NBbfUZvdC89LTDSbbpz2lT rQPw== 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; bh=beTbuFHizmvGI0+TLuBTk1Yjorpg/dvitjVMRPwH5g0=; b=MwaZcpFcr12n1X9S3o7M4jcebfjgh/nPzXiDgT2UgmyApv0nYzs4BxZHcWUHUQdkHf oeGqBnvZe/0kW89f6L0TOkbbg746CJPJ5yfgLZbOMckLwe+M3hI5kzPqoFwwnEIZRwYy nyGyo+vvTJport0TEI6MtoQv6uXDhh3wO74wrEr/diXVFiFmbZiTOU0RVitkzCvi3rx2 ++fVH9FdG50J4yXwCwozYE+EV5QekH0xxgDhI02wPWgHqmX3KsiIeJliCjGSb0sA3Tqb nce6o9OJWaSPrP8CHahZpSAW+aHlYvSk4tqMywhQZVLJFjMsQggUxSsXc36mOPga7aXn 9p3w== 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 m64si4905373pgm.274.2019.05.29.04.26.59; Wed, 29 May 2019 04:27:16 -0700 (PDT) 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 S1726795AbfE2LZn (ORCPT + 99 others); Wed, 29 May 2019 07:25:43 -0400 Received: from verein.lst.de ([213.95.11.211]:54149 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725894AbfE2LZm (ORCPT ); Wed, 29 May 2019 07:25:42 -0400 Received: by newverein.lst.de (Postfix, from userid 2407) id 6C7BB68B05; Wed, 29 May 2019 13:25:16 +0200 (CEST) Date: Wed, 29 May 2019 13:25:15 +0200 From: "hch@lst.de" To: Greg KH Cc: Laurentiu Tudor , "hch@lst.de" , "stern@rowland.harvard.edu" , "linux-usb@vger.kernel.org" , "marex@denx.de" , Leo Li , "linux-kernel@vger.kernel.org" , "robin.murphy@arm.com" , "noring@nocrew.org" , "JuergenUrban@gmx.de" Subject: Re: [PATCH v7 2/5] USB: use genalloc for USB HCs with local memory Message-ID: <20190529112515.GA8982@lst.de> References: <20190529102843.13174-1-laurentiu.tudor@nxp.com> <20190529102843.13174-3-laurentiu.tudor@nxp.com> <20190529103838.GC7383@kroah.com> <34a83e74-4c85-cf9f-54c3-b69b0dcb628e@nxp.com> <20190529112334.GA11368@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190529112334.GA11368@kroah.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 29, 2019 at 04:23:34AM -0700, Greg KH wrote: > As long as GENERIC_ALLOCATOR works on all arches, yes, that's fine, but > please verify that this is the case. It works everywhere. The issue here is just that it get pulled in by default on most architetures, but not on all.