[PATCH] bcache: Take data offset from the bdev superblock.

2013-04-08 Thread Gabriel
Add a new superblock version, and consolidate related defines. Signed-off-by: Gabriel de Perthuis --- drivers/md/bcache/bcache.h | 23 ++- drivers/md/bcache/request.c | 2 +- drivers/md/bcache/super.c | 21 - 3 files changed, 35 insertions(+), 11

[PATCH] bcache: Take data offset from the bdev superblock.

2013-04-08 Thread Gabriel
Add a new superblock version, and consolidate related defines. Signed-off-by: Gabriel de Perthuis --- drivers/md/bcache/bcache.h | 23 ++- drivers/md/bcache/request.c | 2 +- drivers/md/bcache/super.c | 21 - 3 files changed, 35 insertions(+), 11

Re: [PATCH] bcache: Take data offset from the bdev superblock.

2013-04-08 Thread Gabriel
Le lun. 08 avril 2013 22:49:56 CEST, Kent Overstreet a écrit : On Mon, Apr 08, 2013 at 12:11:06PM +0200, Gabriel wrote: Add a new superblock version, and consolidate related defines. So, I think BDEV_WITH_OFFSET looks ok, but what's the use case for it? I was going to add it way back b

[PATCH] bcache: Reload device size

2013-04-09 Thread Gabriel
ed for now; support for shrinking might be added if the need comes up. Signed-off-by: Gabriel de Perthuis --- Documentation/bcache.txt | 4 drivers/md/bcache/bcache.h | 1 + drivers/md/bcache/super.c | 13 - drivers/md/bcache/sysfs.c | 11 +++ 4 files changed, 24

Booting from USB with initrd

2005-04-15 Thread gabriel
Hi Im trying to boot an encrypted file system using an initrd on a USB. I use syslinux for the actual boot process as I couldnt get Grub to boot of it for some reason. This is the .cfg default vmlinuz timeout 100 prompt 1 label linux kernel vmlinuz append initrd=/initrd.gz root=/dev/ram0 ro

Sv: RE: Booting from USB with initrd

2005-04-15 Thread gabriel
Um yes it is. How could I otherwise have booted far enough to get the panic? My boot partition is on the usb I cant boot from hard drive. Ursprungligt meddelande Från: [EMAIL PROTECTED] Datum: Apr 15, 2005 9:29:06 AM Till: gabriel <[EMAIL PROTECTED]> Ärende: RE: Booting from US

Sv: Booting from USB with initrd

2005-04-15 Thread gabriel
> Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block (1,0) > followed by the USB information and stop. > <5> Vendor SWISSBIT Mode: Victorinox 2.0 Rev 2.00 > Type Direct-Access ANSI SCSI Revision: 02 > SCSI device sdb: 1022720 512 byte hdwr sectors (524mb) > sdb: Write Protec

Sv: Re: Booting from USB with initrd

2005-04-15 Thread gabriel
On Fri, 2005-04-15 at 09:27 +0200, gabriel wrote: > Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block (1,0) >Hi Gabriel! Hi! >It looks like initrd.gz could not be mounted. The unknown-block(1,0) >is /dev/ram0 (and has normally initrd attached to it) as

Sv: Re: Booting from USB with initrd

2005-04-16 Thread gabriel
>I don't think syslinux digs the "/" in the initrd filename. Did you try >it with initrd=initrd.gz? Yep no difference. - 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/majord

Re: Booting from USB with initrd

2005-04-16 Thread gabriel
>Have you edit the build-initrd.sh script to fit your needs? Yeah.. but it shouldn't matter much since I've not been able to load the initrd yet? >Does > http://featherlinux.berlios.de/usb-instructions.htm or > http://www.ussg.iu.edu/hypermail/linux/kernel/0211.1/0551.html help?) I thought

2.4.4 rwsem make error

2001-05-05 Thread gabriel
Hi. I patched 2.4.3 to 2.4.4 with the following commands: cd /usr/src cp -r linux-2.2.3 linux-2.2.4 ln -s linux-2.2.4 linux cd linux mv patch-2.2.4 . patch -p1 < patch-2.2.4 When I compiled bzImage (using .config from 2.2.3) I got the following errors: arch/i386/kernel/kernel.o(.text.lock+0x20)

Re: Various Errors with recent GIT

