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
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
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
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
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
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://
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'
>
> 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
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
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
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
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(-)
>
&
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
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/
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
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
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
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
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
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
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
_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
: 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
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
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
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 +
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/
./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
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
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
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
_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/
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
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"
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
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
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
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
--
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)?
>>>
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
.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
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
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
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
>>>&
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
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
case Opt_fsuuid:
>>>> + ima_log_string(ab, "fsuuid", args[0].from);
>>>> +
>>>> + if (memchr_inv(entry->fsuuid, 0x00,
>>>> + sizeof(entry->fsuuid))) {
>>>> +
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(+),
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
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
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
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'
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
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
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
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/
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/
--- 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
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
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
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
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
> 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
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_
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
_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
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
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
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/
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
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
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.
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.
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 '
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
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
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
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
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
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/
>
> 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'
--
, 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
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
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
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
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
#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
tainted & TAINT_FORCED_MODULE ? 'F' : ' ',
> tainted & TAINT_UNSAFE_SMP ? 'S' : ' ',
> @@ -170,7 +172,8 @@ const char *print_tainted(void)
> tainted & TAINT_BAD_PAGE ? 'B' : ' ',
>
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
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
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
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
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 +++
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
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)
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
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
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
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/
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 - 100 of 7441 matches
Mail list logo