From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sasha Levin Date: Sun, 22 Mar 2020 21:58:28 -0400 Subject: [LTP] =?utf-8?q?=F0=9F=92=A5_PANICKED=3A_Test_report_for_kernel_?= =?utf-8?q?5=2E5=2E11-6df57ed=2Ecki_=28stable-queue=29?= In-Reply-To: References: Message-ID: <20200323015828.GS4189@sasha-vm> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ltp@lists.linux.it On Sun, Mar 22, 2020 at 11:50:11PM -0000, CKI Project wrote: > >Hello, > >We ran automated tests on a recent commit from this kernel tree: > > Kernel repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > Commit: 6df57ed14ddf - Revert "drm/fbdev: Fallback to non tiled mode if all tiles not present" > >The results of these automated tests are provided below. > > Overall result: FAILED (see details below) > Merge: OK > Compile: OK > Tests: PANICKED > >All kernel binaries, config files, and logs are available for download here: > > https://cki-artifacts.s3.us-east-2.amazonaws.com/index.html?prefix=datawarehouse/2020/03/22/500600 > >One or more kernel tests failed: > > ppc64le: > ? LTP > > aarch64: > ? Boot test > > x86_64: > ? xfstests - ext4 So I go in the xfstests___ext4/ directory to see what paniced, right? I don't see panics in those logs... -- Thanks, Sasha 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=-7.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 578B0C1975A for ; Mon, 23 Mar 2020 01:58:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1F32D2074D for ; Mon, 23 Mar 2020 01:58:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584928711; bh=w1tcwWtpPMAsA+9omi4eLsU7Mm02AQjta+kf1gJR46c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=L1dAqqqpSAlST0Mh+DhmfNZQb78KaMAiYkc2EDl6JRJGf6VTmkNmSj24n3D+KUk5f SBnH1c8pjuDpKHEdalazWcIsKjGXpyO9xkPCETDc6DJ5xHEgI7cfNzUyzksvjFMR4H OVXWBther5bP3dTLPRaY+6THOXyVM6lsGwmPloAk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726976AbgCWB6a (ORCPT ); Sun, 22 Mar 2020 21:58:30 -0400 Received: from mail.kernel.org ([198.145.29.99]:49756 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726974AbgCWB6a (ORCPT ); Sun, 22 Mar 2020 21:58:30 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id C95FB20722; Mon, 23 Mar 2020 01:58:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1584928710; bh=w1tcwWtpPMAsA+9omi4eLsU7Mm02AQjta+kf1gJR46c=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pZ7WI4A5+SblgQqaH5kLb2zlWYWeKGnx6+tt5Gye10mhj3UeJUdRUdnvKPYggXKKr IKtWZ7WpAvcCf+iQN4T2aO8R+7NyxGZ0e9HpwsoHYxTSKxFhuu7jwAkV2X+264+/JQ LANFF7NlU/fmxQjTQQQnK0qxg9Ar1AU8juefv40U= Date: Sun, 22 Mar 2020 21:58:28 -0400 From: Sasha Levin To: CKI Project Cc: Linux Stable maillist , Ondrej Moris , Ondrej Mosnacek , Memory Management , Jan Stancek , LTP Mailing List , Xiong Zhou Subject: Re: =?utf-8?B?8J+SpSBQQU5JQ0tFRA==?= =?utf-8?Q?=3A?= Test report for kernel 5.5.11-6df57ed.cki (stable-queue) Message-ID: <20200323015828.GS4189@sasha-vm> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sun, Mar 22, 2020 at 11:50:11PM -0000, CKI Project wrote: > >Hello, > >We ran automated tests on a recent commit from this kernel tree: > > Kernel repo: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git > Commit: 6df57ed14ddf - Revert "drm/fbdev: Fallback to non tiled mode if all tiles not present" > >The results of these automated tests are provided below. > > Overall result: FAILED (see details below) > Merge: OK > Compile: OK > Tests: PANICKED > >All kernel binaries, config files, and logs are available for download here: > > https://cki-artifacts.s3.us-east-2.amazonaws.com/index.html?prefix=datawarehouse/2020/03/22/500600 > >One or more kernel tests failed: > > ppc64le: > ❌ LTP > > aarch64: > ❌ Boot test > > x86_64: > 💥 xfstests - ext4 So I go in the xfstests___ext4/ directory to see what paniced, right? I don't see panics in those logs... -- Thanks, Sasha