2008-02-01 Thread Gabriel C
uot; would cause it to rapidly update and become responsive > again. > The freeze would happen at a random time interval that I couldn't figure out. > I got that Xchat problem on i686 yesterday. I'm running 2.6.24-06481-gaa62999 right now with near 4h uptime and the problem

Re: [PATCH 00/18] ide: warm-plug support for IDE devices and other goodies

2008-02-12 Thread Gabriel Paubert
On Tue, Feb 12, 2008 at 12:49:05PM +0100, Gabriel Paubert wrote: > On Fri, Feb 08, 2008 at 07:40:43PM +1100, Benjamin Herrenschmidt wrote: > > > > On Fri, 2008-02-08 at 01:44 +0100, Bartlomiej Zolnierkiewicz wrote: > > > - couple of fixes and preparatory patches > >

Re: [PATCH 00/18] ide: warm-plug support for IDE devices and other goodies

2008-02-12 Thread Gabriel Paubert
s which appeared some time between 2.6.24 and 2.6.25-rc1: at boot I get an infinite string of hdb: empty DMA table? I'm trying to bisect it right now. Gabriel > > I'll have a look & test next week hopefully. > > Ben. > > > ___

Re: [PATCH 00/18] ide: warm-plug support for IDE devices and other goodies

2008-02-13 Thread Gabriel Paubert
On Tue, Feb 12, 2008 at 01:30:03PM +0100, Gabriel Paubert wrote: > On Tue, Feb 12, 2008 at 12:49:05PM +0100, Gabriel Paubert wrote: > > On Fri, Feb 08, 2008 at 07:40:43PM +1100, Benjamin Herrenschmidt wrote: > > > > > > On Fri, 2008-02-08 at 01:44 +0100, Bart

Re: 2.6.24.2 won't compile UML

2008-02-14 Thread Gabriel C
s.h:26:7: warning: "CONFIG_HZ" is not defined > include/linux/jiffies.h:28:7: warning: "CONFIG_HZ" is not defined > include/linux/jiffies.h:30:7: warning: "CONFIG_HZ" is not defined > include/linux/jiffies.h:33:3: error: #error You lose. > and

Re: [2.6.25-rc1] jerky mouse cursor and randoooom key repeats

2008-02-15 Thread Gabriel C
gt;> presses repeated. > > I see this one, too... x60, too... > I have that problem on my Dell Precision WorkStation , as soon I stress the box a bit keyboard is going mad. Gabriel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [2.6.25-rc1] jerky mouse cursor and randoooom key repeats

2008-02-16 Thread Gabriel C
Mike Galbraith wrote: > On Sat, 2008-02-16 at 02:23 +0100, Gabriel C wrote: >> Pavel Machek wrote: >>> Hi! >> Hi , >> >>>> I'd not really done any real wor under 2.6.25 yet, but now while >>>> running >>>> a kernel com

Re: [PATCH 1/4] i2c: busses: i2c-st: Add ST I2C controller

2013-09-18 Thread Gabriel FERNANDEZ
On 18/09/2013 12:01, Maxime COQUELIN wrote: > This patch adds support to SSC (Synchronous Serial Controller) > I2C driver. This IP also supports SPI protocol, but this is not > the aim of this driver. > > This IP is embedded in all ST SoCs for Set-top box platorms, and > supports I2C Standard and F

[PATCH 0/2] Enable cc8540 pinctrl DT for uart and i2c v2

