First  |  Prev |  Next  |  Last
Pages: 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399
[PATCH 05/13] AppArmor: dfa match engine
A basic dfa matching engine based off the dfa engine in the Dragon Book. It uses simple row comb compression with a check field. This allows AppArmor to do pattern matching in linear time, and also avoids stack issues that an nfa based engine may have. The dfa engine uses a byte based comparison, with all value... 26 Jul 2010 23:45
[AppArmor #6 0/13] AppArmor security module
This is the sixth general posting of the newest version of the AppArmor security module it has been rewritten to use the security_path hooks instead of the previous vfs approach. The current implementation is aimed at being as semantically close to previous versions of AppArmor as possible while using the existing... 26 Jul 2010 23:45
[PATCH 12/13] AppArmor: Enable configuring and building of the AppArmor security module
Kconfig and Makefiles to enable configuration and building of AppArmor. Signed-off-by: John Johansen <john.johansen(a)canonical.com> --- security/Kconfig | 6 ++++++ security/Makefile | 2 ++ security/apparmor/.gitignore | 5 +++++ security/apparmor/Kconfig | 31 +++++++++++++... 26 Jul 2010 23:45
[PATCH 13/13] AppArmor: update Maintainer and Documentation/kernel-parameters.txt
Signed-off-by: John Johansen <john.johansen(a)canonical.com> --- Documentation/kernel-parameters.txt | 12 ++++++++++-- MAINTAINERS | 8 ++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt i... 26 Jul 2010 23:45
[PATCH] small FTDI USB serial driver update -- attempt #2
Resending via Mutt due to various issues cited by Greg Kroah-Hartman on my first attempt via Thunderbird2. Reason for patch: ----------------- This patch is to add a US Interface, Inc. "Navigator" USB device. Specifically, it's a HAM Radio USB sound modem that also incorporates three pairs of unique FTDI s... 26 Jul 2010 23:45
[PATCH] fbdev: Make jz4740-fb depends on MACH_JZ4740
The jz4740-fb driver should only be selectabed of MACH_JZ4740 is selected. Signed-off-by: Lars-Peter Clausen <lars(a)metafoo.de> --- drivers/video/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index a42cb9b..9e711a1 100644 --- a/... 26 Jul 2010 22:41
ipmi: Fix memleaking for add_smi when duplicating happen
Please run this through checkpatch, as it has coding style violations. Also, this patch appears to fix bugs in addition to adding the print. Can we have a separate patch for that? I'm also not clear on the reason for this. I believe all this information is already available in /proc/ipmi/<if#>/params. I do... 27 Jul 2010 11:44
linux-next: manual merge of the async_tx tree with the arm tree
Hi Dan, Today's linux-next merge of the async_tx tree got a conflict in arch/arm/mach-ux500/devices-db8500.c between commit 6055930cba8fdb2c8855b32bae262aaf69c1fdb4 ("ARM: 6266/1: ux500: add separate irq lists for DB8500 and DB5500") from the arm tree and commit 5aa12e8c9c57741606e52f43e62ab1b9dc8e9dcc ("DMAENGI... 3 Aug 2010 04:54
linux-next: build failure after merge of the ieee1394 tree
Hi all, After merging the ieee1394 tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/firewire/nosy.c: In function 'packet_buffer_get': drivers/firewire/nosy.c:154: error: 'TASK_INTERRUPTIBLE' undeclared (first use in this function) drivers/firewire/nosy.c:154: error: implicit decla... 27 Jul 2010 05:09
[PATCH] ipmi: Fix memleaking for add_smi when duplicating happen
also print out the reg spacing and size for spmi and smbios. so bios guys could have idea to make them consistent. Signed-off-by: Yinghai Lu <yinghai(a)kernel.org> --- drivers/char/ipmi/ipmi_si_intf.c | 47 ++++++++++++++++++++++++++++++++------- 1 file changed, 39 insertions(+), 8 deletions(-) Index: li... 26 Jul 2010 21:35
First  |  Prev |  Next  |  Last
Pages: 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399