Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753864AbbFDOme (ORCPT ); Thu, 4 Jun 2015 10:42:34 -0400 Received: from zeroeth.unpythonic.net ([162.243.242.154]:48811 "EHLO zeroeth.unpythonic.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932131AbbFDOma (ORCPT ); Thu, 4 Jun 2015 10:42:30 -0400 Date: Thu, 4 Jun 2015 09:42:18 -0500 From: Jeff Epler To: Eugene Shatokhin Cc: Masami Hiramatsu , Ingo Molnar , Andy Lutomirski , Ingo Molnar , LKML Subject: Re: [PATCH v2 2/2] kprobes/x86: Use 16 bytes for each instruction slot again Message-ID: <20150604144218.GA50871@unpythonic.net> References: <1433176331-479-1-git-send-email-eugene.shatokhin@rosalab.ru> <1433318051-12509-1-git-send-email-eugene.shatokhin@rosalab.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1433318051-12509-1-git-send-email-eugene.shatokhin@rosalab.ru> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 624 Lines: 18 On Wed, Jun 03, 2015 at 10:54:11AM +0300, Eugene Shatokhin wrote: > --- a/kernel/kprobes.c > +++ b/kernel/kprobes.c > @@ -57,7 +57,6 @@ > #define KPROBE_HASH_BITS 6 > #define KPROBE_TABLE_SIZE (1 << KPROBE_HASH_BITS) > > - > /* > * Some oddball architectures like 64bit powerpc have function descriptors > * so this must be overridable. Unintentional whitespace change -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/