From mboxrd@z Thu Jan 1 00:00:00 1970 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 D9967EB64D9 for ; Fri, 16 Jun 2023 02:08:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240018AbjFPCIu (ORCPT ); Thu, 15 Jun 2023 22:08:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39434 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240062AbjFPCIt (ORCPT ); Thu, 15 Jun 2023 22:08:49 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 99F5F296E; Thu, 15 Jun 2023 19:08:46 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 09AFE61C7B; Fri, 16 Jun 2023 02:08:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A383BC433C8; Fri, 16 Jun 2023 02:08:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1686881325; bh=6wd1dENbjJGqsMvXOT3ybKeD4330B+8abgekXrXfRCw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=m0wrhpfohPopHFJTcXhWcC7h/4hplsO/dIete8rbVvw7W2ShFCCkNNZxQiUJkGX/0 HrJ6aDu3LtzygncqD3blyKCpgYONLIjdMLDVMNhcqmES3Y8tpNL1aFJo/n5Ukd6+uK k/ntHSLHhfIl1LT/i2eDN5/nPfwafIiMdZWHeafpusK66yo8Tdxf1xqnpUfaFcpw+P khO++vDGsGoXZG2JjDyFC8GtUT+65B94hccLMSBd1tUzNawMtLutdL0s85vNrUzUmg BkhKRyzu1zumB3wfOaTZZWRTOlj6Pms6NppWDBROWuPwuTHeZSzvLuWDzhM8MUBQj7 xztQ0jciBgozA== Message-ID: <347be649-ab06-f12d-cfab-8576e6409426@kernel.org> Date: Fri, 16 Jun 2023 11:08:43 +0900 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Subject: Re: [PATCH 2/2] ata: octeon: Add compile test support Content-Language: en-US To: Rob Herring , Sergey Shtylyov , Thomas Bogendoerfer Cc: linux-ide@vger.kernel.org, linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org References: <20230614173633.2430653-1-robh@kernel.org> <20230614173633.2430653-2-robh@kernel.org> From: Damien Le Moal Organization: Western Digital Research In-Reply-To: <20230614173633.2430653-2-robh@kernel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On 6/15/23 02:36, Rob Herring wrote: > Add COMPILE_TEST to enable building Cavium Octeon drivers in MIPS > allyesconfig/allmodconfig builds. There's a dependency on MIPS headers, > so other arches can't be enabled. > > Signed-off-by: Rob Herring Applied this and 1/2 to for-6.5. Thanks ! -- Damien Le Moal Western Digital Research