Re: [PATCH] sound/pci/hda: Changes 'blacklist/whitelist' to 'blocklist/allowlist'

2020-07-15 Thread Paul Schulz
re CPU blacklist"); arch/x86/crypto/blowfish_glue.c:423:MODULE_PARM_DESC(force, "Force module load, ignore CPU blacklist"); On Thu, 16 Jul 2020 at 03:45, Paul Schulz wrote: > > Yep. +1 for logic > > On Thu, 16 Jul 2020 at 03:11, Jonathan Corbet wrote: > > > > On Thu,

Re: [PATCH] sound/pci/hda: Changes 'blacklist/whitelist' to 'blocklist/allowlist'

2020-07-15 Thread Paul Schulz
Yep. +1 for logic On Thu, 16 Jul 2020 at 03:11, Jonathan Corbet wrote: > > On Thu, 16 Jul 2020 01:52:04 +0930 > Paul Schulz wrote: > > > -static bool pm_blacklist = true; > > -module_param(pm_blacklist, bool, 0644); > > -MODULE_PARM_DESC(pm_blacklist, &quo

[PATCH] sound/pci/hda: Changes 'blacklist/whitelist' to 'blocklist/allowlist'

2020-07-15 Thread Paul Schulz
This edit changes instances of 'blacklist' and 'whitelist' to 'blocklist' and 'allowlist' (and associated variations) in sound/pci/hda. This is a functionally trivial patch and has no other effect. Signed-off-by: Paul Schulz --- Documentation/sound/hd-audio/notes.rst | 2 +- sound/pci/hda

(my) kgdb patch brakes compile.

2001-02-22 Thread Paul Schulz
CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes ifeq ($(CONFIG_X86_REMOTE_DEBUG),y) CFLAGS += -g else CFLAGS += -fomit-frame-pointer -O2 -fno-strict-aliasing endif Thanks, Paul Schulz - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

(my) kgdb patch brakes compile.

2001-02-22 Thread Paul Schulz
CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes ifeq ($(CONFIG_X86_REMOTE_DEBUG),y) CFLAGS += -g else CFLAGS += -fomit-frame-pointer -O2 -fno-strict-aliasing endif Thanks, Paul Schulz - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[Announcement] kgdb - unofficial (untested) patch available for 2.4.0

2001-01-08 Thread Paul Schulz
For those who are interested.. I have taken the kgdb patch for 2.4.0-test9 and ported it to 2.4.0. This is a minimal patch, and doesn't include any of the documentation or supporting programmes. It can be found at: http://www.foursticks.com.au/~pschulz/kgdb

[Announcement] kgdb - unofficial (untested) patch available for 2.4.0

2001-01-08 Thread Paul Schulz
For those who are interested.. I have taken the kgdb patch for 2.4.0-test9 and ported it to 2.4.0. This is a minimal patch, and doesn't include any of the documentation or supporting programmes. It can be found at: http://www.foursticks.com.au/~pschulz/kgdb

Re: how to compile redhat6.0 kernel

2000-12-02 Thread Paul Schulz
Mourad, i wanna recompile the kernel to reset some variables "ip multicasting", and i have a root access. so can you please tell me in steps (detailed) , how to recompile an installed kernel of redhat6.0. Download the kernel source (or have a look in /usr/src/linux) Read the

Re: how to compile redhat6.0 kernel

2000-12-02 Thread Paul Schulz
Mourad, i wanna recompile the kernel to reset some variables "ip multicasting", and i have a root access. so can you please tell me in steps (detailed) , how to recompile an installed kernel of redhat6.0. Download the kernel source (or have a look in /usr/src/linux) Read the

[Patch] QoS as modules in 2.4.0-test10 not compiling.

2000-11-09 Thread Paul Schulz
Greetings, I've been trying to compile the kernel with the QoS code as modules. The net/Makefile didn't have 'sched' listed as a module subdirectory, so it wasntt getting walked in a make_modules... any way, the following patch fixes the problem. Paul Schulz ([EMAIL PROTECTED]) Foursticks

[Patch] QoS as modules in 2.4.0-test10 not compiling.

2000-11-09 Thread Paul Schulz
Greetings, I've been trying to compile the kernel with the QoS code as modules. The net/Makefile didn't have 'sched' listed as a module subdirectory, so it wasntt getting walked in a make_modules... any way, the following patch fixes the problem. Paul Schulz ([EMAIL PROTECTED]) Foursticks

Re: Problems with Tulip driver in 2.2 and 2.4

2000-10-15 Thread Paul Schulz
. This was discovered by finding that running 'tcpdump' on the interface make it work again. -- I (was) using 2.2.17 - which had problems you mentioned (different module). 2.4.0-test9 has the same problem. -- Paul Schulz ([EMAIL PROTECTED]) Foursticks Systems "J. S. Connell" <[EMAIL PROTECTED]>

Patch for linux Configure.help (netfilter module descriptions)

2000-10-12 Thread Paul Schulz
Here is a patch against 2.4.0-test9, which adds information about the modules produced by netfilter. Please let me know if it is suitable. Paul Schulz ** This message was bounced when I tried to send it to: ** Axil Boldt ([EMAIL PROTECTED]) ** (Email address at the top of the file.. has

Patch for linux Configure.help (netfilter module descriptions)

2000-10-12 Thread Paul Schulz
Here is a patch against 2.4.0-test9, which adds information about the modules produced by netfilter. Please let me know if it is suitable. Paul Schulz ** This message was bounced when I tried to send it to: ** Axil Boldt ([EMAIL PROTECTED]) ** (Email address at the top of the file.. has