Re: [patch] CFS (Completely Fair Scheduler), v2

2007-04-17 Thread Gabriel C
S.Çağlar Onur wrote: 17 Nis 2007 Sal tarihinde, Ingo Molnar şunları yazmıştı: Sorry for delayed response but i just find some free time, do you still want me to test mainline + parent-runs first patch or will i drop that one and test v2 which can change default behaviour? i suspect

Re: [PATCH][RSDL-mm 0/7] RSDL cpu scheduler for 2.6.21-rc3-mm2

2007-03-13 Thread Gabriel C
[EMAIL PROTECTED] wrote: On Mon, 12 Mar 2007 17:38:38 BST, Kasper Sandberg said: with latest xorg, xlib will be using xcb internally, Out of curiosity, when is this latest Xorg going to escape to distros, Already is .. Xorg 7.2+ libx11 build with xcb enabled.. and is it far

Re: RSDL v0.31

2007-03-16 Thread Gabriel C
AshMilsted wrote: Con Kolivas writes: Here are full patches for rsdl 0.31 for various base kernels. A full announce with a fresh -mm series will follow... http://ck.kolivas.org/patches/staircase-deadline/2.6.20.3-rsdl-0.31.patch

Re: drivers/pci/probe.c patch in 2.6.20.4 causes 'cannot adjust BAR0 (not I/O)' on NVidia MCP51

