From patchwork Fri Jan 20 16:50:24 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shuah Khan X-Patchwork-Id: 644844 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 303F0C05027 for ; Fri, 20 Jan 2023 16:50:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229641AbjATQuy (ORCPT ); Fri, 20 Jan 2023 11:50:54 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33242 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231143AbjATQus (ORCPT ); Fri, 20 Jan 2023 11:50:48 -0500 Received: from mail-il1-x130.google.com (mail-il1-x130.google.com [IPv6:2607:f8b0:4864:20::130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A7FD1CFD2C for ; Fri, 20 Jan 2023 08:50:27 -0800 (PST) Received: by mail-il1-x130.google.com with SMTP id r19so2602159ilt.7 for ; Fri, 20 Jan 2023 08:50:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=cc:to:subject:from:content-language:user-agent:mime-version:date :message-id:from:to:cc:subject:date:message-id:reply-to; bh=5Pig0AkBOvaeFca7AUxlrmx+4DIj5cyOOxxsypim2SI=; b=EdhP42VuFoWrhtgTwaNy5bAFJbuwgCBIb4fnvsGiZnEq2wotooRzlRVRONyGRNDz8/ YPQulmzKOV70jzz4TisRYDgVXMZdTD3xRgZNWxL8JKhvqKD6olJMWTzRzBDY+N/14X4B HeJ/qbl2GoKqH9lZC/IokvEbM3kNpLKnHMopk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:from:content-language:user-agent:mime-version:date :message-id:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=5Pig0AkBOvaeFca7AUxlrmx+4DIj5cyOOxxsypim2SI=; b=KTid7wY5y4ZNZrs8C4PkaRQ0DVPRgCA6jIf5qwLRMdo/a4xXZ/prRjNCooBaS0W5TS QuDqODqIiBdA7UQRL/J9ZjHK+VW3VviaOXv2BjKfpw59e22bskUEY7q1bC4CUnSBF/ml F3Luw6Nyg7b+nnMyjf1vo88PbIddMczgG0xQi2p9wTCr/QXbpIrfkhBy55vZ6x5j3S/2 3+XAbidcmFdNa02ftDxmQL8hAcPJhY73nIfY0dZMWijpRCeTuwaMnEYhHJUapXP2gQCC ngUZH6XsERK3VsOCGPT1RlQUAE0fKrQwW2knmd80WJ+qzlb/RweiobtitF2kiA4BdNB9 yacQ== X-Gm-Message-State: AFqh2koG7uJlmOfzRmKKmcq100xYalyEDxAxoAXfx3NTnbiQOfaomIA5 ZE0HEbEdTqggAbGEzxZOrmId2yyOqqyk4QkV X-Google-Smtp-Source: AMrXdXuBr6OCQQnpIertUfxQPbY4vO4KliTWR0eET2QYTtdGcWqITjb7ezJqEQnY4htBQYSv3Os38g== X-Received: by 2002:a92:2a07:0:b0:30c:1dda:42dd with SMTP id r7-20020a922a07000000b0030c1dda42ddmr2437637ile.1.1674233425999; Fri, 20 Jan 2023 08:50:25 -0800 (PST) Received: from [192.168.1.128] ([38.15.45.1]) by smtp.gmail.com with ESMTPSA id z7-20020a056638214700b003a2a167e7d9sm5239323jaj.96.2023.01.20.08.50.24 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 20 Jan 2023 08:50:25 -0800 (PST) Message-ID: Date: Fri, 20 Jan 2023 09:50:24 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Content-Language: en-US From: Shuah Khan Subject: [GIT PULL] Kselftest fixes update for Linux 6.2-rc5 To: Linus Torvalds Cc: Shuah Khan , linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org Hi Linus, Please pull the following Kselftest fixes update for Linux 6.2-rc5. This Kselftest fixes update for Linux 6.2-rc5 consists of a single fix to address error seen during unconfigured LLVM builds. diff is attached. thanks, -- Shuah ---------------------------------------------------------------- The following changes since commit 1b929c02afd37871d5afb9d498426f83432e71c2: Linux 6.2-rc1 (2022-12-25 13:41:39 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux-kselftest-fixes-6.2-rc5 for you to fetch changes up to 9fdaca2c1e157dc0a3c0faecf3a6a68e7d8d0c7b: kselftest: Fix error message for unconfigured LLVM builds (2023-01-12 13:38:04 -0700) ---------------------------------------------------------------- linux-kselftest-fixes-6.2-rc5 This Kselftest fixes update for Linux 6.2-rc5 consists of a single fix address error seen during unconfigured LLVM builds. ---------------------------------------------------------------- Mark Brown (1): kselftest: Fix error message for unconfigured LLVM builds tools/testing/selftests/lib.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------- diff --git a/tools/testing/selftests/lib.mk b/tools/testing/selftests/lib.mk index 291144c284fb..f7900e75d230 100644 --- a/tools/testing/selftests/lib.mk +++ b/tools/testing/selftests/lib.mk @@ -20,7 +20,7 @@ CLANG_TARGET_FLAGS := $(CLANG_TARGET_FLAGS_$(ARCH)) ifeq ($(CROSS_COMPILE),) ifeq ($(CLANG_TARGET_FLAGS),) -$(error Specify CROSS_COMPILE or add '--target=' option to lib.mk +$(error Specify CROSS_COMPILE or add '--target=' option to lib.mk) else CLANG_FLAGS += --target=$(CLANG_TARGET_FLAGS) endif # CLANG_TARGET_FLAGS