2013-06-12 Thread Gabriel Fernandez
From: Gabriel Fernandez Theses patches enable ccu8540 pintctrl DT for uart and i2c Modifications from first version: - supress &pinctrl_dbx500 phandle. - add pintctrl { compatible = "stericsson,db8540-pinctrl"; ... - cosmetics. Gabriel Fernandez (2): A

[PATCH 1/2] ARM: u8540: Add Pinctrl Device Tree settings for uart0, uart2

2013-06-12 Thread Gabriel Fernandez
From: Gabriel Fernandez This patch adds pinctrl device tree settings for uart0 and uart2 for ccu8540 board. Signed-off-by: Gabriel Fernandez --- arch/arm/boot/dts/ccu8540-pinctrl.dtsi | 81 + arch/arm/boot/dts/ccu8540.dts | 11 arch/arm/boot/dts

[PATCH 2/2] ARM: u8540: DT: Set pinctrl mapping to i2c0,1,2,4 & 5

2013-06-12 Thread Gabriel Fernandez
From: Gabriel Fernandez This patch configures pin map in device tree of i2c0, 1,2,4 & 5 for ccu8540 board. Signed-off-by: Gabriel Fernandez --- arch/arm/boot/dts/ccu8540-pinctrl.dtsi | 115 + arch/arm/boot/dts/ccu8540.dts | 34 ++ 2 f

[PATCH 0/4] Introduce ccu8540 uib-v3

2013-05-29 Thread Gabriel Fernandez
From: Gabriel Fernandez This patch set introduces a new board for u8540 platform: ccu8540-uib-v3. Gabriel Fernandez (4): ARM: ux540: Add ccu8540-uib-v3 Device Tree Machine ARM: u8540: Add device tree support for lp5521 leds ARM: u8540: Add device tree support for bh1780 ARM: u8540

[PATCH 2/4] ARM: u8540: Add device tree support for lp5521 leds

2013-05-29 Thread Gabriel Fernandez
From: Gabriel Fernandez This patch adds DT probing of lp5521 leds for u8540. Signed-off-by: Gabriel Fernandez --- arch/arm/boot/dts/ccu8540-uib-v3.dts | 22 ++ 1 file changed, 22 insertions(+) diff --git a/arch/arm/boot/dts/ccu8540-uib-v3.dts b/arch/arm/boot/dts/ccu8540

[PATCH 3/4] ARM: u8540: Add device tree support for bh1780

2013-05-29 Thread Gabriel Fernandez
From: Gabriel Fernandez This patch adds DT probing of the light sensor bh1780 for u8540. Signed-off-by: Gabriel Fernandez --- arch/arm/boot/dts/ccu8540-uib-v3.dts | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/ccu8540-uib-v3.dts b/arch/arm/boot/dts/ccu8540-uib-v3

[PATCH 4/4] ARM: u8540: Add DT probing for SFH7741 Proximity Sensor

2013-05-29 Thread Gabriel Fernandez
From: Gabriel Fernandez Here we ensure the SFH7741 Proximity Sensor is registered through gpio-keys when booting with Device Tree enabled. Signed-off-by: Gabriel Fernandez --- arch/arm/boot/dts/ccu8540-uib-v3.dts | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/arm

[PATCH 1/4] ARM: ux540: Add ccu8540-uib-v3 Device Tree Machine

2013-05-29 Thread Gabriel Fernandez
From: Gabriel Fernandez This board includes the U8540 platform and specifies only the ST-Ericsson UIB version 3. --- arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/ccu8540-uib-v3.dts | 16 2 files changed, 17 insertions(+) create mode 100644 arch/arm/boot/dts

Re: [PATCH 1/4] ARM: ux540: Add ccu8540-uib-v3 Device Tree Machine

2013-05-30 Thread Gabriel Fernandez
On 29 May 2013 17:50, Lee Jones wrote: > On Wed, 29 May 2013, Gabriel Fernandez wrote: > >> From: Gabriel Fernandez >> >> This board includes the U8540 platform and specifies only the >> ST-Ericsson UIB version 3. > > I'm confused by this. > > Is it

[PATCH 2/3] ARM: u8540: Add Pinctrl Device Tree settings for uart0, uart2

2013-05-27 Thread Gabriel Fernandez
From: Gabriel Fernandez This patch adds pinctrl device tree settings for uart0 and uart2 for ccu8540 board. Signed-off-by: Gabriel Fernandez --- arch/arm/boot/dts/ccu8540-pinctrl.dtsi | 77 arch/arm/boot/dts/ccu8540.dts | 7 +++ arch/arm/boot/dts

[PATCH 0/3] Enable cc8540 pinctrl DT for uart and i2c

2013-05-27 Thread Gabriel Fernandez
From: Gabriel Fernandez Theses patches enable ccu8540 pintctrl DT for uart and i2c Gabriel Fernandez (3): ARM: ux500: use #include syntax to include *.dtsi. ARM: u8540: Add Pinctrl Device Tree settings for uart0, uart2 ARM: u8540: DT: Set pinctrl mapping to i2c0,1,2,4 & 5 arch/arm/

[PATCH 1/3] ARM: ux500: use #include syntax to include *.dtsi.

2013-05-27 Thread Gabriel Fernandez
From: Gabriel Fernandez This patch prepares the use of '#define' into dts files. Signed-off-by: Gabriel Fernandez --- arch/arm/boot/dts/ccu8540.dts | 2 +- arch/arm/boot/dts/ccu9540.dts | 2 +- arch/arm/boot/dts/dbx5x0.dtsi | 2 +- arch/arm/boot/dts/href.dtsi |

[PATCH 3/3] ARM: u8540: DT: Set pinctrl mapping to i2c0,1,2,4 & 5

2013-05-27 Thread Gabriel Fernandez
From: Gabriel Fernandez This patch configures pin map in device tree of i2c0, 1,2,4 & 5 for ccu8540 board. Signed-off-by: Gabriel Fernandez --- arch/arm/boot/dts/ccu8540-pinctrl.dtsi | 115 + arch/arm/boot/dts/ccu8540.dts | 30 + 2 f

Re: [PATCH 2/3] ARM: u8540: Add Pinctrl Device Tree settings for uart0, uart2

2013-05-28 Thread Gabriel Fernandez
On 28 May 2013 12:09, Lee Jones wrote: > On Mon, 27 May 2013, Gabriel Fernandez wrote: > >> From: Gabriel Fernandez >> >> This patch adds pinctrl device tree settings for uart0 and uart2 >> for ccu8540 board. >> >> Signed-off-by: Gabriel Ferna

Re: [PATCH 3/3] ARM: u8540: DT: Set pinctrl mapping to i2c0,1,2,4 & 5

2013-05-28 Thread Gabriel Fernandez
On 28 May 2013 12:12, Lee Jones wrote: > On Mon, 27 May 2013, Gabriel Fernandez wrote: > >> From: Gabriel Fernandez >> >> This patch configures pin map in device tree of i2c0, >> 1,2,4 & 5 for ccu8540 board. >> >> Signed-off-by: Gabriel F

Re: [PATCH 2/3] ARM: u8540: Add Pinctrl Device Tree settings for uart0, uart2

2013-05-29 Thread Gabriel Fernandez
On 27 May 2013 15:30, Gabriel Fernandez wrote: > From: Gabriel Fernandez > > This patch adds pinctrl device tree settings for uart0 and uart2 > for ccu8540 board. > > Signed-off-by: Gabriel Fernandez > --- > arch/arm/boot/dts/ccu8540-pinctrl.dtsi | 77

modular intel-agp does not work on my box

2008-02-21 Thread Gabriel C
Hi, When building agp* modular ( CONFIG_AGP=y/m and CONFIG_AGP_INTEL=m ) intel-agp does nothing on my box ( Dell Precision WorkStation 530 MT ) chipset is not being detected. Building both Y fixes that and agpgart works and also detects my chipset. .. Linux agpgart interface v0.102 agpgart: D

Re: modular intel-agp does not work on my box

2008-02-21 Thread Gabriel C
0 00 00 00 00 00 00 00 00 00 00 00 >> d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 >> e0: 05 33 30 c4 00 00 00 00 00 00 00 00 00 00 00 00 >> f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 >> >> 04:0f.1 USB Controller: NEC Corporation USB (rev 41) (prog-if 1

Re: modular intel-agp does not work on my box

2008-02-21 Thread Gabriel C
Gabriel C wrote: > Dave Airlie wrote: >>> Hi, >>> >>> When building agp* modular ( CONFIG_AGP=y/m and CONFIG_AGP_INTEL=m ) >>> intel-agp does nothing on my box >>> ( Dell Precision WorkStation 530 MT ) chipset is not being detected. >>>

Re: bcm43xx regression in 2.6.24 (with patch)

2008-02-22 Thread Gabriel C
ything as long you 'have foo and foo_old' *supported* in that kernel. > I'm not going to play these kconfig SELECT tricks anymore. Fix it different then. > We had _lots_ of bugs there. People submitted patches that > obviously looked OK and still they turned out to br

Re: modular intel-agp does not work on my box

2008-02-23 Thread Gabriel C
t does happen if one builds both into the kernel ? ( eg: all the *_AGP* Y , and all the *_EDAC* y ) Guessing no one of them will work ? > > > Is there something short-term-and-sleazy we can do to "fix" it? > > not that I'm aware of. I think Greg has been working o

Re: 2.6.25-rc2-mm1: WARNING at arch/x86/mm/ioremap.c:129

2008-02-23 Thread Gabriel C
; > 125 !PageReserved(pfn_to_page(pfn))) > 126 return NULL; > 127 } > 128 > 129 WARN_ON_ONCE(page_is_ram(pfn)); > 130 > > The WARN_ON was introduced by git-agpgart.patch. > [..] I'm getting that in mainl

