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 X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 25D00C433DB for ; Tue, 30 Mar 2021 16:23:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CCAFA61998 for ; Tue, 30 Mar 2021 16:23:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232183AbhC3QW4 (ORCPT ); Tue, 30 Mar 2021 12:22:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42000 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231701AbhC3QWf (ORCPT ); Tue, 30 Mar 2021 12:22:35 -0400 Received: from ssl.serverraum.org (ssl.serverraum.org [IPv6:2a01:4f8:151:8464::1:2]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7A758C061574; Tue, 30 Mar 2021 09:22:35 -0700 (PDT) Received: from ssl.serverraum.org (web.serverraum.org [172.16.0.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ssl.serverraum.org (Postfix) with ESMTPSA id F290822236; Tue, 30 Mar 2021 18:22:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2016061301; t=1617121352; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=oIwyUqAzhM7ee/BMrStN5FihbwtRnVcp/Mxe/o3tK2M=; b=UwBRS535zGojtGnONljafly4b0WcMpThXNFFgKqbwZVtJvV+u6fXBZz2lTTwsOXsjCTDzc iJDA5j/hcMmwHOqC2YElCQya1gqZbo7mHIbdmlg7HTdhPa6Qgktqt36+bdWhBR0DAw6EW0 9xyxktWlMkYoeBjTj1GXyBJpahQc5qo= MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 30 Mar 2021 18:22:31 +0200 From: Michael Walle To: Sahil Malhotra Cc: Guillaume Tucker , Shawn Guo , "Sahil Malhotra (OSS)" , kernelci-results@groups.io, linux-kernel@vger.kernel.org, Leo Li , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: next/master bisection: baseline.login on kontron-kbox-a-230-ls In-Reply-To: References: User-Agent: Roundcube Webmail/1.4.11 Message-ID: X-Sender: michael@walle.cc Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Sahil, Am 2021-03-30 16:42, schrieb Sahil Malhotra: > I tried the same on LS1028A-RDB board with 5.11 kernel and my > submitted patch applied. > Board booted up successfully: https://pastebin.com/15D91K5k > > I used OP-TEE from OP-TEE github repo: > https://github.com/OP-TEE/optee_os with commit > https://github.com/OP-TEE/optee_os/commit/d1447353d3f80ae49053b54f525a0a4cf5e4cde7 > Which OP-TEE version you used for CI ? | Re: next/master bisection: baseline.login on kontron-kbox-a-230-ls That would be my board, which isn't a LS1028A-RDB and doesn't use optee at all. Hope this helps, to understand why this board crashed ;) -michael