Re: Git-commits mailing list feed.

2005-04-21 Thread Greg KH
On Thu, Apr 21, 2005 at 08:24:36AM +0200, Jan Dittmer wrote: David Woodhouse wrote: As of some time in the fairly near future, the [EMAIL PROTECTED] mailing list will be carrying real commits from Linus' live git repository, instead of just testing patches. Have fun. What about the

[patch 1/2] kstrdup: implementation

2005-04-21 Thread Robert Love
Rusty and I's LCA kernel tutorial again brought up kstrdup(). Let's close this never ending saga and provide a standard kernel implementation. As an example of the savings from such a patch, there are a handful of existing strdup() implementations and what looks like 100s of open coded strdup()

[patch 2/2] kstrdup: replace a few

2005-04-21 Thread Robert Love
Rusty and I's LCA kernel tutorial again brought up kstrdup(). Let's close this never ending saga and provide a standard kernel implementation. Convert a few existing implementations, with a nice net loss of 50 lines. Still way more to go. Best, Robert Love Convert a bunch of

Re: [patch 1/2] kstrdup: implementation

2005-04-21 Thread Adrian Bunk
On Thu, Apr 21, 2005 at 11:41:15PM -0400, Robert Love wrote: Rusty and I's LCA kernel tutorial again brought up kstrdup(). Let's close this never ending saga and provide a standard kernel implementation. ... This is a good example why development against Linus' tree is ofter pointless: A

Re: [patch 1/2] kstrdup: implementation

2005-04-21 Thread Robert Love
On Fri, 2005-04-22 at 05:51 +0200, Adrian Bunk wrote: This is a good example why development against Linus' tree is ofter pointless: Seriously. A similar patch is already in -mm. But...woohoo! Robert Love - To unsubscribe from this list: send the line unsubscribe linux-kernel in

[PATCH] Clean-up and bug fix for tdfxfb framebuffer size detection

2005-04-21 Thread Richard Drummond
Attached is a patch against 2.6.11.7 which tidies up the tdfxfb framebuffer size detection code a little and fixes the broken support for Voodoo4/5 cards. (I haven't tested this on a Voodoo5, however, because I don't have the hardware). Signed-off-by: Richard Drummond [EMAIL PROTECTED] ---

[PATCH] Better PLL frequency matching for tdfxfb driver

2005-04-21 Thread Richard Drummond
Attached is a patch against 2.6.11.7 which improves the PLL frequency matching in the tdfxfb driver. Instead of requiring 64260 iterations to obtain the closest supported PLL frequency, this code does it with the same degree of accuracy in at most 768 iterations. Signed-off-by: Richard

Re: [patch] inotify for 2.6.12-rc3.

2005-04-21 Thread Robert Love
On Thu, 2005-04-21 at 01:13 -0400, Robert Love wrote: Live from linux.conf.au, below is inotify against 2.6.12-rc3. Mark the open inotify device as nonseekable, so lseek() and such do not work. Signed-off-by: Robert Love [EMAIL PROTECTED] fs/inotify.c |2 ++ 1 files changed, 2

[patch] updated inotify for 2.6.12-rc3.

2005-04-21 Thread Robert Love
On Thu, 2005-04-21 at 01:13 -0400, Robert Love wrote: Live from linux.conf.au, below is inotify against 2.6.12-rc3. Here is an updated rediff for 2.6.12-rc3, with the changes from the last day or so added: - Add oneshot support for Tridge and Jeremy. - Send IN_ATTRIB event on

[PATCH] dontdiff file sorted in alphabet order

2005-04-21 Thread aq
hello, The Documentation/dontdiffI file of 2.6.12-rc3 kernel is a little messy. Here is a patch to sort the content of that file in alphabet order. Please apply. # diffstat dontdiff.patch dontdiff | 136 +++ 1 files changed, 68

Re: Linux Kernel

2005-04-21 Thread Matan Peled
Marcondes Monteiro de Arau wrote: Hi! I'm university student in Brazil and would like to know if during the process of compilation of the kernel of the linux the tecnology of cluster is used. Marcondes Are you talking about using a cluster to compile the kernel? In that case,

Re: ia64 git pull

2005-04-21 Thread Horst von Brand
Petr Baudis [EMAIL PROTECTED] said: [...] The way to work around that is to setup separate rsync URIs for each of the trees. ;-) I think I will make git-pasky (Cogito) accept also URIs in form rsync://host/path!branchname which will allow you to select the particular branch in the

<    1   2   3   4   5   6