Re: 2.6.25-rc2-mm1: WARNING at arch/x86/mm/ioremap.c:129

2008-02-25 Thread Gabriel C
Arjan van de Ven wrote: > Gabriel C wrote: >> Laurent Riffard wrote: >>> Le 16.02.2008 09:25, Andrew Morton a écrit : >>>> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.25-rc2/2.6.25-rc2-mm1/ > >> [..] >> >> I'm gett

Re: Clocksource tsc is always unstable with 2.6.25-* kernels and CONFIG_NO_HZ=y on my box

2008-02-25 Thread Gabriel C
Thomas Gleixner wrote: > On Sun, 24 Feb 2008, Robert Hancock wrote: >> Gabriel C wrote: >>> Hi, >>> >>> I noticed tsc is always marked unstable on my box with 2.6.25* , 2.6.24 is >>> fine. >>> >>> .. >>> >>> [0

Re: Clocksource tsc is always unstable with 2.6.25-* kernels and CONFIG_NO_HZ=y on my box

2008-02-25 Thread Gabriel C
Thomas Gleixner wrote: > On Mon, 25 Feb 2008, Gabriel C wrote: >>>>> Booting nohz=off fixes that. >>>>> >>>>> Another strange thing is when I try to boot that kernel with >>>>> clocksource=acpi_pm it just hangs. > > W

Re: 2.6.25-rc2-mm1: WARNING at arch/x86/mm/ioremap.c:129

2008-02-25 Thread Gabriel C
Arjan van de Ven wrote: > Gabriel C wrote: >> Arjan van de Ven wrote: >>> Gabriel C wrote: >>>> Laurent Riffard wrote: >>>>> Le 16.02.2008 09:25, Andrew Morton a écrit : >>>>>> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches

Re: 2.6.25-rc2-mm1: WARNING at arch/x86/mm/ioremap.c:129

2008-02-25 Thread Gabriel C
Gabriel C wrote: > Arjan van de Ven wrote: >> Gabriel C wrote: >>> Arjan van de Ven wrote: >>>> Gabriel C wrote: >>>>> Laurent Riffard wrote: >>>>>> Le 16.02.2008 09:25, Andrew Morton a écrit : >>>>>>> ftp

pci SDSL card

2001-04-13 Thread Gabriel Rocha
does anyone know of a linux supported, pci SDSL card? I see a couple that are windows based, but nothing on those and linux...thanks in advance. --gabe - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at h

Re: Kernel Real Time Clock (RTC) Support for I2C Devices

2001-04-18 Thread Gabriel Paubert
rrupt line is unfortunately not connected). > > My hope is to use 'hwclock' from util-linux w/o modification. Is this > reasonable? No. Regards, Gabriel. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: high-res-timers start code.

