On Sat, May 21, 2005 at 02:49:42AM -0700, Matthew Helsley wrote: Matt,
This leads to circular dependency... I think the later one is using options which is the one that should stay chandra > plain text document attachment (16.ckrm-ce_modules.patch) > Patch: 16.ckrm-ce_modules.patch > Description: > > Ensure that RBCE and CRBCE are only configured when the other is not built > into the kernel. > > Update CRBCE help text to reflect switch from using RelayFS to netlink. > > Signed-Off-By: Matt Helsley <[EMAIL PROTECTED]> > > --------------------------------------------------------------------- > > # This is a BitKeeper generated diff -Nru style patch. > # > # ChangeSet > # 2005/01/17 11:09:24-05:00 [EMAIL PROTECTED] > # 16.ckrm-ce_modules.patch > # > # init/Kconfig > # 2004/12/21 20:19:09-05:00 [EMAIL PROTECTED] +2 -2 > # Import patch 16.ckrm-ce_modules.patch > # > Index: linux-2.6.12-rc3/init/Kconfig > =================================================================== > --- linux-2.6.12-rc3.orig/init/Kconfig 2005-05-11 16:45:41.000000000 > -0700 > +++ linux-2.6.12-rc3/init/Kconfig 2005-05-11 16:46:24.000000000 -0700 > @@ -204,29 +204,29 @@ config CKRM_RES_NUMTASKS > Say N if unsure, Y to use the feature. > > > config CKRM_RBCE > tristate "Vanilla Rule-based Classification Engine (RBCE)" > - depends on CKRM && RCFS_FS > + depends on CKRM && RCFS_FS && CKRM_CRBCE != y > default m > help > Provides an optional module to support creation of rules for automatic > classification of kernel objects. Rules are created/deleted/modified > through an rcfs interface. RBCE is not required for CKRM. > > If unsure, say N. > > config CKRM_CRBCE > tristate "Enhanced Rule-based Classification Engine (RBCE)" > - depends on CKRM && RCFS_FS && DELAY_ACCT > + depends on CKRM && RCFS_FS && DELAY_ACCT && CKRM_RBCE != y && NET > default m > help > Provides an optional module to support creation of rules for automatic > classification of kernel objects, just like RBCE above. In addition, > CRBCE provides per-process delay data (requires DELAY_ACCT configured) > enabled) and makes information on significant kernel events available > - to userspace tools through relayfs (requires RELAYFS_FS configured). > + to userspace tools through netlink. > > If unsure, say N. > endmenu > > config SYSCTL > > -- > > > > ------------------------------------------------------- > This SF.Net email is sponsored by Oracle Space Sweepstakes > Want to be the first software developer in space? > Enter now for the Oracle Space Sweepstakes! > http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click > _______________________________________________ > ckrm-tech mailing list > https://lists.sourceforge.net/lists/listinfo/ckrm-tech -- ---------------------------------------------------------------------- Chandra Seetharaman | Be careful what you choose.... - [EMAIL PROTECTED] | .......you may get it. ---------------------------------------------------------------------- ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ ckrm-tech mailing list https://lists.sourceforge.net/lists/listinfo/ckrm-tech
