Re: git guidance

2007-11-27 Thread Randy Dunlap
On Wed, 28 Nov 2007 00:52:38 +0100 Willy Tarreau wrote: > Tilman, there was a howto by Jeff Garzik I believe. It helped me > a lot when I didn't understand a damn command, even if it was in > the very old ages (version 0.5 or something like this). The tutorials > on the GIT site are quite good too

Re: [PATCH 1/3] Remove trailing NULs from network bonding sysfs interface.

2007-11-27 Thread Randy Dunlap
On Wed, 28 Nov 2007 01:49:54 +0100 =?utf-8?q?Ferenc_W=C3=A1gner?= wrote: > Also remove trailing spaces from multivalued files. > > This fixes output like for example: > > $ od -c /sys/class/net/bond0/bonding/slaves > 000 e t h - l e f t e t h - r i g > 0

Re: Documentation/ patches

2008-01-11 Thread Randy Dunlap
On Fri, 11 Jan 2008 17:17:49 -0500 J. Bruce Fields wrote: > On Fri, Jan 11, 2008 at 02:03:14PM -0800, Randy Dunlap wrote: > > On Fri, 11 Jan 2008 16:50:12 -0500 J. Bruce Fields wrote: > > > > > > > > I've had these (fairly trivial) patches sitting around f

Re: Documentation/ patches

2008-01-11 Thread Randy Dunlap
On Fri, 11 Jan 2008 16:50:12 -0500 J. Bruce Fields wrote: > > I've had these (fairly trivial) patches sitting around for a while just > because I had no idea who to send them to. > > So I figure that means they, err, go to you? > > Apologies if not. All 4 Acke

Re: [PATCH 0/5] USB Kconfig: Reorganize USB Kconfig Menu

2008-01-13 Thread Randy Dunlap
On Sun, 13 Jan 2008 12:50:16 +0100 Stefan Richter wrote: > Greg KH wrote: > > On Sat, Jan 12, 2008 at 01:20:46PM +0300, Al Boldi wrote: > >> Greg KH wrote: > >>> On Sat, Jan 05, 2008 at 06:40:38PM +0300, Al Boldi wrote: > Reorganize USB Kconfig Menu, and move USB_GADGET out into the Device >

Re: [PATCH] Documentation: Add 00-INDEX file for AoE

2008-01-13 Thread Randy Dunlap
On Sun, 13 Jan 2008 02:44:48 +0100 (CET) Jesper Juhl wrote: > Documentation/aoe/ is missing a 00-INDEX file. Add one. > > Signed-off-by: Jesper Juhl <[EMAIL PROTECTED]> Acked-by: Randy Dunlap <[EMAIL PROTECTED]> Thanks, Jesper. > --- > > 00-INDEX | 18 ++

Re: [PATCH] Re-organization of PIDMAP_ENTRIES macro expansion

2008-01-14 Thread Randy Dunlap
On Mon, 14 Jan 2008 16:20:35 +0530 Ratnadeep Joshi wrote: > This patch tries to re-organize the macro expansion of PIDMAP_ENTRIES > (possibly) to a more clear one. > > Thanks, > - Ratnadeep Joshi > > diff --git a/include/linux/pid_namespace.h > b/include/linux/pid_namespace.h > index 1689e28..06

Re: [PATCH] [27/31] CPA: Change comments of external interfaces to kerneldoc format

2008-01-14 Thread Randy Dunlap
On Mon, 14 Jan 2008 23:17:00 +0100 (CET) Andi Kleen wrote: > > And clarify description a bit. > > Only for 64bit, but the interfaces are identical for 32bit and kerneldoc > should > merge them (?) I doubt that kernel-doc will merge them. Normally we just import (like with !I, !E, !F, etc.) o

[PATCH] scripts: minor decodecode update

2008-01-14 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Remove the tmp file when exiting. Noticed by Arjan van de Ven. Catch mktemp failure and exit with message. Trap kill or other signals and exit cleanly. Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- scripts/decodecode | 17 +

[PATCH] doc: use correct debugfs mountpoint

2008-01-14 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Use the normal, expected mountpoint in the relay(fs) example for debugfs. Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- Documentation/filesystems/relay.txt |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6

Re: [RFC][PATCH 3/5] add /dev/mem_notify device

2008-01-14 Thread Randy Dunlap
On Tue, 15 Jan 2008 10:01:21 +0900 KOSAKI Motohiro wrote: > the core of this patch series. > add /dev/mem_notify device for notification low memory to user process. > > > > fd = open("/dev/mem_notify", O_RDONLY); > if (fd < 0) { > exit(1); > } > p

Re: [PATCH 1/2] Massive code cleanup of sys_msync()

2008-01-15 Thread Randy Dunlap
On Tue, 15 Jan 2008 22:02:54 +0300 Anton Salikhmetov wrote: > 2008/1/15, Christoph Hellwig <[EMAIL PROTECTED]>: > > On Tue, Jan 15, 2008 at 07:02:44PM +0300, Anton Salikhmetov wrote: > > > @@ -33,71 +34,65 @@ asmlinkage long sys_msync(unsigned long start, size_t > > > len, int flags) > > >

Re: [PATCH 1/2] Massive code cleanup of sys_msync()

