Question about your git habits

2008-02-22 Thread Chase Venters
I've been making myself more familiar with git lately and I'm curious what habits others have adopted. (I know there are a few documents in circulation that deal with using git to work on the kernel but I don't think this has been specifically covered). My question is: If you're working on mult

Re: [PATCH] rfc: threaded epoll_wait thundering herd

2007-05-07 Thread Chase Venters
On Mon, 7 May 2007, Davide Libenzi wrote: On Mon, 7 May 2007, Chase Venters wrote: I'm working on event handling code for multiple projects right now, and my method of calling epoll_wait() is to do so from several threads. I've glanced at the epoll code but obviously haven't n

Re: [PATCH] rfc: threaded epoll_wait thundering herd

2007-05-07 Thread Chase Venters
On Sat, 5 May 2007, Davide Libenzi wrote: On Fri, 4 May 2007, Davi Arnaut wrote: Hi, If multiple threads are parked on epoll_wait (on a single epoll fd) and events become available, epoll performs a wake up of all threads of the poll wait list, causing a thundering herd of processes trying to

Re: Back to the future.

2007-04-26 Thread Chase Venters
On Thu, 26 Apr 2007, Linus Torvalds wrote: Once you have that snapshot image in user space you can do anything you want. And again: you'd hav a fully working system: not any degradation *at*all*. If you're in X, then X will continue running etc even after the snapshotting, although obviously th

Re: forbid to strace a program

2005-09-03 Thread Chase Venters
an't break it (eg... you always have the brute force option, but good crypto intends to make such an option impossible without expending zillions of clock cycles). Can I ask why you want to hide the database password from root? Regards, Chase Venters - To unsubscribe from this list:

Re: [PATCH] New: Omnikey CardMan 4040 PCMCIA Driver

2005-09-03 Thread Chase Venters
> Um, 100/100 = 1, not 0? Oh my... it's been a long day. Regards, Chase Venters - 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 rea

Re: [PATCH] New: Omnikey CardMan 4040 PCMCIA Driver

2005-09-03 Thread Chase Venters
just now getting my feet wet in kernel development. Just making comments based on what I (think) I know at this point. Best Regards, Chase Venters - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo

Re: Second "CPU" of 1-core HyperThreading CPU not found in 2.6.13

2005-08-30 Thread Chase Venters
> Complete 'dmesg' please. See below. Thanks, Chase Linux version 2.6.13 ([EMAIL PROTECTED]) (gcc version 3.3.5-20050130 (Gentoo Linux 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7.1)) #2 SMP Sun Aug 28 23:54:34 CDT 2005 BIOS-provided physical RAM map: BIOS-e820: - 000

Re: Second "CPU" of 1-core HyperThreading CPU not found in 2.6.13

2005-08-30 Thread Chase Venters
> I needed CONFIG_PM=y and CONFIG_ACPI=y to get ht working on 2.6.13. CONFIG_ACPI and CONFIG_PM are enabled here. Thanks, Chase Venters - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo

Re: Second "CPU" of 1-core HyperThreading CPU not found in 2.6.13

2005-08-30 Thread Chase Venters
On Tuesday 30 August 2005 07:06 am, you wrote: > On 8/30/05, Chase Venters <[EMAIL PROTECTED]> wrote: > > Greetings kind hackers... > > I recently switched to 2.6.13 on my desktop. I noticed that the > > second "CPU" (is there a better term to use in th

Re: odd socket behavior

2005-08-30 Thread Chase Venters
The socket is probably just lingering. Check the socket manual page in section 7 (man 7 socket) for more information. On Tuesday 30 August 2005 01:53 am, you wrote: > Hello all, > > I am seeing something odd w/sockets. I have an app > that opens and closes network sockets. When the app > termin

Second "CPU" of 1-core HyperThreading CPU not found in 2.6.13

2005-08-29 Thread Chase Venters
Enable- Capabilities: [78] #10 [0011] Thanks, Chase Venters - 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/