Dedicated Interrupt handling on SMP

2001-05-25 Thread Randy
issed? Any help would be appreciated! Thank you! Randy Schumm Please CC: answer to [EMAIL PROTECTED] - 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.h

CPU Dedicated Interrupts

2001-05-26 Thread Randy
What is the easiest way to tell a CPU to ignore certain interrupts from module? Is there an IRQ mask for each processor? Is that symbol exported? Thank you! Randy Schumm Please all cc: [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Possible scsi_mod.blk-mq problem

2018-05-09 Thread randy
I'm just following the directions I found about submitting a possible bug report. The Bugzilla reference can be found here: https://bugzilla.kernel.org/show_bug.cgi?id=199663 Thanks

[PATCH -next] tty/serial: fix ifx6x60.c declaration warning

2012-11-26 Thread Randy Dunlap
From: Randy Dunlap Fix gcc warning of mixed data/code: drivers/tty/serial/ifx6x60.c:516:2: warning: ISO C90 forbids mixed declarations and code Signed-off-by: Randy Dunlap Cc: Russ Gorby Cc: Alan Cox Cc: Greg Kroah-Hartman Cc: linux-ser...@vger.kernel.org --- drivers/tty/serial/ifx6x60.c

Re: [PATCH -next] mfd: fix stmpe.c build when OF is not enabled

2012-11-26 Thread Randy Dunlap
On 11/13/2012 05:35 AM, Linus Walleij wrote: > On Mon, Nov 12, 2012 at 6:20 PM, Randy Dunlap wrote: > >> From: Randy Dunlap >> >> Fix build errors when CONFIG_OF is not enabled by including >> (needs to be added in any case). >> An alternative fix coul

Re: linux-next: Tree for Nov 26 (mmc/host/tifm_sd.c)

2012-11-26 Thread Randy Dunlap
m guessing that the call to tifm_sd_set_data_timeout() was inlined by gcc and it's the divide there that is the problem. -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://

Re: linux-next: Tree for Nov 26 (staging/fwserial)

2012-11-26 Thread Randy Dunlap
On 11/26/2012 06:17 AM, Stephen Rothwell wrote: > Hi all, > > Changes since 20121115: > on i386: drivers/staging/fwserial/dma_fifo.c: In function 'dma_fifo_in': drivers/staging/fwserial/dma_fifo.c:174:2: error: implicit declaration of function '__WARN_printf'

Re: [PATCHv2 2/2] scripts/kernel-doc: check that non-void fcts describe their return value

2012-11-26 Thread Randy Dunlap
> > Note: This check emits a lot of warnings at the moment, because many functions > don't have a 'Return' doc section. So until the number of warnings goes > sufficiently down, the check is only performed in verbose mode. > > Signed-off-by: Yacine Belkadi Both

[PATCH -stable 3.6.x] pstore: fix ram.c printk format warning

2012-11-26 Thread Randy Dunlap
From: Randy Dunlap Fix printk format warning (on i386) in pstore: fs/pstore/ram.c:409:3: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'size_t' Mainline patch commit ID is: 0427193b691edc81c846c7d0ebd2561cae8709d8 Signed-off-by

Re: linux-next: Tree for Nov 27 (file notify)

2012-11-27 Thread Randy Dunlap
ify/inotify_user.c:333:17: error: 'inotify_show_fdinfo' undeclared here (not in a function) -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.o

Re: linux-next: Tree for Nov 27 (media/v4l2-core/videobuf2-dma-contig.c)

2012-11-27 Thread Randy Dunlap
On 11/26/2012 10:25 PM, Stephen Rothwell wrote: > Hi all, > > Changes since 20121126: > on i386: drivers/media/v4l2-core/videobuf2-dma-contig.c:743:16: error: 'vb2_dc_get_dmabuf' undeclared here (not in a function) Full randconfig file is attached. -- ~Randy # # A

Re: [PATCH -next] staging/fwserial: Fix build breakage when !CONFIG_BUG

2012-11-27 Thread Randy Dunlap
On 11/26/2012 11:11 PM, Peter Hurley wrote: > Use WARN() as intended. > > Signed-off-by: Peter Hurley Reported-by: Randy Dunlap Acked-by: Randy Dunlap Thanks. > --- > drivers/staging/fwserial/dma_fifo.c | 5 + > 1 file changed, 1 insertion(+), 4 deletions(-) > &

[PATCH -next] of: export "allnodes" to fixx w1-gpio.c modular build

2012-11-29 Thread Randy Dunlap
From: Randy Dunlap Fix build when CONFIG_W1_MASTER_GPIO=m by exporting "allnodes". ERROR: "allnodes" [drivers/w1/masters/w1-gpio.ko] undefined! Signed-off-by: Randy Dunlap Cc: Ville Syrjala --- drivers/of/base.c |1 + 1 file changed, 1 insertion(+) --- linux-next-2

Re: linux-next: Tree for Mar 18 (mtdcore)

2013-03-18 Thread Randy Dunlap
nction) make[3]: *** [drivers/mtd/mtdcore.o] Error 1 -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] pciehp: Add pciehp_surprise module option

