Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp2439562ybi; Mon, 17 Jun 2019 05:00:56 -0700 (PDT) X-Google-Smtp-Source: APXvYqzVz91MJIojH/Ry2qsDGABfp90CS4pSagmRlOYDiScnR7/0oiF3Zy34vi5NcyaNHBOqdqGX X-Received: by 2002:a65:568b:: with SMTP id v11mr30271109pgs.453.1560772856738; Mon, 17 Jun 2019 05:00:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560772856; cv=none; d=google.com; s=arc-20160816; b=EHcK6C0yr5vqgfYwJUPYzT/IirER466ZwgNhqWBb7wZmjZDpqhVc6Y5G99Q7EQnVtA 71yGhB9gMViWdiVUDAQusJtUMuSOh8gqMDC28Qq5pJhx/1mhviu0dKuVerxcvfdE6zdb +WJ3GmCJq7g+ITJrobsO+gO4W1XeIQHQFCcnnjguQRT00lJsRNOedBCBK9g1XMokiSE6 Ly/9GzgY4a/keT5ZTEGCyOCtrI4ZuCRhkDs8Wz5s7/IWSlmAKJ+kxf1P4ekczwciM+kj P3frKpkKadwSayrQlwhPvRVc91koPw/i9UWJ4sUdMk1GnV7b10ZWREMONnR6T3VPCudP qj0Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=b5ccg/bVS6qD8UxSBkv5HmGj3MtpNywAN3BXTPiV1ng=; b=nDXG0O2fY7xY9r7BLLygjozqgd2fsQQohPcQiS0AOZvQPLAmsvVVofZtXoiWROW/dF VNRHLktOqccrpERZeBvqSLQcqDdzAMKR+bJwf+zJRsmx8HWjaedyHubr25Jahawpp5ba I8Dy+RO1mWmq31BGyj6wgCA0aDA9Ed+1EG9vWBTjw0c7NRjYptQqXt7LRAkOrXeBMk13 vdS+BIjq9BEebfttkKpo9Wzf5Mi3IiPnGUD33FG9bAdWlxtLE8ktsWHUMBDSqnqpg5uW tL9vECzJn12yQSrG+W89A2nhHfFxCh0PF/mgDGB1x2bb6YA8R9SQIWkJMJ9RROBNIHLt F08w== 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 d24si5693590pgk.186.2019.06.17.05.00.40; Mon, 17 Jun 2019 05:00:56 -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 S1726759AbfFQL6v (ORCPT + 99 others); Mon, 17 Jun 2019 07:58:51 -0400 Received: from Galois.linutronix.de ([146.0.238.70]:43504 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725763AbfFQL6v (ORCPT ); Mon, 17 Jun 2019 07:58:51 -0400 Received: from [5.158.153.52] (helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1hcqHY-0006Ld-Kj; Mon, 17 Jun 2019 13:58:40 +0200 Date: Mon, 17 Jun 2019 13:58:36 +0200 (CEST) From: Thomas Gleixner To: Petr Mladek cc: Miroslav Benes , jpoimboe@redhat.com, jikos@kernel.org, joe.lawrence@redhat.com, kamalesh@linux.vnet.ibm.com, live-patching@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 1/3] stacktrace: Remove weak version of save_stack_trace_tsk_reliable() In-Reply-To: <20190617111626.vkqayqf3tvleff37@pathway.suse.cz> Message-ID: References: <20190611141320.25359-1-mbenes@suse.cz> <20190611141320.25359-2-mbenes@suse.cz> <20190617111626.vkqayqf3tvleff37@pathway.suse.cz> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 17 Jun 2019, Petr Mladek wrote: > On Sun 2019-06-16 10:44:59, Thomas Gleixner wrote: > > On Tue, 11 Jun 2019, Miroslav Benes wrote: > > > > > Recent rework of stack trace infrastructure introduced a new set of > > > helpers for common stack trace operations (commit e9b98e162aa5 > > > ("stacktrace: Provide helpers for common stack trace operations") and > > > related). As a result, save_stack_trace_tsk_reliable() is not directly > > > called anywhere. Livepatch, currently the only user of the reliable > > > stack trace feature, now calls stack_trace_save_tsk_reliable(). > > > Cc: Thomas Gleixner > > > Signed-off-by: Miroslav Benes > > > > Reviewed-by: Thomas Gleixner > > Would you like to push this patch via your tree? > Or is it OK to push it via the livepatch tree for 5.3? Just pick it up. I don't think we have anything conflicting. Thanks, tglx