From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751547AbbCSUvJ (ORCPT ); Thu, 19 Mar 2015 16:51:09 -0400 Received: from tex.lwn.net ([70.33.254.29]:34826 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750776AbbCSUvG (ORCPT ); Thu, 19 Mar 2015 16:51:06 -0400 Date: Thu, 19 Mar 2015 14:51:04 -0600 From: Jonathan Corbet To: Li Bin Cc: , , , , , Subject: Re: [PATCH resend] kprobes: Update Documentation/kprobes.txt Message-ID: <20150319145104.6e6b006c@lwn.net> In-Reply-To: <1425520111-16029-1-git-send-email-huawei.libin@huawei.com> References: <1425520111-16029-1-git-send-email-huawei.libin@huawei.com> Organization: LWN.net X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 5 Mar 2015 09:48:31 +0800 Li Bin wrote: > The patch 125e564("Move Kconfig.instrumentation to arch/Kconfig and > init/Kconfig") had removed the "Instrumentation Support" menu, > and the configurations under this had be moved to "General setup". > Update Documentation/kprobes.txt to reflect this change. Applied to the docs tree, thanks. jon