[PATCH v2] module: Implement sig_unenforce parameter

2018-06-06 Thread Brett T. Warden
support building and loading out-of-tree modules. Signed-off-by: Brett T. Warden --- Added CONFIG_X86 guards around use of boot_params since this structure is arch-specific. .../admin-guide/kernel-parameters.txt | 4 +++ kernel/module.c | 31

[PATCH] module: Implement sig_unenforce parameter

2018-06-05 Thread Brett T. Warden
support building and loading out-of-tree modules. Signed-off-by: Brett T. Warden --- .../admin-guide/kernel-parameters.txt | 4 +++ kernel/module.c | 25 +-- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/Documentation/admin-guide

[PATCH] bw-qcam: Rename parameter 'aggressive' to 'force_init'

2008-01-02 Thread Brett T. Warden
Changed new parameter name to 'force_init' for clarity, as per feedback. Signed-off-by: Brett T. Warden <[EMAIL PROTECTED]> --- drivers/media/video/bw-qcam.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/media/video/bw-qcam.c b/driver

[PATCH] bw-qcam: Adds module parameter 'aggressive' to skip polite auto-detection prior to direct initialization.

2008-01-02 Thread Brett T. Warden
Setting aggressive=1 bypasses the friendly auto-detection by polling the status register, and instead attempts to initialize the qcam directly. Not friendly to other parallel devices, but much more reliable than the auto-detection. Signed-off-by: Brett T. Warden <[EMAIL PROTECTED]> --- d

[PATCH] bw-qcam: Adds module parameter 'aggressive' to skip polite auto-detection prior to direct initialization.

2007-12-04 Thread Brett T. Warden
Setting aggressive=1 bypasses the friendly auto-detection by polling the status register, and instead attempts to initialize the qcam directly. Not friendly to other parallel devices, but much more reliable than the auto-detection. Signed-off-by: Brett T. Warden <[EMAIL PROTECTED]> --- d

[PATCH] bw-qcam: adds parameter aggressive to skip passive detection and directly attempt initialization

2007-12-04 Thread Brett T. Warden
--- diff --git a/drivers/media/video/bw-qcam.c b/drivers/media/video/bw-qcam.c index 5842352..b74a9cb 100644 --- a/drivers/media/video/bw-qcam.c +++ b/drivers/media/video/bw-qcam.c @@ -82,11 +82,16 @@ OTHER DEALINGS IN THE SOFTWARE. static unsigned int maxpoll=250; /* Maximum busy-loop count fo