Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp657827ybz; Sat, 25 Apr 2020 01:28:29 -0700 (PDT) X-Google-Smtp-Source: APiQypKpV1aWScK2c82Nc1fODd7g+28Czl9cMKtf3iH8cuDbK4lRhHwye1NBQR1+TzOw9V+/rJYr X-Received: by 2002:a50:950a:: with SMTP id u10mr11124232eda.45.1587803309174; Sat, 25 Apr 2020 01:28:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587803309; cv=none; d=google.com; s=arc-20160816; b=IW58VsDjHbybuyNoWqL7+US9R3tEzBHToZ0Dly10PGCFdAYhaR1cFZ+z/UISsFrDSx b0p9v8ZfC7MrmC3btsrwayH/oNZMATooUadwxMNGUtzLpNObOg13+dL+p/7y7nZW3+mo h1YoujN5w8jcawY77QD4v0c0peqPvIv/fT4dhVOKZj2l7acfNJY4ZnYgKG8SgCVGbdQH hWR8hs4tPU66eNmV8kxLS2lLA3Rfn/N+cjTePnCWF2KPm4DGNZrNmAc4UPSbRUcz1C21 aDKD0UoqNzdj5YYa5BeW0ghOs1mnHKgO//wvncqFjAalXWcB9Twt4EqhEb2RmL8Kf8Mx jCtQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:date:cc:to:from:subject :message-id; bh=x3zG5shOXBceo62fYza6t0WFcKdQRG02TTSvWuCKV5A=; b=ZK3PnWjudBMXTKbK7+UEWXu+c35UfDFyqZjP1NPtWrLgFGGoC92UV84l9eVITC6Nvo qMqF2ggvjgHC45foWoaqSgjlbcOY1CCFJvKKZm5zgfZCYoPAaeuuFCWCmP6SvowlZ7VI 80/Z58jblUxp+N+SjbdynynmKAJ40BSp1pB/6C+QBbpSbRIZpofycdfpuwdiVQ1Mo+ZC OAUvFG0JlVq90ZePb7PpXCC5NJLMx34ZKePEz0XKBbphLNf6sjn12wBYyy/n8sIKIz5n rkiJlTQCgnNammr9cw0HUHYtPXM64AiiVXSDleXN9PmzeWV2PzHzma+Bvq/uLGRM1OLL AM6Q== ARC-Authentication-Results: i=1; mx.google.com; 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id o14si4910058ejm.511.2020.04.25.01.28.05; Sat, 25 Apr 2020 01:28:29 -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; 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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726113AbgDYI0R (ORCPT + 99 others); Sat, 25 Apr 2020 04:26:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41154 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726062AbgDYI0R (ORCPT ); Sat, 25 Apr 2020 04:26:17 -0400 Received: from sipsolutions.net (s3.sipsolutions.net [IPv6:2a01:4f8:191:4433::2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7A7CDC09B049 for ; Sat, 25 Apr 2020 01:26:17 -0700 (PDT) Received: by sipsolutions.net with esmtpsa (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.93) (envelope-from ) id 1jSG8T-00G7g6-5s; Sat, 25 Apr 2020 10:26:05 +0200 Message-ID: Subject: Re: [PATCH] um: Fix "time-internal.h" include in xor.h From: Johannes Berg To: David Gow , Anton Ivanov , Richard Weinberger Cc: linux-um@lists.infradead.org, linux-kernel@vger.kernel.org Date: Sat, 25 Apr 2020 10:26:04 +0200 In-Reply-To: <20200425042814.132920-1-davidgow@google.com> References: <20200425042814.132920-1-davidgow@google.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.4 (3.34.4-1.fc31) MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2020-04-24 at 21:28 -0700, David Gow wrote: > It looks like the wrong header was included in xor.h, breaking make > allyesconfig on UML (or, more specifically, kunit.py run --alltests). > > ---------------------- > In file included from crypto/xor.c:17: > ./arch/um/include/asm/xor.h:3:10: fatal error: shared/timer-internal.h: No such file or directory > 3 | #include > | ^~~~~~~~~~~~~~~~~~~~~~~~~ > ---------------------- > > Replacing this with "linux/time-internal.h" builds fine. > > Fixes: d65197ad5249 ("um: fix time-travel=inf-cpu with xor/raid6") Yeah, sorry about that. Some patches overlapped here, i.e. were pending from separate branches I had. I sent Richard a fix quite about three weeks ago: https://patchwork.ozlabs.org/project/linux-um/patch/20200405213357.b6ce1024b276.I7c370e20580d3122c58df5727ee2d6fb53545576@changeid/ but I guess he hasn't applied it yet. johannes