Re: [linux-pm] [3/6] 2.6.21-rc4: known regressions

2007-03-29 Thread Maxim Levitsky
On Friday 30 March 2007 00:33:35 David Brownell wrote: > On Wednesday 28 March 2007 2:27 pm, Maxim wrote: > > On Wednesday 28 March 2007 22:59:26 David Brownell wrote: > > > When HPET is active it eats RTC IRQ, > > Only when HPET timers 0 and 1 are set up for "Legacy Replacement Mode". > In t

Re: [linux-pm] [3/6] 2.6.21-rc4: known regressions

2007-03-29 Thread David Brownell
On Thursday 29 March 2007 4:29 pm, Maxim Levitsky wrote: > On Friday 30 March 2007 00:33:35 David Brownell wrote: > > On Wednesday 28 March 2007 2:27 pm, Maxim wrote: > > > So the only way out is to emulate RTC using HPET, > > > It is done this way in old rtc driver, rtc-cmos should do the sam

Re: [PATCH] kdump/kexec: calculate note size at compile time

2007-03-29 Thread Andrew Morton
On Thu, 29 Mar 2007 12:30:59 +0900 Simon Horman <[EMAIL PROTECTED]> wrote: > [PATCH] kdump/kexec: calculate note size at compile time i386 allmodconfig, gcc-4.1.0: In file included from init/initramfs.c:508: include/linux/kexec.h:148: error: variable-size type declared outside of any function -

RE: Dependent CPU core speed reporting not updated with CPUFREQ_SHARED_TYPE_HW?

