From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754777Ab3LDJYo (ORCPT ); Wed, 4 Dec 2013 04:24:44 -0500 Received: from mail-ea0-f174.google.com ([209.85.215.174]:49784 "EHLO mail-ea0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751412Ab3LDJYj (ORCPT ); Wed, 4 Dec 2013 04:24:39 -0500 Date: Wed, 4 Dec 2013 10:24:35 +0100 From: Ingo Molnar To: Alexei Starovoitov Cc: "Frank Ch. Eigler" , "H. Peter Anvin" , Steven Rostedt , Peter Zijlstra , Thomas Gleixner , Masami Hiramatsu , Tom Zanussi , Jovi Zhangwei , Eric Dumazet , linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH tip 3/5] Extended BPF (64-bit BPF) design document Message-ID: <20131204092435.GB32531@gmail.com> References: <1386044930-15149-1-git-send-email-ast@plumgrid.com> <1386044930-15149-4-git-send-email-ast@plumgrid.com> <529E0E69.90009@zytor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Alexei Starovoitov wrote: > It's possible to teach it for multi-level, but then analyzer will > become too large and won't be suitable for kernel. Btw., even if we want to start simple with most things, the above statement is not actually true in the broad sense: the constraint for the kernel is utility, not complexity. We have various kinds of highly complex code in the kernel and can deal with it just fine. Throwing away useful ideas just because they seem too complex at first sight is almost always wrong. Thanks, Ingo