2001-04-24 Thread Gabriel Paubert
or dynamic linking with kernel exported symbols), it's not a problem. Of course it will SIGSEGV instead of returning -EFAULT but this is a good thing IMHO, nobody checks for -EFAULT from gettimeofday(). I think that system calls should rather force SIGSEGV than return -EFAULT anyway, to ma

Re: missing mxcsr initialization

2000-10-20 Thread Gabriel Paubert
On Fri, 20 Oct 2000, Andrea Arcangeli wrote: > Many thanks to Doug and Gabriel for very useful explanations about this FPU > stuff. I suggest Gabriel to submit his way faster and more correct tag word > conversion function to Linus for 2.4.x. Here it a first shot, twd_i387_t

amd64 Interbench Results

2005-07-19 Thread Gabriel Devenyi
stem, is there anything I can do to improve this? Thanks for all your help. -- Gabriel Devenyi [EMAIL PROTECTED] Using 1047120 loops per ms, running every load for 30 seconds Benchmarking kernel 2.6.12-ck3-r1 at datestamp 200507192216 --- Benchmarking Audio in the presence of loads --- Latency +

Re: amd64 Interbench Results

2005-07-20 Thread Gabriel Devenyi
ggested settings for preempt in the ck kernel configuration? Thanks for your time. -- Gabriel Devenyi [EMAIL PROTECTED] On July 20, 2005 00:42, Con Kolivas wrote: > On Wed, 20 Jul 2005 12:46 pm, Gabriel Devenyi wrote: > > I've been using the the -ck patchset for a very long time, and

Re: [ck] [ANNOUNCE] Interbench 0.27

