Re: [RFC] Linux Kernel Subversion Howto

2005-02-08 Thread Larry McVoy
On Wed, Feb 09, 2005 at 03:35:37AM +0100, Roman Zippel wrote: Hi, On Tue, 8 Feb 2005, Jon Smirl wrote: Larry has said he will do the work you want if you pay him. Usually I'm all for giving the benefit of the doubt, but in this case I'd prefer to know exactly, what I would get for the

Re: [RFC] Linux Kernel Subversion Howto

2005-02-08 Thread Roman Zippel
Hi, On Tue, 8 Feb 2005, Larry McVoy wrote: Nice, Roman. All I need is a cooperating third party who is willing to give me your code under a different (albeit invalid) license. Short version: Bullshit. Long version: See previous mails. bye, Roman - To unsubscribe from this list: send the

Re: [Lse-tech] [PATCH] cpusets - big numa cpu and memory placement

2005-02-08 Thread Nick Piggin
Matthew Dobson wrote: Nick Piggin wrote: I didn't really follow where that idea went, but I think at least a few people thought that sort of functionality wasn't nearly fancy enough! :) Well, that's about how far the idea was supposed to go. ;) I think named hierarchical sched_domains would

[2.6 patch] drivers/isdn/pcbit/: possible cleanups

2005-02-08 Thread Adrian Bunk
This patch contains the following possible cleanups: - make some needlessly global functions static - remove the following unused global functions: - callbacks.c: cb_out_3 - capi.c: capi_decode_disc_conf Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/isdn/pcbit/callbacks.c | 17

[2.6 patch] drivers/isdn/i4l/: possible cleanups

