lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 2 Jul 2007 06:20:04 -0400 (EDT)
From:	"Robert P. J. Day" <rpjday@...dspring.com>
To:	Abhishek Sagar <sagar.abhishek@...il.com>
cc:	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
	systemtap@...rces.redhat.com
Subject: Re: instrumentation and kprobes really still "EXPERIMENTAL"?

On Mon, 2 Jul 2007, Abhishek Sagar wrote:

> On 7/2/07, Robert P. J. Day <rpjday@...dspring.com> wrote:
> > On Mon, 2 Jul 2007, Abhishek Sagar wrote:
> >
> > > On 7/1/07, Robert P. J. Day <rpjday@...dspring.com> wrote:
> > > > isn't kprobes mature enough to not be considered experimental anymore?
> > >
> > > That would vary from arch to arch.
> >
> > fair enough.  however, at the very least, i'm thinking that the entire
> > "Instrumentation support" submenu can be made non-EXPERIMENTAL, while
> > individual entries therein can be EXPERIMENTAL on a choice-by-choice
> > basis or something like that.
>
> There's not a lot in that menu. It holds oprofile on every arch I
> grepped on. Oprofile might come across as being marked
> non-experimental but that may very well be due to the assumption
> that the menu that holds that option will enforce the EXPERIMENTAL
> check.

consider this random Kconfig file arch/x86_64/oprofile/Kconfig:

=============================
config PROFILING
        bool "Profiling support (EXPERIMENTAL)"
        help
          Say Y here to enable the extended profiling support mechanisms used
          by profilers such as OProfile.


config OPROFILE
        tristate "OProfile system profiling (EXPERIMENTAL)"
        depends on PROFILING
        help
          OProfile is a profiling system capable of profiling the
          whole system, include the kernel, kernel modules, libraries,
          and applications.

          If unsure, say N.
==============================

  the above is a bit silly.  note that both prompts advertise
themselves as "EXPERIMENTAL" even though neither of them has such a
dependency.  they *are*, however, part of an submenu that *is*
dependent on EXPERIMENTAL (although you'd never know that just by
looking at that Kconfig file).  in short, it's just kind of ugly
hackery at the moment.

  i made a suggestion a while back about having maturity levels like
"EXPERIMENTAL" **automatically** added to the displayed prompts when
you're doing a config -- that would go a long way to avoiding all this
manual adding of a maturity level to Kconfig prompts, but that's a
non-trivial change and is something the Kconfig folks would have to
handle.

  my original point was simply that, based on its acceptance, it would
seem kprobes has progressed beyond the EXPERIMENTAL phase, that's all.

rday

-- 
========================================================================
Robert P. J. Day
Linux Consulting, Training and Annoying Kernel Pedantry
Waterloo, Ontario, CANADA

http://fsdev.net/wiki/index.php?title=Main_Page
========================================================================
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