2005-08-05 Thread Gabriel Devenyi
something odd? Can anyone else with an amd machine confirm this behavior? Con: should we attempt to get the attention of LKML to see why amd chips act differently? -- Gabriel Devenyi [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [ck] Re: [PATCH] i386 No-Idle-Hz aka Dynamic-Ticks 5

2005-08-07 Thread Gabriel Devenyi
d he had it lying around somewhere and needed to find time to dust > it off and get it up to speed. > > Cheers, > Con > _______ > [EMAIL PROTECTED] > ck mailing list. Please reply-to-all when posting. > If replying to an email please reply b

BUG: 2.6.12-ck5 (2.6.12.4) forcedeth driver

2005-08-11 Thread Gabriel Devenyi
My x86-64 system has two network cards, a r8169 and a forcedeth, the r8169 works fine on my network, but when I attempt to use the forcedeth card, I get the following errors in dmesg: NETDEV WATCHDOG: eth0: transmit timed out nv_stop_tx: TransmitterStatus remained busy<7>eth0: tx_timeout: dead e

Re: Booting from USB with initrd

2005-04-20 Thread Gabriel Jägenstedt
Cheers! Everythings up and running now. It had nothing to do with the kernel and all to do with a wrong word in syslinux.cfg. I had the wrong default set so it defaulted to running the kernel without options. Which is no good idea when booting an initrd =) Thanks for the help anyhow. - To unsubsc

Amd Mobile Sempron Problem

2005-07-28 Thread gabriel metadistros
Hi all , error when i try up the module powernow-k8 Jul 28 16:25:26 debian kernel: powernow-k8: Found 1 AMD Athlon 64 / Opteron processors (version 1.00.09b) Jul 28 16:25:26 debian kernel: powernow-k8: BIOS error: maxvid exceeded with pstate 0 what can do it? __

Re: [ck] [ANNOUNCE] Interbench v0.24

2005-07-29 Thread Gabriel Devenyi
Thats correct, does it need it? -- Gabriel Devenyi [EMAIL PROTECTED] Con Kolivas wrote: On Fri, 29 Jul 2005 21:11, Gabriel Devenyi wrote: Hello Con, Attempting to run this on my 2.6.12-ck3s system results in the following error: sawtooth interbench-0.24 # ./interbench loops_per_ms unknown

Re: [ck] [ANNOUNCE] Interbench v0.26

2005-08-03 Thread Gabriel Devenyi
55.2 89 X 89.7 +/- nan 49452.8 Burn400 +/- nan 100420.1 Write 49.2 +/- nan 34367.2 Read 4.14 +/- nan 56.796.7 Compile 551 +/- nan 136915.4 -- Gabriel Devenyi [

Re: [ck] [ANNOUNCE] Interbench 0.27

2005-08-04 Thread Gabriel Devenyi
re to make the system settle a little, perhaps another method needs to be used. Thanks for your time! -- Gabriel Devenyi [EMAIL PROTECTED] Con Kolivas wrote: Interbench is a benchmark application is designed to benchmark interactivity in Linux. Direct download link: http://ck.koliva

Re: [ck] [ANNOUNCE] Interbench 0.27

2005-08-04 Thread Gabriel Devenyi
Con Kolivas wrote: On Thu, 4 Aug 2005 21:44, Gabriel Devenyi wrote: Hi Con, You must hate me by now... No. A bug report is a bug report. I hate the fact that I coded up 2000 lines of code and am still suffering from a problem in the same 10 lines that I did in version .01. PEBKAC. I

Re: [ck] [ANNOUNCE] Interbench 0.27

2005-08-04 Thread Gabriel Devenyi
ng AMD processor there is) However I've realized I did have cool n' quiet with the ondemand governor running on my athlon64, so that might indicate an issue, again, I'll look into that tonight. -- Gabriel Devenyi [EMAIL PROTECTED] - To unsubscribe from this list: send the line &q

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

2008-01-05 Thread Gabriel C
ting. Thanks. Which distros are using this, or plan to do so? We use util-linux-ng in Frugalware Linux for quite some time now. 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 http://

Re: usb regression in 2.6.24-rc4

2007-12-08 Thread Gabriel C
> > Anybody have a suggestion of what to check, or maybe a patch to revert? Or > a .config option that needs to be enabled? > Sounds for me like this one : http://lkml.org/lkml/2007/12/6/409 Gabriel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel&qu

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 Hu

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 >> 01