2005-02-08 Thread Adrian Bunk
This patch contains the following possible cleanups: - make needlessly global code static - remove the following unused global function: - isdn_audio.c: isdn_audio_2adpcm_flush - remove the following unused struct: - isdn_net.c: isdn_concap_demand_dial_dops Signed-off-by: Adrian Bunk [EMAIL

Re: [RFC] Linux Kernel Subversion Howto

2005-02-08 Thread Roman Zippel
Hi, On Tue, 8 Feb 2005, Jon Smirl wrote: Write up a proposal of what you need. Send it to Larry and ask for a quote. Larry will probably even help you fill in things you missed in the proposal. Come to an agreement on terms for the proposal. Raise the cash, send it to Larry, wait for the

[2.6 patch] drivers/isdn/sc/: possible cleanups

2005-02-08 Thread Adrian Bunk
This patch contains the following possible cleanips: - make some needlessly global code static - remove the compiled but completely unused debug.c - remove or #if 0 the following unused global functions: - command.c: loopback - command.c: loadproc - init.c: irq_supported - packet.c:

[2.6 patch] drivers/isdn/tpam/: possible cleanups

2005-02-08 Thread Adrian Bunk
This patch makes the following possible cleanups: - tpam_hdlc.c: make the needlessly global variable stuffs static - tpam_nco.c: remove the unused global function build_ADestroyNCOReq Signed-off-by: Adrian Bunk [EMAIL PROTECTED] --- drivers/isdn/tpam/tpam.h |1 -

Re: [RFC] Linux Kernel Subversion Howto

2005-02-08 Thread Jon Smirl
On Wed, 9 Feb 2005 03:57:37 +0100 (CET), Roman Zippel [EMAIL PROTECTED] wrote: Hi, On Tue, 8 Feb 2005, Jon Smirl wrote: Write up a proposal of what you need. Send it to Larry and ask for a quote. Larry will probably even help you fill in things you missed in the proposal. Come to an

again cifs oops in 2.6.8.1

2005-02-08 Thread Clemens Schwaighofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I got again too cifs oops: Feb 7 18:17:07 ramen kernel: c02180d4 Feb 7 18:17:07 ramen kernel: SMP Feb 7 18:17:07 ramen kernel: Modules linked in: loop ntfs appletalk ipx p8022 psnap llc usbcore Feb 7 18:17:07

Re: [RFC] Linux Kernel Subversion Howto

2005-02-08 Thread Larry McVoy
On Wed, Feb 09, 2005 at 03:47:49AM +0100, Roman Zippel wrote: Hi, On Tue, 8 Feb 2005, Larry McVoy wrote: Nice, Roman. All I need is a cooperating third party who is willing to give me your code under a different (albeit invalid) license. Short version: Bullshit. Long version: See

[PATCH] kernel/fork.c: VM accounting bugfix (2.6.11-rc3-bk5)

2005-02-08 Thread Mark F. Haigh
Unless I'm missing something, in kernel/fork.c, dup_mmap(): if (security_vm_enough_memory(len)) goto fail_nomem; /* ... */ fail_nomem: retval = -ENOMEM; vm_unacct_memory(charge); /* ... */ If security_vm_enough_memory() fails

[PATCH] kernel/fork.c: VM accounting bugfix (2.6.11-rc3-bk5)

2005-02-08 Thread Mark F. Haigh
[Aargh! Missing Signed-off-by.] Unless I'm missing something, in kernel/fork.c, dup_mmap(): if (security_vm_enough_memory(len)) goto fail_nomem; /* ... */ fail_nomem: retval = -ENOMEM; vm_unacct_memory(charge); /* ... */ If

Re: 2.6.11-rc3-mm1

2005-02-08 Thread Marcos D. Marado Torres
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 4 Feb 2005, Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc3/2.6.11-rc3-mm1/ Andrew, Please add to -mm the patch in attachment, since it solves the old acpi_power_off bug... Best Regards, Marcos

Re: [Lse-tech] [PATCH] cpusets - big numa cpu and memory placement

2005-02-08 Thread Paul Jackson
Nick wrote: The biggest issues may be the userspace interface and a decent userspace management tool. One possibility, perhaps, would be to have a boolean flag sched_domain on each cpuset, indicating whether it was a sched domain or not. If a cpuset had its sched_domain flag set, then that

Re: 2.6.11-rc3-mm1

2005-02-08 Thread Andrew Morton
Marcos D. Marado Torres [EMAIL PROTECTED] wrote: Please add to -mm the patch in attachment, since it solves the old acpi_power_off bug... What acpi_power_off bug? And how does it solve it? Thanks. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a

Re: 2.6.11-rc3-mm1

2005-02-08 Thread Zwane Mwaikambo
On Wed, 9 Feb 2005, Marcos D. Marado Torres wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 4 Feb 2005, Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11-rc3/2.6.11-rc3-mm1/ Andrew, Please add to -mm the patch in attachment,

Re: VM disk cache behavior.

2005-02-08 Thread Kevin Puetz
Andy Isaacson wrote: Most likely is that your app isn't behaving in a cache-friendly way.If your file will fit in memory, just fault it in sequentially (wc -l file) and then your app should cook.Ifyou'renotgoingtofitinmemory, the vm caching will probably only help if you have some reuse; you

Re: [PATCH] Makefiles are not built using a Fortran compiler

2005-02-08 Thread Sam Ravnborg
Hi Kai - long time.. The SCCS rules is the sole reason why -rR has not been enabled. An easy way to make sure that the SCCS business is not a factor would be to explicitly put the SCCS rules into the Makefile -- it's just two lines. Yup, I will do that when 2.6.11 opens up. If other rules

Re: 2.6.10 kprobes/jprobes panic

2005-02-08 Thread Prasanna S Panchamukhi
Hi Badri, Hi, I ran into this while playing with jprobes in 2.6.10. I tried to install jprobe handler on a invalid address, User should prevent inserting jprobes on an invalid address. I get OOPS. I was hoping for a error check and a graceful exit rather than kernel Oops. Error

2.4.x kernel BUG at filemap.c:81

2005-02-08 Thread Todd Shetter
Running slackware 10 and 10.1, with kernels 2.4.26, 2.4.27, 2.4.28, 2.4.29 with highmem 4GB, and highmem i/o support enabled, I get a system lockup. This happens in both X and console. Happens with and without my Nvidia drivers loaded. I cannot determine what makes this bug present it self

Re: [RFC] Linux Kernel Subversion Howto

2005-02-08 Thread Kevin Puetz
Olaf Dietsche wrote: Stelian Pop [EMAIL PROTECTED] writes: I must test this...), plus 600 MB per working copy. If you use svk http://svk.elixus.org/ for the client side, there's (almost?) no overhead. Regards, Olaf. erm, svk is cool and all, but it keeps a local repository mirror (not