2013-03-20 Thread Randy Dunlap
e pciehp, even if OSHP is missing"); > +MODULE_PARM_DESC(pciehp_surprise, "Force to set hotplug-surprise > capability"); It appears that all of the pciehp options need to be documented, preferably in Documentation/kernel-parameters.txt . -- ~Randy -- To unsubscribe from this l

Re: linux-next: Tree for Mar 20 (vmcore)

2013-03-20 Thread Randy Dunlap
On 03/20/13 11:56, David Rientjes wrote: > On Wed, 20 Mar 2013, Randy Dunlap wrote: > >> on x86_64: >> >> fs/proc/vmcore.c: In function 'merge_note_headers_elf64': >> fs/proc/vmcore.c:349:22: error: 'VMCOREINFO_NOTE_NAME' undeclared (first us

Re: linux-next: Tree for Mar 21 (input)

2013-03-21 Thread Randy Dunlap
On 03/20/13 23:38, Stephen Rothwell wrote: > Hi all, > > Changes since 20130320: > on i386: ERROR: "matrix_keypad_parse_of_params" [drivers/input/keyboard/tca8418_keypad.ko] undefined! "matrix_keypad_parse_of_params" needs to be exported in drivers/inp

Re: [PATCH] idr: fix a subtle bug in idr_get_next()

2013-02-02 Thread Randy Dunlap
e? Is there an idr test suite or module? I have a kernel module source file named idr_test.c by Eric Paris. thanks, -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info

Re: [PATCH] netfilter: fix missing dependencies for NETFILTER_XT_MATCH_CONNLABEL

2013-02-03 Thread Randy Dunlap
NET && INET && NETFILTER && NF_CONNTRACK) > > Reported-by: Randy Dunlap > Signed-off-by: Florian Westphal Acked-by: Randy Dunlap Thanks. > --- > diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig > index eb2c8eb..d4dd702 100644 > --- a/net/netfilt

Re: [PATCH] mm: accurately document nr_free_*_pages functions with code comments