2008-01-15 Thread Randy Dunlap
On Tue, 15 Jan 2008 14:46:57 -0600 Matt Mackall wrote: > > On Tue, 2008-01-15 at 11:10 -0800, Randy Dunlap wrote: > > On Tue, 15 Jan 2008 22:02:54 +0300 Anton Salikhmetov wrote: > > > > > 2008/1/15, Christoph Hellwig <[EMAIL PROTECTED]>: > > > > On

[PATCH 2/5] sound: fix ad1889 section mismatch

2008-01-15 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix section mismatch in ad1889 by renaming the pci_driver variable to a whitelisted variable name. WARNING: vmlinux.o(.data+0x2e5ff0): Section mismatch: reference to .init.text:snd_ad1889_probe (between 'ad1889_pci' and 'index&#x

[PATCH 1/5] sound: fix mts64 section mismatches

2008-01-15 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix section mismatches in mts64 by making a static variable __devinitdata. WARNING: vmlinux.o(.data+0x2e33f0): Section mismatch: reference to .init.data:mts64_ctl_smpte_switch (between 'control.19929' and 'snd_mts64_rawmidi_output_ops

[PATCH 3/5] sound: fix atiixp section mismatch

2008-01-15 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix section mismatch in atiixp by making some functions __devinit. WARNING: vmlinux.o(.text+0xfd9304): Section mismatch: reference to .init.data:atiixp_quirks (between 'ac97_probing_bugs' and 'snd_atiixp_codec_detect') Signed-of

[PATCH 5/5] sound: fix caiaq section mismatches

2008-01-15 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix section mismatch in caiaq: these __devinit functions can be called at any time so they should not be __devinit. WARNING: vmlinux.o(.text+0x10a8dae): Section mismatch: reference to .init.text:snd_usb_caiaq_audio_init (between 'setu

[PATCH 4/5] sound: fix rme9652 section mismatch

2008-01-15 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix section mismatch in hdsp: snd_hdsp_proc_init() can be called from an ioctl at any time. WARNING: vmlinux.o(.text+0x1089bc2): Section mismatch: reference to .init.text: (between 'snd_hdsp_create_alsa_devices' and 'snd_hdsp_free&#x

Re: where to maintain userspace daemon for line discipline

2008-01-15 Thread Randy Dunlap
On Wed, 16 Jan 2008 00:03:43 +0100 Tilman Schmidt wrote: > Hi, > > On Wed, 07 Feb 2007 14:05:38 -0800, H. Peter Anvin wrote: > > util-linux-ng is already going, so it's a good place. > > Not even a year later, I'd like to take up this proposal. I have: > - gigasetm101d.c (the source program) > -

[PATCH] ia64 aliasing-test: fix gcc warnings on non-ia64

2008-01-15 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Eliminate all build warnings. OK, these build warnings are from a build on x86_64. When I build on ia64, I don't see warnings. Now builds cleanly on ia64 and x86_64. Documentation/ia64/aliasing-test.c: In function 'map_mem': Docume

[PATCH] getdelays: fix gcc warnings

2008-01-15 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix gcc warnings in getdelays.c: Documentation/accounting/getdelays.c: In function 'task_context_switch_counts': Documentation/accounting/getdelays.c:214: warning: format '%15lu' expects type 'long unsigned int&#

Re: [PATCHSET] printk: implement printk_header() and merging printk

2008-01-15 Thread Randy Dunlap
On Wed, 16 Jan 2008 10:00:06 +0900 Tejun Heo wrote: > Hello, all. > > This patchset implements printk_header() and mprintk - merging printk > - to make printing multiline messages and assembling message > piece-by-piece easier. > > In a nutshell, printk_header() lets you do the following atomica

Re: [PATCH 4/4] libata: make libata use printk_header() and mprintk

2008-01-15 Thread Randy Dunlap
On Wed, 16 Jan 2008 10:00:10 +0900 Tejun Heo wrote: > Reimplement libata printk helpers using printk_header, implement > helpers to initialize mprintk and use mprintk during device > configuration and EH reporting. > > This fixes various formatting related problems of libata messages such > as mi

Re: [PATCH 3/4] printk: implement merging printk

2008-01-15 Thread Randy Dunlap
On Wed, 16 Jan 2008 10:00:09 +0900 Tejun Heo wrote: > --- > include/linux/kernel.h | 71 > kernel/printk.c| 215 > > 2 files changed, 286 insertions(+), 0 deletions(-) > > diff --git a/include/linux/kernel.h b/include

Re: 2.6.24-rc8-mm1 (BUG: sched_rt)

2008-01-17 Thread Randy Dunlap
On Thu, 17 Jan 2008 18:11:04 +0100 Peter Zijlstra wrote: > > On Thu, 2008-01-17 at 08:48 -0800, Randy Dunlap wrote: > > On Thu, 17 Jan 2008 02:35:14 -0800 Andrew Morton wrote: > > > > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/p

Re: [PATCH 9/10] introduce intel_menlow platform specific driver

2008-01-17 Thread Randy Dunlap
On Thu, 17 Jan 2008 15:51:17 +0800 Zhang Rui wrote: > From: Thomas Sujith <[EMAIL PROTECTED]> > > Intel menlow platform specific driver for thermal management. > > Signed-off-by: Thomas Sujith <[EMAIL PROTECTED]> > Signed-off-by: Zhang Rui <[EMAIL PROTECTED]> > --- > drivers/misc/Kconfig

Re: 2.6.24-rc8-mm1 kernel panic while bootup

2008-01-17 Thread Randy Dunlap
On Thu, 17 Jan 2008 10:54:11 -0800 Andrew Morton wrote: > On Thu, 17 Jan 2008 19:24:13 +0530 Kamalesh Babulal <[EMAIL PROTECTED]> wrote: > > > Hi Andrew, > > > > The 2.6.24-rc8-mm1 kernel panic while bootup with bootup message > > Can you please bisect it? I'd start with git-x86. These: > >

Re: 2.6.24-rc8-mm1 (BUG: sched_rt)

2008-01-17 Thread Randy Dunlap
On Thu, 17 Jan 2008 18:11:04 +0100 Peter Zijlstra wrote: > > On Thu, 2008-01-17 at 08:48 -0800, Randy Dunlap wrote: > > On Thu, 17 Jan 2008 02:35:14 -0800 Andrew Morton wrote: > > > > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/p

Re: [PATCH 9/10] introduce intel_menlow platform specific driver

2008-01-17 Thread Randy Dunlap
Len Brown wrote: +static int +memory_get_int_max_bandwidth(struct thermal_cooling_device *cdev, +unsigned long *max_state) Don't put 'static int' (return type etc.) on a line by itself. That format is not wanted in Linux. (many places here) if checkpatch.pl and Li

Re: Linux 2.6.23.10

2007-12-14 Thread Randy Dunlap
On Fri, 14 Dec 2007 11:49:53 -0800 Greg Kroah-Hartman wrote: > We (the -stable team) are announcing the release of the 2.6.23.10 kernel. > It a number of bugfixes and anyone using the 2.6.23 kernel series is > recommended to upgrade. > > I'll also be replying to this message with a copy of the pa

[PATCH] umem nvram driver: clean up style

2007-12-16 Thread Randy Dunlap
On Tue, 4 Dec 2007 10:37:16 +0100 Ingo Molnar wrote: > btw., if anyone feels so inclined, this file has quite a number of > coding style issues, as per scripts/checkpatch.pl output: > > total: 28 errors, 54 warnings, 1221 lines checked From: Randy Dunlap <[EMAIL PROTECTED]

Re: [PATCH] umem nvram driver: clean up style

2007-12-16 Thread Randy Dunlap
ruct > > data = ~data; > > data += 1; > > > > - if (request_irq(dev->irq, mm_interrupt, IRQF_SHARED, DRIVER_NAME, > > card)) { > > + if (request_irq(dev->irq, mm_interrupt, IRQF_SHARED, DRIVER_NAME, > > + card

Re: QUEUE_FLAG_CLUSTER: not working in 2.6.24 ?

2007-12-17 Thread Randy Dunlap
On Sun, 16 Dec 2007 21:55:20 + Mel Gorman wrote: > > > Just using cp to read the file is enough to cause problems but I included > > > a very basic program below that produces the BUG_ON checks. Is this a > > > known > > > issue or am I using the interface incorrectly? > > > > I'd say you're

Re: Memory Read Error

2007-12-18 Thread Randy Dunlap
On Tue, 18 Dec 2007 02:13:30 -0800 (PST) shashi59 wrote: > > I am newbie for Linux Kernel.How can I read the memory area like the range > between to .Directly i read that area it shows some error > like this "unable to handle kernel paging request at virtual address > ".

Re: [patch 2/3] Enable setting of IRQ-thread priorities from kernel cmdline (repost:CC to LKML)

2007-12-19 Thread Randy Dunlap
On Wed, 19 Dec 2007 20:45:53 +0100 Remy Bohmer wrote: > Documentation/kernel-parameters.txt |7 ++ > include/linux/irq.h |1 > kernel/irq/manage.c | 101 > > 3 files changed, 98 insertions(+), 11 deletions(-) > > Ind

Re: [patch 3/3] Enable setting of IRQ-thread priorities from kernel cmdline. (repost:CC to LKML)

2007-12-19 Thread Randy Dunlap
On Wed, 19 Dec 2007 20:45:54 +0100 Remy Bohmer wrote: > Documentation/kernel-parameters.txt | 11 +++ > kernel/softirq.c| 105 > ++-- > 2 files changed, 99 insertions(+), 17 deletions(-) > > Index: linux-2.6.24-rc5-rt1/Documentation/kernel-

Re: [patch 1/3] Add generic routine for parsing map-like options on kernel cmd-line (repost:CC to LKML)

2007-12-19 Thread Randy Dunlap
On Wed, 19 Dec 2007 20:45:52 +0100 Remy Bohmer wrote: > This patch adds a generic routine to the kernel, so that a map of > settings can be entered on the kernel commandline. > > Signed-off-by: Remy Bohmer <[EMAIL PROTECTED]> > > --- > --- > include/linux/kernel.h |1 > lib/cmdline.c

Re: [RFC] kobject/kset/ktype documentation and example code updated

2007-12-19 Thread Randy Dunlap
On Wed, 19 Dec 2007 16:30:31 -0800 Greg KH wrote: > Everything you never wanted to know about kobjects, ksets, and ktypes > > Greg Kroah-Hartman <[EMAIL PROTECTED]> > > Based on an original article by Jon Corbet for lwn.net written October 1, > 2003 and located at http://lwn.net/Articles/51437/

Re: compile error in current git

2008-01-25 Thread Randy Dunlap
On Fri, 25 Jan 2008 14:17:31 -0800 Greg KH wrote: > On Fri, Jan 25, 2008 at 12:36:55PM -0800, Jeremy Fitzhardinge wrote: > > When compiling current git with CONFIG_BLOCK disabled, I'm seeing this > > compile error: > > > > CC drivers/base/core.o > > /home/jeremy/hg/xen/paravirt/linux/driver

Re: [PATCH -v8 4/4] The design document for memory-mapped file times update

2008-01-25 Thread Randy Dunlap
On Wed, 23 Jan 2008 02:21:20 +0300 Anton Salikhmetov wrote: > Add a document, which describes how the POSIX requirements on updating > memory-mapped file times are addressed in Linux. Hi Anton, Just a few small comments below... > Signed-off-by: Anton Salikhmetov <[EMAIL PROTECTED]> > --- > Do

Re: [PATCH 01/52] [microblaze] Kconfig patches

2008-01-26 Thread Randy Dunlap
On Thu, 24 Jan 2008 16:05:18 +0100 [EMAIL PROTECTED] wrote: > From: Michal Simek <[EMAIL PROTECTED]> > > > Signed-off-by: Michal Simek <[EMAIL PROTECTED]> > --- > arch/microblaze/Kconfig | 160 > + > arch/microblaze/Kconfig.debug |

Re: [PATCH] Add iSCSI iBFT support (v0.4.5)

2008-01-27 Thread Randy Dunlap
Andrew Morton wrote: int __initdata user_defined_memmap = 0; checkpatch should have told you that this "= 0" shouldn't be there. But it doesn't. checkpatch checks for static initializers, not non-static ones. Should that be changed? + for (pos = (u8 *)hdr; pos < (u8 *)hdr + len

Re: [PATCH 01/52] [microblaze] Kconfig patches v2

2008-01-27 Thread Randy Dunlap
On Sun, 27 Jan 2008 11:41:01 +0100 Michal Simek wrote: > From cd9e680aa7a732c1ff1188a22f2a0950f5d24e3b Mon Sep 17 00:00:00 2001 > Message-Id: > <[EMAIL PROTECTED]> > From: Michal Simek <[EMAIL PROTECTED]> > Date: Sun, 27 Jan 2008 11:21:34 +0100 > Subject: [PATCH 1/1] [microblaze] Kconfig patches

Re: [PATCH] Documentation: mention email-clients.txt in SubmittingPatches

2008-01-28 Thread Randy Dunlap
On Mon, 28 Jan 2008 09:52:45 -0600 Paul Jackson wrote: > Randy -- any idea why the Documentation/email-clients.txt file states: > > Sylpheed (GUI) > ... > - Not good for IMAP. >

Re: [PATCH] ipwireless: driver for 3G PC Card

2008-01-28 Thread Randy Dunlap
On Mon, 28 Jan 2008 18:19:29 +0100 David Sterba wrote: [resending due to send problems, sorry about any dups] > Hi Linus, > > I'm submitting driver for IPWireless PC Card modem for inclusion to 2.6.25. > > The driver has been in -mm series as ipwireless_cs.git tree for > some time and has passe

Re: [PATCH] Documentation: mention email-clients.txt in SubmittingPatches

2008-01-28 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> cc: Paul Jackson <[EMAIL PROTECTED]> This comment is not helpful (no reason given) and is incorrect. Just stick to facts that are useful regarding working on Linux. Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- Documentation/email-

Re: [PATCH] Documentation: mention email-clients.txt in SubmittingPatches

2008-01-28 Thread Randy Dunlap
Paul Jackson wrote: Randy wrote: Does Sylpheed IMAP do filtering for you? It does not according to the Sylpheed FAQ, but the FAQ is extremely out of date. You are correct that the Sylpheed FAQ, such as at: http://sylpheeddoc.sourceforge.net/en/faq/faq-1.html states: 1.8 Q08 Does Sy

Re: [2.6 patch] let LOG_BUF_SHIFT default to 17

2008-01-28 Thread Randy Dunlap
On Tue, 29 Jan 2008 00:12:23 +0200 Adrian Bunk wrote: > 16 kB is often no longer enough for a normal boot of an UP system. s/16/64/ then agreed. Acked-by: Randy Dunlap <[EMAIL PROTECTED]> > And even less when people e.g. use suspend. > > 17 seems to be a more reasonable d

Re: [PATCH] ipwireless: driver for 3G PC Card

2008-01-28 Thread Randy Dunlap
On Tue, 29 Jan 2008 00:18:03 +0100 Jiri Slaby wrote: > On 01/28/2008 07:08 PM, Randy Dunlap wrote: > >> +/* > >> + * @return 1 if something has been received from hw > > > > What's with the '@'? > ... > >> + > >> +/*! > &

Re: [PATCH] ipwireless: driver for 3G PC Card

2008-01-28 Thread Randy Dunlap
On Tue, 29 Jan 2008 00:29:19 +0100 Jiri Slaby wrote: > On 01/29/2008 12:28 AM, Randy Dunlap wrote: > > On Tue, 29 Jan 2008 00:18:03 +0100 Jiri Slaby wrote: > > > >> On 01/28/2008 07:08 PM, Randy Dunlap wrote: > >>>> +/* > >>>> + * @return

2.6.24-git6 net build failure when SYSFS=n, PROC_FS=n

2008-01-29 Thread Randy Dunlap
linux-2.6.24-git6/net/ipv4/fib_frontend.c: In function 'fib_net_init': linux-2.6.24-git6/net/ipv4/fib_frontend.c:1024: error: implicit declaration of function 'fib_proc_init' linux-2.6.24-git6/net/ipv4/fib_frontend.c: In function 'fib_net_exit': linux-2.6.24-git6/net/ipv4/fib_frontend.c:1039: erro

debugfs build failure when SYSFS=n, PROC_FS=n

2008-01-29 Thread Randy Dunlap
fs/built-in.o: In function `debugfs_init': inode.c:(.init.text+0xf69): undefined reference to `kernel_kobj' config attached. --- ~Randy debfs-nosysproc.config Description: application/config

Re: Mostly revert "e1000/e1000e: Move PCI-Express device IDs over to e1000e"

2008-01-29 Thread Randy Dunlap
On Tue, 29 Jan 2008 23:59:37 GMT Linux Kernel Mailing List wrote: > Gitweb: > http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5b10ca19ea4859d3884d10a3eb8495de92089792 > Commit: 5b10ca19ea4859d3884d10a3eb8495de92089792 > Parent: 9e97198dbf318be7958b57900

Re: kbuild: Spelling/grammar fixes for config DEBUG_SECTION_MISMATCH

2008-01-30 Thread Randy Dunlap
On Wed, 30 Jan 2008 11:13:23 +0100 (CET) Geert Uytterhoeven wrote: > kbuild: Spelling/grammar fixes for config DEBUG_SECTION_MISMATCH > > Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]> > --- > lib/Kconfig.debug |8 > 1 file changed, 4 insertions(+), 4 deletions(-) > > --- a/

Re: [Linux-fbdev-devel] [PATCH 1/1] [VIDEO/FRAMEBUFFER]: add BF52x EZkit Display driver

2008-01-30 Thread Randy Dunlap
On Wed, 30 Jan 2008 17:53:20 +0800 Bryan Wu wrote: > From: Michael Hennerich <[EMAIL PROTECTED]> > > Signed-off-by: Michael Hennerich <[EMAIL PROTECTED]> > Signed-off-by: Bryan Wu <[EMAIL PROTECTED]> > --- > drivers/video/Kconfig| 53 ++-- All of these non-bfin changes to Kconfig s

[PATCH] docbook: fix drivers/base/class warning

2008-01-30 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix kernel-doc empty line warning: Warning(linux-2.6.24-git8//drivers/base/class.c:866): bad line: Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- drivers/base/class.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.

[PATCH] docbook: fix block api fatal error

2008-01-30 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix docbook fatal error: docproc: linux-2.6.24-git8/block/ll_rw_blk.c: No such file or directory Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- Documentation/DocBook/kernel-api.tmpl |8 +++- 1 file changed, 7 insertions(+)

Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*config targets

2007-11-10 Thread Randy Dunlap
On Sat, 10 Nov 2007 21:43:26 +0100 Sam Ravnborg wrote: > The variable K64BIT can now be used to select the > value of CONFIG_64BIT. > > This is for example useful for powerpc to generate > allmodconfig for both bit sizes - like this: > make ARCH=powerpc K64BIT=y > make ARCH=powerpc K64BIT=n > >

Re: [PATCH] x86: Use CONFIG_64BIT to select between 32 and 64 bit in Kconfig

2007-11-10 Thread Randy Dunlap
On Sat, 10 Nov 2007 21:43:27 +0100 Sam Ravnborg wrote: > This change allow us to use the new syntax: > make K64BIT={n,y} to select between 32 and 64 bit. > > Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]> > --- > arch/x86/Kconfig | 26 -- > 1 files changed, 8 insertion

Re: [PATCH] kconfig: document make K64BIT=y in README

2007-11-10 Thread Randy Dunlap
On Sat, 10 Nov 2007 21:43:28 +0100 Sam Ravnborg wrote: > Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]> > --- > README |2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/README b/README > index 159912c..6622ba1 100644 > --- a/README > +++ b/README > @@ -194,6 +194,8

Re: [PATCH 0/5] introduce K64BIT=y and backward compatibility ARCH={i386,x86_64} for x86

2007-11-10 Thread Randy Dunlap
On Sat, 10 Nov 2007 21:40:38 +0100 Sam Ravnborg wrote: > As discussed in another thread the right thing is to add a generic solution > to select between 32 and 64 bit - useable for powerpc, s390, ppc et al. > > First step was to teach kconfig how to force 64BIT to a specific value. > The x86 Kcon

Re: [PATCH] log2.h: Define order_base_2() macro for convenience.

2007-11-11 Thread Randy Dunlap
On Sat, 10 Nov 2007 22:53:36 -0500 (EST) Robert P. J. Day wrote: > > Given a number of places in the tree that need to calculate this value > explicitly, might as well just create a macro for it. > > Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]> > > --- > > run-time tested for the firs

[PATCH 2/3] voyager: fix voyager_cat_init section

2007-11-11 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix Voyager section mismatches: voyager_cat_init() should be __init. WARNING: vmlinux.o(.text+0xee83): Section mismatch: reference to .init.data:eprom_buf (between 'voyager_cat_init' and 'aes_enc_blk') WARNING: vmlinux.o(.text

[PATCH 1/3] voyager: use correct header file name

2007-11-11 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix header file name for Voyager build. In file included from arch/x86/kernel/setup_32.c:61: include/asm-x86/mach-voyager/setup_arch.h:2:26: error: asm/setup_32.h: No such file or directory make[1]: *** [arch/x86/kernel/setup_32.o] Error 1 Signed-

[PATCH 3/3] voyager: fix smp init sections

2007-11-11 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix Voyager section mismatch due to using __devinit instead of __cpuinit. WARNING: vmlinux.o(.text+0xd943): Section mismatch: reference to .init.text:init_gdt (between 'voyager_smp_prepare_boot_cpu' and 'smp_vic_cmn_interrupt&#x

[PATCH/RFC] kconfig hints/tips/tricks

2007-11-12 Thread Randy Dunlap
I'm not very happy with hint #2. I struggled with ways to express it and finally decided to ship it^W^W release early/release often. :) Suggestions welcome. --- From: Randy Dunlap <[EMAIL PROTECTED]> Add a section on kconfig hints: how to do in Kconfig files. Fix a few typos/spell

Re: [BUG] New Kernel Bugs

2007-11-13 Thread Randy Dunlap
On Tue, 13 Nov 2007 14:40:29 +0100 Ingo Molnar wrote: > > * Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > > Do you believe that our response to bug reports is adequate? > > > > > > Do you feel that making us feel and look like shit helps? > > > > That doesn't answer my question. > > > > Se

Re: [BUG] New Kernel Bugs

2007-11-13 Thread Randy Dunlap
On Tue, 13 Nov 2007 09:33:21 -0600 James Bottomley wrote: > On Tue, 2007-11-13 at 03:15 -0800, Andrew Morton wrote: > > > > > SCSI== > > > > > > qla2xxx: driver initialization does not complete when booting with > > > Port connected

[PATCH] nfs functions undefined [Was: mm snapshot broken-out-2007-11-13-04-14.tar.gz uploaded]

2007-11-13 Thread Randy Dunlap
t; [fs/nfs/nfs.ko] undefined! > make[2]: *** [__modpost] Error 1 > make[1]: *** [modules] Error 2 > > config: > http://www.fi.muni.cz/~xslaby/sklad/config_64 From: Randy Dunlap <[EMAIL PROTECTED]> nfs_put_super() and nfs_sb_deactive() should not be inside an ifdef

Re: Enabling Magic SysRq Key on boot before INIT

2007-11-13 Thread Randy Dunlap
On Tue, 13 Nov 2007 19:55:09 -0500 Chuck Ebbert wrote: > On 11/13/2007 03:24 PM, Eric Schoeller wrote: > > Hello, > > > > I would like to enable the Magic SysRq key immediately when the linux > > kernel starts to boot, not when INIT begins. So, I am familiar with the > > sysctl command and /etc/s

Re: mm snapshot broken-out-2007-11-13-04-14.tar.gz uploaded

2007-11-13 Thread Randy Dunlap
On Tue, 13 Nov 2007 17:11:13 -0800 Andrew Morton wrote: > On Tue, 13 Nov 2007 20:20:32 -0400 Kevin Winchester <[EMAIL PROTECTED]> wrote: > > > On November 13, 2007 08:15:41 am [EMAIL PROTECTED] wrote: > > > The mm snapshot broken-out-2007-11-13-04-14.tar.gz has been uploaded to > > > > > > > >

Re: mm snapshot broken-out-2007-11-13-04-14 Build Fails - linking when !CONFIG_NFS_V4

2007-11-13 Thread Randy Dunlap
On Wed, 14 Nov 2007 01:21:36 +0530 Kamalesh Babulal wrote: > Hi Andrew, > > The kernel build fails, with the following error > > LD init/built-in.o > LD .tmp_vmlinux1 > fs/built-in.o(.text+0x5d632): In function `nfs_free_unlinkdata': > fs/nfs/unlink.c:32: undefined reference to `nf

Re: [PATCH] Fix warning for token-ring from sysctl checker

2007-11-14 Thread Randy Dunlap
On Wed, 14 Nov 2007 08:56:20 -0700 Eric W. Biederman wrote: > David Miller <[EMAIL PROTECTED]> writes: > > > From: Olof Johansson <[EMAIL PROTECTED]> > > Date: Tue, 13 Nov 2007 01:23:13 -0600 > > > >> As seen when booting ppc64_defconfig: > >> > >> sysctl table check failed: /net/token-ring .3.1

Re: [BUG] New Kernel Bugs

2007-11-14 Thread Randy Dunlap
On Wed, 14 Nov 2007 15:08:47 +0100 Ingo Molnar wrote: > > * Randy Dunlap <[EMAIL PROTECTED]> wrote: > > > > (and this is in no way directed at the networking folks - it holds > > > for all of us. I have one main complaint about networking: the > &g

Re: [BUG] New Kernel Bugs

2007-11-14 Thread Randy Dunlap
On Wed, 14 Nov 2007 21:16:39 +0100 Ingo Molnar wrote: > countered by the underlined sentences above, just in case you missed it. I didn't miss your claim. --- ~Randy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More maj

Re: [PATCH 3/4] drivers/infiniband: Drop redundant includes of moduleparam.h

2007-11-14 Thread Randy Dunlap
On Wed, 14 Nov 2007 12:54:52 -0800 Roland Dreier wrote: > > Drop #include in files that also include #include > > . module.h includes moduleparam.h already. > > Do we want to make this sort of source code change? I thought that > the consensus about the kernel was that we wanted to avoid rel

Re: [BUG] New Kernel Bugs

2007-11-14 Thread Randy Dunlap
On Wed, 14 Nov 2007 21:37:37 +0100 Ingo Molnar wrote: > ok, then you conceded it by not replying to it? good ;-) No, I don't intend to carry on this discussion, but I appreciate the smiley. --- ~Randy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a mess

Re: [PATCH/RFC] eradicate bashisms in scripts/patch-kernel

2007-11-14 Thread Randy Dunlap
is not used - added missing (optional/not required) $ signs to shell variable names Signed-off-by: Andreas Mohr <[EMAIL PROTECTED]> Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- linux-2.6.23/scripts/patch-kernel.orig 2007-11-01 22:51:34.0 +0100 +++ linux-2.6.23/scrip

Re: [PATCH] Remove bashisms from scripts/extract-ikconfig

2007-11-14 Thread Randy Dunlap
PROTECTED]> Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- scripts/extract-ikconfig |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- linux-2.6.24-rc2-git2.orig/scripts/extract-ikconfig +++ linux-2.6.24-rc2-git2/scripts/extract-ikconfig @@ -8,8 +8,9 @@ test -e $

Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*config targets

2007-11-15 Thread Randy Dunlap
On Fri, 16 Nov 2007 02:28:09 +0100 (CET) Roman Zippel wrote: > Hi, > > On Thu, 15 Nov 2007, Sam Ravnborg wrote: > > > You suggest just to check ARCH value and not apply your patch. This was > > not my initial understanding as was hopefully obvious from my reply. > > This patch only adds some ex

Re: [PATCH][DOCUMENTATION] The namespaces compatibility list doc

2007-11-16 Thread Randy Dunlap
On Fri, 16 Nov 2007 16:52:34 +0100 Daniel Lezcano wrote: > > +1. Both the IPC and the PID namespaces provide IDs to address > > + object inside the kernel. E.g. semaphore with ipcid or > > + process group with pid. > > + > > + In both cases, tasks shouldn't try exposing this id to some > > +

Re: [PATCH 2/4] proc: detect duplicate names on registration

2007-11-16 Thread Randy Dunlap
On Fri, 16 Nov 2007 18:08:40 +0300 Alexey Dobriyan wrote: > Andrew, please drop procfs-detect-duplicate-names.patch and apply this > instead. > > [PATCH] proc: detect duplicate names on registration > > From: Zhang Rui <[EMAIL PROTECTED]> > > Print a warning if PDE is registered wit

[PATCH v3] bitops kernel-doc: inline instead of macro

2007-10-25 Thread Randy Dunlap
> We might as well clean stuff up as we're churning the code. > > > Andy, I thought we were going to whine about __inline__ and __inline, too? Thomas, can you replace the previous patch with this one? Usage of __inline__ is fixed in the next patch (after this one). --- F

[PATCH] x86 bitops: fix code style issues

2007-10-25 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Coding style cleanups: - change __inline__ to inline; - drop space in "* addr" parameters; - drop space between func. name and '(' The "volatile" keywords are correct according to email from one Linus Torvalds. [Several

Re: [PATCH 3/6] x86: unification of i386 and x86_64 Kconfig.debug

2007-10-25 Thread Randy Dunlap
On Thu, 25 Oct 2007 16:30:48 -0700 Yinghai Lu wrote: > On 10/25/07, Sam Ravnborg <[EMAIL PROTECTED]> wrote: > > From 16b853f53463e43bfce341965ac10a78a3755a14 Mon Sep 17 00:00:00 2001 > > From: Randy Dunlap <[EMAIL PROTECTED]> > > Date: Wed, 24 Oct 2007 15:50:

Re: [PATCH 5/6] x86: move i386 and x86_64 Kconfig files to x86 directory

2007-10-25 Thread Randy Dunlap
On Thu, 25 Oct 2007 18:53:18 -0700 Yinghai Lu wrote: > On 10/25/07, Sam Ravnborg <[EMAIL PROTECTED]> wrote: > > From 6654a98eb8587f0538904c9bdb9aeaf9d577f182 Mon Sep 17 00:00:00 2001 > > From: Sam Ravnborg <[EMAIL PROTECTED]> > > Date: Thu, 25 Oct 2007 21:04:16 +0200 > > Subject: [PATCH] x86: move

[PATCH] x86: bitops_32.h style cleanups

2007-10-25 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Coding style cleanups in x86/bitops_32.h: - drop space in "* addr" - whitespace & indentation fixes - spello fixes Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- include/asm-x86/bitops_32.h | 48 ++

Re: [PATCH 5/6] x86: move i386 and x86_64 Kconfig files to x86 directory

2007-10-25 Thread Randy Dunlap
On Thu, 25 Oct 2007 22:51:56 -0700 Yinghai Lu wrote: > On 10/25/07, Randy Dunlap <[EMAIL PROTECTED]> wrote: > > On Thu, 25 Oct 2007 18:53:18 -0700 Yinghai Lu wrote: > > > > > On 10/25/07, Sam Ravnborg <[EMAIL PROTECTED]> wrote: > > > > From 6654a9

Re: [PATCH] voyager: fix breakage caused by boot_params problem

2007-10-26 Thread Randy Dunlap
On Fri, 26 Oct 2007 12:30:28 -0500 James Bottomley wrote: > There was a missed conversion in the voyager architecture setup file > which this corrects. > > Signed-off-by: James Bottomley <[EMAIL PROTECTED]> Oh. http://lkml.org/lkml/2007/10/22/180 even cc-ed to you. > --- > > James > > diff --

Re: [PATCH 1/2] fix typo in SubmittingPatches

2007-10-26 Thread Randy Dunlap
On Fri, 26 Oct 2007 15:51:44 +0900 Keiichi KII wrote: > From: Keiichi Kii <[EMAIL PROTECTED]> > > Fix typo. > > Signed-off-by: Keiichi Kii <[EMAIL PROTECTED]> > Cc: Andy Whitcroft <[EMAIL PROTECTED]> > --- > Index: trunk/Documentation/SubmittingPatches > =

Re: [build bug, 2.6.24-rc1] CONFIG_VIDEO_DEV=m & CONFIG_VIDEO_SAA7146_VV=y

2007-10-27 Thread Randy Dunlap
On Sat, 27 Oct 2007 23:30:57 +0200 Johannes Stezenbach wrote: > On Fri, Oct 26, 2007, Ingo Molnar wrote: > > > > the attached config (generated via make randconfig) fails to build due > > to the combination of these config entries: > > > > CONFIG_VIDEO_DEV=m > > CONFIG_VIDEO_SAA7146_VV=y >

Re: [PATCH] Align PCI memory regions to page size (4K)

2007-10-28 Thread Randy Dunlap
On Sun, 28 Oct 2007 11:00:38 -0400 Barak Fargoun wrote: > Add a boot parameter ('pci-mem-align') which forces PCI memory regions > to be aligned to 4K. > > > > This is very useful when developing an hypervisor, since in case we want > to let native domains direct access to specific hardware,

[PATCH] sysctl: fix token-ring procname

2007-10-28 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> cc: Eric W. Biederman <[EMAIL PROTECTED]> Correct the token-ring sysctl procname. Reported by: Daniel Exner <[EMAIL PROTECTED]>: Ah, and token ring tells me something like "/net/token-ring ,3.14 sysctl failed check procname doe

Re: [PATCH 2/4] VFS: swap do_ioctl and vfs_ioctl names

2007-10-28 Thread Randy Dunlap
On Sun, 28 Oct 2007 20:40:56 -0400 Erez Zadok wrote: > Rename old vfs_ioctl to do_ioctl, because the comment above it clearly > indicates that it is an internal function not to be exported to modules; > therefore it should have a more traditional do_XXX name. The new do_ioctl > is exported in fs.

[PATCH] media/video: ir-functions use input functions, should depend on INPUT

2007-10-29 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Media ir-functions uses input_(*) functions so it should depend on the INPUT config symbol. drivers/built-in.o: In function `ir_input_key_event': ir-functions.c:(.text+0x10849a): undefined reference to `input_event' ir-functions.c

[PATCH] virtio/virtcons: fix section mismatch warning

2007-10-29 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Make virtcons_probe() __devinit. Fixes this section warning: WARNING: vmlinux.o(.text+0x14c10b): Section mismatch: reference to .init.text:hvc_alloc (between 'virtcons_probe' and 'ac_register_board') Signed-off-by: Rand

[PATCH/RFC] register_cpu __devinit or __cpuinit

2007-10-29 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Is there some reason why register_cpu() is __devinit instead of __cpuinit ? Make it __cpuinit. Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- drivers/base/cpu.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-2.6.24-r

[PATCH] sound/ad1848: fix printk format

2007-10-29 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Fix printk format warning: sound/isa/ad1848/ad1848_lib.c:216: warning: format '%d' expects type 'int', but argument 4 has type 'long unsigned int' Signed-off-by: Randy Dunlap <[EMAIL PROTECTED]> --- sound/isa/ad1

[PATCH] media drivers use input functions, should depend on INPUT

2007-10-29 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> All of these drivers select VIDEO_IR, which uses the input subsystem, so they should also depend on INPUT. Problem examples: drivers/built-in.o: In function `ir_input_key_event': ir-functions.c:(.text+0x10849a): undefined reference to `inpu

[PATCH] rtc: m48t59 fix section mismatch warning

2007-10-29 Thread Randy Dunlap
From: Randy Dunlap <[EMAIL PROTECTED]> Change the name of this data to use a name (suffix) that is whitelisted by MODPOST so that the section warning is fixed (not generated). WARNING: vmlinux.o(.data+0x1b140): Section mismatch: reference to .init.text:m48t59_rtc_probe (b

<    4   5   6   7   8   9   10   11   12   13   >