Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp669799ybl; Wed, 11 Dec 2019 05:46:58 -0800 (PST) X-Google-Smtp-Source: APXvYqyN32WMYqd5qNDMffhqVwma2SWar59tg0crt41tCm+7JVjRKqARThToIJAlWx7q38hC2gkW X-Received: by 2002:a9d:7094:: with SMTP id l20mr2396130otj.190.1576072018420; Wed, 11 Dec 2019 05:46:58 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1576072018; cv=none; d=google.com; s=arc-20160816; b=gZ3OCfFrVGVVS6A0adwhc/iKTzCKKy37yZtQgRN48uLBwKJF1U+bhKEy8XYSXGbARB eDKlK9PqEIHivrdJP3oaTCrTF3Ghfx1OpSYiB4CfrBcDQeKzn9DzgOzfemjwBo9FONS1 9dYOtQohV3UsFlG3+iig6RmVWLICRle4lhSyCinlGBgFP5j0RFHO2dylQBftrOxFkndA CqGECEzD5TP4FBlCvN+DKs1Dk9WIO7ndv9o6sNZQ9/7cf6lUB773ds5syo3cqmwmyllY KC/JxaI4SxUPpqyLgS5mFfz2BNyO6PFQP043L6DzockcO6+uZOJCrOtHPDoNKrOXh4/6 GHkg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=Kywb5CaPLD+wYZNUhrrdxu2xYWSV18uTGDzsq8bFDBU=; b=LDbhGEbHHSON3UIe2dCzbAY11k3QM8a1yxog6lG5/gTq+mXsMMJRgXslG4r0hW5/9R AIRa/jsjCGSwQd1d7z0J+Q0f7IbkZSmdPWkZ564oqp8uwsxW3DlG1rHONVvCYEHwaPB8 ITneTkldEKWByve5EdPT9xsCmlq5q3i0yhQk2WGxmQP76UansCCJ0YmwgMdVdIm4dgKN C67Nt6iK5DbibuOoW5f0clU6itR/h3wQhhdYXeCL6/LOerlHx46xVvF3ypW7nyGmvqwk sxRmZXyJjTKzCx7ovXqr5T9G7xsd/o3bTNwFU9U72LG1wxhpx+nCkIvar2V0OVnHp8SA 3Qig== 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 e17si1067298oti.89.2019.12.11.05.46.46; Wed, 11 Dec 2019 05:46:58 -0800 (PST) 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 S1729686AbfLKNp7 (ORCPT + 99 others); Wed, 11 Dec 2019 08:45:59 -0500 Received: from mx2.suse.de ([195.135.220.15]:54136 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728128AbfLKNp7 (ORCPT ); Wed, 11 Dec 2019 08:45:59 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id B7846AD66; Wed, 11 Dec 2019 13:45:57 +0000 (UTC) Date: Wed, 11 Dec 2019 14:45:57 +0100 From: Libor Pechacek To: Vasily Gorbik , Miroslav Benes Cc: heiko.carstens@de.ibm.com, borntraeger@de.ibm.com, jpoimboe@redhat.com, joe.lawrence@redhat.com, linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, jikos@kernel.org, pmladek@suse.com, nstange@suse.de, live-patching@vger.kernel.org Subject: Re: [PATCH v3 4/4] s390/livepatch: Implement reliable stack tracing for the consistency model Message-ID: <20191211134557.GC4080@fm.suse.cz> References: <20191106095601.29986-5-mbenes@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri 29-11-19 19:16:38, Miroslav Benes wrote: > On Fri, 29 Nov 2019, Vasily Gorbik wrote: [...] > > https://github.com/lpechacek/qa_test_klp seems outdated. I was able to > > fix and run some tests of it but haven't had time to figure out all of > > them. Is there a version that would run on top of current Linus tree? > > Ah, sorry. I should have mentioned that. The code became outdated with > recent upstream changes. Libor is working on the updates (CCed). qa_test_klp has been refreshed. Feel free to test and report issues. Thanks! Libor -- Libor Pechacek SUSE Labs Remember to have fun...