| From | Subject | Date |
|---|---|---|
| Carles Pina i Estany | network accounting by process
Hello,
Recently I've discovered the IO Accounting (I mean, /proc/PID/io).
It's very interesting, specially together with iotop (thanks!)
I wonder: is there something in the proc fs similar for network? How
much bytes the _process_ are receiving/sending just now? I've checked
and I haven't found.
If there isn't any wat to get this information: is there any technical
problem to not have it? It looks like it would be possible to add
something similar in ipv4 level (net/ipv4/af_inet.c for exampl...
| Aug 15, 7:44 pm 2008 |
| Carles Pina i Estany | Re: network accounting by process
Hi,
Ops!
From this webpage: http://lkml.org/lkml/2008/4/2/60
This is already done:
http://lkml.org/lkml/2008/4/2/60
Looks like a patch for 2.6.24.4, I will do some tests. Looks like from
April, so maybe there is more news in the list. I will check it.
--
Carles Pina i Estany GPG id: 0x17756391
http://pinux.info
--
| Aug 15, 7:51 pm 2008 |
| Yinghai Lu | [PATCH 0/7] merge io_apic_xx.c
merge io_apic_xx.c
Thanks
Yinghai Lu
--
| Aug 15, 7:42 pm 2008 |
| Yinghai Lu | [PATCH 1/7] x86: ordering functions in io_apic_32.c - fix
add calling setup_msi_irq back to arch_setup_msi_irq
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Index: linux-2.6/arch/x86/kernel/io_apic_32.c
===================================================================
--- linux-2.6.orig/arch/x86/kernel/io_apic_32.c
+++ linux-2.6/arch/x86/kernel/io_apic_32.c
@@ -2686,7 +2695,6 @@ static unsigned int build_irq_for_pci_de
int arch_setup_msi_irq(struct pci_dev *dev, struct msi_desc *desc)
{
- struct msi_msg msg;
int irq, ret;
...
| Aug 15, 7:42 pm 2008 |
| Yinghai Lu | [PATCH 2/7] x86: make headers files the smae in io_apic_xx.c
also make no_timer_check to be global on 64 bit, because vmi_32 is using that.
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
---
arch/x86/kernel/io_apic_32.c | 15 ++++++++++++---
arch/x86/kernel/io_apic_64.c | 12 +++++++++---
2 files changed, 21 insertions(+), 6 deletions(-)
Index: linux-2.6/arch/x86/kernel/io_apic_32.c
===================================================================
--- linux-2.6.orig/arch/x86/kernel/io_apic_32.c
+++ linux-2.6/arch/x86/kernel/io_apic_32.c...
| Aug 15, 7:42 pm 2008 |
| Yinghai Lu | [PATCH 3/7] x86: make 64 handle sis_apic_bug like the 32 bit
do we have 64bit system with sis chipset?
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
---
arch/x86/kernel/io_apic_64.c | 28 ++++++++++++++++++++++++----
1 file changed, 24 insertions(+), 4 deletions(-)
Index: linux-2.6/arch/x86/kernel/io_apic_64.c
===================================================================
--- linux-2.6.orig/arch/x86/kernel/io_apic_64.c
+++ linux-2.6/arch/x86/kernel/io_apic_64.c
@@ -65,7 +65,11 @@
int ioapic_force;
-int sis_apic_bug; /* not ac...
| Aug 15, 7:42 pm 2008 |
| Yinghai Lu | [PATCH 4/7] x86: remve ioapic_force
no user
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
diff --git a/arch/x86/kernel/apic_64.c b/arch/x86/kernel/apic_64.c
index 6709393..cf89524 100644
--- a/arch/x86/kernel/apic_64.c
+++ b/arch/x86/kernel/apic_64.c
@@ -1555,7 +1555,6 @@ static int __init apic_set_verbosity(char *str)
{
if (str == NULL) {
skip_ioapic_setup = 0;
- ioapic_force = 1;
return 0;
}
if (strcmp("debug", str) == 0)
diff --git a/arch/x86/kernel/io_apic_64.c b/arch/x86/kernel/io_apic_64.c
ind...
| Aug 15, 7:42 pm 2008 |
| Yinghai Lu | [PATCH 5/7] x86: make io_apic_64.c and io_apic_32.c the same
all the same except INTR_REMAPPING related and ioapic io resource
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
---
arch/x86/kernel/io_apic_32.c | 213 ++++++++++++-
arch/x86/kernel/io_apic_64.c | 666 ++++++++++++++++++++++++++++++++++++++++---
2 files changed, 832 insertions(+), 47 deletions(-)
Index: linux-2.6/arch/x86/kernel/io_apic_32.c
===================================================================
--- linux-2.6.orig/arch/x86/kernel/io_apic_32.c
+++ linux-2.6/arch/x86/k...
| Aug 15, 7:42 pm 2008 |
| Yinghai Lu | [PATCH 6/7] rename io_apic_64.c to io_apic.c
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
---
arch/x86/kernel/Makefile | 2
arch/x86/kernel/io_apic.c | 3898 +++++++++++++++++++++++++++++++++++++++++++
arch/x86/kernel/io_apic_32.c | 3220 -----------------------------------
arch/x86/kernel/io_apic_64.c | 3898 -------------------------------------------
4 files changed, 3899 insertions(+), 7119 deletions(-)
Index: linux-2.6/arch/x86/kernel/Makefile
===================================================================
...
| Aug 15, 7:42 pm 2008 |
| Yinghai Lu | [PATCH 7/7] make 32 bit have io_apic resource in /proc/iomem
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
---
arch/x86/kernel/io_apic.c | 8 --------
1 file changed, 8 deletions(-)
Index: linux-2.6/arch/x86/kernel/io_apic.c
===================================================================
--- linux-2.6.orig/arch/x86/kernel/io_apic.c
+++ linux-2.6/arch/x86/kernel/io_apic.c
@@ -3785,7 +3785,6 @@ void __init setup_ioapic_dest(void)
}
#endif
-#ifdef CONFIG_X86_64
#define IOAPIC_RESOURCE_NAME_SIZE 11
static struct resource *ioap...
| Aug 15, 7:42 pm 2008 |
| Arjan van de Ven | PATCH] debug: add notifier chain debugging
From: Arjan van de Ven <arjan@linux.intel.com>
Subject: [PATCH] debug: add notifier chain debugging
during some development we suspected a case where we left something
in a notifier chain that was from a module that was unloaded already...
and that sort of thing is rather hard to track down.
This patch adds a very simple sanity check (which isn't all that
expensive) to make sure the notifier we're about to call is
actually from either the kernel itself of from a still-loaded
module, avoidi...
| Aug 15, 6:29 pm 2008 |
| Ingo Molnar | Re: PATCH] debug: add notifier chain debugging
applied for testing, thanks Arjan.
Ingo
--
| Aug 15, 6:53 pm 2008 |
| Michael Buesch | oops in exit_mmap
I just had the following oops on a wireless-testing.git kernel, which
is based on 2.6.27-rc2.
The oops happened while copying files.
[27931.315928] Unable to handle kernel paging request for data at address 0x00000595
[27931.317713] Faulting instruction address: 0xc0082db0
[27931.318841] Oops: Kernel access of bad area, sig: 11 [#1]
[27931.319341] PREEMPT PowerMac
[27931.319784] Modules linked in: b43 ssb mac80211 appletouch rfkill_input rfkill led_class input_polldev af_packet ohci_hcd pcmcia un...
| Aug 15, 6:14 pm 2008 |
| Stefan Richter | [RFC patch 1/3] ieee1394: raw1394: replace BKL by local mute...
This removes the last usage of the Big Kernel Lock from the ieee1394
stack, i.e. from raw1394's (unlocked_)ioctl and compat_ioctl.
The ioctl()s don't need to take the BKL, but they need to be serialized
per struct file *. In particular, accesses to ->iso_state need to be
serial. We simply use a blocking mutex for this purpose because
libraw1394 does not use O_NONBLOCK. In practice, there is no lock
contention anyway because most if not all libraw1394 clients use a
libraw1394 handle only in a ...
| Aug 15, 6:11 pm 2008 |
| Stefan Richter | [RFC patch 2/3] ieee1394: raw1394: narrow down the state_mut...
Refactor the ioctl dispatcher in order to move a fraction of it out of
the section which is serialized by fi->state_mutex. This is not so much
about performance but more about self-documentation: The mutex_lock()/
mutex_unlock() calls are now closer to the data accesses which the mutex
protects, i.e. to the iso_state switch.
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
---
drivers/ieee1394/raw1394.c | 207 +++++++++++++++++++------------------
1 file changed, 108 insertio...
| Aug 15, 6:12 pm 2008 |
| Stefan Richter | [RFC patch 3/3] ieee1394: raw1394: make write() thread-safe
Application programs should use a libraw1394 handle only in a single
thread. The raw1394 driver was apparently relying on this, because it
did nothing to protect its fi->state variable from corruption due to
concurrent accesses.
We now serialize the fi->state accesses. This affects the write() path.
We re-use the state_mutex which was introduced to protect fi->iso_state
accesses in the ioctl() path. These paths and accesses are independent
of each other, hence separate mutexes could be ...
| Aug 15, 6:15 pm 2008 |
| David Witbrodt | Re: HPET regression in 2.6.26 versus 2.6.25 -- NMI watchdog,...
Responding to this for a second time: be advised that I am an end user,
not a developer. I didn't even know the NMI watchdog existed! When
developing my custom .config for the first time (~Feb 2007), I did read
quite a bit of Documentation/*, but to be honest it mostly went over my
head. Since then, I mostly have been only reading kernel documentation
when presented with new features during 'make oldconfig'.
If there are other obvious tricks like "NMI watchdog" that should be
applied, ple...
| Aug 15, 6:11 pm 2008 |
| Adam Litke | [BUG] __GFP_THISNODE is not always honored
While running the libhugetlbfs test suite on a NUMA machine with 2.6.27-rc3, I
discovered some strange behavior with __GFP_THISNODE. The hugetlb function
alloc_fresh_huge_page_node() calls alloc_pages_node() with __GFP_THISNODE but
occasionally a page that is not on the requested node is returned. Since the
hugetlb code assumes that the page will be on the requested node, badness follows
when the page is added to the wrong node's free_list.
There is clearly something wrong with the buddy allocator...
| Aug 15, 6:01 pm 2008 |
| Milan Broz | Mount ext3 with barrier=1 doesn't send real barrier bio?
Hi,
I run some barrier tests over device-mapper (which currently doesn't
support barrier bio at all) and even if I set barrier=1 in ext3 mount,
there is never any bio with barrier flag... (in 2.6.27-rc)
How is the barrier=1 flag supposed to work in ext3 (JBD) now?
See:
If you specify barrier=1, JFS_BARRIER flag is set in ext3_init_journal_params
journal->j_flags |= JFS_BARRIER;
Now, journal_write_commit_record is called and this happens:
if (journal->j_flags & JFS_BARRIER) {
...
| Aug 15, 5:31 pm 2008 |
| Marcin Slusarz | [PATCH] mm: mminit_loglevel cannot be __meminitdata anymore
mminit_loglevel is now used from mminit_verify_zonelist <- build_all_zonelists <-
1. online_pages <- memory_block_action <- memory_block_change_state <- store_mem_state (sys handler)
2. numa_zonelist_order_handler (proc handler)
so it cannot be annotated __meminit - drop it
fixes following section mismatch warning:
WARNING: vmlinux.o(.text+0x71628): Section mismatch in reference from the function mminit_verify_zonelist() to the variable .meminit.data:mminit_loglevel
The function m...
| Aug 15, 5:02 pm 2008 |
| Leonid Podolny | CPU load after killing iwlagn with RF kill switch
Hi,
With a new iwlagn driver and 2.6.27-rc3, if I turn off the wireless
(intel 4965ag) by RF kill switch, the CPU utilization of ksoftirqd
process raises to 100% and stays there until I rmmod the module.
Please let me know what further information I can provide.
--
| Aug 15, 4:50 pm 2008 |
| Yousaf Jindal | Re: [ANNOUNCE] Wifi Link 5300 and 5100 Series
I am using the iwl500 branch from the above git repository and I am
also receiving the timeout error. This is on a Wifi Link 5100 on an
Asus M50VM laptop.
$ dmesg|grep iw
[ 8.574423] iwlagn: Intel(R) Wireless WiFi Link AGN driver for
Linux, 1.3.27kds
[ 8.574655] iwlagn: Copyright(c) 2003-2008 Intel Corporation
[ 8.575055] iwlagn 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 8.575369] iwlagn 0000:03:00.0: setting latency timer to 64
[ 8.575425] iwlagn: Detec...
| Aug 15, 4:07 pm 2008 |
| Andi Kleen | Please pull more ACPI/cpuidle updates
Linus,
please pull more ACPI updates. This mainly includes the cpuidle
latency updates Venki did some time ago for your system (due to some SNAFU
they didn't get included earlier) and also a fix for a ioremap
PAT regression exposed by ACPI.
-Andi
git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-acpi-2.6 release-2.6.27
Andi Kleen (3):
x86: Fix ioremap off by one BUG
Merge branch 'ioremap' into release-2.6.27
Merge branch 'cpuidle' into release-2.6.27
venkate...
| Aug 15, 3:33 pm 2008 |
| Dhaval Giani | Default values for cpuset.mems, cpus for children created
Hi,
While playing around with libcgroup, one of the isses hit was that
attaching a task failed. Looking deeper into it, cpusets had been
mounted along with other subsystems. And since we did not care about
cpusets, we did not set cpus and mems there.
Now an application programmer does not really care where and how
subsystems are mounted (or at least that is what libcgroup aims to
achieve :-) ). And such a scenario when the cpuset has not been handled
is going to lead to failures which a user is ...
| Aug 15, 3:31 pm 2008 |
| Cyrill Gorcunov | [patch 2/2] x86: apic - sync_Arb_IDs style fixup
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
---
No cnages on binary level
Index: linux-2.6.git/arch/x86/kernel/apic_32.c
===================================================================
--- linux-2.6.git.orig/arch/x86/kernel/apic_32.c 2008-08-15 22:41:52.000000000 +0400
+++ linux-2.6.git/arch/x86/kernel/apic_32.c 2008-08-15 22:49:09.000000000 +0400
@@ -913,13 +913,15 @@ void __init sync_Arb_IDs(void)
*/
if (modern_apic() || boot_cpu_data.x86_vendor == X86_VENDOR_AMD)
r...
| Aug 15, 3:05 pm 2008 |
| Cyrill Gorcunov | [patch 1/2] x86: apic - unify init_bsp_APIC
- remove redundant read of APIC_LVR register in 64bit mode
- APIC is always integrated for 64bit mode so
gcc will eliminate lapic_is_integrated call
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
---
Index: linux-2.6.git/arch/x86/kernel/apic_32.c
===================================================================
--- linux-2.6.git.orig/arch/x86/kernel/apic_32.c 2008-08-15 22:14:45.000000000 +0400
+++ linux-2.6.git/arch/x86/kernel/apic_32.c 2008-08-15 22:41:52.000000000 +0400
@@ -92...
| Aug 15, 3:05 pm 2008 |
| Cyrill Gorcunov | [patch 0/2] apic fixes, unification continued
Ingo, Maciej,
here is updated series (well... two patches only :).
Nothing that new - just fixed the parts wich were
not well formed in previous series.
Please review.
CID: tip/master 1a2450e636df465318fd9dcd31e37ea6af300405
- Cyrill -
--
--
| Aug 15, 3:05 pm 2008 |
| Ingo Molnar | Re: [patch 0/2] apic fixes, unification continued
looks good to me - applied to tip/x86/apic - thanks Cyrill. Maciej, any
objections?
Ingo
--
| Aug 15, 3:56 pm 2008 |
| Maciej W. Rozycki | Re: [patch 0/2] apic fixes, unification continued
No, ACK from me for both.
Maciej
--
| Aug 15, 7:08 pm 2008 |
| J. Bruce Fields | Re: [PATCH] Fix allocation sizes of knfsd raparm hash
Whoops, my fault, now fixed; thanks!
(Out of curiosity--how did you find this?)
--
| Aug 15, 3:02 pm 2008 |
| Sean Young | AMD Elan regression with 2.6.27-rc3
With CONFIG_SC520_CPUFREQ=y on AMD Elan (ancient CPU where rdtsc is not
supported), I get:
invalid opcode: 0000 [#1]
Pid: 1, comm: swapper Not tainted (2.6.27-rc3-00216-gffaa5b9 #1)
EIP: 0060:[<c0105b43>] EFLAGS: 00010082 CPU: 0
EIP is at native_read_tsc+0x6/0xf
EAX: 1211fa10 EBX: 00000000 ECX: fffedb53 EDX: 00000000
ESI: 00000246 EDI: c0287fac EBP: c0281a6c ESP: c1c1ddec
DS: 007b ES: 007b FS: 0000 GS: 0000 SS: 0068
Process swapper (pid: 1, ti=c1c1c000 task=c1c1a000 task.ti=c1c1c000)
S...
| Aug 15, 2:37 pm 2008 |
| Andi Kleen | Please pull ioremap fix
ACPI exposed a off by one bug in the PAT/ioremap changes. Please
pull the fix from the ACPI tree. This fixes
http://bugzilla.kernel.org/show_bug.cgi?id=11346
git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-acpi-2.6 ioremap
Andi Kleen (1):
x86: Fix ioremap off by one BUG
arch/x86/mm/ioremap.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
| Aug 15, 1:42 pm 2008 |
| Steven Rostedt | [PATCH] ftrace: merge fix up
Somehow we got two calls to ftrace_init.
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
---
init/main.c | 2 --
1 file changed, 2 deletions(-)
Index: linux-tip.git/init/main.c
===================================================================
--- linux-tip.git.orig/init/main.c 2008-08-15 11:22:19.000000000 -0400
+++ linux-tip.git/init/main.c 2008-08-15 12:43:41.000000000 -0400
@@ -824,8 +824,6 @@ asmlinkage void __init start_kernel(void
ftrace_init();
- ftrace_init()...
| Aug 15, 12:45 pm 2008 |
| Ingo Molnar | Re: [PATCH] ftrace: merge fix up
ah, in tip/master - that's a conflict resolution artifact i suspect.
Thx.
Ingo
--
| Aug 15, 12:54 pm 2008 |
| Glauber Costa | [GIT PULL] new shot at time.c integration
Ingo, please pull the latest master git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/glommer/linux-2.6-x86-integration.git master
into your tree
It is based on your tip/master branch.
This addresses the issues you raise in the last trial. In particular, I have a commit in the end
that moves even comments and blank lines from time_32.c to time_64.c, making the files exactly equal
prior to the merge.
I also found a bug in earlier series, (it's always good when it's found in-hou...
| Aug 15, 12:25 pm 2008 |
| Ingo Molnar | Re: [GIT PULL] new shot at time.c integration
thanks, i've pulled it and rebased it to -git - as that's the best base
this early in the cycle. I've pushed out the result into tip/x86/time -
havent integrated it into tip/master yet.
Ingo
--
| Aug 15, 12:51 pm 2008 |
| Ken Chen | [patch] fix NPTL thread iterator construct in cap_set_pg()
The usage of while_each_pid_task() construct in cap_set_pg() looks incorrect.
The macro is meant to form 'do ... while' loop instead of a simple while loop.
I think currently it will skip thread leader of a NPTL process.
Fix by convert to 'do ... while' style.
Signed-off-by: Ken Chen <kenchen@google.com>
diff --git a/kernel/capability.c b/kernel/capability.c
index 0101e84..26d8eda 100644
--- a/kernel/capability.c
+++ b/kernel/capability.c
@@ -167,7 +167,7 @@ static inline int cap_set_pg...
| Aug 15, 12:24 pm 2008 |
| Alex Nixon | [PATCH] change init_gdt to update the gdt via write_gdt, rat...
From: Alex Nixon <alex.nixon@citrix.com>
Date: Fri, 15 Aug 2008 11:21:56 +0100
Subject: [PATCH] change init_gdt to update the gdt via write_gdt, rather than a direct write.
By writing directly, a memory access violation can occur whilst hotplugging a CPU if the entry was previously marked read-only.
Signed-off-by: Alex Nixon <alex.nixon@citrix.com>
---
arch/x86/kernel/smpcommon.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/arch/x86/kernel/smpcomm...
| Aug 15, 12:21 pm 2008 |
| Ingo Molnar | Re: [PATCH] change init_gdt to update the gdt via write_gdt,...
applied to tip/x86/urgent - thanks Alex.
Ingo
--
| Aug 15, 12:58 pm 2008 |
| Takashi Iwai | [GIT PULL] ALSA fixes #2 for 2.6.27-rc3
Linus,
please pull ALSA updates for 2.6.27-rc3 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git for-linus
which contains more two changes to ASoC in addition to the last
pending request.
Thanks!
Takashi
===
Clemens Ladisch (1):
ALSA: virtuoso: add Xonar D1 support
Mark Brown (2):
ALSA: wm8990: Fix routing of left DAC to speaker mixer
ALSA: wm8990: Implement speaker volume PGA
Documentation/sound/alsa/ALSA-Configuration.txt | 10...
| Aug 15, 12:00 pm 2008 |
| David Woodhouse | [ANNOUNCE] linux-firmware.git repository.
I have created a git repository containing firmware files for use with
the Linux kernel. There is a daily script¹ which extracts the contents
of the firmware/ directory from the kernel itself, which is what has
seeded the repository:
git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git
http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=shortlog
We are also able to include other firmware files from vendors who have
chosen not to contribute their firmware to b...
| Aug 15, 11:58 am 2008 |
| John Kacur | [PATCH] Compile problems in locking-selftest.c with CONFIG_D...
The attached patch fixes the following compiler error in the rt-kernel
if CONFIG_DEBUG_PREEMPT is enabled.
lib/locking-selftest.c: In function 'dotest':
lib/locking-selftest.c:951: error: incompatible types in initialization
lib/locking-selftest.c:1003: error: incompatible types in assignment
| Aug 15, 11:57 am 2008 |
| Stephen Hemminger | [PATCH] lockdep: fix build if CONFIG_PROVE_LOCKING not defined
If CONFIG_PROVE_LOCKING not defined, then no dependency information
is available.
Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
--- a/kernel/lockdep_proc.c 2008-08-15 09:21:46.000000000 -0700
+++ b/kernel/lockdep_proc.c 2008-08-15 09:29:59.000000000 -0700
@@ -82,7 +82,6 @@ static void print_name(struct seq_file *
static int l_show(struct seq_file *m, void *v)
{
- unsigned long nr_forward_deps, nr_backward_deps;
struct lock_class *class = v;
struct lock_list *entry;
...
| Aug 15, 12:33 pm 2008 |
| Ingo Molnar | Re: [PATCH] lockdep: fix build if CONFIG_PROVE_LOCKING not d...
applied to tip/core/urgent, thanks Stephen. I'm wondering, could you
send me the config that produces the build error? I do fairly
comprehensive build testing but this one does not seem to trigger.
Ingo
--
| Aug 15, 1:22 pm 2008 |
| ASP B | ASP HOSTING'DE KAMPANYA !!! KA
KAPMANYALI PAKETİMİZİ İNCELEDİNİZ Mİ ?
50 MB alan
3 GB aylık transfer
Sınırsız POP3 e-mail
Sınırsız Subdomain
1 Mysql veritabanı
MS Access desteği
SOAP desteği
ASP, ASP.NET, PHP, PERL,PHYTON,AJAX,WAP,XML
Yıllık sadece 12 YTL
ASP Bilişim ve İnternet Hizmetleri Ltd.Şti.
Web : www.aspbilisim.net
Msn Destek : destek@aspbilisim.com
E-Mail : info@aspbilisim.net
Tel : 0232 671 52 56
Gsm : 0506 27...
| Aug 15, 9:53 am 2008 |
| Steven Rostedt | [PATCH] ftrace: update recordmount.pl arch changes
Ingo,
I'm trying to keep all the arch changes in recordmcount.pl in one place.
I moved your code into that area, by adding the flags to the commands
that were passed in.
Does this change still work for you when compiling i386 on a x86_64 box?
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Index: linux-tip.git/scripts/recordmcount.pl
===================================================================
--- linux-tip.git.orig/scripts/recordmcount.pl 2008-08-15 10:54:00.000000000 -04...
| Aug 15, 11:40 am 2008 |
| Ingo Molnar | Re: [PATCH] ftrace: update recordmount.pl arch changes
actually, i thought of this as a quick hack to let -tip testing
continue. Dont we have all the proper information available in kbuild
and should just pass that to scripts/recordmcount.pl when called - like
we pass in things like OBJDUMP which might have cross-build overrides,
etc.
Ingo
--
| Aug 15, 11:42 am 2008 |
| Steven Rostedt | Re: [PATCH] ftrace: update recordmount.pl arch changes
OK, I'll set up one of my x86_64 boxes to compile the kernel for i386s,
and see if I can come up with something.
The reason I did this patch, is to get the PPC patches ready to go on top.
I still need to port to ppc32 (I have 64 working).
-- Steve
--
| Aug 15, 11:57 am 2008 |
| Paul Lussier | Questions about (unstable) clocksources
Hi all,
I'm trying to understand the issues surrounding the recent (2.6.2[456])
troubles involving unstable clocksources. Not being a kernel developer
I'm somewhat in the dark. Also, if this isn't the correct forum to ask
these questions, please direct me to the proper place. I have no wish
to clutter the channel with off-topic discussion.
My questions involve the characteristics and manifestations of the
problems as related to the clocksource when it becomes unstable (whether
it's tsc, hpe...
| Aug 15, 10:32 am 2008 |
| Ken Chen | [patch] fix setpriority(PRIO_PGRP) thread iterator breakage.
When user calls sys_setpriority(PRIO_PGRP ...) on a NPTL style multi-LWP
process, only the task leader of the process is affected, all other sibling
LWP threads didn't receive the setting. The problem was that the iterator
used in sys_setpriority() only iteartes over one task for each process,
ignoring all other sibling thread.
Introduce a new macro do_each_pid_thread / while_each_pid_thread to walk
each thread of a process. Convert 4 call sites in {set/get}priority and
ioprio_{set/get}.
Signed...
| Aug 15, 11:25 am 2008 |
| previous day | today | next day |
|---|---|---|
| August 14, 2008 | August 15, 2008 | August 16, 2008 |
| Ingo Molnar | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg Kroah-Hartman | [PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO |
| Roland Dreier | Re: Integration of SCST in the mainstream Linux kernel |
git: | |
| David Miller | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Arjan van de Ven | Re: [GIT]: Networking |
| Linus Torvalds | Re: iptables very slow after commit 784544739a25c30637397ace5489eeb6e15d7d49 |