2013-02-06 Thread Randy Dunlap
unsigned int nr_free_buffer_pages(void) > } > EXPORT_SYMBOL_GPL(nr_free_buffer_pages); > > -/* > - * Amount of free RAM allocatable within all zones > +/** > + * nr_free_pagecache_pages - get pages that is beyond high watermark > + * > + * The function counts pages which are beyond high watermark withi

Re: mmotm 2013-02-06-17-13 uploaded (iio)

2013-02-06 Thread Randy Dunlap
2c.o] Error 1 Full randconfig file is attached. -- ~Randy # # Automatically generated file; DO NOT EDIT. # Linux/i386 3.8.0-rc6-mm1 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y CONFIG_X86=y CONFIG_INSTRUCTION_DECODER=y CONFIG_OUTPUT_FORMAT="elf32-i386&q

Re: linux-next: Tree for Feb 11 (intel_pstate.c)

2013-02-11 Thread Randy Dunlap
_init': intel_pstate.c:(.cpuinit.text+0x974): undefined reference to `__udivdi3' -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majord

Re: linux-next: Tree for Feb 12 (drm_pci.c)

2013-02-12 Thread Randy Dunlap
: implicit declaration of function 'pcie_capability_read_dword' [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors make[4]: *** [drivers/gpu/drm/drm_pci.o] Error 1 -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kerne

Re: [PATCH] Documentation: fix a path in a DocBook template

2013-04-02 Thread Randy Dunlap
On 04/02/13 09:39, Guennadi Liakhovetski wrote: > A wrong path to a driver breaks DocBook built. > > Cc: Jiri Slaby > Signed-off-by: Guennadi Liakhovetski from yesterday: http://marc.info/?l=linux-kernel&m=136483456212321&w=2 anyway, again: Acked-by: Randy Dunlap Thank

Re: linux-next: Tree for Apr 2 (smack)

2013-04-02 Thread Randy Dunlap
On 04/02/13 01:09, Stephen Rothwell wrote: > Hi all, > > Changes since 20130328: > on x86_64: security/smack/smackfs.c: In function 'smk_fill_super': security/smack/smackfs.c:2221:29: error: 'SMACK_MAGIC' undeclared (first use in this function) Needs

Re: [PATCH] Smack: include magic.h in smackfs.c

2013-04-02 Thread Randy Dunlap
On 04/02/13 11:41, Casey Schaufler wrote: > As reported for linux-next: Tree for Apr 2 (smack) > Add the required include for smackfs.c > > Signed-off-by: Casey Schaufler Reported-by: Randy Dunlap Acked-by: Randy Dunlap Thanks. > --- > security/smack/smackfs.c |1 +

Re: [PATCH 1/1] Introduce Intel RAPL cooling device driver

2013-04-02 Thread Randy Dunlap
a.k.a., but not AKA or even: RAPL (Running Average Power Limit) provides mechanisms to enforce > + and monitor per domain power consumption limits of supported Intel > CPUs. > + > endif # X86_PLATFORM_DEVICES -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 1/1] Introduce Intel RAPL cooling device driver

2013-04-02 Thread Randy Dunlap
./fs/sysfs/sysfs.h" What does this driver need from ^^ that file, which says: * fs/sysfs/sysfs.h - sysfs internal header file and should that be moved to include/linux/sysfs.h ? -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the b

Re: linux-next: Tree for Apr 4 (usb/gadget/configfs)

2013-04-04 Thread Randy Dunlap
nction-declaration] cc1: some warnings being treated as errors make[4]: *** [drivers/usb/gadget/configfs.o] Error 1 -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at htt

Re: [PATCH] lib80211: make lib80211 can be enabled independently

2013-04-04 Thread Randy Dunlap
tatus or importance. > 3. I believe that the in-tree brcmsmac driver already supports the > Broadcom card you reference. 3b. If 3. is not correct, someone should endeavor to merge this out-of-tree driver into the kernel tree. -- ~Randy -- To unsubscribe from this list: send the line "un

Re: [PATCH] SubmittingPatches: add penalty for forcing a maintainer to edit a patch

2013-02-01 Thread Randy Dunlap
y of patches and changelog >>> entries) all the time. There needs to be some kind of penalty put into >>> place to keep developers from abusing maintainers. >> >> No, there doesn't. >> >> It's funny as a joke, it's not as an actual

Re: linux-next: Tree for Jan 24 (extcon-max77693)

2013-01-24 Thread Randy Dunlap
_event' make[1]: *** [vmlinux] Error 1 Needs depends on INPUT ?? -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] serial: pch_uart: fix sysrq handling for pch_uart

2013-01-24 Thread Randy Dunlap
is: > > CC [M] drivers/tty/serial/pch_uart.o > drivers/tty/serial/pch_uart.c: In function 'pch_uart_hal_read': > drivers/tty/serial/pch_uart.c:572:11: error: 'struct uart_port' has no member > named 'sysrq' > make[4]: *** [drivers/tty/serial/pch_ua

Re: linux-next: Tree for Jan 25 (kvm)

2013-01-25 Thread Randy Dunlap
On 01/24/13 21:26, Stephen Rothwell wrote: > Hi all, > > Changes since 20130124: > Seeing lots of this error on i386: arch/x86/kvm/emulate.c:1016: Error: unsupported for `push' -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel"

Re: [PATCH] extcon: max77693: Fix bug of build error related to INPUT subsystem

2013-01-25 Thread Randy Dunlap
t+0x66532a): undefined reference to `input_event' > make[1]: *** [vmlinux] Error 1 > > Signed-off-by: Chanwoo Choi > Signed-off-by: Myungjoo Ham Reported-by: Randy Dunlap Acked-by: Randy Dunlap Thanks. > --- > drivers/extcon/Kconfig | 2 +- > 1 file changed, 1 i

[PATCH] watchdog: da9055_wdt needs to select WATCHDOG_CORE

2013-01-28 Thread Randy Dunlap
From: Randy Dunlap DA9055_WATCHDOG needs to select WATCHDOG_CORE so that it will build cleanly. Fixes these build errors: da9055_wdt.c:(.text+0xe9bc7): undefined reference to `watchdog_unregister_device' da9055_wdt.c:(.text+0xe9f4b): undefined reference to `watchdog_register_device

Re: [PATCH] block: fix part_pack_uuid() build error

2013-02-24 Thread Randy Dunlap
eclaration > of function 'part_pack_uuid' [-Werror=implicit-function-declaration] > > Changleog v1: > - rename ima_part_pack_uuid() to blk_part_pack_uuid() > - resolve scripts/checkpatch.pl warnings > Changelog v0: > - fix UUID scripts/Lindent msgs > > Reported-by: R

Re: [PATCH] PM / OPP: improve introductory documentation

2013-02-26 Thread Randy Dunlap
Points Library > + > OPP library provides a set of helper functions to organize and query the OPP > information. The library is located in drivers/base/power/opp.c and the > header > is located in include/linux/opp.h. OPP library can be enabled by enabling > -- ~Randy --

Re: [PATCH] PM / OPP: improve introductory documentation

2013-02-26 Thread Randy Dunlap
On 02/26/13 15:10, Nishanth Menon wrote: > On 14:43-20130226, Randy Dunlap wrote: >> On 02/26/13 09:37, Nishanth Menon wrote: > [..] >>> >>> 1. Introduction >>> === >>> +1.1 What is an Operating Performance Point (OPP)? >>>

Re: [PATCH V2] PM / OPP: improve introductory documentation

2013-02-26 Thread Randy Dunlap
by: Linus Torvalds > Cc: "Rafael J. Wysocki" > Cc: Randy Dunlap > Cc: linux...@vger.kernel.org > Cc: linux-...@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Nishanth Menon Reviewed-by: Randy Dunlap Thanks. > --- > v2: >review upda

Re: linux-next: Tree for Feb 28 (dm-cache)

2013-02-28 Thread Randy Dunlap
.ko] undefined! ERROR: "dm_bio_prison_create" [drivers/md/dm-cache.ko] undefined! ERROR: "dm_deferred_set_create" [drivers/md/dm-cache.ko] undefined! ERROR: "dm_bio_detain" [drivers/md/dm-cache.ko] undefined! make[2]: *** [__modpost] Error 1 Full randconfig file is attac

Re: What is tip-bot?

2013-02-19 Thread Randy Dunlap
them only to involved parties and not the lkml? Yes, that is my understanding of it. -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordom

Re: linux-next: Tree for Feb 19 (security/integrity/ima)

2013-02-19 Thread Randy Dunlap
claration of function 'part_pack_uuid' [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors make[4]: *** [security/integrity/ima/ima_policy.o] Error 1 Full randconfig file is attached. -- ~Randy # # Automatically generated file; DO NOT EDIT. # Linux/x86_6

Re: What is tip-bot?

2013-02-19 Thread Randy Dunlap
On 02/19/13 16:54, Alexander Holler wrote: > Am 19.02.2013 23:54, schrieb Randy Dunlap: >> On 02/19/2013 02:36 AM, Alexander Holler wrote: >>> Am 19.02.2013 10:54, schrieb richard -rw- weinberger: >>>> On Tue, Feb 19, 2013 at 10:40 AM, Alexander Holler >>>&

[PATCH -next] security/integrity/ima: make part_pack_uuid() always visible

2013-02-20 Thread Randy Dunlap
On 02/20/13 08:50, Mimi Zohar wrote: > On Tue, 2013-02-19 at 16:28 -0800, Randy Dunlap wrote: >> On 02/18/13 22:03, Stephen Rothwell wrote: >>> Hi all, >>> >>> Changes since 20130218: >>> >> >> on x86_64: >> >> CC secur

[PATCH] staging: fix all sparse warnings in silicom/bypasslib/

2013-02-20 Thread Randy Dunlap
From: Randy Dunlap Fix all sparse warning in drivers/staging/silicom/bypasslib/, e.g.: drivers/staging/silicom/bypasslib/bypass.c:471:21: warning: non-ANSI function declaration of function 'init_lib_module' drivers/staging/silicom/bypasslib/bypass.c:478:25: warning: non-ANS

Re: [Fwd: Re: [PATCH 2/2] ima: add policy support for file system uuid]

2013-02-22 Thread Randy Dunlap
case Opt_fsuuid: >>>> + ima_log_string(ab, "fsuuid", args[0].from); >>>> + >>>> + if (memchr_inv(entry->fsuuid, 0x00, >>>> + sizeof(entry->fsuuid))) { >>>> +

Re: [PATCH] ima: fix part_pack_uuid() build error

2013-02-22 Thread Randy Dunlap
D scripts/Lindent msgs > > Reported-by: Randy Dunlap > Reported-by: David Rientjes > Signed-off-by: Mimi Zohar > --- > security/integrity/ima/ima.h| 13 + > security/integrity/ima/ima_policy.c | 11 ++- > 2 files changed, 19 insertions(+),

Re: IPC Namespace Depends and SYSVIPC

2013-03-12 Thread Randy Dunlap
C_NS [=y] > Type : boolean > Prompt: IPC namespace > Defined at init/Kconfig:794 > Depends on: NAMESPACES [=y] && (SYSVIPC [=n] || POSIX_MQUEUE [=y]) > Location: > -> General setup > -> Namespaces support (NAMESPACES [=y]) -- ~Randy -- To unsubscribe from this

[PATCH] media: fix hdpvr build warning

2013-03-12 Thread Randy Dunlap
From: Randy Dunlap Fix build warning in hdpvr: drivers/media/usb/hdpvr/hdpvr-video.c: warning: "CONFIG_I2C_MODULE" is not defined [-Wundef] Signed-off-by: Randy Dunlap Reported-by: Geert Uytterhoeven Cc: Janne Grunau --- drivers/media/usb/hdpvr/hdpvr-video.c |2 +- 1 file

Re: CONFIG_EARLY_PRINTK

2013-03-13 Thread Randy Dunlap
nd then you can disable EARLY_PRINTK. You may even have to disable CONFIG_EMBEDDED before you can enable CONFIG_EXPERT (I did). Too many hoops to have to jump through. :( -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: mmotm 2013-03-01-15-50 uploaded (strict user copy)

2013-03-14 Thread Randy Dunlap
On 03/14/13 10:48, Stephen Boyd wrote: > On 03/01/13 19:42, Stephen Boyd wrote: >> On 03/01/13 19:00, Randy Dunlap wrote: >>> on i386: >>> >>> ERROR: "copy_from_user_overflow" [fs/binfmt_misc.ko] undefined! >>> >>> which I don'

[PATCH] kconfig menu: move Virtualization drivers near other virtualization options

2013-03-15 Thread Randy Dunlap
From: Randy Dunlap Make virtualization drivers be logically grouped together (physically near each other) in the kconfig menu by moving "Virtualization drivers" to be near "Virtio drivers", Microsort Hyper-V, and Xen driver support. This is just a user-friendly, visual se

Re: PROBLEM: CONFIG_DEFAULT_MESSAGE_LOGLEVEL option seems not to work

2013-03-15 Thread Randy Dunlap
7.2 (Debian 4.7.2-5) > ) #2 SMP Fri Mar 15 08:23:50 CET 2013 > > config file is gziped and attached. Hi, CONFIG_DEFAULT_MESSAGE_LOGLEVEL modifies the second field (value) in /proc/sys/kernel/printk, not the first value. OTOH, the "loglevel" kernel parameter modifies the f

Re: CONFIG_EARLY_PRINTK

2013-03-16 Thread Randy Dunlap
On 03/16/13 08:08, Thomas Meyer wrote: > Am Mittwoch, den 13.03.2013, 12:56 -0700 schrieb Randy Dunlap: >> On 03/13/13 10:15, Thomas Meyer wrote: >>> Hi, >>> >>> -*- Early printk >>> >>> help text says: >>> "You should nor

Re: Q: What will happen if I insmod a new version driver when it has already been statically in kernel?

2012-08-27 Thread Randy Dunlap
d still be used/owned by the in-kernel driver. -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] drivers/tty: Folding Android's keyreset driver in sysRQ

2012-08-27 Thread Randy Dunlap
if (error) > + pr_err("Failed to sysrq_keyreset driver, error %d", error); Failed to register ... > + > error = input_register_handler(&sysrq_handler); > if (error) > pr_err("Failed to register input handler, error %d", error); > diff --git a/include/linux/sysrq.h b/include/linux/sysrq.h > index 7faf933..d470ae5 100644 > --- a/include/linux/sysrq.h > +++ b/include/linux/sysrq.h > @@ -17,6 +17,8 @@ > #include > #include > > +#define SYSRQ_KRESET_NAME"keyreset" > + > /* Enable/disable SYSRQ support by default (0==no, 1==yes). */ > #define SYSRQ_DEFAULT_ENABLE 1 > > @@ -38,6 +40,12 @@ struct sysrq_key_op { > int enable_mask; > }; > > +struct keyreset_platform_data { > + int (*reset_fn)(void); > + int *keys_up; > + int keys_down[]; /* 0 terminated */ > +}; > + > #ifdef CONFIG_MAGIC_SYSRQ > > /* Generic SysRq interface -- you may call it from any device driver, > supplying -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] watchdog: fix a compiler warning of test program