2007-03-29 Thread Pallipadi, Venkatesh
>-Original Message- >From: Darrick J. Wong [mailto:[EMAIL PROTECTED] >Sent: Thursday, March 29, 2007 5:43 PM >To: Pallipadi, Venkatesh >Cc: linux-kernel@vger.kernel.org >Subject: Dependent CPU core speed reporting not updated with >CPUFREQ_SHARED_TYPE_HW? > >Hi Venki, > >I have a dual-

Re: [patch] queued spinlocks (i386)

2007-03-29 Thread Nick Piggin
On Thu, Mar 29, 2007 at 10:42:13PM +0400, Oleg Nesterov wrote: > On 03/28, Nick Piggin wrote: > > > > Well with my queued spinlocks, all that lockbreak stuff can just come out > > of the spin_lock, break_lock out of the spinlock structure, and > > need_lockbreak just becomes (lock->qhead - lock->qt

Re: [rfc][patch] queued spinlocks (i386)

2007-03-29 Thread Nick Piggin
On Thu, Mar 29, 2007 at 05:27:24PM -0700, Davide Libenzi wrote: > On Thu, 29 Mar 2007, Nick Piggin wrote: > > > On Thu, Mar 29, 2007 at 03:36:52AM +0200, Nick Piggin wrote: > > > In most cases, no. For the uncontended case they should be about the > > > same. They have the same spinning behaviour.

Re: [patch] queued spinlocks (i386)

2007-03-29 Thread Lee Revell
On 3/29/07, Davide Libenzi wrote: On Thu, 29 Mar 2007, Oleg Nesterov wrote: > On 03/28, Nick Piggin wrote: > > > > Well with my queued spinlocks, all that lockbreak stuff can just come out > > of the spin_lock, break_lock out of the spinlock structure, and > > need_lockbreak just becomes (lock-

Re: strange high system cpu usage.

2007-03-29 Thread Lee Revell
On 3/29/07, Elliott Johnson <[EMAIL PROTECTED]> wrote: Hello, I've been upgrading a few machines here at work and noticed some problems with high system cpu usage on one machine. In trying to debug the problem I've come across a few confusing stats that I was hoping could be cleared up by som

Re: [patch] queued spinlocks (i386)

2007-03-29 Thread Nick Piggin
On Thu, Mar 29, 2007 at 10:06:41PM -0400, Lee Revell wrote: > On 3/29/07, Davide Libenzi wrote: > >On Thu, 29 Mar 2007, Oleg Nesterov wrote: > > > >> On 03/28, Nick Piggin wrote: > >> > > >> > Well with my queued spinlocks, all that lockbreak stuff can just come > >out > >> > of the spin_lock, br

[PATCH] Cleanup: i386 separate hardware-defined TSS from Linux additions

2007-03-29 Thread Rusty Russell
On Thu, 2007-03-29 at 13:16 +0200, Andi Kleen wrote: > Please clean it up properly with two structs. Not sure about this, now I've done it. Running it here. If you like it, I can do x86-64 as well. == lguest defines its own TSS struct because the "struct tss_struct" contains linux-specific addi

Re: [rfc][patch] queued spinlocks (i386)

2007-03-29 Thread Davide Libenzi
On Fri, 30 Mar 2007, Nick Piggin wrote: > > I slightly modified it to use cycles: > > > > http://www.xmailserver.org/qspins.c > > Slightly more than slightly ;) > > You want to have a delay _outside_ the critical section as well, for > multi-thread tests, otherwise the releasing CPU often just

Re: [PATCH] Cleanup: i386 separate hardware-defined TSS from Linux additions

2007-03-29 Thread Matt Mackall
On Fri, Mar 30, 2007 at 12:36:35PM +1000, Rusty Russell wrote: > On Thu, 2007-03-29 at 13:16 +0200, Andi Kleen wrote: > > Please clean it up properly with two structs. > > Not sure about this, now I've done it. Running it here. > > If you like it, I can do x86-64 as well. > > == > lguest define

Re: new sysfs layout and ethernet device names

2007-03-29 Thread Greg KH
On Wed, Mar 28, 2007 at 08:41:38PM -0400, Bill Nottingham wrote: > Greg KH ([EMAIL PROTECTED]) said: > > If you follow the rules in Documentation/ABI/testing/sysfs-class your > > program will not have any problems. > > Oh, of *course*. We add interfaces and then claim years later, > after code ha

[PATCH] blackfin arch fix bug interrupt setup problem request_irq: set_gpio_dir called before gpio_request

2007-03-29 Thread Wu, Bryan
Signed-off-by: Bryan Wu <[EMAIL PROTECTED]> --- arch/blackfin/mach-common/ints-priority-dc.c | 36 +++- arch/blackfin/mach-common/ints-priority-sc.c | 38 +- include/asm-blackfin/gpio.h |6 ++-- 3 files changed, 63 insertions(+)

[PATCH] blackfin arch PNAV and Bluetechnix CM-BF537 use the MAC address programmed by u-boot and Warn if no valid MAC address found

2007-03-29 Thread Wu, Bryan
Signed-off-by: Bryan Wu <[EMAIL PROTECTED]> --- arch/blackfin/mach-bf537/boards/eth_mac.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/blackfin/mach-bf537/boards/eth_mac.c b/arch/blackfin/mach-bf537/boards/eth_mac.c index 81544a1..e129a08 100644 --- a/arch/bl

[PATCH] Use X86_EFLAGS_IF in x86-64/irqflags.h.

2007-03-29 Thread Rusty Russell
On Thu, 2007-03-29 at 14:19 +0200, Andi Kleen wrote: > On Thu, Mar 29, 2007 at 09:06:57PM +1000, Rusty Russell wrote: [SNIP: processor-flags.h patch for i386 ] > Ok. Can you do it for x86-64 too? OK, here it is. Compiles, but -rc5-mm2 doesn't link for me on x86-64 at the moment. Something seem

Re: fs/block_dev.c:953: warning: 'found' might be used uninitialized in this function

2007-03-29 Thread Kyle Moffett
On Mar 28, 2007, at 16:14:54, Andrew Morton wrote: On Wed, 28 Mar 2007 19:23:32 +0200 (CEST) Jiri Kosina <[EMAIL PROTECTED]> wrote: blockdev: bd_claim_by_kobject() could check value of unititalized pointer Fixes this warning: fs/block_dev.c: In function `bd_claim_by_kobject': fs/block_dev.c

Re: [linux-pm] [3/6] 2.6.21-rc4: known regressions

2007-03-29 Thread Maxim Levitsky
On Friday 30 March 2007 03:09:14 David Brownell wrote: > On Thursday 29 March 2007 4:29 pm, Maxim Levitsky wrote: > > On Friday 30 March 2007 00:33:35 David Brownell wrote: > > > On Wednesday 28 March 2007 2:27 pm, Maxim wrote: > > > > > So the only way out is to emulate RTC using HPET, >

Re: 2.6.21-rc4-mm1 and rc5-mm2 - problem with cpuidle routine

2007-03-29 Thread Lee Revell
On 3/29/07, Ed Sweetman <[EMAIL PROTECTED]> wrote: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 1.0-9746 Fri Dec 15 10:19:35 PST 2006 PCI: Setting latency timer of device :01:00.0 to 64 NVRM: loading NVIDIA UNIX x86_64 Kernel Module 1.0-9746 Fri Dec 15 10:19:35 PST 2006 **WARNING** I2

Re: new sysfs layout and ethernet device names

2007-03-29 Thread Bill Nottingham
Greg KH ([EMAIL PROTECTED]) said: > > If interfaces have to change, so be it. But changing the rules for > > using them years after it's implemented and then claiming "you didn't > > read the instructions" is pretty lame. > > That documentation has been in the kernel tree for almost a full year:

Use C++ in kernel module?

2007-03-29 Thread Conke Hu
Is it possible to use C++ in linux kernel module? how? I've tested but failed, there is an unknown symbol in the .o file from c++ source code. Conke - 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

[PATCH] nommu arch dont zero the anonymous mapping by adding UNINITIALIZE flag

2007-03-29 Thread Wu, Bryan
On architectures with MMU, malloc takes about the same speed, indepentant of malloc size, while on the Blackfin (NOMMU), as the malloc size increases, the time that malloc consumes grows This small application, which does a bunch of mallocs, and times them with gettimeofday(): ===

Re: Use C++ in kernel module?

2007-03-29 Thread Jan Engelhardt
On Mar 30 2007 11:37, Conke Hu wrote: > > Is it possible to use C++ in linux kernel module? how? > I've tested but failed, there is an unknown symbol in the .o file from > c++ source code. You answered it yourself. Linux does not have a C++ runtime. It is possible to use a very limited set of C++

[Quick question] serial core issue

2007-03-29 Thread Aubrey Li
When register serial driver as a console, the driver function my_remove() my_shutdown() seems be never called. So the driver can't reclaim resource when the command "reboot" is issued. Is it intended? -Aubrey - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the bod

Re: [PATCH] nommu arch dont zero the anonymous mapping by adding UNINITIALIZE flag

2007-03-29 Thread Mike Frysinger
On 3/29/07, Wu, Bryan <[EMAIL PROTECTED]> wrote: On architectures with MMU, malloc takes about the same speed, indepentant of malloc size, while on the Blackfin (NOMMU), as the malloc size increases, the time that malloc consumes grows err, this is not the direction we wanted to go ... this

Re: strange high system cpu usage.

2007-03-29 Thread Elliott Johnson
>What problem are you trying to solve? IOW, how do you know it's not >just an artifact of diferent load average calculation between 2.4 and >2.6? > >Are you actually seeing reduced throughput/performance? Or are you >just looking at load average? > >Lee Well the problem is apparent, we are havin

[PATCH] CPUSETS: add mems to basic usage documentation

2007-03-29 Thread Simon Horman
It seems that there must be at least one node in mems and at least one CPU in cpus in order to be able to assign tasks to a cpuset. This makes sense. And I think it would also make sense to include a mems setting in the basic usage section of the documentation. I also wonder if something logged to

Re: strange high system cpu usage.

2007-03-29 Thread Lee Revell
On 3/29/07, Elliott Johnson <[EMAIL PROTECTED]> wrote: >What problem are you trying to solve? IOW, how do you know it's not >just an artifact of diferent load average calculation between 2.4 and >2.6? > >Are you actually seeing reduced throughput/performance? Or are you >just looking at load av

Re: [patch] queued spinlocks (i386)

2007-03-29 Thread Lee Revell
On 3/29/07, Nick Piggin <[EMAIL PROTECTED]> wrote: On Thu, Mar 29, 2007 at 10:06:41PM -0400, Lee Revell wrote: > Until someone fixes all the places in the kernel where scheduling can > be held off for tens of milliseconds, CONFIG_PREEMPT will be an > absolute requirement for many applications lik

Re: [PATCH 0/6] UDF cleanup and fixes

2007-03-29 Thread Tino Keitel
On Tue, Mar 06, 2007 at 17:44:47 +0100, Jan Kara wrote: > Hello, > > the patches attached to six following emails implement some cleanup and > fixes in the UDF code. The main two fixes are: > 1) UDF now works correctly for files larger than 1GB. Hi, I tried 2.6.20 with your patches and got

Re: [PATCH 2.6.21-rc5] MSI: read-flush MSI-X table (rev 2)

2007-03-29 Thread Eric W. Biederman
"Williams, Mitch A" <[EMAIL PROTECTED]> writes: > Chuck Ebbert wrote: >>Are you going to post one for 2.6.20 as well? Some people might be >>interested... > > The first time I posted this patch, Greg KH indicated that he thought > it was too intrusive to add to -stable, especially considering that

Re: [PATCH 2.6.21-rc5] MSI: read-flush MSI-X table (rev 2)

2007-03-29 Thread Eric W. Biederman
"Williams, Mitch A" <[EMAIL PROTECTED]> writes: > Chuck Ebbert wrote: >>Are you going to post one for 2.6.20 as well? Some people might be >>interested... > > The first time I posted this patch, Greg KH indicated that he thought > it was too intrusive to add to -stable, especially considering that

Re: [Quick question] serial core issue

2007-03-29 Thread Lee Revell
On 3/29/07, Aubrey Li <[EMAIL PROTECTED]> wrote: When register serial driver as a console, the driver function my_remove() my_shutdown() seems be never called. So the driver can't reclaim resource when the command "reboot" is issued. Is it intended? Please post your code for review and some

Re: 2.6.21-rc5-mm2 - compile error on x86-64

2007-03-29 Thread Eric W. Biederman
Andrew Morton <[EMAIL PROTECTED]> writes: > > config PROC_SYSCTL > bool "Sysctl support (/proc/sys)" if EMBEDDED > depends on PROC_FS > select SYSCTL > default y > > CONFIG_PROC_SYSCTL depends on CONFIG_PROC_FS > CONFIG_PROC_SYSCTL selects CONFIG_SYSCTL > > So I don

Re: Student Project Ideas

2007-03-29 Thread Lee Revell
On 3/29/07, Russ Meyerriecks <[EMAIL PROTECTED]> wrote: Hi all, I've been hacking on the Linux kernel all semester for my OS: Internals class. We are given full autonomy in picking our final programming project and I would love for mine to be /useful/ for the Linux kernel and not just a theoret

Re: new sysfs layout and ethernet device names

2007-03-29 Thread Greg KH
On Thu, Mar 29, 2007 at 11:29:05PM -0400, Bill Nottingham wrote: > Greg KH ([EMAIL PROTECTED]) said: > > > If interfaces have to change, so be it. But changing the rules for > > > using them years after it's implemented and then claiming "you didn't > > > read the instructions" is pretty lame. > >

Re: [Quick question] serial core issue

2007-03-29 Thread Aubrey Li
On 3/30/07, Lee Revell <[EMAIL PROTECTED]> wrote: On 3/29/07, Aubrey Li <[EMAIL PROTECTED]> wrote: > When register serial driver as a console, the driver function > > my_remove() > my_shutdown() > > seems be never called. > > So the driver can't reclaim resource when the command "reboot" is issue

RE: [2.6 patch] the scheduled eepro100 removal

2007-03-29 Thread Brandeburg, Jesse
Roberto Nibali wrote: >>> Sounds sane to me. My overall opinion on eepro100 removal is that >>> we're not there yet. Rare problem cases remain where e100 fails >>> but eepro100 works, and it's older drivers so its low priority for >>> everybody. >>> >>> Needs to happen, though... >> >> It seem

Re: [PATCH] net: tun/tap: fixed hw address handling

2007-03-29 Thread Chuck Ebbert
Brian Braunstein wrote: > > From: Brian Braunstein <[EMAIL PROTECTED]> > > Fixed tun/tap driver's handling of hw addresses. Okay, the attached patch applies. Can someone comment on whether it makes sense? (pasted inline for comments) From: Brian Braunstein <[EMAIL PROTECTED]> Fixed tun/tap dri

[git patches] net driver fixes

2007-03-29 Thread Jeff Garzik
Please pull from 'upstream-linus' branch of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git upstream-linus to receive the following updates: drivers/net/atl1/atl1_main.c | 10 ++ drivers/net/netxen/netxen_nic_init.c |3 ++- drivers/net/sis190.c

Re: IP1000A: About IC Plus IP1000A Linux driver current status

2007-03-29 Thread Francois Romieu
Francois Romieu <[EMAIL PROTECTED]> : [...] BUG: spinlock already unlocked on CPU#0, swapper/0 Almost perfect... --- Ueimor - 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/majo

[PATCH 2.6.21] iw_cxgb3: Fix TERM codes.

2007-03-29 Thread Steve Wise
Fix TERM codes. Fix TERMINATE layer, type, and ecode values based on conformance testing. Signed-off-by: Steve Wise <[EMAIL PROTECTED]> --- drivers/infiniband/hw/cxgb3/iwch_qp.c | 69 ++--- 1 files changed, 38 insertions(+), 31 deletions(-) diff --git a/drivers/i

Re: [BUG] ethX misnumbered and one missing in mii-tool

2007-03-29 Thread Jesse Brandeburg
added netdev. On 3/29/07, Andrei Popa <[EMAIL PROTECTED]> wrote: In a dual core 2 server with an intel motherboard and 5 network cards(two onboard) and 1 pci express card with two slots and one pci-x pci64 card the kernel sees all of them in dmesg but in mii-tool are misnumbered and one card is

Re: Software RAID (non-preempt) server blocking question. (2.6.20.4)

2007-03-29 Thread Neil Brown
On Thursday March 29, [EMAIL PROTECTED] wrote: > > > > > Did you look at "cat /proc/mdstat" ?? What sort of speed was the check > > running at? > Around 44MB/s. > > I do use the following optimization, perhaps a bad idea if I want other > processes to 'stay alive'? > > echo "Setting minimum res

Re: [uml-devel] [PATCH] UML - fix I/O hang when multiple devices are in use

2007-03-29 Thread Jeff Dike
On Thu, Mar 29, 2007 at 02:36:43AM +0200, Blaisorblade wrote: > > Sometimes you need to. I'd probably just remove the do_ubd check and > > always recall the request function when handling completions, it's > > easier and safe. If I'm understanding this correctly, this is what happens now. There i

Re: [PATCH 1/6] i386 - fix cmpxchg warning

2007-03-29 Thread Jeff Dike
On Wed, Mar 28, 2007 at 09:05:03PM +0200, Andi Kleen wrote: > > > #include > > #include > > +#include > Sorry no. system.h is the header from hell and putting it into a > "basic" header like atomic_t will likely cause all kinds of > problems. OK, I'll figure out someplace else for it.

Re: [RFC] rfkill - Add support for input key to control wireless radio

2007-03-29 Thread Dmitry Torokhov
On Wednesday 31 January 2007 06:20, Ivo van Doorn wrote: > > Hope you will be resubmitting this. > > And here is the new version, > I didn't make the name const as requested > that field is being passed to the class_device_create > method which requires a char* argument. > > But I have made the f

Re: [RFC] rfkill - Add support for input key to control wireless radio

2007-03-29 Thread Dmitry Torokhov
Input: polled device skeleton Signed-off-by: Dmitry Torokhov <[EMAIL PROTECTED]> --- drivers/input/misc/Kconfig | 11 ++ drivers/input/misc/Makefile|1 drivers/input/misc/input-polldev.c | 149 + include/linux/input-polldev.h | 46

Re: [PATCH] Cleanup: i386 separate hardware-defined TSS from Linux additions

2007-03-29 Thread Rusty Russell
On Thu, 2007-03-29 at 21:33 -0500, Matt Mackall wrote: > > unsigned short gs, __gsh; > > unsigned short ldt, __ldth; > > unsigned short trace, io_bitmap_base; > > +} __attribute__((packed)); > > + > > +struct tss_struct { > > + struct i386_hw_tss x86_tss; > > + > > /* > >

Re: [2.6.21-rc5-git1][KVM] exception on start VM

2007-03-29 Thread Avi Kivity
Bill Davidsen wrote: Starting a VM for Win98SE: posidon:root> /usr/local/kvm-15/bin/qemu -m 128 -hda Win98SE-2.kvm exception 13 (0) rax f000ff53 rbx rcx 005a rdx 000e rsi 001100c4 rdi 0002a002 rsp 00086650 rbp 0

Re: [QUESTION] check for mem in slab

2007-03-29 Thread Heiko Carstens
> in file mm/slab.c and routine kmem_cache_init() I found there > is no checking for allocated memory on line: > > /* 4) Replace the bootstrap head arrays */ > { > struct array_cache *ptr; > > ptr = kmalloc(sizeof(struct arraycache_init), GFP_KERNEL); > >

Re: Use C++ in kernel module?

2007-03-29 Thread Bongani Hlope
On Friday 30 March 2007 05:49:14 Jan Engelhardt wrote: > On Mar 30 2007 11:37, Conke Hu wrote: > > Is it possible to use C++ in linux kernel module? how? > > I've tested but failed, there is an unknown symbol in the .o file from > > c++ source code. > > You answered it yourself. Linux does not have

spurious kernel error

2007-03-29 Thread Zach
I just noticed this weird kernel message while looking through /var/log/ , I have never noticed this error to occur before and below is the only mention of it I could find in my log files: netrek:/var/log# grep IRQ7 * kern.log:Mar 29 23:44:36 netrek kernel: spurious 8259A interrupt: IRQ7. kernel:

Re: Interface for the new fallocate() system call

2007-03-29 Thread Heiko Carstens
On Thu, Mar 29, 2007 at 07:01:54PM +0200, Jan Engelhardt wrote: > Hi, > > On Mar 29 2007 17:21, Amit K. Arora wrote: > > > >We need to come up with the best possible layout of arguments for the > >fallocate() system call. Various architectures have different > >requirements for how the arguments s

Re: Interface for the new fallocate() system call

2007-03-29 Thread Jakub Jelinek
On Thu, Mar 29, 2007 at 10:10:10AM -0700, Andrew Morton wrote: > > Platform: s390 > > -- > > s390 prefers following layout: > > > >int fallocate(int fd, loff_t offset, loff_t len, int mode) > > > > For details on why and how "int, int, loff_t, loff_t" is a problem on > > s390, ple

Re: [PATCH] kdump/kexec: calculate note size at compile time

2007-03-29 Thread Simon Horman
On Thu, Mar 29, 2007 at 05:41:45PM -0700, Andrew Morton wrote: > On Thu, 29 Mar 2007 12:30:59 +0900 > Simon Horman <[EMAIL PROTECTED]> wrote: > > > [PATCH] kdump/kexec: calculate note size at compile time > > i386 allmodconfig, gcc-4.1.0: > > In file included from init/initramfs.c:508: > include

Re: Interface for the new fallocate() system call

2007-03-29 Thread Heiko Carstens
> > Even ARM prefers above kind of layout. For details please see the > > definition of sys_arm_sync_file_range(). > > This is a clean-looking option. Can s390 be changed to support seven-arg > syscalls? > > > Option of loff_t => high u32 + low u32 > > -- > >

[patch] remove artificial software max_loop limit

2007-03-29 Thread Ken Chen
Remove artificial maximum 256 loop device that can be created due to a legacy device number limit. Searching through lkml archive, there are several instances where users complained about the artificial limit that the loop driver impose. There is no reason to have such limit. This patch rid the

Re: [linux-usb-devel] [RFC] HID bus design overview.

2007-03-29 Thread Li Yu
Dmitry Torokhov wrote: > On 3/28/07, Jiri Kosina <[EMAIL PROTECTED]> wrote: >> >> The crucial thing here is that all reports but the ones that the driver >> registered to will be processed in a standard way by the generic hid bus >> layer, and those reports that the driver registered to will be >>

Re: [linux-usb-devel] [RFC] HID bus design overview.

2007-03-29 Thread Dmitry Torokhov
On Thursday 29 March 2007 23:06, Li Yu wrote: > Dmitry Torokhov wrote: > > On 3/28/07, Jiri Kosina <[EMAIL PROTECTED]> wrote: > >> > >> The crucial thing here is that all reports but the ones that the driver > >> registered to will be processed in a standard way by the generic hid bus > >> layer, a

Re: [linux-usb-devel] [RFC] HID bus design overview.

2007-03-29 Thread Li Yu
Dmitry Torokhov wrote: > On Thursday 29 March 2007 23:06, Li Yu wrote: > >> Dmitry Torokhov wrote: >> >>> On 3/28/07, Jiri Kosina <[EMAIL PROTECTED]> wrote: >>> The crucial thing here is that all reports but the ones that the driver registered to will be processed in a stan

Re: [BUG] ethX misnumbered and one missing in mii-tool

2007-03-29 Thread Andrei Popa
On Thu, 2007-03-29 at 21:21 -0700, Jesse Brandeburg wrote: > added netdev. > > On 3/29/07, Andrei Popa <[EMAIL PROTECTED]> wrote: > > In a dual core 2 server with an intel motherboard and 5 network > > cards(two onboard) and 1 pci express card with two slots and one pci-x > > pci64 card the kernel

Re: [git patches] net driver fixes

2007-03-29 Thread Samuel Ortiz
On 3/30/2007, "Guennadi Liakhovetski" <[EMAIL PROTECTED]> wrote: >On Thu, 29 Mar 2007, Jeff Garzik wrote: > >> Guennadi Liakhovetski wrote: >>> Jeff, might be worth getting the sk_buff leak fix in ppp from >>> http://www.spinics.net/lists/netdev/msg27706.html in 2.6.21 too? >>> >>> Don't know how

<    1   2   3