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=-2.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS 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 10736C282C0 for ; Wed, 23 Jan 2019 09:23:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D2D9721726 for ; Wed, 23 Jan 2019 09:23:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548235411; bh=PHiOZrgIf59ICB6MKwe8eruOtm7YiarTIXbTCrVQjgA=; h=From:To:Subject:Date:List-ID:From; b=Tm9NpmxfoKPS68tligm38ixJZXtnxoIjY03nmDppZ4OKK5SRVjbhHRdTlsmDBfWcv d+aKhobwQLnVJqcqXFtpiSb/rOJBA9lFZ96r6z+MzUywL3aGincKEXsq46/0tVvOYg yXhRLHdzNvkaoiu1SQma0M8Ts/q2Efg7dy81+7/A= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726317AbfAWJXb (ORCPT ); Wed, 23 Jan 2019 04:23:31 -0500 Received: from heliosphere.sirena.org.uk ([172.104.155.198]:57662 "EHLO heliosphere.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726359AbfAWJXb (ORCPT ); Wed, 23 Jan 2019 04:23:31 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sirena.org.uk; s=20170815-heliosphere; h=Date:Message-Id:Subject:To:From: Sender:Reply-To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=71VhU4j2cT7//C61VELSEw/Sg7Yrz1A3af5HvEYDNds=; b=SDDUbgLJKyH3km0aPf9SqHmwY bwYwGXYtl8Q7IDsPQvOYFfEthCtVpBLB4+UnLeKB048ZpaYjezUMm9yBMcTzWmNc6BR6Z5rIbXjIn etNGN/RFvUkppTSbbD/DqlZd/Ap+JDOe8mq79D15Aq/yBBKtynhdYvGBIPKvaF1M9/1GM=; Received: from cpc102320-sgyl38-2-0-cust46.18-2.cable.virginm.net ([82.37.168.47] helo=optimist) by heliosphere.sirena.org.uk with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1gmEkr-0002t5-Bs; Wed, 23 Jan 2019 09:23:29 +0000 Received: from broonie by optimist with local (Exim 4.89) (envelope-from ) id 1gmEkq-0005rt-Gj; Wed, 23 Jan 2019 09:23:28 +0000 From: Build bot for Mark Brown To: kernel-build-reports@lists.linaro.org, linaro-kernel@lists.linaro.org, stable@vger.kernel.org Subject: v4.20.4 build: 0 failures 4 warnings (v4.20.4) Message-Id: Date: Wed, 23 Jan 2019 09:23:28 +0000 Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Tree/Branch: v4.20.4 Git describe: v4.20.4 Commit: 3d4332cd82 Linux 4.20.4 Build Time: 130 min 3 sec Passed: 11 / 11 (100.00 %) Failed: 0 / 11 ( 0.00 %) Errors: 0 Warnings: 4 Section Mismatches: 0 ------------------------------------------------------------------------------- defconfigs with issues (other than build errors): 1 warnings 0 mismatches : arm64-allmodconfig 3 warnings 0 mismatches : arm-allmodconfig ------------------------------------------------------------------------------- Warnings Summary: 4 1 ../drivers/staging/erofs/unzip_vle.c:188:29: warning: array subscript is above array bounds [-Warray-bounds] 1 ../drivers/scsi/myrs.c:821:24: warning: 'sshdr.sense_key' may be used uninitialized in this function [-Wmaybe-uninitialized] 1 ../drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:216:1: warning: the frame size of 1064 bytes is larger than 1024 bytes [-Wframe-larger-than=] 1 ../drivers/isdn/hardware/eicon/message.c:5985:1: warning: the frame size of 2064 bytes is larger than 2048 bytes [-Wframe-larger-than=] =============================================================================== Detailed per-defconfig build reports below: ------------------------------------------------------------------------------- arm64-allmodconfig : PASS, 0 errors, 1 warnings, 0 section mismatches Warnings: ../drivers/isdn/hardware/eicon/message.c:5985:1: warning: the frame size of 2064 bytes is larger than 2048 bytes [-Wframe-larger-than=] ------------------------------------------------------------------------------- arm-allmodconfig : PASS, 0 errors, 3 warnings, 0 section mismatches Warnings: ../drivers/net/ethernet/mellanox/mlx5/core/en_stats.c:216:1: warning: the frame size of 1064 bytes is larger than 1024 bytes [-Wframe-larger-than=] ../drivers/staging/erofs/unzip_vle.c:188:29: warning: array subscript is above array bounds [-Warray-bounds] ../drivers/scsi/myrs.c:821:24: warning: 'sshdr.sense_key' may be used uninitialized in this function [-Wmaybe-uninitialized] ------------------------------------------------------------------------------- Passed with no errors, warnings or mismatches: arm64-allnoconfig arm-multi_v5_defconfig arm-multi_v7_defconfig x86_64-defconfig arm-allnoconfig x86_64-allnoconfig arm-multi_v4t_defconfig x86_64-allmodconfig arm64-defconfig