2012-08-29 Thread Randy Dunlap
--- a/Documentation/watchdog/src/watchdog-test.c > +++ b/Documentation/watchdog/src/watchdog-test.c > @@ -31,7 +31,7 @@ static void keep_alive(void) > * or "-e" to enable the card. > */ > > -void term(int sig) > +static void term(int sig) > { > close(f

[PATCH] net/can: rename peak_usb dump_mem function

2012-09-02 Thread Randy Dunlap
From: Randy Dunlap Rename generic-sounding function dump_mem() to pcan_dump_mem() so that it does not conflict with the dump_mem() function in arch/sh/include/asm/kdebug.h. drivers/net/can/usb/peak_usb/pcan_usb_core.c: error: conflicting types for 'dump_mem': => 56:6 driver

Re: linux-next: Tree for Sept 4 (uml + execve)

2012-09-04 Thread Randy Dunlap
first defined here fs/built-in.o: In function `sys_execve': fs/exec.c:2327: multiple definition of `sys_execve' arch/um/kernel/built-in.o:arch/um/kernel/exec.c:77: first defined here -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kerne

Re: linux-next: Tree for Sept 4 (cma)

2012-09-04 Thread Randy Dunlap
On 09/04/2012 12:13 AM, Stephen Rothwell wrote: > Hi all, > > Changes since 20120824: > drivers/base/dma-contiguous.c:351:3: error: expected ';' before '}' token } else if (ret != -EBUSY) { >>> break

Re: [PATCH -next] extcon: extcon-arizona depends on INPUT

2012-09-04 Thread Randy Dunlap
On 08/26/2012 04:53 PM, Chanwoo Choi wrote: > On 08/25/2012 02:04 AM, Randy Dunlap wrote: > >> From: Randy Dunlap >> >> extcon-arizona uses input_*() functions so it should depend >> on INPUT. >> >> ERROR: "input_event" [drivers/extcon/extcon

Re: [PATCH] allow gpiolib to be a module

2012-09-12 Thread Randy Dunlap
> Okay, since you're the second one to complain despite there > being other uses of the construct in the same source file, I'll > replace it, ... Does C just use the value generated from the left side of a ?: expression for the middle (empty) expression or does it call th

[PATCH -next] thermal: cpu_cooling.c needs to select CPU_FREQ_TABLE

2012-09-12 Thread Randy Dunlap
From: Randy Dunlap cpu_cooling.c (CONFIG_CPU_THERMAL) uses cpu frequency table intefaces so it should select CPU_FREQ_TABLE. Fixes these build errors: drivers/built-in.o: In function `cpufreq_get_max_state': cpu_cooling.c:(.text+0x4e1297): undefined reference to `cpufreq_frequency_get_

Re: [PATCH v2 2/2] fs: add missing documentation to simple_xattr functions

2012-09-13 Thread Randy Dunlap
ut no entry with the + *specified name exists. */ int simple_xattr_set(struct simple_xattrs *xattrs, const char *name, const void *value, size_t size, int flags) -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messag

Re: linux-next: Tree for Sept 14 (sata_highhbank)

2012-09-14 Thread Randy Dunlap
_sss" [drivers/ata/sata_highbank.ko] undefined! ERROR: "ahci_set_em_messages" [drivers/ata/sata_highbank.ko] undefined! ERROR: "ahci_save_initial_config" [drivers/ata/sata_highbank.ko] undefined! ERROR: "ahci_init_controller" [drivers/ata/sata_highbank.ko] u

[PATCH 1/2] kernel-doc: prevent duplicate description: output

2008-01-30 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Prevent duplicate output of a Description: section when there is a "blank" ("*") line between the initial function name/description line and the "Description:" header. Test case: drivers/scsi/scsi_devinfo.c::scsi_init_de

[PATCH 2/2] kernel-doc: warn on badly formatted short description

2008-01-30 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Make kernel-doc warn when a function/struct/union/typedef does not contain a properly formatted short description, such as: * scsi_devinfo: set up the dynamic device list or * scsi_devinfo - This warning is only generated when verbose (-v) mode i

Re: [PATCH 2.6.24] Add new string functions real_strtoul and change kernel params to use them

2008-01-31 Thread Randy Dunlap
ng, real_strtoul); > +STANDARD_PARAM_DEF(short, short, "%hi", long, real_strtol); > +STANDARD_PARAM_DEF(ushort, unsigned short, "%hu", unsigned long, > real_strtoul); > +STANDARD_PARAM_DEF(int, int, "%i", long, real_strtol); > +STANDARD_PARAM_DEF(uint, unsigned int, "%u", unsigned long, real_strtoul); > +STANDARD_PARAM_DEF(long, long, "%li", long, real_strtol); > +STANDARD_PARAM_DEF(ulong, unsigned long, "%lu", unsigned long, real_strtoul); > > int param_set_charp(const char *val, struct kernel_param *kp) > { > > > -- > 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/ > --- ~Randy -- 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/

Re: [PATCH 2.6.24] Add new string functions real_strtoul and change kernel params to use them

2008-01-31 Thread Randy Dunlap
On Fri, 01 Feb 2008 00:30:17 +0800 Yi Yang wrote: > On Thu, 2008-01-31 at 09:03 -0800, Randy Dunlap wrote: > > On Thu, 31 Jan 2008 09:18:22 +0800 Yi Yang wrote: > > > > > Currently, for every sysfs node, the callers will be responsible for > > > implementing stor

Re: linux-next: Tree for Sept 24 (remoteproc)

2012-10-01 Thread Randy Dunlap
On 09/24/2012 03:10 PM, Randy Dunlap wrote: > On 09/24/2012 07:53 AM, Stephen Rothwell wrote: > >> Hi all, >> >> Today was a train wreck, with lots of new conflicts across several trees >> and a few build failures as well. >> >> Changes since 20120902

Re: linux-next: Tree for Oct 2 (vxlan.c)

2012-10-02 Thread Randy Dunlap
rivers/net/vxlan.c:725:2: error: implicit declaration of function 'ip_select_ident' That function is only defined when CONFIG_INET is enabled, but it is disabled in this config. Full randconfig file is attached. -- ~Randy # # Automatically generated file; DO NOT EDIT.

[PATCH -next] infiniband: fix ipoib build error when IPOIB_CM is not enabled

2012-10-03 Thread Randy Dunlap
From: Randy Dunlap Fix build error when INFINIBAND_IPOIB_CM is not enabled: ERROR: "ipoib_set_mode" [drivers/infiniband/ulp/ipoib/ib_ipoib.ko] undefined! Signed-off-by: Randy Dunlap Cc: Roland Dreier Cc: Sean Hefty Cc: Hal Rosenstock Cc: linux-r...@vger.

[PATCH -next] asymmetric keys: fix printk format warning

2012-10-03 Thread Randy Dunlap
From: Randy Dunlap Fix printk format warning in x509_cert_parser.c: crypto/asymmetric_keys/x509_cert_parser.c: In function 'x509_note_OID': crypto/asymmetric_keys/x509_cert_parser.c:113:3: warning: format '%zu' expects type 'size_t', but argument 2 has type '

Re: [GIT PULL] xtensa patchset for 3.7

2012-10-03 Thread Randy Dunlap
l help. > > There was a helper website for finding willing kernel keysigners by > location, but I can't seem to recall it right now. Anybody? http://www.kernel.org/signature.html points us to https://maps.google.com/maps/ms?ie=UTF&msa=0&msid=203700972965484840643.0004b223fd8be

Re: linux-next: Tree for Oct 3 (mfd/syscon)

2012-10-03 Thread Randy Dunlap
makes pointer from integer without a cast make[3]: *** [drivers/mfd/syscon.o] Error 1 Full randconfig file is attached. -- ~Randy # # Automatically generated file; DO NOT EDIT. # Linux/i386 3.6.0 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y CONFIG_X86=y CONFIG_INSTRUCTION_DEC

[PATCH RFC] function probe_roms accessing improper addresses on UEFI systems

2012-10-03 Thread Randy Wright
more generally useful testing strategy? Please CC me directly with comments or questions. Signed-off-by: Randy Wright --- arch/x86/kernel/probe_roms.c | 71 ++ 1 file changed, 71 insertions(+) diff --git a/arch/x86/kernel/probe_roms.c b/arch/x86/kernel

Re: [PATCH] Fix devmem_is_allowed for below 1MB accesses for an efi machine

2012-10-04 Thread Randy Wright
posting since the underlying issues are common. -- Randy Wright+1-970-898-0998 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html P

Re: [PATCH 01/16] f2fs: add document

2012-10-05 Thread Randy Dunlap
ty. > + > +Cleaning process > + > + > +F2FS does cleaning both on demand and in the background. On-demand cleaning > is > +triggered when there are not enough free segments to serve VFS calls. > Background > +cleaner is operated by a kernel thread, and trigger

Re: linux-next: Tree for Oct 5 (nouveau)

2012-10-05 Thread Randy Dunlap
inter from integer without a cast make[5]: *** [drivers/gpu/drm/nouveau/nouveau_bo.o] Error 1 -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: mmotm 2012-10-22-17-08 uploaded (memory_hotplug.c)

2012-10-22 Thread Randy Dunlap
> > This is a snapshot of my -mm patch queue. Uploaded at random hopefully > more than once a week. > on x86_64, when CONFIG_MEMORY_HOTREMOVE is not enabled: mm/built-in.o: In function `online_pages': (.ref.text+0x10e7): undefined reference to `zone_pcp_reset' --

Re: [PATCH RFC] function probe_roms accessing improper addresses

2012-10-23 Thread Randy Wright
, but leave it up to the graphics > drivers. If they can get the rom by any other means then don't call it. One the second idea: there are a quite a lot of video drivers in the kernel source tree. Do you have a suggestion for how to evaluate which ones rely on the setup performed by

[PATCH -next] sound: ice1712 build errors

2012-10-23 Thread Randy Dunlap
From: Randy Dunlap Fix build errors by using correct kconfig symbol name: sound/pci/ice1712/psc724.c:417:5: error: 'struct snd_ice1712' has no member named 'pm_resume' sound/pci/ice1712/psc724.c:418:5: error: 'struct snd_ice1712' has no member named 'pm_sus

Re: [Q] CONFIG_INOTIFY_USER doesn't get enabled upon defconfig

2012-10-24 Thread Randy Dunlap
ith mackerel_defconfig), which > leads to non-functional udev, among others. Any idea why this could be > happening? I think it's because arch/arm/configs/mackerel_defconfig says: # CONFIG_INOTIFY_USER is not set -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe li

Re: mmotm 2012-10-24-17-15 uploaded (uml)

2012-10-24 Thread Randy Dunlap
m/mmotm/ > uml on x86_64 defconfig: arch/um/drivers/chan_kern.c: In function 'tty_receive_char': arch/um/drivers/chan_kern.c:89:42: error: 'struct tty_struct' has no member named 'raw' -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-k

Re: mmotm 2012-10-24-17-15 uploaded (drm/i915)

2012-10-25 Thread Randy Dunlap
mmotm/ > on i386: ERROR: "__build_bug_on_failed" [drivers/gpu/drm/i915/i915.ko] undefined! Full randconfig file is attached. -- ~Randy # # Automatically generated file; DO NOT EDIT. # Linux/i386 3.7.0-rc2-mm1 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y C

Re: [PATCH] regmap: Fix printing of size_t variable

2012-10-25 Thread Randy Dunlap
#x27;int', but argument 5 has type 'size_t' [-Wformat] > > Signed-off-by: Fabio Estevam Acked-by: Randy Dunlap http://marc.info/?l=linux-kernel&m=135041943424273&w=2 > --- > drivers/base/regmap/regmap.c |2 +- > 1 file changed, 1 insertion(+), 1 deleti

Re: [PATCH 1/1] Taint kernel after WARN_ON(condition)

2008-02-11 Thread Randy Dunlap
tainted & TAINT_FORCED_MODULE ? 'F' : ' ', > tainted & TAINT_UNSAFE_SMP ? 'S' : ' ', > @@ -170,7 +172,8 @@ const char *print_tainted(void) > tainted & TAINT_BAD_PAGE ? 'B' : ' ', >

Re: [patch 4/4 v2] mempolicy: update NUMA memory policy documentation

2008-02-11 Thread Randy Dunlap
Andi Kleen <[EMAIL PROTECTED]> Cc: Randy Dunlap <[EMAIL PROTECTED]> Signed-off-by: David Rientjes <[EMAIL PROTECTED]> Acked-by: Randy Dunlap <[EMAIL PROTECTED]> Thanks. --- Includes fixes to problems identified by Randy Dunlap. Documentation/filesystems/tmpfs

Re: [PATCH 0/8] Create and populate toplevel tests/ for kernel tests

2008-02-11 Thread Randy Dunlap
On Mon, 11 Feb 2008 10:26:49 -0800 Randy Dunlap wrote: > On Mon, 11 Feb 2008 16:14:52 +0530 Ananth N Mavinakayanahalli wrote: > > > The following series of patches create and populate the toplevel tests/ > > directory. This will henceforth be the place where all in-ker

[PATCH 4/4] docbook: make a networking book and fix a few errors

2008-02-11 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Move networking (core and drivers) docbook to its own networking book. Fix a few kernel-doc errors in header and source files. Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- Documentation/DocBook/Makefile|2 Documentation/Do

[PATCH 1/4] kernel-doc: fix fs/pipe.c notation

2008-02-11 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix several kernel-doc notation errors in fs/pipe.c. Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- fs/pipe.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) --- linux-2.6.25-rc1.orig/fs/pipe.c +++ linux-2.6.25-r

[PATCH 3/4] docbook: move pipe and splice to filesystems docbook

2008-02-11 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Move pipes and splice docbook to filesystems book. kernel-api book is huge (10x most other books) & slow to process. Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- Documentation/DocBook/filesystems.tmpl | 20 +++

Re: [PATCH]intel-iommu batched iotlb flushes

2008-02-11 Thread Randy Dunlap
txt 2008-02-11 > 13:44:23.0 -0800 > +++ linux-2.6.24-mm1/Documentation/kernel-parameters.txt 2008-02-11 > 14:23:37.0 -0800 > @@ -822,6 +822,10 @@ > than 32 bit addressing. The default is to look > for translation below 32 bit and if not available

[PATCH 2/4] docbook: sunrpc filenames and notation fixes

2008-02-11 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Use updated file list for docbook files and fix kernel-doc warnings in sunrpc: Warning(linux-2.6.24-git12//net/sunrpc/rpc_pipe.c:689): No description found for parameter 'rpc_client' Warning(linux-2.6.24-git12//net/sunrpc/rpc_pipe.c:765)

Re: stuck with 2.6.23.14 on x86_64

2008-02-12 Thread Randy Dunlap
On Tue, 12 Feb 2008 18:47:19 +0100 Fabio Coatti wrote: > Alle martedì 12 febbraio 2008, Randy Dunlap ha scritto: > > On Tue, 12 Feb 2008 15:03:41 +0100 Fabio Coatti wrote: > > > Hi all, > > > I'm stuck in a weird situation: I'm unable to go beyond 2.6.23.14

Re: Announce: Linux-next (Or Andrew's dream :-))

2008-02-12 Thread Randy Dunlap
robably will need to be in some cases where there are > dependencies on others work). Hi Stephen, Please merge the quilt series/patchset from http://oss.oracle.com/~rdunlap/kernel-doc-patches/current/ I expect this to be fairly small and localized (very few conflicts). Thanks, --- ~Randy -- T

Re: Documentation about sysfs/procfs entries

2008-02-12 Thread Randy Dunlap
east I did it. > Feedback? Adrian is no longer the trivial patch maintainer. Did you send the patch to [EMAIL PROTECTED] ? Any doc additions or improvements would be appreciated. I'll be glad to help get them merged... --- ~Randy -- To unsubscribe from this list: send the line "unsu

Re: [PATCH]intel-iommu batched iotlb flushes

2008-02-12 Thread Randy Dunlap
0x80 -- ~Randy -- 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/

Re: stuck with 2.6.23.14 on x86_64

2008-02-12 Thread Randy Dunlap
tion. (.config not inlcuded now to > avoid cluttering ) > > Thanks for any answer. a/ send .config file for the build problem above b/ How do you download and/or apply 2.6.23.{15,16} ? Full tarball or base tarball + patches? If patches, what base tree are they applied to?

  1   2   3   4   5   6   7   8   9   10   >