Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp51417imu; Wed, 19 Dec 2018 13:28:16 -0800 (PST) X-Google-Smtp-Source: AFSGD/WW2ugnPqUWsfT03p3y0yww+tJzGbf/WErc0bY1dKIksf3pDcp7bEgp4m06fgChxiRSqahx X-Received: by 2002:a63:9d05:: with SMTP id i5mr3980195pgd.98.1545254896401; Wed, 19 Dec 2018 13:28:16 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545254896; cv=none; d=google.com; s=arc-20160816; b=sYQ+UY4L4gDEPpWoPp9ipYJwZ0qEUhq2kjCS9Frb2xgmEIGyM/RPHaIg1TGrzPwr0x 4VgzsJNMnVEBZPYFBqkrnT/vqZNazyh2LBAvasLnN7vr01bKN8WM0PEL9k9Qg0OMPhBB ZZgOyk9hYIFKIPilLDSRh230ZkWhC8ZwGAw8/sfENWaEOq18brh2wKwrrRkwp80WXu+k xUVBDNbux0UO2r85nN9+LVSSRmv4HlyDxpypY69Zn3XvuGd985S1W5CnVk690Ah3+Rlf lo/2nUGkoIfSpSgXlYCEOInYin122dymedIJy+8tel42W6qktPnp5ifxUTo/jGpjU02v p6cQ== 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=nsEWTTuO3IFl5ojMCkEuDhUu1Rt6ntwZ5B113KCJ+Gs=; b=eWnGmjsJqGbzt5xtdioz7PA+wai5lY8jGCsMLMCzoUaIJiB2yT+E/3srRKLhQRMxhk kBcWW3dnA3zazQSsV2fRlbBRLnqiEQ5l74Ve4ZSoBuE/v6w7dBmNuVihnDcECA0ukxGp attfoL5Ih/iBxsdD+q0WfGQyv82mKJ+IGA+uPVwS/FyfOfpt/TsyxnzLTSuZH5WTXg/n 7VyhUJ9/6+/mlmqWBQVB0rBih1HJKsBZwOIGnwH6HWG9mqc9xGRDV5+pTSuNXaJF+/ck Y7YSVZBalzC2Z0dlOaD/GcfOn4iEH20qXOaj9ef3slbGgvhLAXdgSTAR1/sY353L4OaW bLNA== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d34si14313853pla.80.2018.12.19.13.28.00; Wed, 19 Dec 2018 13:28:16 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730216AbeLSQ64 (ORCPT + 99 others); Wed, 19 Dec 2018 11:58:56 -0500 Received: from mx2.suse.de ([195.135.220.15]:36892 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727310AbeLSQ64 (ORCPT ); Wed, 19 Dec 2018 11:58:56 -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 66C31B141; Wed, 19 Dec 2018 16:58:54 +0000 (UTC) Date: Wed, 19 Dec 2018 17:58:53 +0100 (CET) From: Jiri Kosina To: Josh Poimboeuf cc: Miroslav Benes , yamada.masahiro@socionext.com, michal.lkml@markovi.net, jeyu@kernel.org, pmladek@suse.com, linux-kbuild@vger.kernel.org, live-patching@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] kbuild: use -flive-patching when CONFIG_LIVEPATCH is enabled In-Reply-To: <20181219165428.5udrppedpdvf2u7k@treble> Message-ID: References: <20181219141744.32392-1-mbenes@suse.cz> <20181219165428.5udrppedpdvf2u7k@treble> User-Agent: Alpine 2.21 (LSU 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 Wed, 19 Dec 2018, Josh Poimboeuf wrote: > This option only makes sense for source-based patch generation, so isn't > it a bit premature to make this change without proper source-based patch > tooling? The reality is though that before the full-fledged patch tooling exists, people are actually already writing livepatches by hand, so this option is useful for them. > Also the commit message needs an analysis of the performance impacts. Agreed. Especially as it's expected (*) to be completely in the noise particularly for the kernel, it'd be good to have that documented in the changelog. (*) actually measured already for some subset of the IPA optimizations Thanks, -- Jiri Kosina SUSE Labs