Received: by 2002:a25:730a:0:0:0:0:0 with SMTP id o10csp4146354ybc; Fri, 25 Oct 2019 15:29:58 -0700 (PDT) X-Google-Smtp-Source: APXvYqzRfPymNb/EyuokgqRZAGF1kYDYIZSR1pcLUW+GD9qpPAFDP3CAWXRkGvbCCoMvyAf8RuMx X-Received: by 2002:aa7:df85:: with SMTP id b5mr6673166edy.298.1572042598077; Fri, 25 Oct 2019 15:29:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1572042598; cv=none; d=google.com; s=arc-20160816; b=VSACdH2V7aM/I0mUa7A5b3whGHBNYe8DgQx/h2M+dN8HAhCUWxgBpKsg3F2q8I2w1E iKfXW8oK9rS42vNeReCvB6/e6fnLZRSe6xGG6zWDWJeUuzp96fn7Eui31PJZ20olgLSP wl7gm97K7LfQLwbv4GBLB5J/dpAqoPa9KD5QgQpcCQRFyp87yR6whZypfrI9yvYBdLb+ d+Dyod1k+/VAobSmtS0qDJ59j//7PUfjvDXsM4/CG+8+1AyLSh3U/1TDZhcsNi8XDqgc wQWS7WxYawHBObmsg2fhhAPicb7lX7aA18F5wvU9vq2DJiMbD+gnF5fnDiQoEk8nOcb/ GdFg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=a0bdoH58DhmrKKQNqWowhcByJuS5mGjfL3VocUgxAkg=; b=c76mBorf06lBEKUbE0fHtiXzNqmckGt4mYaS49SttqaeSN909lUO5pwXm92tsoTb/d O+QtEJBBpt3mvAHceNA9P1QfVnFJZDWuSJycu577IhKwroOtu+/YZ+hQ1f97v/g7Fyb5 IZYqW248ef8edvEaLGKLE5DYGvPqa8+AXgUrn1jMcIN7IWS+DrPImZOfWseF21vQS/cm yOJpFJBjkpep8SvENyQSnpQg8yfPF1bm0l3aMS5PBeyDEoX6Am7ORp1Klv4/orrRayL8 4zPPCbjxahsoMoZmNV/yInBYq+Nu7QMPfJ5N0cJxuAEVDXLmHgy9Ar6o3xmh9AqNVLr9 75QQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f8si2494845ede.120.2019.10.25.15.29.35; Fri, 25 Oct 2019 15:29:58 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2438496AbfJYKWS convert rfc822-to-8bit (ORCPT + 99 others); Fri, 25 Oct 2019 06:22:18 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:37160 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2409177AbfJYKWS (ORCPT ); Fri, 25 Oct 2019 06:22:18 -0400 Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1iNwjL-0005Fl-Gu; Fri, 25 Oct 2019 12:22:03 +0200 Date: Fri, 25 Oct 2019 12:22:03 +0200 From: Sebastian Andrzej Siewior To: Joerg Vehlow Cc: Steffen Klassert , Tom Rix , Steven Rostedt , Thomas Gleixner , herbert@gondor.apana.org.au, davem@davemloft.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 1/1] xfrm : lock input tasklet skb queue Message-ID: <20191025102203.zmkqvvg5tofaqfw6@linutronix.de> References: <20191024103134.GD13225@gauss3.secunet.de> <20191025094758.pchz4wupvo3qs6hy@linutronix.de> <202da67b-95c7-3355-1abc-f67a40a554e9@jv-coder.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <202da67b-95c7-3355-1abc-f67a40a554e9@jv-coder.de> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019-10-25 12:14:59 [+0200], Joerg Vehlow wrote: > Here is one of the oops logs I still have: > > [  139.717273] CPU: 2 PID: 11987 Comm: netstress Not tainted > 4.19.59-rt24-preemt-rt #1 could you retry with the latest v5.2-RT, please? qemu should boot fine… Sebastian