From patchwork Tue Jun 18 14:03:50 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Roese X-Patchwork-Id: 1949151 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=denx.de header.i=@denx.de header.a=rsa-sha256 header.s=phobos-20191101 header.b=AV32FQeD; dkim-atps=neutral Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=patchwork.ozlabs.org) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4W3T4v4WSqz20Ws for ; Wed, 19 Jun 2024 00:03:59 +1000 (AEST) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 4FCA788354; Tue, 18 Jun 2024 16:03:56 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1718719436; bh=b4/tG7Q+JVA5IDAgmGeFSYsjjtGrVE4s02G13HoQu7E=; h=Date:To:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=AV32FQeDuSMl/pku7JiWTXdHQhq/SgEGvFxSBioKMi7bO8h7tejKWFIpqs4BqKi1Q Ymso0vYrLj27hmmrfveH7i9zj5xDy7TyLVYXXoLAZWMCkUi8yfGENWyUOlwnoyEruy DVsNTwZvg6nArXHH6d9DhpU1e60fF5KroNiPI2Lo6+B/M3Hj75fNbmC9Gbe7eysme+ VUW740tqunCxVkQ36DFbqVrwp1/TscOdM9W3XQqSD2T+Tn9GZAxOXRT5fb4+Qk7A6k McVZJPLnu6EFWQHuoYbHUTe9eAUMczGxy/HG2JM8ht5RM/7RnQcjH1x967t2i9wJtn W88b8bZ7XarKw== Received: by phobos.denx.de (Postfix, from userid 109) id B254488354; Tue, 18 Jun 2024 16:03:55 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,SPF_HELO_NONE, SPF_NEUTRAL,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.2 Received: from mout-u-107.mailbox.org (mout-u-107.mailbox.org [IPv6:2001:67c:2050:101:465::107]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 89495882D4 for ; Tue, 18 Jun 2024 16:03:53 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=fail smtp.mailfrom=sr@denx.de Received: from smtp102.mailbox.org (smtp102.mailbox.org [IPv6:2001:67c:2050:b231:465::102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-u-107.mailbox.org (Postfix) with ESMTPS id 4W3T4l13Tyz9sq6; Tue, 18 Jun 2024 16:03:51 +0200 (CEST) Message-ID: Date: Tue, 18 Jun 2024 16:03:50 +0200 MIME-Version: 1.0 Content-Language: en-US To: Tom Rini , U-Boot Mailing List From: Stefan Roese Subject: Please pull u-boot-watchdog/master X-Rspamd-Queue-Id: 4W3T4l13Tyz9sq6 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean Hi Tom, please pull the following cyclic related change to fix the CI build issue here: ---------------------------------------------------------------- - cyclic: Rise default CYCLIC_MAX_CPU_TIME_US to 5000 (Jiaxun) ---------------------------------------------------------------- Here the Azure build, without any issues: https://dev.azure.com/sr0718/u-boot/_build/results?buildId=371&view=results Thanks, Stefan The following changes since commit 16324b43db3f2b4fbbc3b701893fcfc4104f33fb: Merge tag 'u-boot-nand-20240617' of https://source.denx.de/u-boot/custodians/u-boot-nand-flash (2024-06-17 09:27:28 -0600) are available in the Git repository at: git@source.denx.de:u-boot/custodians/u-boot-watchdog.git for you to fetch changes up to 1fd754cebd38d7456caa82bef15225cbe77960ec: cyclic: Rise default CYCLIC_MAX_CPU_TIME_US to 5000 (2024-06-18 12:34:37 +0200) ---------------------------------------------------------------- Jiaxun Yang (1): cyclic: Rise default CYCLIC_MAX_CPU_TIME_US to 5000 common/Kconfig | 2 +- configs/octeon_nic23_defconfig | 1 - 2 files changed, 1 insertion(+), 2 deletions(-)