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=-1.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,T_DKIMWL_WL_HIGH 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 D735DC282DD for ; Mon, 10 Jun 2019 08:29:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9AE6B206E0 for ; Mon, 10 Jun 2019 08:29:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560155389; bh=ZE0Iqpz0C59ij3qcFW3DDb5Pp0Ip4tE/tKbNgdyUebE=; h=From:To:Subject:Date:List-ID:From; b=xHE0RgMLNFw2/mzlMnOjExsajTVx0gdc7qKK45IWlds+ZwBWtm0O9HC826cPmrk2y T1lsS76ZtngILqtk3NGCkBdfes/w9F7xdyzrekBmTBXtai9fh3qojVPY0t85ChjaeC TFYaTDoMry/GL4kEN3uE6XCmbmSJmadPLtiUETSM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387753AbfFJI3t (ORCPT ); Mon, 10 Jun 2019 04:29:49 -0400 Received: from heliosphere.sirena.org.uk ([172.104.155.198]:41332 "EHLO heliosphere.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387702AbfFJI3t (ORCPT ); Mon, 10 Jun 2019 04:29:49 -0400 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=t5edaO4CsZ+Ar+2JDAMDir6vhKMlIzKVCg4h90UMhtA=; b=e1IFcLHEuknYxZ3zfd6PyEye1 XQv4YFhfLeQCnhX5UR6aO56CJBU5FEgrbLCtX54OXzBi3j//FppGgEp8D7sdi/SonGoFmpE09Tczx 48kW2nBB7hT/n2KOB/1TdWdKjvATDWPxeI09k2mnYXEjgVygaWfqiibhOOAT1qWBQc+Jw=; 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 1haFgX-00053B-Ly; Mon, 10 Jun 2019 08:29:45 +0000 Received: from broonie by optimist with local (Exim 4.89) (envelope-from ) id 1haFgW-0005KX-Ro; Mon, 10 Jun 2019 09:29:44 +0100 From: Build bot for Mark Brown To: kernel-build-reports@lists.linaro.org, linaro-kernel@lists.linaro.org, stable@vger.kernel.org Subject: v5.1.8 build: 0 failures 10 warnings (v5.1.8) Message-Id: Date: Mon, 10 Jun 2019 09:29:44 +0100 Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Tree/Branch: v5.1.8 Git describe: v5.1.8 Commit: 937cc0cc22 Linux 5.1.8 Build Time: 135 min 24 sec Passed: 11 / 11 (100.00 %) Failed: 0 / 11 ( 0.00 %) Errors: 0 Warnings: 10 Section Mismatches: 0 ------------------------------------------------------------------------------- defconfigs with issues (other than build errors): 1 warnings 0 mismatches : arm64-allmodconfig 5 warnings 0 mismatches : arm-multi_v5_defconfig 5 warnings 0 mismatches : arm-multi_v7_defconfig 9 warnings 0 mismatches : arm-allmodconfig 5 warnings 0 mismatches : arm-multi_v4t_defconfig 3 warnings 0 mismatches : x86_64-allmodconfig 1 warnings 0 mismatches : arm64-defconfig ------------------------------------------------------------------------------- Warnings Summary: 10 8 ../drivers/regulator/core.c:234:45: warning: array subscript is above array bounds [-Warray-bounds] 5 ../include/linux/spinlock.h:279:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] 4 ../drivers/regulator/core.c:4761:38: warning: array subscript is above array bounds [-Warray-bounds] 3 ../arch/arm/mm/init.c:471:13: warning: unused variable 'itcm_end' [-Wunused-variable] 3 ../arch/arm/mm/init.c:470:13: warning: unused variable 'dtcm_end' [-Wunused-variable] 2 ../drivers/i2c/busses/i2c-sh_mobile.c:399:26: warning: 'data' may be used uninitialized in this function [-Wmaybe-uninitialized] 1 ../samples/seccomp/user-trap.c:83:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 1 ../samples/seccomp/user-trap.c:50:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] 1 ../drivers/staging/erofs/unzip_vle.c:263: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] =============================================================================== Detailed per-defconfig build reports below: ------------------------------------------------------------------------------- arm64-allmodconfig : PASS, 0 errors, 1 warnings, 0 section mismatches Warnings: ../include/linux/spinlock.h:279:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] ------------------------------------------------------------------------------- arm-multi_v5_defconfig : PASS, 0 errors, 5 warnings, 0 section mismatches Warnings: ../arch/arm/mm/init.c:471:13: warning: unused variable 'itcm_end' [-Wunused-variable] ../arch/arm/mm/init.c:470:13: warning: unused variable 'dtcm_end' [-Wunused-variable] ../drivers/regulator/core.c:234:45: warning: array subscript is above array bounds [-Warray-bounds] ../drivers/regulator/core.c:234:45: warning: array subscript is above array bounds [-Warray-bounds] ../drivers/regulator/core.c:4761:38: warning: array subscript is above array bounds [-Warray-bounds] ------------------------------------------------------------------------------- arm-multi_v7_defconfig : PASS, 0 errors, 5 warnings, 0 section mismatches Warnings: ../drivers/i2c/busses/i2c-sh_mobile.c:399:26: warning: 'data' may be used uninitialized in this function [-Wmaybe-uninitialized] ../drivers/regulator/core.c:234:45: warning: array subscript is above array bounds [-Warray-bounds] ../drivers/regulator/core.c:234:45: warning: array subscript is above array bounds [-Warray-bounds] ../drivers/regulator/core.c:4761:38: warning: array subscript is above array bounds [-Warray-bounds] ../include/linux/spinlock.h:279:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] ------------------------------------------------------------------------------- arm-allmodconfig : PASS, 0 errors, 9 warnings, 0 section mismatches Warnings: ../arch/arm/mm/init.c:471:13: warning: unused variable 'itcm_end' [-Wunused-variable] ../arch/arm/mm/init.c:470:13: warning: unused variable 'dtcm_end' [-Wunused-variable] ../drivers/i2c/busses/i2c-sh_mobile.c:399:26: warning: 'data' may be used uninitialized in this function [-Wmaybe-uninitialized] ../drivers/regulator/core.c:234:45: warning: array subscript is above array bounds [-Warray-bounds] ../drivers/regulator/core.c:234:45: warning: array subscript is above array bounds [-Warray-bounds] ../drivers/regulator/core.c:4761:38: warning: array subscript is above array bounds [-Warray-bounds] ../drivers/staging/erofs/unzip_vle.c:263:29: warning: array subscript is above array bounds [-Warray-bounds] ../include/linux/spinlock.h:279:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] ../drivers/scsi/myrs.c:821:24: warning: 'sshdr.sense_key' may be used uninitialized in this function [-Wmaybe-uninitialized] ------------------------------------------------------------------------------- arm-multi_v4t_defconfig : PASS, 0 errors, 5 warnings, 0 section mismatches Warnings: ../arch/arm/mm/init.c:471:13: warning: unused variable 'itcm_end' [-Wunused-variable] ../arch/arm/mm/init.c:470:13: warning: unused variable 'dtcm_end' [-Wunused-variable] ../drivers/regulator/core.c:234:45: warning: array subscript is above array bounds [-Warray-bounds] ../drivers/regulator/core.c:234:45: warning: array subscript is above array bounds [-Warray-bounds] ../drivers/regulator/core.c:4761:38: warning: array subscript is above array bounds [-Warray-bounds] ------------------------------------------------------------------------------- x86_64-allmodconfig : PASS, 0 errors, 3 warnings, 0 section mismatches Warnings: ../samples/seccomp/user-trap.c:50:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../samples/seccomp/user-trap.c:83:2: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ../include/linux/spinlock.h:279:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] ------------------------------------------------------------------------------- arm64-defconfig : PASS, 0 errors, 1 warnings, 0 section mismatches Warnings: ../include/linux/spinlock.h:279:3: warning: 'flags' may be used uninitialized in this function [-Wmaybe-uninitialized] ------------------------------------------------------------------------------- Passed with no errors, warnings or mismatches: x86_64-allnoconfig arm64-allnoconfig arm-allnoconfig x86_64-defconfig