First  |  Prev |  Next  |  Last
Pages: 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997
Reserving file descriptors per applications
Hi, Here is the scenario: I have a shared lib which is written to profile some web servers, the lib collects some statistics from runs and logs it to files or over sockets. Some of these servers close all file descriptors under some conditions, I am not sure whether this is the right programming proactice,... 16 Jun 2010 16:35
How to printk/sprintf uint64_t on Sparc without format and argument types mismatch
On Wed, Jun 16, 2010 at 11:08:03PM +0400, Vladislav Bolkhovitin wrote: scst/src/scst_targ.c:2136: warning: format ?%llx? expects type ?long long unsigned int?, but argument 4 has type ?uint64_t?. It is because on Sparc uint64_t defined as unsigned long, but on x86 - as unsigned long long. From ... 16 Jun 2010 16:35
d_ino considered harmful
On Wed, 16 Jun 2010 14:59:13 -0400 Valerie Aurora <vaurora(a)redhat.com> wrote: Who needs d_ino anyway? I am running a kernel with this patch - Gnome, a browser, IRC, kernel compile, etc. and everything works. -VAL commit 184f3919d0071f3bfa40010aa6919ea89999d79b Author: Valerie Aurora <vaurora@... 18 Jun 2010 16:51
Error "Unknown relocation: 36" on module load on Sparc
Hello, We in SCST project have a very strange problem on Sparc. Our main module scst.ko, if built as a module out of the kernel tree, can't be loaded and "modprobe scst" returns: FATAL: Error inserting scst (/lib/modules/2.6.26-2-sparc64/extra/scst.ko): Invalid module format The following message is imme... 22 Jun 2010 18:15
[PATCH] perf: avoid synthesizing mmap() for all processes in per-thread mode perf record
A bug was introduced by commit c45c6ea2e5c57960dc67e00294c2b78e9540c007. Perf record was scanning /proc/PID to create synthetic PERF_RECOR_MMAP entries even though it was running in per-thread mode. There was a bogus check to select what mmaps to synthesize. We only need all processes in system-wide mode. Sign... 16 Jun 2010 15:28
How to printk/sprintf uint64_t on Sparc without format and argument types mismatch
Hello, We in SCST project need to printk/sprintf variables of type uint64_t. Size of those variables is required to be 64-bit integer. On x86 we printk/sprintf them as %lld, but on Sparc we have a compiler warnings like: scst/src/scst_targ.c:2136: warning: format �%llx� expects type �long long unsigned int�... 16 Jun 2010 15:28
[PATCH] d_ino considered harmful
Who needs d_ino anyway? I am running a kernel with this patch - Gnome, a browser, IRC, kernel compile, etc. and everything works. -VAL commit 184f3919d0071f3bfa40010aa6919ea89999d79b Author: Valerie Aurora <vaurora(a)redhat.com> Date: Wed Jun 16 11:05:06 2010 -0700 VFS: Always return 0 for d_ino ... 16 Jun 2010 15:28
2.6.35-rc3: Reported regressions 2.6.33 -> 2.6.34
On 16:45 Sun 13 Jun , Rafael J. Wysocki wrote: * This report has been delayed, because I had to go through all of the entries and filter out the fixed ones, invalid ones etc. Of course, I might have missed some, but hopefully not too many. This regression from 2.6.33 still seems to be missing fr... 16 Jun 2010 15:28
[PATCH 1/2] Staging: comedi: fix style errors in adl_pci9111.c
From: John Sheehan <john.d.sheehan(a)gmail.com> a patch for adl_pci9111.c, to fix the following errors reported by the checkpatch.pl tool, -Macros with complex values should be enclosed in parenthesis -need consistent spacing around '&' (ctx:WxV) -spaces required around that '==' (ctx:VxV) -Macros with complex ... 16 Jun 2010 15:28
perf: Per PMU disable
On 16.06.10 12:00:33, Peter Zijlstra wrote: Changes perf_disable() into perf_disable_pmu(). I would rather use perf_pmu_disable() as this uses the perf_pmu_XXX namespace. -Robert -- Advanced Micro Devices, Inc. Operating System Research Center email: robert.richter(a)amd.com -- To unsubscribe from th... 9 Jul 2010 07:14
First  |  Prev |  Next  |  Last
Pages: 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997