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, 15 Oct 2007 17:40:27 +0200
From:	Jörn Engel <joern@...fs.org>
To:	Rik van Riel <riel@...riel.com>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: WANTED: kernel projects for CS students

On Sun, 14 October 2007 19:01:28 -0400, Rik van Riel wrote:
> 
> If you have ideas on what projects would be useful, please add them
> to this page (or email me):

Maybe this:

Allow removal of select from Kconfig files

Difficulty: 4

Many config options depend on other options is unrelated submenus.  As a
result, people have complained about not being able to select the
desired option because they finding all dependencies is too complicated.
Select solves this problem and creates a near-identical new one.  Now it
is just as hard to turn some options _off_ as it was before to turn
others _on_.

The solution would be to have smarter tools that give the user
information roughly like this:
  [ ] CONFIG_FOO
      If you enable this option, you will also enable CONFIG_BAR.
Or :
  [x] CONFIG_BAR
      If you disable this option you will also disable CONFIG_FOO
      and CONFIG_FOO2.

Difficulty is somewhat increased by the number of tools that require
such functionality.  Support for xconfig and menuconfig appears to have
priority as those users have a harder time grepping the kernel.

Jörn

-- 
There is no worse hell than that provided by the regrets
for wasted opportunities.
-- Andre-Louis Moreau in Scarabouche
-
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