Re: [PATCH for testing] Re: Decreasing stime running confuses top

2007-10-05 Thread Luca
wice and goes through > multiple type conversions to calculate stime. Read it once and > skip some of the conversions. Works fine here. > > Signed-off-by: Chuck Ebbert <[EMAIL PROTECTED]> Tested-By: Luca Tettamanti <[EMAIL PROTECTED]> Luca - To unsubscribe from this l

[RFC] [PATCH] 32-bit pointers in x86-64

2007-11-25 Thread Luca
This proof of concept patch modifies GCC to have 32-bit pointers and longs on x86-64. This allows to create an "x86-32" architecture that takes advantage of the higher number of registers and support for 64-bit computation in x86-64 long mode while avoiding the disadvantage of increased memory usa

[PATCH 2.6] Check return of copy_from_user value in cifssmb.c [Re: Linux 2.6.11-rc4]

2005-02-13 Thread Luca
liaze pSMB) is checked (see line 874). Signed-off-by: Luca Tettamanti <[EMAIL PROTECTED]> --- a/fs/cifs/cifssmb.c 2005-02-03 17:43:18.0 +0100 +++ b/fs/cifs/cifssmb.c 2005-02-03 17:47:29.0 +0100 @@ -896,14 +896,17 @@ pSMB->DataLengthHigh = 0; pSMB->Da

[PATCH 2.6] Check return value of copy_to_user in fs/cifs/file.c [Re: Linux 2.6.11-rc4]

2005-02-13 Thread Luca
e smb_com_read_rsp; in that case we don't want to call copy_to_user with a NULL pointer. Signed-off-by: Luca Tettamanti <[EMAIL PROTECTED]> --- a/fs/cifs/file.c2005-02-03 17:58:07.0 +0100 +++ b/fs/cifs/file.c2005-02-03 18:17:37.0 +0100 @@ -1151,7 +1151,7 @@

Re: [PATCH 2.6] Check return value of copy_to_user in fs/cifs/file.c [Re: Linux 2.6.11-rc4]

