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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 12AA6C25B08 for ; Wed, 17 Aug 2022 17:12:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239912AbiHQRMk (ORCPT ); Wed, 17 Aug 2022 13:12:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57374 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237040AbiHQRMi (ORCPT ); Wed, 17 Aug 2022 13:12:38 -0400 Received: from mail-ed1-x531.google.com (mail-ed1-x531.google.com [IPv6:2a00:1450:4864:20::531]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C97595FF59 for ; Wed, 17 Aug 2022 10:12:37 -0700 (PDT) Received: by mail-ed1-x531.google.com with SMTP id z2so18368723edc.1 for ; Wed, 17 Aug 2022 10:12:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=google; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc; bh=7Qt1OiwB1NvpNvFAmXsbXFbwMMwlOW1GJ6U3awjsLBM=; b=Ig5NGpyXAu/IiC7pCn5pEUlHynCDqQeLrI/1G6lRj478JvxU1k2wD3ooAop+hJfYmi OOI0+r3W9gc2AYDypHGRs4fNjfjkIlZ7pUFFbQlD9s9MzRWu95upt5/CxroPCYaXfJ58 vZQ6AK+XEBahQKS63orPE2QpsqNHwgypllJCo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc; bh=7Qt1OiwB1NvpNvFAmXsbXFbwMMwlOW1GJ6U3awjsLBM=; b=ULrdqGL1XFzpBzFsZIb0zd6gPxRr37oeHJrunJEM9QY735XEnYdrblm2mhcc3xDHGl yjwe/j8w7y/UYN4J0yFhkVxxJvJsHx4CDsOI3vKrmIBF5PtrdLbX0BrRs7+n92AsnOgv dLZPEYJTN8678X/hNJYByJxnV2LnXYLC9lcJZHPo7PG8aN/YRUlUBouT3+JjqTO+9XCO gLS0qp/CNz0Dm+NIQhN3Sjn3es8q7keW0swZai4sZQm3pShHYmYhbE2wFcfgfcJFj8MH p6z1E9PXCQsMaM2ZWh7/7e9rQaQ9+o2FcYw6n+tFY5JEsAI4hZxbJEn/SrFTEGQ5rvoH ChRw== X-Gm-Message-State: ACgBeo0It+7AEDEWzbSsod1tCOlPCChNdjfp84+c+qhrRa3C6Cl2q+62 vhk3Ijso0ki+yM6mUhpzWZ5NTrXTqpSYc5+v/Dw= X-Google-Smtp-Source: AA6agR401ll8BGgGbDHvP6FEvI+gxePboaakdjWuMfIbF4aryLV4aV+pS05p4cuCQoMx4hGb9DhZ1w== X-Received: by 2002:a05:6402:278d:b0:43d:cf90:c91a with SMTP id b13-20020a056402278d00b0043dcf90c91amr24147247ede.186.1660756356140; Wed, 17 Aug 2022 10:12:36 -0700 (PDT) Received: from mail-wr1-f41.google.com (mail-wr1-f41.google.com. [209.85.221.41]) by smtp.gmail.com with ESMTPSA id 18-20020a170906319200b007304d084c5esm6824676ejy.166.2022.08.17.10.12.35 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 17 Aug 2022 10:12:35 -0700 (PDT) Received: by mail-wr1-f41.google.com with SMTP id n7so5748823wrv.4 for ; Wed, 17 Aug 2022 10:12:35 -0700 (PDT) X-Received: by 2002:a05:6000:1888:b0:222:ca41:dc26 with SMTP id a8-20020a056000188800b00222ca41dc26mr14146052wri.442.1660756355255; Wed, 17 Aug 2022 10:12:35 -0700 (PDT) MIME-Version: 1.0 References: <20220814212610.GA3690074@roeck-us.net> In-Reply-To: <20220814212610.GA3690074@roeck-us.net> From: Linus Torvalds Date: Wed, 17 Aug 2022 10:12:18 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: upstream kernel crashes To: Guenter Roeck , Andres Freund Cc: linux-kernel@vger.kernel.org, Greg KH Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Aug 14, 2022 at 2:26 PM Guenter Roeck wrote: > > syscaller reports lots of crashes with the mainline kernel. The latest > I have seen, based on the current ToT, is attached. Backtraces are not > always the same, but this one is typical. Ok, I just pushed out the pull of the virtio fixes, so hopefully this is all behind us. Looking forward to (not really ;^) seeing what the google cloud automation reports with this fixed. Thanks, Linus