Re: 2.6.24-rc3-mm1

2007-11-22 Thread Gabriel C
Timing buffered disk reads:8 MB in 3.26 seconds = 2.46 MB/sec /dev/sdb: Timing buffered disk reads:8 MB in 3.56 seconds = 2.25 MB/sec My IDE discs are fine. Please let me know if you need my config or any other informations. Gabriel - To unsubscribe from this list: send the line "

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

2007-11-24 Thread Gabriel C
t;> fine. >>>>>>> >>>>>>> I guess commit 8655a546c83fc43f0a73416bbd126d02de7ad6c0 "[SCSI] Do not >>>>>>> requeue requests if REQ_FAILFAST is set" is the real culprit. The other >>>>>>> commits are touchi

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

2007-11-24 Thread Gabriel C
edf365eb7d9d8c89fec79df5d See also : http://lkml.org/lkml/2007/11/23/5 and search for '2.6.24-rc3-mm1: I/O error, system hangs' on LKML > > I tested x86, ext3-on-SATA(/dev/sda). > It seems works well. > > Hmm... IDE/SATA is fine here as well just SCSI broke Regards,

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

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 : >>>

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

2007-12-14 Thread Gabriel C
6288.330357 192.168.0.2 -> 192.168.0.2 TCP http > 53122 [ACK] Seq=1 Ack=132 Win=33856 Len=0 TSV=145883294 TSER=145883294 1197686288.474624 192.168.0.2 -> 192.168.0.2 HTTP HTTP/1.1 200 OK (application/x-bzip2) 1197686288.474684 192.168.0.2 -> 192.168.0.2 TCP 53122 > http [ACK] Seq=

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

2007-12-16 Thread Gabriel C
ask here, but I can not find any solution, and I asked > already in other groups. > > Thank you very much Should work with hda=nodma or ideX=nodma ( where X is your HDD nr , in your case is 0 ) Also have a look at Documentation/ide.txt. > Olli Gabriel -- To unsubscribe from this list

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 D

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: >>> >>> "i

Re: [BUILD FAILURE]2.6.24-git6 build failure on sis190 ethernet driver

2008-01-29 Thread Gabriel C
device_id sis190_pci_tbl[] __devinitdata = { +static const struct pci_device_id sis190_pci_tbl[] __devinitdata = { { PCI_DEVICE(PCI_VENDOR_ID_SI, 0x0190), 0, 0, 0 }, { PCI_DEVICE(PCI_VENDOR_ID_SI, 0x0191), 0, 0, 1 }, { 0, }, Gabriel -- To unsubscribe from this list: send

Re: [PATCH] quiet non-x86 option ROM warnings

2005-02-18 Thread Gabriel Paubert
e in the first bytes, otherwise the third byte gives you the size IIUC. 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 http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: 2.6.11-rc5

2005-02-24 Thread Gabriel Paubert
ke a look at the diffview of 2.6.11-rc4-rc5 incremental patch. > > > 5599 files changed, 166396 insertions(+), 293627 deletions(-) > Wow! Over 100 thousand lines removed! If true, color me impressed, and kudos to the developers. Small is beautiful, I really like this :-)

Re: How to compile on one machine and install on another?

2001-06-19 Thread Gabriel Rocha
hey, how and where you export the filesystem is an exercise left for the reader, i have no problem exporting nfs filesystems in my internal network, what you do or dont, is up to you. and there is always cfs... ,[ On Tue, Jun 19, at 04:45PM, Eli Carter wrote: ]-- | Gabriel Rocha

Re: How to compile on one machine and install on another?

2001-06-19 Thread Gabriel Rocha
n Tue, Jun 19, at 07:24PM, Kelledin Tane wrote: ]------ | Gabriel Rocha wrote: | | > you could always compile on one machine and nfs mount the /usr/src/linux | > and do a make modules_install from the nfs mounted directory... | | The way I've always managed this sort of thing is

Re: Regrding module programing

2001-07-04 Thread Gabriel Rocha
ore majordomo info at http://vger.kernel.org/majordomo-info.html | Please read the FAQ at http://www.tux.org/lkml/ | `[ End Quote ]------- -- Gabriel Rocha ([EMAIL PROTECTED]) - 1-877-4-1SECURE OneSecure, Inc. Sunnyvale Security Operations Center (GMT -0700) -BEGIN PGP PUBLIC KEY