2007-03-25 Thread Gabriel C
Kevin P. Fleming wrote: I just upgraded from 2.6.20.2 to 2.6.20.4 on my Compaq V6000 laptop, which has an NVidia core chipset. It has the MCP51 and uses it for PATA and SATA. Booting the 2.6.20.4 kernel causes two messages (and a kernel lockup) like this: :00:0d.0: cannot adjust BAR0 (not

Re: [Announce] [patch] Modular Scheduler Core and Completely Fair Scheduler [CFS]

2007-04-13 Thread Gabriel C
Ingo Molnar wrote: [announce] [patch] Modular Scheduler Core and Completely Fair Scheduler [CFS] i'm pleased to announce the first release of the Modular Scheduler Core and Completely Fair Scheduler [CFS] patchset: http://redhat.com/~mingo/cfs-scheduler/sched-modular+cfs.patch [...]

Re: [Announce] [patch] Modular Scheduler Core and Completely Fair Scheduler [CFS]

2007-04-13 Thread Gabriel C
Ingo Molnar wrote: * Gabriel C [EMAIL PROTECTED] wrote: as usual, any sort of feedback, bugreports, fixes and suggestions are more than welcome, Compile error here. ah, !CONFIG_SMP. Does the patch below do the trick for you? (I've also updated the full patch at the cfs

Re: Linux 2.6.21-rc2

2007-02-27 Thread Gabriel C
Linus Torvalds wrote: Oh well.. I'm not very proud of this, because quite frankly, -rc2 has way more changes than I really like. I got this warning so far :) drivers/video/Kconfig:1622:warning: 'select' used by config symbol 'FB_PS3' refer to undefined symbol 'PS3_PS3AV' Regards,

modpost errors ( Re: 2.6.23-rc6-mm1)

2007-09-18 Thread Gabriel C
Hi, I get modpost errors here : ... ERROR: dvb_dmx_init [drivers/media/video/video-buf-dvb.ko] undefined! ERROR: dvb_unregister_adapter [drivers/media/video/video-buf-dvb.ko] undefined! ERROR: dvb_register_frontend [drivers/media/video/video-buf-dvb.ko] undefined! ERROR:

Re: 2.6.23-rc6-mm1

2007-09-18 Thread Gabriel C
Sam Ravnborg wrote: On Tue, Sep 18, 2007 at 03:42:58PM -0400, Miles Lane wrote: On 9/18/07, Sam Ravnborg [EMAIL PROTECTED] wrote: Hi Miles. On Tue, Sep 18, 2007 at 11:27:23AM -0400, Miles Lane wrote: Selecting Help for Subarchitecture Type causes make menuconfig to crash, and the bash

Re: 2.6.23-rc6-mm1

2007-09-18 Thread Gabriel C
Gabriel C wrote: Sam Ravnborg wrote: On Tue, Sep 18, 2007 at 03:42:58PM -0400, Miles Lane wrote: On 9/18/07, Sam Ravnborg [EMAIL PROTECTED] wrote: Hi Miles. On Tue, Sep 18, 2007 at 11:27:23AM -0400, Miles Lane wrote: Selecting Help for Subarchitecture Type causes make menuconfig to crash

Re: [14/17] Allow bit_waitqueue to wait on a bit in a vmalloc area

2007-09-18 Thread Gabriel C
Christoph Lameter wrote: + if (is_vmalloc_addr(word)) + page = vmalloc_to_page(word) ^^ Missing ' ; ' + else + page = virt_to_page(word); + + zone = page_zone(page); return

Re: 2.6.23-rc6-mm1

2007-09-19 Thread Gabriel C
Sam Ravnborg wrote: On Wed, Sep 19, 2007 at 12:48:26AM +0200, Gabriel C wrote: Gabriel C wrote: Sam Ravnborg wrote: On Tue, Sep 18, 2007 at 03:42:58PM -0400, Miles Lane wrote: On 9/18/07, Sam Ravnborg [EMAIL PROTECTED] wrote: Hi Miles. On Tue, Sep 18, 2007 at 11:27:23AM -0400, Miles Lane

Re: [BUG] New Kernel Bugs

2007-11-13 Thread Gabriel C
Adrian Bunk wrote: On Tue, Nov 13, 2007 at 12:13:56PM -0500, Theodore Tso wrote: On Tue, Nov 13, 2007 at 04:52:32PM +0100, Benoit Boissinot wrote: Btw, I used to test every -mm kernel. But since I've switched distros (gentoo-ubuntu) and I have less time, I feel it's harder to test -rc or -mm

[PATCH] sis5513.c: Add Packard Bell EasyNote K5305 to laptops

2007-11-13 Thread Gabriel C
Hi, With newer kernels HDD in my old laptop is limited to UDMA 33. With this patch I get UDMA 100 again. Signed-off-by: Gabriel Craciunescu [EMAIL PROTECTED] --- diff --git a/drivers/ide/pci/sis5513.c b/drivers/ide/pci/sis5513.c index 6b7bb53..3878224 100644 --- a/drivers/ide/pci/sis5513.c +++

[PATCH] pata_sis.c: Add Packard Bell EasyNote K5305 to laptops

2007-11-13 Thread Gabriel C
Hi, With newer kernels HDD in my old laptop is limited to UDMA 33. With this patch I get UDMA 100 again. Signed-off-by: Gabriel Craciunescu [EMAIL PROTECTED] --- diff --git a/drivers/ata/pata_sis.c b/drivers/ata/pata_sis.c index 3b5be77..87546d9 100644 --- a/drivers/ata/pata_sis.c +++

Re: 2.6.24-rc2-mm1

2007-11-13 Thread Gabriel C
Uff clone-prepare-to-recycle-clone_detached-and-clone_stopped.patch *really* spams. Looks like some programs are using this 'deprecated flag'. Could this have some CONFIG_SPAM_ME_PLEASE ?;) This is what I got in some minutes : --dmesg|grep 'used deprecated clone flags'|sed 's/.*] //'|sort -u

Re: 2.6.24-rc2-mm1

2007-11-13 Thread Gabriel C
Gabriel C wrote: Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.24-rc2/2.6.24-rc2-mm1/ I got it to boot but .. ... [ 45.030261] input: Power Button (CM) as /devices/virtual/input/input4 [ 45.031331] BUG: sleeping function called from invalid

Re: 2.6.24-rc2-mm1

2007-11-13 Thread Gabriel C
Andrew Morton wrote: On Wed, 14 Nov 2007 04:41:38 +0100 Gabriel C [EMAIL PROTECTED] wrote: Uff clone-prepare-to-recycle-clone_detached-and-clone_stopped.patch *really* spams. Looks like some programs are using this 'deprecated flag'. Could this have some CONFIG_SPAM_ME_PLEASE

Re: 2.6.24-rc2-mm1

2007-11-13 Thread Gabriel C
Matthew Dharm wrote: On Tue, Nov 13, 2007 at 07:49:24PM -0800, Greg KH wrote: Matt, are these the errors you were worried about with the patch we were just talking about tha tis in my tree? I can't tell from these logs. There is the dmesg with CONFIG_USB_STORAGE_DEBUG :

Re: 2.6.24-rc2-mm1

2007-11-14 Thread Gabriel C
Matthew Dharm wrote: On Wed, Nov 14, 2007 at 06:33:39AM +0100, Gabriel C wrote: Matthew Dharm wrote: On Tue, Nov 13, 2007 at 07:49:24PM -0800, Greg KH wrote: Matt, are these the errors you were worried about with the patch we were just talking about tha tis in my tree? I can't tell from

Re: [BUG] New Kernel Bugs

2007-11-14 Thread Gabriel C
then Acked-by: Hannes Reinecke [EMAIL PROTECTED] It's not in my mailbox on this machine, gladly we have lkml archived in the Net. Here is a positive tester report: http://lkml.org/lkml/2007/10/15/168: == Date Mon, 15 Oct 2007 15:53:08 +0200 From Gabriel C Subject Re

Re: 2.6.24-rc2-mm1

2007-11-15 Thread Gabriel C
mark gross wrote: On Wed, Nov 14, 2007 at 12:40:08PM -0800, Andrew Morton wrote: On Wed, 14 Nov 2007 12:29:59 -0800 mark gross [EMAIL PROTECTED] wrote: [ 102.366932] === [ 108.552031] printk: 31 messages suppressed. All this BUG / WARNINGS are caused by *-qos*

Re: 2.6.24-rc2-mm1

2007-11-15 Thread Gabriel C
Boaz Harrosh wrote: On Thu, Nov 15 2007 at 19:15 +0200, Matthew Dharm [EMAIL PROTECTED] wrote: On Wed, Nov 14, 2007 at 10:23:09AM +0100, Gabriel C wrote: Matthew Dharm wrote: On Wed, Nov 14, 2007 at 06:33:39AM +0100, Gabriel C wrote: Matthew Dharm wrote: On Tue, Nov 13, 2007 at 07:49:24PM

bug in scripts/setlocalversion

2007-11-16 Thread Gabriel C
Hi, I've build by 'accident' and stable kernel inside a git repo and noticed an strange bug. setlocalversion will append a git revision to the kernel even is not an git one. to reproduce create some dir and cd in there: git init git config user.email [EMAIL PROTECTED] git config user.name

Re: 2.6.24-rc3-mm1

2007-11-22 Thread Gabriel C
Andrew Morton wrote: On Fri, 23 Nov 2007 02:39:08 +0100 Gabriel C [EMAIL PROTECTED] wrote: I have some warnings on each SCSI disc: ... [ 30.724410] scsi 0:0:0:0: Direct-Access SEAGATE ST318406LW 0109 PQ: 0 ANSI: 3 [ 30.724419] scsi0:A:0:0: Tagged Queuing enabled. Depth

Re: 2.6.24-rc3-mm1

2007-11-22 Thread Gabriel C
I have some warnings on each SCSI disc: ... [ 30.724410] scsi 0:0:0:0: Direct-Access SEAGATE ST318406LW 0109 PQ: 0 ANSI: 3 [ 30.724419] scsi0:A:0:0: Tagged Queuing enabled. Depth 32 [ 30.724435] target0:0:0: Beginning Domain Validation [ 30.724446] target0:0:0: Domain

Re: 2.6.24-rc3-mm1: I/O error, system hangs

2007-11-24 Thread Gabriel C
James Bottomley wrote: On Sat, 2007-11-24 at 13:57 +0100, Laurent Riffard wrote: Le 24.11.2007 07:42, James Bottomley a écrit : On Fri, 2007-11-23 at 18:52 +0100, Laurent Riffard wrote: Le 23.11.2007 12:38, Hannes Reinecke a écrit : Hannes Reinecke wrote: Laurent Riffard wrote: Le

Re: 2.6.24-rc3-mm1 (sync is slow ?)

2007-11-24 Thread Gabriel C
kosaki wrote: Hi, Andrew Hi, Andrew I got following result in 'sync' command. It was too slow. (memory controller config is off ;) I attaches my .config. == (snip) Well I wonder how we did that. It seems OK here from a quick test (i386, ext3-on-IDE). Maybe device driver/block

Re: 2.6.24-rc3-mm1: I/O error, system hangs

2007-11-24 Thread Gabriel C
James Bottomley wrote: On Sat, 2007-11-24 at 18:54 +0100, Gabriel C wrote: James Bottomley wrote: On Sat, 2007-11-24 at 13:57 +0100, Laurent Riffard wrote: Le 24.11.2007 07:42, James Bottomley a écrit : On Fri, 2007-11-23 at 18:52 +0100, Laurent Riffard wrote: Le 23.11.2007 12:38, Hannes

Re: 2.6.24-rc3-mm1: I/O error, system hangs

2007-11-24 Thread Gabriel C
Gabriel C wrote: James Bottomley wrote: On Sat, 2007-11-24 at 18:54 +0100, Gabriel C wrote: James Bottomley wrote: On Sat, 2007-11-24 at 13:57 +0100, Laurent Riffard wrote: Le 24.11.2007 07:42, James Bottomley a écrit : On Fri, 2007-11-23 at 18:52 +0100, Laurent Riffard wrote: Le 23.11.2007

Re: usb regression in 2.6.24-rc4

2007-12-08 Thread Gabriel C
Gene Heskett wrote: Greetings guys gals; Hi , This was sent about an hour ago to the usb-devel list also. - Just a few minutes ago I needed to make use of my scanner, an Epson 1250u. Firing up xsane, the usual select the device menu window didn't show, and it went

Re: Regression: Wireshark sees no packets in 2.6.24-rc3

2007-12-14 Thread Gabriel C
Rafael J. Wysocki wrote: On Friday, 14 of December 2007, Ray Lee wrote: tshark -i eth0, eth1, lo are all empty. Works under 2.6.23.0 just fine. A quick scan of the log between 2.6.24-rc3 and current tip (-rc5) doesn't show any obvious fixes, but then again, what do I know. I'll check current

Re: How to Switch DMA off for only one Harddisk at Kernelboot

2007-12-16 Thread Gabriel C
Oliver Joa wrote: Hi, Hi Oliver , how can I tell the kernel not to probe DMA for a specific harddisk (e.g. hda). My first Drive (hda) is a Compact-Flash Card which can not do DMA. The kernel tries at boot to switch to DMA but fails. If I use ide=nodma, the kernel boots about 2 minutes

Re: How to Switch DMA off for only one Harddisk at Kernelboot

2007-12-16 Thread Gabriel C
Oliver Joa wrote: Hi, Gabriel C wrote: Oliver Joa wrote: Hi, Hi Oliver , how can I tell the kernel not to probe DMA for a specific harddisk (e.g. hda). My first Drive (hda) is a Compact-Flash Card which can not do DMA. The kernel tries at boot to switch to DMA but fails. If I use ide

Re: How to Switch DMA off for only one Harddisk at Kernelboot

2007-12-16 Thread Gabriel C
Oliver Joa wrote: Hi, Gabriel C wrote: [...] Also have a look at Documentation/ide.txt. I read this already. Searching for nodma in this document gives only one line: ide=nodma: disable DMA globally for the IDE subsystem. If the documentation is correct hda=nodma

Re: Udev problem

2007-12-27 Thread Gabriel C
shacky wrote: [ Added linux-hotplug to CC ] Hi. Hi, I'm writing here because I didn't found a mailing list specific for udev. There it is : http://vger.kernel.org/vger-lists.html#linux-hotplug I'm sorry if I am out of topic. In this case please tell me. I'm trying to get an Huawei

Re: [ANNOUNCE] util-linux-ng 2.13.1-rc2

2008-01-05 Thread Gabriel C
Andrew Morton wrote: On Wed, 2 Jan 2008 22:10:52 +0100 Karel Zak [EMAIL PROTECTED] wrote: The second util-linux-ng 2.13.1 release candidate is available at ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/ Interesting. Thanks. Which distros are using this, or plan to do so? We

Re: Resume problems

2007-10-25 Thread Gabriel C
Rafael J. Wysocki wrote: After all I think all this problems may be some who ACPI related but the question is why they get triggered by Suspend/Hibernation. They certainly are ACPI-related, because the only difference between level 4 and level 3 suspend testing is that some global ACPI

Re: Possibility of adding -march=native to x86

2007-10-25 Thread Gabriel C
Michael Lothian wrote: The MPENTIUM4 option does not only set -march=pentium4, it also enables several other options in arch/i386/Kconfig.cpu resulting in better performance. How about an autodetect to set the right options here too using cpuid? With a warning of course that the code

BUG: lock held when returning to user space

2007-10-27 Thread Gabriel C
Hi, I found that today in dmesg after booting current git ( ec3b67c11df42362ccda81261d62829042f223f0 ) : ... [ 592.752777] [ 592.752781] [ 592.753478] [ BUG: lock held when returning to user space! ] [ 592.753880]

snd-rtctimer bugs ?

2007-10-27 Thread Gabriel C
Hi, I'm using rtc-class driver(s) on this system ( current git head ). Modprobing snd-rtctimer results in the following : .. sudo modprobe snd-rtctimer WARNING: Error inserting rtc (/lib/modules/2.6.24-rc1-gec3b67c1/kernel/drivers/char/rtc.ko): Input/output error FATAL: Error inserting

Re: [REGRESSION] 2.6.24-rc1 fails to boot on a 486

2007-10-29 Thread Gabriel C
Mikael Pettersson wrote: On Sun, 28 Oct 2007 21:33:02 -0700, H. Peter Anvin wrote: Mikael Pettersson wrote: My old 486 fails to boot with the 2.6.24-rc1 kernel. Grub loads it, 4 lines of text appear but not the kernel's Linux version blah greet, and the machine reboots. Double-checked with a

Re: build failure, missing libvdeplug.h?

2007-10-29 Thread Gabriel C
Roel Kluin wrote: [ added some peoples to Cc ] Roel Kluin wrote: the file libvdeplug.h is missing There is a reference to http://wiki.virtualsquare.org/index.php/Main_Page in the Kconfig (also added by this commit). After reverting this commit the build continues. possibly the header

Kconfig warnings from FEC_MPC52xx

2007-10-29 Thread Gabriel C
' .. introduced by : http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=5d031e9e7e9ad5aa6516646f955c6262478e1acd Regards, Gabriel C - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info

libata-core.c compile warnings with !CONFIG_PM

2007-10-31 Thread Gabriel C
Hi , I see this warnings on current git head with !CONFIG_PM : ... drivers/ata/libata-core.c:768: warning: 'ata_lpm_enable' defined but not used drivers/ata/libata-core.c:784: warning: 'ata_lpm_disable' defined but not used ... So far I see ata_lpm_enable() is only used in

[PATCH] Fix format warning in sound/isa/ad1848/ad1848_lib.c

2007-10-31 Thread Gabriel C
Hi, I see this warning on current git head : ... sound/isa/ad1848/ad1848_lib.c: In function 'snd_ad1848_mce_down': sound/isa/ad1848/ad1848_lib.c:216: warning: format '%d' expects type 'int', but argument 4 has type 'long unsigned int' ... Signed-off-by: Gabriel Craciunescu [EMAIL PROTECTED]

drivers/scsi/* compile warnings

2007-10-31 Thread Gabriel C
Hi , on current git ( a3634d7169f56eca5e349fce2f1de228fc10efda ) I see the following compile warning from some scsi drivers. Someone may want to look at these :) ... --($:/work/crazy/linux-git/fresh-linux2.6)-- grep ^[a-z] build.log|grep scsi drivers/scsi/advansys.c:71:2: warning: #warning

Re: FEC_MPC52xx_MDIO oddness.

2007-10-31 Thread Gabriel C
Domen Puncer wrote: On 31/10/07 10:22 -0400, Dave Jones wrote: The Kconfig for this reads.. +config FEC_MPC52xx_MDIO + bool MPC52xx FEC MDIO bus driver + depends on FEC_MPC52xx + default y + ---help--- + The MPC5200's FEC can connect to the Ethernet either

Re: FEC_MPC52xx_MDIO oddness.

2007-10-31 Thread Gabriel C
Domen Puncer wrote: On 31/10/07 17:30 +0100, Gabriel C wrote: Domen Puncer wrote: On 31/10/07 10:22 -0400, Dave Jones wrote: The Kconfig for this reads.. +config FEC_MPC52xx_MDIO + bool MPC52xx FEC MDIO bus driver + depends on FEC_MPC52xx + default y + ---help

drivers/net/tlan question

2007-10-31 Thread Gabriel C
Hi, I noticed on current git the following warning with !CONFIG_PCI : ... drivers/net/tlan.c: In function 'TLan_probe1': drivers/net/tlan.c:682: warning: label 'err_out' defined but not used ... I thought a simply #ifdef is missing but looking at TLan_probe1() I got confused about

[PATCH] tlan list is subscribers-only

2007-10-31 Thread Gabriel C
... Your mail to 'Tlan-devel' with the subject drivers/net/tlan question Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list ... Signed-off-by: Gabriel Craciunescu [EMAIL PROTECTED] ---

Re: some kernel headers broken in current git ?

2007-10-19 Thread Gabriel C
Thomas Gleixner wrote: On Sat, 20 Oct 2007, Gabriel C wrote: Gabriel C wrote: Jiri Kosina wrote: Trying 'make mrproper' first has high chances of fixing this I'd guess. Is what I did before latest pull. Maybe this whole tree got broken. I'll try a fresh one and report back. I get

Re: some kernel headers broken in current git ?

2007-10-19 Thread Gabriel C
Jiri Kosina wrote: Trying 'make mrproper' first has high chances of fixing this I'd guess. Is what I did before latest pull. Maybe this whole tree got broken. I'll try a fresh one and report back. Regards , Gabriel - To unsubscribe from this list: send the line unsubscribe linux-kernel in

Re: some kernel headers broken in current git ?

2007-10-19 Thread Gabriel C
Gabriel C wrote: Jiri Kosina wrote: Trying 'make mrproper' first has high chances of fixing this I'd guess. Is what I did before latest pull. Maybe this whole tree got broken. I'll try a fresh one and report back. I get the same on fresh cloned git tree #-- git rev-parse --verify

Re: some kernel headers broken in current git ?

2007-10-21 Thread Gabriel C
H. Peter Anvin wrote: Gabriel C wrote: Hi, usually I'll wait for rc1 and test compile external module to see which are broken and what need fixing but while I need virtualbox for some tests I test compile it on current git and it failed badly. Maybe something is missing from x86 merge

Re: some kernel headers broken in current git ?

2007-10-21 Thread Gabriel C
BITS_PER_LONG was originally set in asm/types.h: 39 #ifdef CONFIG_X86_32 40 # define BITS_PER_LONG 32 41 #else 42 # define BITS_PER_LONG 64 43 #endif User land does not know anything about 'CONFIG_X86_32' right ? That is the problem. I've changed the

Re: some kernel headers broken in current git ?

2007-10-21 Thread Gabriel C
H. Peter Anvin wrote: Gabriel C wrote: BITS_PER_LONG was originally set in asm/types.h: 39 #ifdef CONFIG_X86_32 40 # define BITS_PER_LONG 32 41 #else 42 # define BITS_PER_LONG 64 43 #endif User land does not know anything about 'CONFIG_X86_32' right ? Wait

Re: some kernel headers broken in current git ?

2007-10-21 Thread Gabriel C
Sam Ravnborg wrote: On Sun, Oct 21, 2007 at 12:15:48PM -0700, H. Peter Anvin wrote: Gabriel C wrote: BITS_PER_LONG was originally set in asm/types.h: 39 #ifdef CONFIG_X86_32 40 # define BITS_PER_LONG 32 41 #else 42 # define BITS_PER_LONG 64 43 #endif User land

Re: some kernel headers broken in current git ?

2007-10-21 Thread Gabriel C
H. Peter Anvin wrote: Yeah, this is a VirtualBox problem. At this point, this is clearly a matter for innotek, not for the mainstream kernel development community. Ok I will report that to Innotek , thanks for all the help and sorry for the noise. -hpa Gabriel - To unsubscribe

appletalk bugs

2007-10-22 Thread Gabriel C
:cc095f38 [38541.525513] note: rmmod[28887] exited with preempt_count 1 Regards, Gabriel C - 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

Re: appletalk bugs

2007-10-22 Thread Gabriel C
Nick wrote: [ restoring CC ] Fascinating ... Are you using chooser or NetInfo? No I don't. I fact I don't even know why that module got loaded. On Mon, 2007-10-22 at 16:19 +0200, Gabriel C wrote: Hi, modprobing appletalk on current git gives a warning in dmesg : [38506.600269] sysctl

Resume problems

2007-10-22 Thread Gabriel C
Hi all , I'm running current git + aic7xxx suspend patch from http://bugzilla.kernel.org/show_bug.cgi?id=3062 on a Dell Precision WorkStation 530 MT SMP box ( HT enabled ). Suspend works fine but on resume I have some problems. All CPU's but boot CPU won't come back , everything else seems

Re: appletalk bugs

2007-10-22 Thread Gabriel C
Eric W. Biederman wrote: Gabriel C [EMAIL PROTECTED] writes: Hi, modprobing appletalk on current git gives a warning in dmesg : [38506.600269] sysctl table check failed: /net/appletalk .3.7 procname does not match binary path procname Oops. My apologies it appears I made a mistake

Re: Resume problems

2007-10-22 Thread Gabriel C
Rafael J. Wysocki wrote: On Monday, 22 October 2007 18:15, Gabriel C wrote: Hi all , I'm running current git + aic7xxx suspend patch from http://bugzilla.kernel.org/show_bug.cgi?id=3062 on a Dell Precision WorkStation 530 MT SMP box ( HT enabled ). Suspend works fine but on resume I have

Re: Resume problems

2007-10-22 Thread Gabriel C
Rafael J. Wysocki wrote: On Tuesday, 23 October 2007 01:00, Gabriel C wrote: Rafael J. Wysocki wrote: On Monday, 22 October 2007 18:15, Gabriel C wrote: Hi all , I'm running current git + aic7xxx suspend patch from http://bugzilla.kernel.org/show_bug.cgi?id=3062 on a Dell Precision

Re: Resume problems

2007-10-22 Thread Gabriel C
Gabriel C wrote: Rafael J. Wysocki wrote: On Tuesday, 23 October 2007 01:00, Gabriel C wrote: Rafael J. Wysocki wrote: On Monday, 22 October 2007 18:15, Gabriel C wrote: Hi all , I'm running current git + aic7xxx suspend patch from http://bugzilla.kernel.org/show_bug.cgi?id=3062

Re: Resume problems

2007-10-22 Thread Gabriel C
Also box just froze on level 3 but I got a ACPI error at least which I didn't got in any other dmesg till now : ( also patch was tested with HT disabled and Suspend and Hibernation enabled in kernel and BIOS ) ... Oct 23 01:51:05 lara [ 273.512374] PM: Removing info for No Bus:input0

Re: mm snapshot broken-out-2007-10-01-04-09.tar.gz uploaded

2007-10-01 Thread Gabriel C
[EMAIL PROTECTED] wrote: The mm snapshot broken-out-2007-10-01-04-09.tar.gz has been uploaded to ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/mm/broken-out-2007-10-01-04-09.tar.gz It contains the following patches against 2.6.23-rc8: I have a question about these snapshots , what

Re: mm snapshot broken-out-2007-10-01-04-09.tar.gz uploaded

2007-10-01 Thread Gabriel C
Jiri Kosina wrote: On Mon, 1 Oct 2007, Gabriel C wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/mm/broken-out-2007-10-01-04-09.tar.gz I have a question about these snapshots , what is the right way to apply the patches ? some magic script ? =) There is a 'series' file

Re: mm snapshot broken-out-2007-10-01-04-09.tar.gz uploaded

2007-10-01 Thread Gabriel C
Jiri Kosina wrote: On Tue, 2 Oct 2007, Gabriel C wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/mm/broken-out-2007-10-01-04-09.tar.gz There is a 'series' file, which tells you the correct order. If you are planning to make any patches on top of mm, you should use quilt

Re: Linux 2.6.23-rc5

2007-09-03 Thread Gabriel C
Rafael J. Wysocki wrote: On Sunday, 2 September 2007 09:54, Prakash Punnoor wrote: Hi, 2.6.23-rc5 locks up hard (Magic Syskeys won't even work) after a few minutes of work on x86_64. 2.6.23-rc4 was fine. I'll try git-bisect to find out what is causing trouble. Yes, I am using nvidia binary

Re: Linux 2.6.23-rc5

2007-09-03 Thread Gabriel C
Alessandro Suardi wrote: [snip] This one has bitten many of us :) http://lkml.org/lkml/2007/9/2/219 Thx , I didn't saw that patch. Gabriel - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

[PATCH] IP_VS should depend on EXPERIMENTAL ?

2007-07-20 Thread Gabriel C
Hi, IP_VS has : .. tristate IP virtual server support (EXPERIMENTAL) .. but it does not depend on EXPERIMENTAL. Signed-off-by: Gabriel Craciunescu [EMAIL PROTECTED] --- net/ipv4/ipvs/Kconfig |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/ipv4/ipvs/Kconfig

mm/Kconfig MEMORY_HOTPLUG typo ?

2007-07-20 Thread Gabriel C
|| SUPERH) comment Memory hotplug is currently incompatible with Software Suspend depends on SPARSEMEM HOTPLUG SOFTWARE_SUSPEND ... That should be !SOFTWARE_SUSPEND no ? Regards, Gabriel C - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [PATCH] IP_VS should depend on EXPERIMENTAL ?

2007-07-20 Thread Gabriel C
Robert P. J. Day wrote: On Fri, 20 Jul 2007, Gabriel C wrote: Hi, IP_VS has : .. tristate IP virtual server support (EXPERIMENTAL) .. but it does not depend on EXPERIMENTAL. Signed-off-by: Gabriel Craciunescu [EMAIL PROTECTED] --- net/ipv4/ipvs/Kconfig |2 +- 1 files

Re: [PATCH] IP_VS should depend on EXPERIMENTAL ?

2007-07-20 Thread Gabriel C
Robert P. J. Day wrote: On Fri, 20 Jul 2007, Gabriel C wrote: Robert P. J. Day wrote: On Fri, 20 Jul 2007, Gabriel C wrote: Hi, IP_VS has : .. tristate IP virtual server support (EXPERIMENTAL) .. but it does not depend on EXPERIMENTAL. Signed-off-by: Gabriel Craciunescu [EMAIL

Re: mm/Kconfig MEMORY_HOTPLUG typo ?

2007-07-20 Thread Gabriel C
Paul Mundt wrote: On Fri, Jul 20, 2007 at 02:23:48PM +0200, Gabriel C wrote: I'm a bit confused about the following from mm/Kconfig: .. config MEMORY_HOTPLUG bool Allow for memory hot-add depends on SPARSEMEM || X86_64_ACPI_NUMA depends on HOTPLUG

Re: ata_piix broken in 2.6.22

2007-07-20 Thread Gabriel C
Felipe Contreras wrote: Hi, Hi , Since I updated to 2.6.22 everything has been slower and I think this is the reason: ata_piix :00:1f.2: version 2.11 ata_piix :00:1f.2: MAP [ P0 P2 IDE IDE ] ACPI: PCI Interrupt :00:1f.2[B] - GSI 16 (level, low) - IRQ 16 ata_piix

Re: ata_piix broken in 2.6.22

2007-07-20 Thread Gabriel C
Alan Cox wrote: O ata_piix :00:1f.2: version 2.11 ata_piix :00:1f.2: MAP [ P0 P2 IDE IDE ] ACPI: PCI Interrupt :00:1f.2[B] - GSI 16 (level, low) - IRQ 16 ata_piix :00:1f.2: 0x1F0 IDE port busy ata_piix :00:1f.2: 0x170 IDE port busy ata_piix :00:1f.2: no available

Re: 2.6.22-git13 crash

2007-07-20 Thread Gabriel C
. Should be fixed by this commit : http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=9550b105b8646f916862aee3ab7b25020ca14159 Regards, Gabriel C - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED

Re: [RFC, Announce] Unified x86 architecture, arch/x86

2007-07-20 Thread Gabriel C
but it boots 7,52 seconds faster as current git head ) [1]http://194.231.229.228/linux-x86/warning [2]http://194.231.229.228/linux-x86/config-x86 Thomas, Ingo Regards, Gabriel C - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

voyager_{thread,cat}.c compile warnings

2007-07-21 Thread Gabriel C
, Gabriel C - 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/

drivers/hwmon - 'defined but not used' warnings

2007-07-21 Thread Gabriel C
/via686a.c:648: warning: 'via686a_remove' defined but not used drivers/hwmon/vt8231.c:755: warning: 'vt8231_remove' defined but not used ... Regards, Gabriel C - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: [PATCH] hwmon: Add missing __devexit tags in various drivers

2007-07-22 Thread Gabriel C
Jean Delvare wrote: On Sun, 22 Jul 2007 00:30:56 +0200, Gabriel C wrote: I noticed this warnings on current git: drivers/hwmon/pc87360.c:1082: warning: 'pc87360_remove' defined but not used drivers/hwmon/sis5595.c:580: warning: 'sis5595_remove' defined but not used drivers/hwmon/smsc47m1.c

drivers/mtd/devices/doc2000.c - address of 'eccbuf' will always evaluate as 'true' , warnings

2007-07-22 Thread Gabriel C
Hi, I noticed this warnings on current git with gcc 4.2.1 drivers/mtd/devices/doc2000.c: In function 'doc_read': drivers/mtd/devices/doc2000.c:635: warning: the address of 'eccbuf' will always evaluate as 'true' drivers/mtd/devices/doc2000.c: In function 'doc_write':

drivers/kvm/x86_emulate.c - address of 'twobyte_table' will always evaluate as 'true' , warning

2007-07-22 Thread Gabriel C
Hi, I got this warning on current git with gcc 4.2.1 : ... drivers/kvm/x86_emulate.c: In function 'x86_emulate_memop': drivers/kvm/x86_emulate.c:817: warning: the address of 'twobyte_table' will always evaluate as 'true' ... Regards, Gabriel C - To unsubscribe from this list: send the line

drivers/scsi/sym53c416.c - address of 'sym53c416*' will always evaluate as 'true' , warnings

2007-07-22 Thread Gabriel C
' will always evaluate as 'true' drivers/scsi/sym53c416.c:650: warning: the address of 'sym53c416_2' will always evaluate as 'true' drivers/scsi/sym53c416.c:656: warning: the address of 'sym53c416_3' will always evaluate as 'true' ... Regards, Gabriel C - To unsubscribe from this list: send the line

[PATCH] drivers/scsi/g_NCR5380.c - NCR53C400_PSEUDO_DMA is not defined

2007-07-22 Thread Gabriel C
Hi, got this warning with current git : ... In file included from drivers/scsi/g_NCR5380_mmio.c:9: drivers/scsi/g_NCR5380.c:559:5: warning: NCR53C400_PSEUDO_DMA is not defined ... Signed-off-by: Gabriel Craciunescu [EMAIL PROTECTED] --- diff --git a/drivers/scsi/g_NCR5380.c

drivers/scsi/ultrastor.c - matching constraint does not allow a register , warnings

2007-07-22 Thread Gabriel C
/ultrastor.c:698: warning: matching constraint does not allow a register drivers/scsi/ultrastor.c:302: warning: matching constraint does not allow a register drivers/scsi/ultrastor.c:302: warning: matching constraint does not allow a register ... Regards, Gabriel C - To unsubscribe from this list

[PATCH] Fix fbcon - 'map_override' defined but not used warning

2007-07-22 Thread Gabriel C
Hi, I got this warning on current git: ... drivers/video/console/fbcon.c:130: warning: 'map_override' defined but not used ... Signed-off-by: Gabriel Craciunescu [EMAIL PROTECTED] --- diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c index decfdc8..60a14de 100644

[PATCH] [RESEND] Typo fixes retrun - return

2007-07-22 Thread Gabriel C
Typo fixes retrun - return Signed-off-by: Gabriel Craciunescu [EMAIL PROTECTED] --- Documentation/scsi/arcmsr_spec.txt |2 +- mm/migrate.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/scsi/arcmsr_spec.txt

Re: drivers/scsi/sym53c416.c - address of 'sym53c416*' will always evaluate as 'true' , warnings

2007-07-22 Thread Gabriel C
Matthew Wilcox wrote: On Sun, Jul 22, 2007 at 03:52:21PM +0200, Gabriel C wrote: drivers/scsi/sym53c416.c: In function 'sym53c416_detect': drivers/scsi/sym53c416.c:638: warning: the address of 'sym53c416' will always evaluate as 'true' drivers/scsi/sym53c416.c:644: warning: the address

[PATCH] Fix irlan_eth.c - unused variable 'in_dev' warning

2007-07-22 Thread Gabriel C
Hi, I got this warning on current git: ... net/irda/irlan/irlan_eth.c: In function 'irlan_eth_send_gratuitous_arp': net/irda/irlan/irlan_eth.c:301: warning: unused variable 'in_dev' ... This is because CONFIG_INET is not set in my config. Signed-off-by: Gabriel Craciunescu [EMAIL PROTECTED]

[PATCH] Fix drivers/scsi/fdomain.c , CONFIG_PCI=n warnings

2007-07-22 Thread Gabriel C
Hi, I get this warnings on current git when CONFIG_PCI is not set : ... drivers/scsi/fdomain.c:390: warning: 'PCI_dev' defined but not used drivers/scsi/fdomain.c:1768: warning: 'fdomain_pci_tbl' defined but not used ... Signed-off-by: Gabriel Craciunescu [EMAIL PROTECTED] --- diff --git

[PATCH] Fix drivers/char/cyclades.c warning with CONFIG_PCI=n

2007-07-22 Thread Gabriel C
Hi, when CONFIG_PCI is not set I get this warning : ... drivers/char/cyclades.c: In function 'cy_init': drivers/char/cyclades.c:5488: warning: label 'err_unr' defined but not used ... Signed-off-by: Gabriel Craciunescu [EMAIL PROTECTED] --- diff --git a/drivers/char/cyclades.c

[PATCH] Fix arch/i386/kernel/nmi.c - 'unknown_nmi_panic_callback' declared 'static' but never defined warning

2007-07-22 Thread Gabriel C
Hi, I get this warning when CONFIG_SYSCTL is not set : ... arch/i386/kernel/nmi.c:52: warning: 'unknown_nmi_panic_callback' declared 'static' but never defined ... Signed-off-by: Gabriel Craciunescu [EMAIL PROTECTED] --- diff --git a/arch/i386/kernel/nmi.c b/arch/i386/kernel/nmi.c index

Re: drivers/mtd/devices/doc2000.c - address of 'eccbuf' will always evaluate as 'true' , warnings

2007-07-22 Thread Gabriel C
Jörn Engel wrote: On Sun, 22 July 2007 14:13:26 +0200, Gabriel C wrote: I noticed this warnings on current git with gcc 4.2.1 drivers/mtd/devices/doc2000.c: In function 'doc_read': drivers/mtd/devices/doc2000.c:635: warning: the address of 'eccbuf' will always evaluate as 'true

Re: drivers/mtd/devices/doc2000.c - address of 'eccbuf' will always evaluate as 'true' , warnings

2007-07-22 Thread Gabriel C
Jörn Engel wrote: On Sun, 22 July 2007 22:29:29 +0200, Gabriel C wrote: @@ -896,25 +896,6 @@ static int doc_write(struct mtd_info *mtd, loff_t to, size_t len, /* Let the caller know we completed it */ *retlen += len; -if (eccbuf

Re: 2.6.22-git17 boot failure

2007-07-22 Thread Gabriel C
the config ? Regards, Gabriel C - 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/

sound/core/init.c - address of 'snd_shutdown_f_ops' will always evaluate as 'true' , warning

2007-07-22 Thread Gabriel C
Hi, I got this warning on current git using gcc 4.2.1: ... sound/core/init.c: In function 'snd_card_disconnect': sound/core/init.c:307: warning: the address of 'snd_shutdown_f_ops' will always evaluate as 'true' ... Regards, Gabriel C - To unsubscribe from this list: send the line

  1   2   3   4   5   6   7   8   9   >