linux-kernel mailing list

FromSubjectsort iconDate
David J. Wilder
[patch 3/3] Trace sample
Trace example - Adds the trace example to samples/ Signed-off-by: David Wilder <dwilder@us.ibm.com> --- samples/Kconfig | 6 ++ samples/Makefile | 2 +- samples/trace/Makefile | 4 + samples/trace/fork_trace.c | 132 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 143 insertions(+), 1 deletions(-) diff --git a/samples/Kconfig b/samples/Kconfig index 74d97cc..980c574 100644 --- a/samples/Kconfig +++ b/samples/Kconfig @@ -22,5 +22,11 @@ c...
Mar 3, 7:52 pm 2008
David J. Wilder
[patch 2/3] Trace code and documentation
Trace - Provides tracing primitives Signed-off-by: Tom Zanussi <zanussi@us.ibm.com> Signed-off-by: Martin Hunt <hunt@redhat.com> Signed-off-by: David Wilder <dwilder@us.ibm.com> --- Documentation/trace.txt | 210 ++++++++++++++++++ include/linux/trace.h | 99 +++++++++ lib/Kconfig | 9 + lib/Makefile | 2 + lib/trace.c | 563 +++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 883 insertions(+), 0 deletions(-) diff...
Mar 3, 7:52 pm 2008
David J. Wilder
[patch 1/3] Relay Reset Consumed
This patch allows relay channels to be reset i.e. unconsumed. Basically allows a 'rewind' function for flight-recorder tracing. Signed-off-by: Tom Zanussi <zanussi@us.ibm.com> Signed-off-by: David Wilder <dwilder@us.ibm.com> --- Documentation/filesystems/relay.txt | 11 ++++++ include/linux/relay.h | 1 + kernel/relay.c | 58 ++++++++++++++++++++++++++++++++--- 3 files changed, 65 insertions(+), 5 deletions(-) diff --git a/Documentation/fil...
Mar 3, 7:51 pm 2008
David J. Wilder
[PATCH 0/3] A kernel tracing interface (updated)
These patches provide a kernel tracing interface called "trace". ChangeLog: -Added "Examples of user interface" to doc. -Fix state write to match only on exact commands. -Updated to 2.6.25-rc2-mm1 -Added a new example that demonstrates per-cpu continuous tracing of data generated using marker probes. -Removed inline from relay patch. -Moved examples into /sample directory. The motivation for "trace" is to: - Provide a simple set of tracing primitives that will utilize the high- performance...
Mar 3, 7:51 pm 2008
Neil Brown
Re: [PATCH 00/28] Swap over NFS -v16
Hi Peter, Thanks for trying to spell it out for me. :-) Maybe... 1/ Memory is used a/ in caches, such as the fragment cache and the route cache b/ in transient allocations on their way from one place to another. e.g. network card to fragment cache, frag cache to socket. The caches can (do?) impose a natural limit on the amount of memory they use. The transient allocations should be satisfied from the normal low watermark pool. When we a...
Mar 3, 7:41 pm 2008
Harvey Harrison
[PATCH] security: replace remaining __FUNCTION__ occurences
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- security/commoncap.c | 4 ++-- security/keys/internal.h | 8 ++++---- security/root_plug.c | 2 +- security/security.c | 8 ++++---- security/selinux/hooks.c | 16 ++++++++-------- security/selinux/netlink.c | 2 +- security/selinux/selinuxfs.c | 8 ++++---- security/selinux/ss/services.c | 4 ++-- 8 files change...
Mar 3, 7:36 pm 2008
Harvey Harrison
[PATCH] sound: replace remaining __FUNCTION__ occurences
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- sound/arm/pxa2xx-ac97.c | 8 ++++---- sound/core/init.c | 2 +- sound/isa/sb/sb16_csp.c | 28 ++++++++++++++-------------- sound/isa/sb/sb_common.c | 6 +++--- sound/oss/trident.h | 2 +- sound/oss/vwsnd.c | 6 +++--- sound/pci/ad1889.c | 4 ++-- sound/pci/als300.c | 4 ++-- ...
Mar 3, 7:32 pm 2008
Suresh Siddha
[patch 2/2] x86, fpu: lazy allocation of FPU area - v3
Only allocate the FPU area when the application actually uses FPU, i.e., in the first lazy FPU trap. This could save memory for non-fpu using apps. Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com> Cc: Arjan van de Ven <arjan@linux.intel.com> --- v3: Fixed the non-atomic calling sequence in atomic context. v2: Ported to x86.git#testing with some name changes. --- Index: linux-2.6-x86/arch/x86/kernel/i387.c =================================================================== -...
Mar 3, 7:02 pm 2008
Suresh Siddha
[patch 1/2] x86, fpu: split FPU state from task struct - v3
Split the FPU save area from the task struct. This allows easy migration of FPU context, and it's generally cleaner. It also allows the following two optimizations: 1) only allocate when the application actually uses FPU, so in the first lazy FPU trap. This could save memory for non-fpu using apps. Next patch does this lazy allocation. 2) allocate the right size for the actual cpu rather than 512 bytes always. Patches enabling xsave/xrstor support (coming shortly) will take advantage of this. ...
Mar 3, 7:02 pm 2008
Rafael J. Wysocki
[RFC][PATCH] PM: Make PM core handle device registrations co...
Hi, The appended patch is intended to fix the issue with the PM core that it allows device registrations to complete successfully even if they run concurrently with the suspending of their parents, which may lead to a wrong ordering of devices on the dpm_active list and, as a result, to failures during suspend and hibernation transitions. Comments welcome. Thanks, Rafael --- From: Rafael J. Wysocki <rjw@sisk.pl> Modify the PM core to protect its data structures, specifically the...
Mar 3, 7:10 pm 2008
Bryan Wu
[GIT PULL] Blackfin arch fixing for 2.6.25-rc4
Hi Linus, Please pull from 'for-linus' branch of master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6.git for-linus to receive the following updates: arch/blackfin/kernel/fixed_code.S | 12 ++++++------ arch/blackfin/mach-bf548/boards/ezkit.c | 4 ++-- arch/blackfin/mach-common/entry.S | 5 ++++- include/asm-blackfin/unistd.h | 6 ++++-- 4 files changed, 16 insertions(+), 11 deletions(-) Bryan Wu (1): [Blackfin] arch: add new timerfd s...
Mar 3, 6:54 pm 2008
Rafael J. Wysocki
[PATCH] Device core: Remove dpm_sysfs_remove() from error pa...
Hi Greg, The appended patch fixes a bug in the error path of device_add(). Please accept it for 2.6.25. Thanks, Rafael --- From: Rafael J. Wysocki <rjw@sisk.pl> Since device_pm_remove(dev) calls dpm_sysfs_remove(dev), it's incorrect to call the latter after the former in the device_add() error path. Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl> --- drivers/base/core.c | 1 - 1 file changed, 1 deletion(-) Index: linux-2.6/drivers/base/core.c =====================...
Mar 3, 6:46 pm 2008
Tony Luck
Re: [PATCH 2.6.20-rc2-git1] start_kernel: Test if irq's got ...
> + printk(KERN_WARNING "start_kernel(): bug: interrupts were enabled *very* early, fixing it\n"); I built and booted the next-20080303 tag from linux-next and found the above warning in my console log on ia64 (this is new ... I've never seen this message before, even though this patch was applied January 2007). Hunting this down, I found the enabler was the lock_kernel() call on line 536 of init/main.c ... doesn't than happen to other archs too? We get into the first call to l...
Mar 3, 6:46 pm 2008
Masami Hiramatsu
[PATCH][2.6.25-rc2-mm1] fix a null pointer bug in register_k...
Fix a bug in regiseter_kretprobe() which does not check rp->kp.symbol_name == NULL before calling kprobe_lookup_name. For maintainability, this introduces kprobe_addr helper function which resolves addr field. It is used by register_kprobe and register_kretprobe. Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com> CC: Ananth N Mavinakayanahalli <ananth@in.ibm.com> CC: Jim Keniston <jkenisto@us.ibm.com> --- kernel/kprobes.c | 43 ++++++++++++++++++++++++++------------...
Mar 3, 6:26 pm 2008
Andrew Morton
Re: [PATCH][2.6.25-rc2-mm1] fix a null pointer bug in regist...
On Mon, 03 Mar 2008 17:26:36 -0500 implies (to me) that the patch fixes a bug which is only in -mm. But afacit this is a bugfix against mainline, yes? --
Mar 3, 6:36 pm 2008
Masami Hiramatsu
Re: [PATCH][2.6.25-rc2-mm1] fix a null pointer bug in regist...
Yes, that bug is also in mainline... Thank you, -- Masami Hiramatsu Software Engineer Hitachi Computer Products (America) Inc. Software Solutions Division e-mail: mhiramat@redhat.com --
Mar 3, 6:59 pm 2008
Alfred E. Heggestad
Re: [PATCH] input: driver for USB VoIP phones with CM109 chi...
thanks for the hint. could you let me know how I can fix this properly, or point me to some USB driver code that implements this correctly.. ? --
Mar 3, 6:10 pm 2008
Lukas Hejtmanek
2.6.25 possible regression usbfs options ignored?
Hello, I'm using 2.6.25-rc3. It seems that options for usbfs (devgid and devmode) are ignored. # mount | grep usbfs none on /proc/bus/usb type usbfs (rw,devgid=46,devmode=0664) /proc/bus/usb# ls -l total 0 dr-xr-xr-x 2 root root 0 2008-03-03 10:41 001 dr-xr-xr-x 2 root root 0 2008-03-03 10:41 002 dr-xr-xr-x 2 root root 0 2008-03-03 10:41 003 dr-xr-xr-x 2 root root 0 2008-03-03 10:41 004 dr-xr-xr-x 2 root root 0 2008-03-03 10:41 005 dr-xr-xr-x 2 root root 0 2008-03-03 10:41 006 dr-xr-xr-x ...
Mar 3, 5:54 pm 2008
Adrian Bunk
[2.6 patch] fix drivers/net/atarilance.c compilation
This patch fixes the following build error: <-- snip --> ... CC [M] drivers/net/atarilance.o {standard input}: Assembler messages: {standard input}:406: Error: symbol `Lberr' is already defined {standard input}:460: Error: symbol `Lberr' is already defined make[3]: *** [drivers/net/atarilance.o] Error 1 <-- snip --> Signed-off-by: Adrian Bunk <bunk@kernel.org> --- drivers/net/atarilance.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 0e01f...
Mar 3, 5:34 pm 2008
Josef Bacik
[PATCH] fix mount option parsing for ext3/4
Hello, Noticed that the "resize" option won't be noticed as it comes after the NULL option, so if you try to mount (or in this case remount) with that option it won't be recognized. Both ext3 and ext4 have this problem. Thank you, Signed-off-by: Josef Bacik <jbacik@redhat.com> Index: linux-2.6/fs/ext3/super.c =================================================================== --- linux-2.6.orig/fs/ext3/super.c +++ linux-2.6/fs/ext3/super.c @@ -806,8 +806,8 @@ static match_table_t to...
Mar 3, 5:10 pm 2008
Suresh Siddha
[patch] x86, i387: fix ptrace leakage using init_fpu()
This needs to go into 2.6.25. Thanks. --- This bug is introduced by the recent i387 merge. Current usage of unlazy_fpu() in ptrace specific routines is wrong. unlazy_fpu() will not init fpu if the task never used math. So the ptrace calls can expose the parent tasks FPU data in some cases. Replace it with the init_fpu() which will init the math state, if the task never used math before. Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com> --- diff --git a/arch/x86/kernel/i387.c...
Mar 3, 5:01 pm 2008
Roland McGrath
Re: [patch] x86, i387: fix ptrace leakage using init_fpu()
Looks like a good fix to me. Thanks, Roland --
Mar 3, 5:12 pm 2008
Harvey Harrison
[PATCH] kvm: replace remaining __FUNCTION__ occurances
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- Against kvm.git:master arch/x86/kvm/lapic.c | 8 ++++---- arch/x86/kvm/mmu.c | 34 +++++++++++++++++----------------- arch/x86/kvm/paging_tmpl.h | 14 +++++++------- arch/x86/kvm/svm.c | 14 +++++++------- arch/x86/kvm/vmx.c | 6 +++--- arch/x86/kvm/x86.c | 12 ++++++------ 6 files changed, 44 insertions(+), 44 deletions(-) diff...
Mar 3, 4:59 pm 2008
Robert P. J. Day
[PATCH] KBUILD: Allow generalization of "unifdef" utility.
Allow the user to override the selection of "unifdef" utility when generating user-space header files. This allows the user to select the more powerful "sunifdef" program, which is more stringent with respect to cleaning and syntax checking. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> --- obviously, if a user chooses to not take advantage of this feature, it should make no difference whatsoever. but "sunifdef" is more strict in terms of cleaning compound preprocessor di...
Mar 3, 4:27 pm 2008
Harvey Harrison
[PATCH] net: replace remaining __FUNCTION__ occurances
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- This was done with sed and looking over the results afterwards, haven't reviewed every line. net/8021q/vlan_dev.c | 12 +- net/8021q/vlanproc.c | 2 +- net/9p/error.c | 2 +- net/bridge/br_sysfs_br.c | 6 +- net/core/sock.c | 2 +- net/dcc...
Mar 3, 4:16 pm 2008
Harvey Harrison
[PATCH] x86: replace remaining __FUNCTION__ occurances
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- arch/x86/kernel/alternative.c | 8 ++++---- arch/x86/kernel/irq_32.c | 2 +- arch/x86/kernel/srat_32.c | 10 +++++----- arch/x86/kernel/summit_32.c | 12 ++++++------ arch/x86/kvm/lapic.c | 8 ++++---- arch/x86/kvm/mmu.c | 34 +++++++++++++++++----------------- arch/x86/kvm/paging_tmpl.h | 14 +++++++------- arch/x86/kvm/svm.c ...
Mar 3, 3:37 pm 2008
Avi Kivity
Re: [PATCH] x86: replace remaining __FUNCTION__ occurances
Please send the kvm parts against kvm.git instead of mainline to avoid needless merges. -- Any sufficiently difficult bug is indistinguishable from a feature. --
Mar 3, 4:48 pm 2008
Harvey Harrison
Re: [PATCH] x86: replace remaining __FUNCTION__ occurances
Sure, I'll send a split out patch against kvm.git Ingo, do you mind chopping the diff to apply just the x86-specific stuff or do you want a split patch as well? Harvey --
Mar 3, 4:56 pm 2008
Harvey Harrison
[PATCH] uml: replace remaining __FUNCTION__ occurance
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- arch/um/drivers/line.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/um/drivers/line.c b/arch/um/drivers/line.c index 2c898c4..10b86e1 100644 --- a/arch/um/drivers/line.c +++ b/arch/um/drivers/line.c @@ -304,7 +304,7 @@ int line_ioctl(struct tty_struct *tty, struct file * file, break; if (i == ARRAY_SIZE(tty_ioctls)) { printk(KERN_ERR "%...
Mar 3, 3:31 pm 2008
Jiri Slaby
Re: [PATCH] uml: replace remaining __FUNCTION__ occurance
[...] >-- > 1.5.4.3.500.g83a2c please, use git send-email --thread --
Mar 3, 4:12 pm 2008
Harvey Harrison
[PATCH] xtensa: replace remaining __FUNCTION__ occurance
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- arch/xtensa/kernel/irq.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/xtensa/kernel/irq.c b/arch/xtensa/kernel/irq.c index c9ea73b..5fbcde5 100644 --- a/arch/xtensa/kernel/irq.c +++ b/arch/xtensa/kernel/irq.c @@ -48,7 +48,7 @@ asmlinkage void do_IRQ(int irq, struct pt_regs *regs) if (irq >= NR_IRQS) { printk(KERN_EMERG "%s: cannot handle ...
Mar 3, 3:29 pm 2008
Adrian Bunk
sparc vs. gcc 4.3
Trying to build a sparc kernel with a gcc 4.3 release candidate fails with the following error: <-- snip --> ... LD arch/sparc/boot/image arch/sparc/kernel/built-in.o:(__ex_table+0x394): undefined reference to `kernel_unaligned_trap_fault' arch/sparc/kernel/built-in.o:(__ex_table+0x39c): undefined reference to `kernel_unaligned_trap_fault' arch/sparc/kernel/built-in.o:(__ex_table+0x3a4): undefined reference to `kernel_unaligned_trap_fault' arch/sparc/kernel/built-in.o:(__ex_table...
Mar 3, 3:26 pm 2008
David Miller
Re: sparc vs. gcc 4.3
From: Adrian Bunk <bunk@kernel.org> Adrian, here is the patch I'll submit to fix this. Thanks for your report. commit f0e98c387e61de00646be31fab4c2fa0224e1efb Author: David S. Miller <davem@davemloft.net> Date: Mon Mar 3 15:01:05 2008 -0800 [SPARC]: Fix link errors with gcc-4.3 Reported by Adrian Bunk. Just like in changeset a3f9985843b674cbcb58f39fab8416675e7ab842 ("[SPARC64]: Move kernel unaligned trap handlers into assembler file.") we have ...
Mar 3, 7:02 pm 2008
David Miller
Re: sparc vs. gcc 4.3
From: Adrian Bunk <bunk@kernel.org> We hit the same problem a while back on sparc64 too. GCC can't see how the inline asm is reachable so eliminates it entirely. We hide the label inside the inline asm string and call it from exception handlers. The way we fixed this on sparc64 was quite invasive (patch below for reference), so I'll try to come up with something simpler. commit a3f9985843b674cbcb58f39fab8416675e7ab842 Author: David S. Miller <davem@davemloft.net> Date: Fri Au...
Mar 3, 5:03 pm 2008
Harvey Harrison
Re: sparc vs. gcc 4.3
Could you hide the asm inside an actual function and annotate the function with __used? Similar to how the kprobes has a function called kretprobe_trampoline_holder for their trampoline asm? arch/x86/kernel/kprobes.c line 584 Cheers, Harvey --
Mar 3, 5:41 pm 2008
David Miller
Re: sparc vs. gcc 4.3
From: Harvey Harrison <harvey.harrison@gmail.com> Won't work, the asm needs to be inlined because it needs to: 1) Know where local variables are located 2) Has to run in the context of the stack frame the call site runs in so that the tail-call it's doing works And actually all of this is why the sparc64 fix turned out to be so invasive, and I'll need to do the same for sparc32 as a result. --
Mar 3, 6:02 pm 2008
Harvey Harrison
[PATCH] sparc64: replace remaining __FUNCTION__ occurances
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- arch/sparc64/solaris/conv.h | 2 +- arch/sparc64/solaris/timod.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/sparc64/solaris/conv.h b/arch/sparc64/solaris/conv.h index 5faf59a..50e5823 100644 --- a/arch/sparc64/solaris/conv.h +++ b/arch/sparc64/solaris/conv.h @@ -28,7 +28,7 @@ extern unsigned sunos_sys_table[]; #define SUNOS(x) ((long)sunos_sy...
Mar 3, 3:28 pm 2008
David Miller
Re: [PATCH] sparc64: replace remaining __FUNCTION__ occurances
From: Harvey Harrison <harvey.harrison@gmail.com> Applied, thanks. --
Mar 3, 3:42 pm 2008
Harvey Harrison
[PATCH] sparc: replace remaining __FUNCTION__ occurances
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- arch/sparc/kernel/ebus.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/sparc/kernel/ebus.c b/arch/sparc/kernel/ebus.c index d850785..96344ff 100644 --- a/arch/sparc/kernel/ebus.c +++ b/arch/sparc/kernel/ebus.c @@ -101,7 +101,7 @@ void __init fill_ebus_child(struct device_node *dp, prom_printf("UGH: property for %s was %d, need < %d\n", ...
Mar 3, 3:27 pm 2008
David Miller
Re: [PATCH] sparc: replace remaining __FUNCTION__ occurances
From: Harvey Harrison <harvey.harrison@gmail.com> Applied. --
Mar 3, 3:41 pm 2008
Harvey Harrison
[PATCH] sh: replace remaining __FUNCTION__ occurances
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- arch/sh/boards/renesas/x3proto/ilsel.c | 2 +- arch/sh/boards/superh/microdev/io.c | 2 +- arch/sh/kernel/cpu/sh4/sq.c | 4 ++-- arch/sh/kernel/cpu/sh5/unwind.c | 2 +- arch/sh/kernel/timers/timer-cmt.c | 2 +- arch/sh/kernel/timers/timer-mtu2.c | 2 +- arch/sh/kernel/topology.c | 2 +- arch/sh/kernel/traps_64.c ...
Mar 3, 3:23 pm 2008
Harvey Harrison
[PATCH] ppc: replace remaining __FUNCTION__ occurances
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- arch/ppc/8xx_io/fec.c | 4 ++-- arch/ppc/platforms/radstone_ppc7d.c | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/ppc/8xx_io/fec.c b/arch/ppc/8xx_io/fec.c index 11b0aa6..1d4b49a 100644 --- a/arch/ppc/8xx_io/fec.c +++ b/arch/ppc/8xx_io/fec.c @@ -520,7 +520,7 @@ fec_enet_interrupt(int irq, void * dev_id) #ifdef CONFIG_USE_MDIO ...
Mar 3, 3:17 pm 2008
Harvey Harrison
[PATCH] powerpc: replace remaining __FUNCTION__ occurances
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- This was a straight sed replacement, have not reviewed as fully as the others, this arch is going away anyway I believe. arch/powerpc/boot/libfdt-wrapper.c | 2 +- arch/powerpc/kernel/ibmebus.c | 12 ++++---- arch/powerpc/kernel/iommu.c | 4 +- arch/powerpc/kernel/isa-bridge.c | 2 +- arch/powerpc/kern...
Mar 3, 3:14 pm 2008
Harvey Harrison
[PATCH] parisc: replace remaining __FUNCTION__ occurances
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> --- arch/parisc/kernel/inventory.c | 2 +- arch/parisc/kernel/traps.c | 2 +- arch/parisc/kernel/unaligned.c | 2 +- arch/parisc/lib/memcpy.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/parisc/kernel/inventory.c b/arch/parisc/kernel/inventory.c index 4845a64..bd1f7f1 100644 --- a/arch/parisc/kernel/inventory.c +++ b/arch/parisc/kerne...
Mar 3, 3:03 pm 2008
Cyrill Gorcunov
[PATCH] GFS2: possible null pointer dereference fixup
gfs2_alloc_get may fail so we have to check it to prevent NULL pointer dereference. Signed-off-by: Cyrill Gorcunov <gorcunov@gamil.com> --- bmap.c | 6 +++++- dir.c | 10 +++++++--- eattr.c | 6 ++++++ inode.c | 7 ++++++- ops_address.c | 4 ++++ ops_inode.c | 11 ++++++++++- quota.c | 9 +++++++-- 7 files changed, 45 insertions(+), 8 deletions(-) Index: linux-2.6.git/fs/gfs2/bmap.c ==============================================...
Mar 3, 2:54 pm 2008
Rik van Riel
Re: [patch 12/21] No Reclaim LRU Infrastructure
On Mon, 3 Mar 2008 12:04:14 +0900 In what configuration do they not line up, and why? AFAICS the #ifdefs in zone_stat_item and vmstat_text match up... -- All Rights Reversed --
Mar 3, 2:46 pm 2008
barrioskmc@gmail
Re: [patch 12/21] No Reclaim LRU Infrastructure
So sorry, It was my mistake. I seem to have a bad eye :( Thanks, barrios --
Mar 3, 7:38 pm 2008
Oleksandr Samoylyk
e1000 latency problem or what ?
Dear community, I'm running a busy pptp-server which serves about 1500 users on about 80 Mbit/s (> 15000 packets/sec) through it. I use poptop, traffic shaper and basic firewall rules. As for hardware it's a server on SuperMicro Server on X7DB8+ serverboard server with 8 GB RAM on it running Ubuntu Server Edition. As for problem, sometimes I get the following erors in logs: Mar 3 15:21:14 vpn kernel: [ 0.000000] BUG: soft lockup - CPU#7 stuck for 11s! [events/7:34] Mar 3 15:21:14 ...
Mar 3, 2:39 pm 2008
Kok, Auke
Re: e1000 latency problem or what ?
unless you're not seeing rx_no_buffer_count increase in the `ethtool -S ethx` your cpu is round-robinning network interrupts which is bad, turn the in-kernel because that device is not going to be supported by e1000e until 2.6.25. you're just use the defaults for e1000 please, unless those defaults don't work - and then it's a bug. I don't think e1000 is the issue here, I've definately not seen any reports of e1000+pptp giving issues. perhaps one of the pptp/pppd developers can look at...
Mar 3, 5:48 pm 2008
Eric Dumazet
Re: e1000 latency problem or what ?
I cant find pptp_xmit() function in 2.6.24 sources. I must be blind, or some contextual information is missing. --
Mar 3, 6:21 pm 2008
previous daytodaynext day
March 2, 2008March 3, 2008March 4, 2008