[PATCH] kmod in usermode (module loader in Ring 3)

2015-04-25 Thread Christopher Sacchi
This is an experimental patch to put kmod in Ring 3, rather than Ring 0. Here it is, below the dashed lines: --- Signed-off-by: Christopher P. Sacchi --- kmod.old2015-04-1

[PATCH]: Definition for loglevel in KERN_OOPS

2013-05-28 Thread Christopher Sacchi
This patch is for linux-3.10-rc2 and adds the definition for KERN_OOPS (it can be used for whenever kernel oops occur) in for . It is below the double-dashes. -- Signed-off-by: Christopher P. Sacchi --- include/linux/kern_levels.h 2013-05-20 17:38.0 -0400 +++ include/linux/kern_levels.h

Re: [PATCH]: Kernel Oops Priority Level in

2013-05-28 Thread Christopher Sacchi
I mean before the two #endifs at the end. On Tue, May 28, 2013 at 6:09 PM, Christopher Sacchi wrote: > Note: There's a space after #endif at the end. > > On Tue, May 28, 2013 at 6:08 PM, Christopher Sacchi > wrote: >> Here is a patch for linux-3.10-rc2 that adds a KERN_OO

Re: [PATCH]: Kernel Oops Priority Level in

2013-05-28 Thread Christopher Sacchi
Note: There's a space after #endif at the end. On Tue, May 28, 2013 at 6:08 PM, Christopher Sacchi wrote: > Here is a patch for linux-3.10-rc2 that adds a KERN_OOPS priority > level as a handler for if a kernel oops occurs, (this priority can be > used for a message to the kernel l

[PATCH]: Kernel Oops Priority Level in

2013-05-28 Thread Christopher Sacchi
Here is a patch for linux-3.10-rc2 that adds a KERN_OOPS priority level as a handler for if a kernel oops occurs, (this priority can be used for a message to the kernel log,) and it is applied to linux/printk.h in the include directory. It has been checked and has 2 warnings with no errors. The pat

PATCH: Pagemap.h check PAGE_CACHE_SIZE > PAGE_SIZE

2013-01-04 Thread Christopher Sacchi
This is for Linux 3.8-rc2. Checked with checkpatch.pl and formatted correctly with git. >From 039fbd466cfadaaea0ea1215cc19d5e0d06577ea Mon Sep 17 00:00:00 2001 From: "Christopher P. Sacchi" Date: Fri, 4 Jan 2013 15:56:44 -0500 Subject: [PATCH] pagemap.h: Adds an if to check to see if PAGE_CACHE_

PATCH: Error Checking for pagemap.h.

2012-12-31 Thread Christopher Sacchi
This patch is for the pagemap.h. This checks to see if the page_size_int is 2, if not, set the value to 2, and return 1. The code is under the double-dashed lines. It is for Kernel Version 3.8-rc1. This is a rewrite. -- Signed-off-by: Christopher P. Sacchi chris.sac...@gmail.com --- pagemap.h 20

PATCH: Error checking page_size to see if userspace page_size_int = 2.

2012-12-31 Thread Christopher Sacchi
This patch is for the pagemap.h. This checks to see if the page_size_int is 2, if not, set the value to 2, and return 1. The code is under the double-dashed lines. -- Signed-off-by: Christopher P. Sacchi chris.sac...@gmail.com --- pagemap.h 2012-12-21 20:19:00.0 -0500 +++ pagemap.h 201

[PATCH]:dir.c patch

2012-08-25 Thread Christopher Sacchi
Here is a non-style issue dir.c-patch, and as far as I can see from the lines of code, the compilation errors weren't about what I put in. This patch fixes a "break" statement inside an "if" statement, as obviously not correct. Here's the patch for the kernel version v3.6.0rc3: -- Signed-off-by: C

[PATCH]: BeFs parser.h support in linux kernel v3.5

2012-08-06 Thread Christopher Sacchi
This patch adds a new header, in the to-do list. There are no style issues. Here's the patch: -- Signed-off-by: Christopher P. Sacchi --- befs.h 2012-07-21 20:58:29.0 + +++ befs.h 2012-08-06 19:52:05.0 + @@ -9,6 +9,7 @@ #define _LINUX_BEFS_H #include "befs_fs_t

[PATCH]: Updated autosleep.patch

2012-08-06 Thread Christopher Sacchi
This is the patch that fixes a function that could be changed. The following (above the 2nd to last line, but uder the first line: -- Signed-off-by: Christopher P. Sacchi --- linux-3.5/kernel/power/autosleep.c 2012-07-21 20:58:29.0 + +++ linux-3.5/kernel/power/autosleep.c 2012-08-06

[PATCH]: Autosleep patch.

2012-08-06 Thread Christopher Sacchi
This patch (listed below), changes an old function in autosleep.c in kernel version 3.5. It's code is listed from the first -- line to the 2nd to last -- line. This patch was checked with checkpatch.pl with no errors: -- --- power/autosleep.c 2012-07-21 20:58:29.0 + +++ power/autoslee

[PATCH]: Mac80211 driver and I checked the patch

2012-08-06 Thread Christopher Sacchi
The source file needed a change that was told in the description to know that the #include needed to be fixed, and the function changed another value to 0 (yes) in the description (that said FIXME.) The patch fixes a typo-like error and has been checked with checkpatch.pl in the scripts directory.

[PATCH]: Mac80211

2012-08-05 Thread Christopher Sacchi
The source file needed a change that was told in the description to know that the #include needed to be fixed, and the function changed another value to 0 (yes) in the description (that said FIXME.) Thanks, -- Christopher -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

[PATCH]: Mac80211 Driver patch

2012-08-05 Thread Christopher Sacchi
Patch for Mac80211, and no this is not spam, so do not ignore my e-mails. This is a patch, so copy this into your favorite text editor and save it as test.patch. Let the maintainers read and know! By the way, it is under the first -- line and to the 2nd to last line. :) -- --- main.c 2012-07-2

[PATCH]: With no attatchment NOT SPAM, a REWRITE

2012-08-05 Thread Christopher Sacchi
Hey guys, this should work now. -- --- main.c 2012-07-21 20:58:29.0 + +++ mainnew.c 2012-08-05 20:00:37.0 + @@ -32,7 +32,7 @@ #include "led.h" #include "cfg.h" #include "debugfs.h" - +#include "net/rfkill/rfkill.h" static struct lock_class_key ieee80211_rx_skb_que

PROBLEM: New Kernel Patch

2012-08-05 Thread Christopher Sacchi
Here is a new patch that should be tested that fixes a function issue in the description for the Mac80211 driver in tar.bz2 format. Let me know if it works. Thanks, -- Christopher patch-3.5.tar.bz2 Description: BZip2 compressed data