Re: [RFC] Linux Kernel Subversion Howto

2005-02-08 Thread Gene Heskett
On Tuesday 08 February 2005 21:57, Roman Zippel wrote: Hi, On Tue, 8 Feb 2005, Jon Smirl wrote: Write up a proposal of what you need. Send it to Larry and ask for a quote. Larry will probably even help you fill in things you missed in the proposal. Come to an agreement on terms for the

Re: 2.6.11-rc3-mm1: two oops on startup

2005-02-08 Thread Clemens Schwaighofer
Hi, during startup I get too oops on my Box. It's a debian/unstable. dmesg from right after the start and the kernel config are attached. -- [ Clemens Schwaighofer -=:~ ] [ TBWA\ TEQUILA\ Japan IT Group ] [6-17-2 Ginza

Re: 2.6.11-rc3-mm1: two oops on startup

2005-02-08 Thread Andrew Morton
Clemens Schwaighofer [EMAIL PROTECTED] wrote: during startup I get too oops on my Box Yes, it is being worked on. You'll need to CONFIG_INOTIFY=n, thanks. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info

Re: 2.6.11-rc3-mm1: two oops on startup

2005-02-08 Thread Clemens Schwaighofer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/09/2005 03:09 PM, Andrew Morton wrote: Clemens Schwaighofer [EMAIL PROTECTED] wrote: during startup I get too oops on my Box Yes, it is being worked on. You'll need to CONFIG_INOTIFY=n, thanks. okay, thanks. - -- [ Clemens

[PATCH] OProfile: exit.text referenced in init.text

2005-02-08 Thread Zwane Mwaikambo
The linker doesn't complain, but i got this error on ARM which has similar code. oprofile_arch_exit: discarded in section `.exit.text' from arch/arm/oprofile/built-in.o arch/arm/oprofile/built-in.o(.init.text+0x4c): In function `oprofile_init': : relocation truncated to fit: R_ARM_PC24

Re: [PATCH] kernel/fork.c: VM accounting bugfix (2.6.11-rc3-bk5)

2005-02-08 Thread Chris Wright
Hi Mark, * Mark F. Haigh ([EMAIL PROTECTED]) wrote: [Aargh! Missing Signed-off-by.] Unless I'm missing something, in kernel/fork.c, dup_mmap(): if (security_vm_enough_memory(len)) goto fail_nomem; /* ... */ fail_nomem: retval =

Re: [RFC] Linux Kernel Subversion Howto

2005-02-08 Thread Alexandre Oliva
On Feb 8, 2005, [EMAIL PROTECTED] (Larry McVoy) wrote: I think you are dreaming. You've gone from wanting enough information to supposedly debug your source tree to being explicit about wanting to recreate the entire BK history in a different system. The answer is no, that's a clear

Re: Question regarding e1000 driver and dropped packets (2.6.5 / 2.6.10)?

2005-02-08 Thread Bukie Mabayoje
Bukie Mabayoje wrote: Can you do a simple test? Connect the two box to the same switch. ( No other box should be on the physical bus) 1. Send packets from BoxA --- BoxB ( Record the stats) 2. Send packets from BoxB --- BoxA(Record the stats) 3. Send packets

Re: [PATCH] Fix ALPS sync loss

2005-02-08 Thread Vojtech Pavlik
On Tue, Feb 08, 2005 at 06:40:12PM -0500, Dmitry Torokhov wrote: Hi, Here is the promised patch. It turns out protocol validation code was a bit (or rather a byte ;) ) off. Please let me know if it fixes your touchpad and I believe it would be nice to have it in 2.6.11. Yes, I can't

Re: [2.6 patch] drivers/isdn/hardware/eicon/: misc possible cleanups

2005-02-08 Thread Armin Schindler
On Wed, 9 Feb 2005, Adrian Bunk wrote: On Sun, Feb 06, 2005 at 11:18:18AM +0100, Armin Schindler wrote: Hi Adrian, Hi Armin, thanks for the proposed patch. Making the functions static is a good idea, I will check and test this. Removing some functions, especially from io.* and di.*

<    1   2   3   4   5   6