2.4.4 rwsem make error, please somebody take a look !!

2001-05-08 Thread gabriel finch
OK, second attempt, I got no replies the first time... > > Hi. > I patched 2.4.3 to 2.4.4 with the following commands: > > cd /usr/src > cp -r linux-2.4.3 linux-2.4.4 > ln -s linux-2.4.4 linux > cd linux > mv ../patch-2.4.4 . > patch -p1 < patch-2.4.4 > > When I compiled bzImage (using .conf

undeleting files with from reiserfs

2001-05-13 Thread Gabriel Rocha
ok, i screwed up and there went my 2 gigs of mp3's...i feel stupid, i figure, what the heck, i can take this as the perfect oportunity to leanr how to undelete stuff...lo and behold, i find tons of info on how to undelete from a ext2 filesystem...nothing on reiser...pointers on docs would be reall

megaraid problems

2001-05-15 Thread Gabriel Rocha
Hi, I have a megaraid 466 controller, which both ami and the linux kernel say is supported under 2.4.4, I tried the ami patches to the drivers in the vanilla kernel to no avail, the card works under windows...the card is even detected under linux now, but it

question about the route command

2001-05-17 Thread Gabriel Rocha
ok, pardon my ignorance if this has nothing to do with the kernel proper, but it is something i find very neat on OpenBSD that I would love to see implemented into linux...it is the change option to route. Under Obsd I can simply route change ip gateway...i'd like to be able to do the same if its

[UPDATE] Severe performance problems with kernel 2.6.10

2005-01-17 Thread Gabriel Tataranu
e let me know. Loosing 15 MB of RAM is not a big deal but I like linux bug-free, fast and stable. I'm available to give more details or run some tests if anyone cares. Regards, Gabriel Attached is the filled template describing the problem as in REPORTING-BUGS. For more details plea

Re: [BUG] New Kernel Bugs

2007-11-13 Thread Gabriel C
; which are not fixed during the release cycle nor in the .XX stable kernels. Maybe after XX kernel releases there should be one just with bug-fixes _without_ any new features , eg: cleaning bugs from bugzilla , know regressions , cleaning up code , removing broken drivers and the like. > cu > A

[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/sis

[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
gs 0x40 fork(): process `thunderbird-bin' used deprecated clone flags 0x40 fork(): process `wish' used deprecated clone flags 0x40 fork(): process `xchat' used deprecated clone flags 0x40 fork(): process `kdbus' used deprecated clone flags 0x40 --dmesg|grep '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: sl

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

Re: 2.6.24-rc2-mm1

2007-11-13 Thread Gabriel C
re would only cause the > device firmware to crash, which would eventually lead to a disconnect. > That shouldn't have caused the much more severe problems shown in the log > you sent. > Gabriel - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in th

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 >>>> ju

Re: [BUG] New Kernel Bugs

2007-11-14 Thread Gabriel C
t; > > 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 <> >

Re: 2.6.24-rc2-mm1

2007-11-15 Thread Gabriel C
s suppressed. >>>> >>>> All this BUG / WARNINGS are caused by *-qos* patches. Reverting this 3 >>>> patches makes the BUGs go away : >>>> >>>> latencyc-use-qos-infrastructure.patch >>>> pm-qos-infrastructure-and-interfac

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: >>>

bug in scripts/setlocalversion

2007-11-16 Thread Gabriel C
g the 'git' check ;) if [ -d ".git" ]; then if head=`git rev-parse --verify HEAD 2>/dev/null`; then ... fi or some git magic command I don't know yet =) Regards, Gabriel - To unsubscribe from this list: send the line "unsubscribe linux-kerne

Re: Possibility of adding -march=native to x86

2007-10-25 Thread Gabriel C
h a warning of course that the code produced will be specifically > for the native cpu that it's compiled on. And kill off all Distro kernels right ? IMO to set that auto magically is bad. Regards, Gabriel - To unsubscribe from this list: send the line "unsubscribe linux-kernel&qu

BUG: lock held when returning to user space

2007-10-27 Thread Gabriel C
rtc->char_lock))) 33 return -EBUSY; 34 35 file->private_data = rtc; 36 (gdb) config is attached. Regards, Gabriel # # Automatically generated make config: don't edit # Linux kernel version: 2.6.24-rc1 # Sat Oct 27 13:40:58 2007 # CONFIG_X86_3

  1   2   3   4   5   6   7   8   9   10   >