2005-02-13 Thread Luca
;: fs/cifs/file.c:1168: warning: ignoring return value of `copy_to_user', declared with attribute warn_unused_result I also added an explicit check for errors other than -EAGAIN, since CIFSSMBRead may return -ENOMEM if it's unable to allocate smb_com_read_rsp; in that case we don't want t

[PATCH 2.6] Check return value of copy_to_user in fs/cifs/file.c

2005-02-03 Thread Luca
icit check for errors other than -EAGAIN, since CIFSSMBRead may return -ENOMEM if it's unable to allocate smb_com_read_rsp; in that case we don't want to call copy_to_user with a NULL pointer. Signed-off-by: Luca Tettamanti <[EMAIL PROTECTED]> --- a/fs/cifs/file.c2005-02-03 17:5

[PATCH 2.6] Check return of copy_from_user value in cifssmb.c

2005-02-03 Thread Luca
he code in that point. Also note that pSMB cannot be NULL, since the return value of smb_init (which initiliaze pSMB) is checked (see line 874). Signed-off-by: Luca Tettamanti <[EMAIL PROTECTED]> --- a/fs/cifs/cifssmb.c 2005-02-03 17:43:18.0 +0100 +++ b/fs/cifs/cifssmb.c

Garbage on serial console after serial driver loads

2005-03-25 Thread Luca
und another user with the same problem: http://www.ussg.iu.edu/hypermail/linux/kernel/0503.1/0442.html but no answer :( Any suggestion? Luca -- Home: http://kronoz.cjb.net Un apostolo vedendo Gesu` camminare sulle acque: - Cazzo se e` buono 'sto fumo!!! - To unsubscribe from this list: send the

Re: Garbage on serial console after serial driver loads

2005-03-25 Thread Luca
Il Fri, Mar 25, 2005 at 08:38:53PM +, Russell King ha scritto: > On Fri, Mar 25, 2005 at 09:24:15PM +0100, Luca wrote: > > I attached a null modem cable to my notebook and I'm seeing garbage as > > soon as the serial driver is loaded. I tried booting with init=/bin/bash

Re: Garbage on serial console after serial driver loads

2005-03-26 Thread Luca
is a NS16550A > >ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A > > Does it work if you set the baud rate manually, as a bootloader option? I'm using console=ttyS0,38400n8. But it also happens with 9600, 57600 and 115200. Luca -- Home: http://kronoz.cjb.net Mi piace avere amici

Re: Linux 2.6.23-rc4: BAD regression

2007-08-30 Thread Luca
m is responsive. > > Alexey, Len, can we get this fix integrated asap? Tested here, works fine. Luca - 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: ipv4_get_l4proto: Frag of proto 17

2007-09-02 Thread Luca
On 9/2/07, Prakash Punnoor <[EMAIL PROTECTED]> wrote: > Hi, > > since 2.6.23-rc1 my log gets cluttered with > > ipv4_get_l4proto: Frag of proto 17 > > What is the reason? netfilter conntrack code. See: http://article.gmane.org/gmane.linux.network/70824 Luca - To unsub

Re: Hitachi disk: spurious completions during NCQ

2007-10-13 Thread Luca
On 10/13/07, Andrew Morton <[EMAIL PROTECTED]> wrote: > On Wed, 10 Oct 2007 21:03:43 +0200 > Luca Tettamanti <[EMAIL PROTECTED]> wrote: > > > Hello, > > sometimes kernel complains about spurious completions on my new > > notebook: > > > > ata3.0

Re: Hitachi disk: spurious completions during NCQ

2007-10-15 Thread Luca
/00:00:1b:00:00/40 Emask 0x2 (HSM violation) > > > This has been seen with several Hitachi drives. There's speculation > that it's due to a bug in the drive firmware: Yes, I'm aware of this. That's why I was suggesting to blacklist this drive. thanks, Luca - To un

Re: [KVM][PATCH] smp_processor_id() and sleeping functions used in invalid context

2006-12-31 Thread Luca
On 12/31/06, Avi Kivity <[EMAIL PROTECTED]> wrote: Luca Tettamanti wrote: > Hello, > I'm testing KVM on a Core2 CPU. I'm running kernel 2.6.20-git (pulled > few hours ago), configured with SMP and PREEMPT. > > I'm hitting 2 different warnings: > BUG:

Re: [PATCH] radeonfb: add support for newer cards

2007-01-01 Thread Luca
On 1/2/07, Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: On Mon, 2007-01-01 at 22:44 +0100, Luca Tettamanti wrote: > Il Mon, Jan 01, 2007 at 10:25:51PM +0100, Luca Tettamanti ha scritto: > > Hi Ben, Andrew, > > I've rebased 'ATOM BIOS patch' from Solomo

Re: [PATCH] radeonfb: add support for newer cards

2007-01-03 Thread Luca
On 1/3/07, Gerhard Mack <[EMAIL PROTECTED]> wrote: On Tue, 2 Jan 2007, Luca wrote: > Date: Tue, 2 Jan 2007 01:38:17 +0100 > From: Luca <[EMAIL PROTECTED]> > To: Benjamin Herrenschmidt <[EMAIL PROTECTED]> > Cc: Andrew Morton <[EMAIL PROTECTED]>, Solomon Pea

Re: [2.6.20-rc6] pktcdvd doesn't work

2007-01-31 Thread Luca
On 1/31/07, Jeff Garzik <[EMAIL PROTECTED]> wrote: Luca Tettamanti wrote: > Hi Jeff, linux-ide, > I'm having troubles with libata and UDF on RW media. See below. > > Il Tue, Jan 30, 2007 at 09:42:34PM +0100, Jan Engelhardt ha scritto: >> On Jan 30 2007 21:36, Luca

Re: [lm-sensors] [RFC] ACPI based hwmon driver for ASUS

2007-06-21 Thread Luca
eadings (though > it matches the count in the other DSDTs I've seen); don't know what it > is :| Maybe study the Pro2.dll from Asus Probe II? Done that ;-) Disassembling is quite painful though, and most of the work is performed by a kernel driver which I find a bit difficult

Re: [lm-sensors] [RFC] ACPI based hwmon driver for ASUS

2007-06-21 Thread Luca
terfaces. Well, reading is easy and is already implemented in the driver that I posted. The problem is to figure out how to control the various stuff (fans, and maybe some of the other ASUS features). Luca - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the b

Re: Attansic L1 page corruption (was: 2.6.22-rc5: pdflush oops under heavy disk load)

2007-06-25 Thread Luca
On 6/25/07, Jay L. T. Cornwall <[EMAIL PROTECTED]> wrote: Jay Cliburn wrote: > For reasons not yet clear to me, it appears the L1 driver has a bug or > the device itself has trouble with DMA in high memory. This patch, > drafted by Luca Tettamanti, is being explored as a work

Re: [kvm-devel] [BUG] Oops with KVM-27

2007-06-10 Thread Luca
On 6/10/07, Avi Kivity <[EMAIL PROTECTED]> wrote: Luca wrote: > On 6/5/07, Avi Kivity <[EMAIL PROTECTED]> wrote: >> Luca Tettamanti wrote: >> > Il Mon, Jun 04, 2007 at 11:51:10PM +0300, Avi Kivity ha scritto: >> > >> >>> While doin

Re: [kvm-devel] [BUG] Oops with KVM-27

2007-06-11 Thread Luca
On 6/11/07, Avi Kivity <[EMAIL PROTECTED]> wrote: Luca wrote: >> >> I've managed to reproduce this on kvm-21 (it takes many boots for this >> to happen, but it does eventually). > > Hum, any clue on the cause? From what I've seen, it's the new Linux

Re: [kvm-devel] [BUG] Oops with KVM-27

2007-06-14 Thread Luca
On 6/15/07, Luca Tettamanti <[EMAIL PROTECTED]> wrote: Il Fri, Jun 15, 2007 at 12:53:24AM +0200, Luca Tettamanti ha scritto: > Il Thu, Jun 14, 2007 at 11:26:29AM +0300, Avi Kivity ha scritto: > > Luca Tettamanti wrote: > > >With GOOD_APIC apic_read_around is a nop, whil

Re: [PATCH] Enable legacy support for serial ports when SERIAL_8250_PNP is disabled

2007-07-09 Thread Luca
On 7/9/07, Bjorn Helgaas <[EMAIL PROTECTED]> wrote: On Saturday 07 July 2007 05:33:00 pm Luca Tettamanti wrote: > your patch: > > commit 7e92b4fc345f5b6f57585fbe5ffdb0f24d7c9b26 > Author: Bjorn Helgaas <[EMAIL PROTECTED]> > Date: Tue May 8 00:36:07 2007 -0700 &

Re: [PATCH] Enable legacy support for serial ports when SERIAL_8250_PNP is disabled

2007-07-11 Thread Luca
On 7/9/07, Bjorn Helgaas <[EMAIL PROTECTED]> wrote: On Monday 09 July 2007 11:30:59 am Luca wrote: > On 7/9/07, Bjorn Helgaas <[EMAIL PROTECTED]> wrote: > > If you turn off > > PNP completely, you will have "pnp_platform_devices == 0", and the > > ex

Re: [kvm-devel] [PATCH 2/2] KVM: Use the scheduler preemption hooks to make kvm preemptible

2007-07-11 Thread Luca
p;& PREEMPT_HOOKS depends on X86_CMPXCHG64 || 64BIT select PREEMPT_HOOKS maybe? Luca - 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: [kvm-devel] [ANNOUNCE] kvm-30 release

2007-07-19 Thread Luca
S (e.g. QEMU BIOS) which doesn't enable the port though. Luca As a side note: I'm currently busy with ICWE and tomorrow I'll be leaving for Rome so I cannot do further tests. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [

Re: radeonfb and X800 cards

2007-05-17 Thread Luca
ill apply ? Nope, but I still rebase against current kernel for my own use. I can send an up to date patch when I get home this evening. Luca - 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: 2.6.21-mm1 and now 2.6.21-git: SLUB Crashes on boot - crypto?

2007-05-17 Thread Luca
On 5/17/07, Luca Tettamanti <[EMAIL PROTECTED]> wrote: Il Tue, May 15, 2007 at 11:43:44AM +1000, Herbert Xu ha scritto: > On Mon, May 14, 2007 at 07:38:23PM +0200, Luca Tettamanti wrote: > > I'm running git 705962cc (which is a commit after -rc1) and I still see > > t

Re: [kvm-devel] [BUG] Oops with KVM-27

2007-06-07 Thread Luca
On 6/5/07, Avi Kivity <[EMAIL PROTECTED]> wrote: Luca Tettamanti wrote: > Il Mon, Jun 04, 2007 at 11:51:10PM +0300, Avi Kivity ha scritto: > >>> While doing repeated tests with the installer I ran into another >>> (unrelated) problem. Sometimes the guest kernel

Re: [PATCH] atl1: disable 64bit DMA

2007-06-26 Thread Luca
't really support 64-bit, it's more likely that this is a platform problem of some sort, or a driver bug of some sort. In the driver, maybe it has a problem when you -cross- a 4GB boundary, which is not uncommon. I don't follow you :| What kind "common" mistakes should we

Re: 2.6.21-mm1 and now 2.6.21-git: SLUB Crashes on boot - crypto?

2007-05-18 Thread Luca
On 5/18/07, Herbert Xu <[EMAIL PROTECTED]> wrote: On Tue, May 15, 2007 at 08:52:12PM +0200, Luca Tettamanti wrote: > > CONFIG_CRYPTO_ALGAPI=m Are you sure you're actually running 2.6.22-rc1? Due to a bug in the padlock patch present in 2.6.22-rc1 it shouldn't be possible

Re: [lm-sensors] [RFC] ACPI based hwmon driver for ASUS

2007-05-21 Thread Luca
ed to change the driver. Will send another iteration. Luca - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] arm64: dts: allwinner: a64: Add lradc node

2019-05-20 Thread luca
On May 20, 2019 1:07:42 PM GMT+02:00, Maxime Ripard wrote: >Hi! > >On Sat, May 18, 2019 at 07:09:30PM +0200, Luca Weiss wrote: >> Add a node describing the KEYADC on the A64. >> >> Signed-off-by: Luca Weiss >> --- >> arch/arm64/boot/dts/allwinner/sun50i-

Re: [PATCH] arm64: dts: allwinner: a64: Add lradc node

2019-05-21 Thread luca
On May 21, 2019 3:09:55 PM GMT+02:00, Maxime Ripard wrote: >On Tue, May 21, 2019 at 08:43:45AM +0200, l...@z3ntu.xyz wrote: >> On May 20, 2019 1:07:42 PM GMT+02:00, Maxime Ripard > wrote: >> >On Sat, May 18, 2019 at 07:09:30PM +0200, Luca Weiss wrote: >> >> Ad

Re: [PATCH 2/3] drivers/media/video/sn9c102/sn9c102_core.c Fix Unlikely(x) == y

2008-02-16 Thread Luca Risolia
It's okay, thanks. Reviewed-by: Luca Risolia <[EMAIL PROTECTED]> --- On Saturday 16 February 2008 17:12:26 Roel Kluin wrote: > The patch below was not yet tested. If it's incorrect, please comment. > --- > Fix Unlikely(x) == y > > Signed-off-by: Roel Kluin <[EM

[PATCH] Staging: Android: logger: module_exit implementation

2012-11-01 Thread Luca Clementi
Created the module_exit for the android logger so that it can be loaded and unloaded as a module. Fixed module_init and some other minor issues. Signed-off-by: Luca Clementi Cc: Greg Kroah-Hartman Cc: Brian Swetland --- drivers/staging/android/logger.c | 30 +- 1

Re: [PATCH] Staging: Android: logger: module_exit implementationg

2012-11-03 Thread Luca Clementi
On Fri, Nov 2, 2012 at 11:29 AM, Greg Kroah-Hartman wrote: > On Thu, Nov 01, 2012 at 11:15:52PM -0700, Luca Clementi wrote: >> Created the module_exit for the android logger so that >> it can be loaded and unloaded as a module. Fixed >> module_init and some other minor iss

Re: using mmc2 on panda [was: Regression 3.11-rc1: omap4panda: no usb and consequently no ethernet]

2013-10-01 Thread Luca Coelho
? > > On my 4460 board in front of me U4 is not populated, but U3 is (the TiWi > thing). > > > > > OK, just realized that the expansion connector uses different pads for > > MMC2. However, you still > > need to make sure that the other pins (connect

Re: using mmc2 on panda [was: Regression 3.11-rc1: omap4panda: no usb and consequently no ethernet]

2013-10-02 Thread Luca Coelho
On Wed, 2013-10-02 at 12:20 +0200, Arend van Spriel wrote: > On 10/01/2013 01:29 PM, Luca Coelho wrote: > > Hi, > > > > On Tue, 2013-10-01 at 12:53 +0200, Arend van Spriel wrote: > >> On 10/01/2013 11:53 AM, Roger Quadros wrote: > >>> On 10/01/2013 12:4

Re: [GIT PULL] firmware: wl1251 firmware binary

2013-10-03 Thread Luca Coelho
s(+) > create mode 100644 LICENCE.wl1251 > create mode 100644 ti-connectivity/wl1251-fw.bin > create mode 100644 ti-connectivity/wl1251-nvs.bin Since you didn't send v2 of the patch, you could have used the -p option with git request-pull so we could see the changes you made he

Re: [PATCH] net: wireless: wl1251: update firmware path

2013-10-03 Thread Luca Coelho
On Wed, 2013-10-02 at 08:00 -0500, Felipe Balbi wrote: > TI firmwares are located under ti-connectivity > directory. Update path to make sure driver can > find and load firmware blob. > > Signed-off-by: Felipe Balbi > --- Applied, thanks Felipe! -- Luca. -- To unsubscribe fr

Re: [GIT PULL] firmware: wl1251 firmware binary

2013-10-04 Thread Luca Coelho
ti-connectivity/wl1251-fw.bin b/ti-connectivity/wl1251-fw.bin > new file mode 100644 > index 000..f89c983 > Binary files /dev/null and b/ti-connectivity/wl1251-fw.bin differ > diff --git a/ti-connectivity/wl1251-nvs.bin b/ti-connectivity/wl1251-nvs.bin > new file mode 100644 > index 0

Re: [PATCH] ti-connectivity: add wl1251 firmware and license

2013-09-25 Thread Luca Coelho
connectivity/wl1251-nvs.bin When sending big binary blobs, it's generally better to send pull requests instead of patches. If you add the -p option when calling git pull-request, the text will include all the readable parts but will omit the binary stuff. Thank you very much for following up o

Re: [PATCH] ti-connectivity: add wl1251 firmware and license

2013-09-25 Thread Luca Coelho
On Wed, 2013-09-25 at 14:04 +0300, Luca Coelho wrote: > Hi dude, > > Great, this is cool! Finally! :) > > A few comments... > > > On Tue, 2013-09-24 at 09:44 -0500, Felipe Balbi wrote: > > It's way overdue that we send these firmware > > blobs upstr

Re: [PATCH] ti-connectivity: add wl1251 firmware and license

2013-09-25 Thread Luca Coelho
On Wed, 2013-09-25 at 08:23 -0500, Felipe Balbi wrote: > On Wed, Sep 25, 2013 at 02:07:58PM +0300, Luca Coelho wrote: > > On Wed, 2013-09-25 at 14:04 +0300, Luca Coelho wrote: > > > When sending big binary blobs, it's generally better to send pull > > > requests ins

Re: 3.9.7, 3.10-rc7 - UEFI stalls at boot (nothing displayed), when booting with mem=300M

2013-07-03 Thread Luca Barbato
On 07/01/2013 03:07 PM, Luca Barbato wrote: > Hopefully I will carve some time next weekend to play the restricted > bisect game. Release 3.10 apparently doesn't show the problem, I guess problem solved for me =) lu -- To unsubscribe from this list: send the line "unsubscribe

Re: 3.9.7, 3.10-rc7 - UEFI stalls at boot (nothing displayed), when booting with mem=300M

2013-06-27 Thread Luca Barbato
On 06/27/2013 06:47 PM, Matthew Thode wrote: > There is an early boot failure with linux-3.[9,10].??? when booting > using uefi on low memory systems. > > This seems like it might be hardware specific, I am running on a Lenovo > T520, running bios version 1.42, firmware rev 1.36. > Had the same

Re: 3.9.7, 3.10-rc7 - UEFI stalls at boot (nothing displayed), when booting with mem=300M

2013-06-30 Thread Luca Barbato
On 07/01/2013 06:30 AM, Matthew Thode wrote: > You had the problem where it was blank on boot (right after grub, no > kernel messages at all)? Sounds like this might not be limited to just > Lenovo then. no grub, efi-stub directly from the efi shell. > mjg59, is there anything I can do to help

Re: 3.9.7, 3.10-rc7 - UEFI stalls at boot (nothing displayed), when booting with mem=300M

2013-06-30 Thread Luca Barbato
On 07/01/2013 07:13 AM, Matthew Garrett wrote: > On Sun, Jun 30, 2013 at 11:30:59PM -0500, Matthew Thode wrote: > >> mjg59, is there anything I can do to help move this bug forward? I've >> done all I can think of (even tried a serial expresscard slot for logging). > > It does sound like a bug,

Re: 3.9.7, 3.10-rc7 - UEFI stalls at boot (nothing displayed), when booting with mem=300M

2013-07-01 Thread Luca Barbato
On 07/01/2013 08:25 AM, Matthew Garrett wrote: > On Mon, Jul 01, 2013 at 07:22:32AM +0200, Luca Barbato wrote: > >> MacBookPro8,2 with efi-stub, loading directly from the efi shell w/out >> any memory restriction. > > How do you know this is the same issue? > I b

[PATCH] pl2303 works at 500kbps

2013-05-21 Thread Luca Olivetti
. Patch made against mainline but tested with 3.4.45 Please CC me since I'm not subscribed Signed-off-by: Luca Olivetti --- diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c index 7151659..ca19b17 100644 --- a/drivers/usb/serial/pl2303.c +++ b/drivers/usb/serial/pl2303.c @@ -27

[PATCH] Staging: Android: logger: module_exit implementation

2012-11-22 Thread Luca Clementi
: #define module_init(x) __initcall(x); ... #define __initcall(fn) device_initcall(fn) Tested against f4a75d2eb7b1e2206094b901be09adb31ba63681 Linux 3.7-rc6 Signed-off-by: Luca Clementi --- drivers/staging/android/logger.c | 21 + 1 file changed, 21 insertions(+) diff --git a

Re: [linux-lvm] Re: [repost] Announce: Linux-OpenLVM mailing list

2001-04-20 Thread Luca Berra
f somebody eles knew about the IOP change.) Regards, L. (Sorry for the big CC list, but i dunno who is subscribed to what anymore) -- Luca Berra -- [EMAIL PROTECTED] Communication Media & Services S.r.l. /"\ \ / ASCII RIBBON CAMPAIGN XAGAINST HTML MAIL / \ -

Re: 2.2.18pre21 - IP kernel level autoconfiguration

2000-11-16 Thread Luca Montecchiani
), doesn't seem that hard hope this help, luca - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

Re: 2.2.18pre21 - IP kernel level autoconfiguration

2000-11-17 Thread Luca Montecchiani
ARP (not DHCP) Anyway I'll do more investigation about my problem to get bootp work with dhcp compiled into kernel next week luca - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

[PATCH] Re: 2.2.18pre21 - IP kernel level autoconfiguration

2000-11-20 Thread Luca Montecchiani
Luca Montecchiani wrote: : > Anyway I'll do more investigation about my problem to get bootp > work with dhcp compiled into kernel next week With the 2.2.18pre22 kernel and also pre21 last time I checked if you compile the kernel with DHCP and BOOTP, it's impossible to use bo

Re: [BUG] 2.4.0-test11-ac3 breaks raid autodetect (was Re: [BUG] raid5 link error? (was [PATCH] raid5 fix after xor.c cleanup))

2000-11-27 Thread Luca Berra
speed % 1000); } -static int +int calibrate_xor_block(void) { void *b1, *b2; @@ -139,5 +139,6 @@ } MD_EXPORT_SYMBOL(xor_block); +MD_EXPORT_SYMBOL(calibrate_xor_block); module_init(calibrate_xor_block); -- Luca Berra -- [EMAIL PROTECTED] Communication Media & Services S.r.l. - To un

[PATCH?] Extended PTBL partition check for 2.4

2000-09-06 Thread Luca Montecchiani
Seem that 2.4.0test8 follow the PTBL definition described in the Large-Disk-HOWTO, only primary partition, 2.2.17 instead extend the check all over the four partition. (*) The hdc disk was autopartitioned by sfdisk over a 2.2.17 kernel comments ? luca -- -

Re: [PATCH?] Extended PTBL partition check for 2.4

2000-09-06 Thread Luca Montecchiani
7;t see the gain. people++; luca -- -- E-mail..: Luca Montecchiani <[EMAIL PROTECTED]> W.W.W...: http://i.am/m.luca - http://luca.myip.org Speakfreely.: sflwl -hlwl.fourmilab.ch luca@ I.C.Q...: 17655604 -

Re: Oops in test10 during module loading of 3c509

2000-11-01 Thread Luca Giuzzi
It seems the cleaning up of the network drivers has been a tad too aggressive :) There is no init_etherdev() anymore in 3c509.c The following patch seems to solve the problem. (the code is taken from a working test10pre5) Cheers, lg --- 3c509.c.test10-broken Wed Nov 1 17:12:08 2000 +++

Re: test 10 breaks on alpha

2000-11-02 Thread Luca Giuzzi
The clock on some alpha systems might be at 1200 Hz... you've rather to use HZ: --- /usr/src/linux/include/asm-alpha/param.h.orig Wed Nov 1 12:31:56 2000 +++ /usr/src/linux/include/asm-alpha/param.h Wed Nov 1 12:33:22 2000 @@ -27,4 +27,8 @@ #define MAXHOSTNAMELEN 64 /* max length

Re: Linux 2.2.18 almost...

2000-12-11 Thread Luca Montecchiani
n't accepted, you can give it a try : http://boudicca.tux.org/hypermail/linux-kernel/2000week48/0213.html hope this help, luca - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

[patch-2.2.18] some trivial patch...

2000-12-28 Thread Luca Montecchiani
Hi Alan, the first patch is a must for kernels that load scsi driver from initrd ;) the second one allow "make install" to work also if lilo isn't installed.. main.patch : diff -ur linux-2.2.18.orig/init/main.c linux-2.2.18.tl/init/main.c --- linux-2.2.18.orig/init/main.c Mon Dec 11 01:49

Re: Linux 2.2.18pre11

2000-09-28 Thread Luca Montecchiani
Some problems here.. - Only 64 of 96 mbytes ram was found - Trident 4DWave DX show those messages: trident: drain_dac, dma timeout? I'll provide more info/testing on request, luca ver_linux: -- Linux luca.home.net 2.2.18pre11 #8 Wed Sep 27 22:27:35 CEST 2000 i586 unknown K

[PATCH] 2.2.x Isdn init function fix

2000-09-28 Thread Luca Montecchiani
- if (strlen(str)) { + if (str) { strcpy(sid, str); icn_id = sid; if ((p = strchr(sid, ','))) { -- -- E-mail..: Luca Montecchiani <[EMAIL PROTECTED]>

[2.4.test9pre7] spontaneous reboot

2000-09-28 Thread Luca Montecchiani
y problems.. Unfortunately no syslog no oops just a silent reboot :( luca -- -- E-mail..: Luca Montecchiani <[EMAIL PROTECTED]> W.W.W...: http://i.am/m.luca - http://luca.myip.org Speakfreely.: sflwl -hlwl.fourmilab.ch luca@ I.C.Q.

[2.2.19pre17] init/main.c

2001-03-28 Thread Luca Montecchiani
block driver from initrd Without these changes there is no way to boot loading modules from initrd :(( thanks, luca diff -ur linux-2.2.19-pre17/init/main.c linux-2.2.19-pre17-tl/init/main.c --- linux-2.2.19-pre17/init/main.c Wed Mar 28 13:55:53 2001 +++ linux-2.2.19-pre17-tl/init/main.c We

[PATCH] Support Timedia/Sunix/Exsys PCI card problem in Serial 5.0.5 / Kernel 2.4.xx

2001-06-08 Thread Luca Montecchiani
_ports = timedia_data[i].num; return 0; } ciao, luca - 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.

Re: kexec and frame buffer

2005-08-06 Thread Luca Falavigna
r occourred which crashed virtual machine". I'll dig source code ASAP to figure out this matter. Meanwhile I'm going to follow your advice to inspect video.S in order to track down something useful. Regards, - -- Luca -BEGIN PGP SIGNATURE--

Re: kexec and frame buffer

2005-08-07 Thread Luca Falavigna
ch >>crashed virtual machine". > > > Cool. I haven't used that code in a long time but it is pretty > trivial code to switches to real mode so I don't really doubt it :) Added to my list-of-things-to-do-after-holydays :) Regards, - --

[PATCH] Real-Time Preemption V0.7.53-02, fix redundant PREEMPT_RCU config option

2005-08-11 Thread Luca Falavigna
This patch removes a redundant PREEMPT_RCU option from kernel/Kconfig.preempt. Signed-off-by: Luca Falavigna <[EMAIL PROTECTED]> --- realtime-preempt-2.6.13-rc4-RT-V0.7.53-02.orig 2005-08-11 18:56:51.0 + +++ realtime-preempt-2.6.13-rc4-RT-V0.7.53-02 2005-08-

Re: kexec and frame buffer

2005-08-12 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Luca Falavigna ha scritto: > Eric W. Biederman ha scritto: > >>>Anyway I believe you also want to look at include/linux/tty.h >>>at the screen_info structure. I believe that is where >>>all of that information is pa

[PATCH][TRIVIAL] Real-Time Preemption V0.7.51-38: fix compile bug in drivers/block/paride/pseudo.h

2005-07-27 Thread Luca Falavigna
longer accept additional attributes. Signed-off-by: Luca Falavigna <[EMAIL PROTECTED]> --- ./drivers/block/paride/pseudo.h.orig 2005-03-02 21:39:37.0 + +++ ./drivers/block/paride/pseudo.h 2005-07-27 15:37:50.0 + @@ -43,7 +43,7 @@ static int ps_tq_active = 0;

[PATCH] Real-Time Preemption V0.7.52-07: rt_init_MUTEX_LOCKED declaration

2005-08-01 Thread Luca Falavigna
ymbol there_is_no_init_MUTEX_LOCKED_for_RT_semaphores") Signed-off-by: Luca Falavigna <[EMAIL PROTECTED]> --- realtime-preempt-2.6.13-rc4-RT-V0.7.52-07.orig 2005-07-31 23:35:18.0 + +++ realtime-preempt-2.6.13-rc4-RT-V0.7.52-07 2005-08-01 15:59:31.0 +

Re: [PATCH] Real-Time Preemption V0.7.52-07: rt_init_MUTEX_LOCKED declaration

2005-08-01 Thread Luca Falavigna
> Ingo purposely put this in to crash > the compile so that we know where this can be a problem right away. And it works nice ;) > The patch you wanted to send was: > > Signed-off-by: Steven Rostedt <[EMAIL PROTECTED]> > > Index: linux_realtime_ernie/drivers/char/watchdog/cpu5wdt.c > ===

kexec and frame buffer

2005-08-04 Thread Luca Falavigna
ur frame buffer device 128x48 -fb0: VESA VGA frame buffer device [...] It seems relocated kernel doesn't (or can't) load vesafb. Is frame buffer supported in kexec or there is some work-in-progress? Regards, -- Luca - To unsubscribe from

[PATCH] Real-Time Preemption, fixed kexec kernel relocation oops

2005-08-29 Thread Luca Falavigna
[...] hda: lost interrupt hda: lost interrupt hda: lost interrupt [...] System is very slow and there are tons of "lost interrupt" messages. Signed-off-by: Luca Falavigna <[EMAIL PROTECTED]> --- ./arch/i386/kernel/machine_kexec.c.orig 2005-08-28 22:03:52.0 + +++ ./

Re: Decreasing stime running confuses top (was: top displaying 9999% CPU usage)

2007-10-04 Thread Luca Tettamanti
GHz I just notice the same thing here, with a Core2 Duo (which is supposed to have synced TSCs) and working HPET. > The following may well be relevant. > With 2.6.22 and early 2.6.23-rc kernels (rc3-rc6) I often had this in my > kernel log (see http://lkml.org/lkml/2007/9/16/45): >

Re: [PATCH 1/3] V4L: w9968cf, remove bad usage of ERESTARTSYS

2007-10-09 Thread Luca Risolia
acked-by: Luca Risolia <[EMAIL PROTECTED]> On Monday 08 October 2007 14:40:13 Jiri Slaby wrote: > w9968cf, remove bad usage of ERESTARTSYS > > down_read_trylock can't be interrupted and so ERESTARTSYS would reach > userspace, which is not permitted. Change it to EAGAIN

Re: [PATCH 2/3] V4L: zc0301, remove bad usage of ERESTARTSYS

2007-10-09 Thread Luca Risolia
acked-by: Luca Risolia <[EMAIL PROTECTED]> On Monday 08 October 2007 14:40:53 Jiri Slaby wrote: > zc0301, remove bad usage of ERESTARTSYS > > down_read_trylock can't be interrupted and so ERESTARTSYS would reach > userspace, which is not permitted. Change it to EAGAIN

Hitachi disk: spurious completions during NCQ

2007-10-10 Thread Luca Tettamanti
Hello, sometimes kernel complains about spurious completions on my new notebook: ata3.00: exception Emask 0x2 SAct 0x407fd SErr 0x0 action 0x2 frozen ata3.00: spurious completions during NCQ issue=0x0 SAct=0x407fd FIS=005040a1:0002 ata3.00: cmd 61/08:00:c7:5a:82/00:00:1b:00:00/40 tag 0 cdb 0x

EIP and VMA

2005-03-17 Thread Luca Falavigna
elongs to. Is regs->eip the right place where istruction pointer is located or I should find that value elsewhere? Thank you, Luca - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTE

EIP and VMA

2005-03-17 Thread Luca Falavigna
elongs to. Is regs->eip the right place where istruction pointer is located or I should find that value elsewhere? Thank you, Luca - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More

Re: [ACPI] Call for help: list of machines with working S3

2005-02-17 Thread Luca Capello
not working anymore (I should test more deeply, just a question of time ;-) ). Anyway, this laptop works very well! I've also a docking station [7], I'll test with it ASAP. Thx, bye, Gismo / Luca [1] http://www5.pc.ibm.com/ch/products.nsf/$wwwPartNumLookup/_UC2GTSE?OpenDocument [2] http

Re: [ACPI] Re: Call for help: list of machines with working S3

2005-02-20 Thread Luca Capello
machine: I use the radeonfb (with acpi_sleep=s3_bios) and the resume is ok (both in console and Debian XFree86-4.3.0.dfsg.1-11, radeon driver). Thx, bye, Gismo / Luca [1] http://www.qbik.ch/usb/devices/showdescr.php?id=3039 pgpFAuFgB8Bft.pgp Description: PGP signature

[RFC] [PATCH] Per-mountpoint read-only and noatime revisited

2005-01-30 Thread luca . barbieri
This patchset implements per-mountpoint readonly, noatime and nodiratime flags. This is the first release of the patch and I'm seeking feedback from the VFS maintainer on whether it is acceptable in principle and which modifications, if any, I should make (in addition to updating to the latest bk)

Re: status of the USB w9968cf.c driver in kernel 2.6?

2005-03-01 Thread Luca Risolia
ere's no w9968cf-vpp module in the kernel sources w9968cf-vpp is an optional, gpl'ed module, which can not be included in the mainline kernel, as I explained in the documentation of the driver. Regards, Luca - To unsubscribe from this list: send the line "unsubscribe lin

Re: status of the USB w9968cf.c driver in kernel 2.6?

2005-03-04 Thread Luca Risolia
Scrive Adrian Bunk <[EMAIL PROTECTED]>: > On Tue, Mar 01, 2005 at 06:46:03PM +0100, Luca Risolia wrote: > > Scrive Adrian Bunk <[EMAIL PROTECTED]>: > > > > > I noticed the following regarding

Some questions about VM flags

2005-03-23 Thread Luca Falavigna
dn't be so popular if we implemented this feaure. Please let me know your opinion. Thank you, Luca - 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/

[PATCH] RCU in kernel/intermodule.c

2005-04-03 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This patch, compiled against version 2.6.12-rc1, implements RCU mechanism in intermodule functions. Signed-off-by: Luca Falavigna <[EMAIL PROTECTED]> - --- ./kernel/intermodule.c.orig 2005-04-01 19:25:26.0 + +++ ./

Re: [PATCH] Kprobes /proc entry

2005-01-17 Thread Luca Falavigna
INIT_HLIST_HEAD(&kprobe_table[i]); + kprobes_dir = debugfs_create_dir("kprobes", NULL); + if(!kprobes_dir) { + printk("kprobes: could not create debugfs entry\n"); + goto finish; + } + kprobes_list = debugfs_create_file(

Re: [fuse-devel] Merging?

2005-01-18 Thread Luca Ferroni
sparently manage several hosts You can find my thesis at http://packagefs.sourceforge.net I think FUSE is a very good idea (as good as the actual implementation is), IMHO it should be inserted in the mainline kernel. Thanks to Miklos and other developers. Luca -- Non ci toglieranno maila LIBERTA&#

Re: [PATCH] Kprobes /proc entry

2005-01-20 Thread Luca Falavigna
2,6 +82,13 @@ kprobe_opcode_t *entry; /* probe handling code to jump to */ }; +enum kprobe_type { + PRE=0, + POST, + FAULT, + BREAK, +}; + #ifdef CONFIG_KPROBES /* Locks kprobe: irq must be disabled */ void lock_kprobes(void); Signed-off-by: Luca Falavigna <[EMA

sitecom wl162

2007-11-17 Thread Luca Tiburzio
Add support to wireless usb key sitecom wl162 in ./drivers/net/wireless/zd1211rw/zd_usb.c added srtuct { USB_DEVICE(0x0cde, 0x001a), .driver_info = DEVICE_ZD1211B }, I've to do it by myself every time i update kernel. Please add it. Thank you - To unsubscribe from this list: send the line "unsub

Re: Linux 2.6.23-rc4: BAD regression

2007-08-29 Thread Luca Tettamanti
ide...bisected it to that one: > > cd8c93a4e04dce8f00d1ef3a476aac8bd65ae40b is first bad commit I've just bisected down to the same commit. In my case the fan is locked at maximum speed and the system is *extremly* slow (some kind of throttling?). Alexey, I've seen the patch, I'll test it tomor

Re: [BUG] pata_ali not working on a 64 bit system

2007-09-02 Thread Luca Tettamanti
Il Fri, Jul 06, 2007 at 10:01:36PM +0200, Luca Tettamanti ha scritto: > Il Fri, Jul 06, 2007 at 06:44:02PM +0100, Alan Cox ha scritto: > > On Fri, 6 Jul 2007 19:36:05 +0200 > > Luca Tettamanti <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > > I fou

Re: [PATCH 4/5] UML - Simplify helper stack handling

2007-08-05 Thread Luca Tettamanti
re ext3 and XFS on LVM (on libata devices). Does it make sense to raise STACK_WARN to get a stack trace in do_IRQ? Or is 540 bytes still "safe" taking into account the separate IRQ stack? Luca -- 42 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

Re: [PATCH] - SN: Add support for CPU disable

2007-07-31 Thread Luca Tettamanti
disable the boot > processor. > + */ > +bool sn_cpu_disable_allowed(int cpu) > +{ > + if (is_shub2() && sn_prom_feature_available(PRF_CPU_DISABLE_SUPPORT)) > + if (cpu != 0) > + return true; > + else > +

  1   2   3   4   5   6   7   8   9   10   >