| From | Subject | Date |
|---|---|---|
| Randy Dunlap | [PATCH] kernel-doc: handle/strip __init
From: Randy Dunlap <randy.dunlap@oracle.com>
cc: David Brownell <dbrownell@users.sourceforge.net>
Handle __init in functions with kernel-doc notation by stripping the
__init away from the output doc. This is already being done for
"__devinit". This patch fixes these kernel-doc error/aborts:
Error(linux-next-20080619//drivers/usb/gadget/config.c:132): cannot understand prototype: 'struct usb_descriptor_header **__init usb_copy_descriptors(struct usb_descriptor_header **src) '
Error(...
| Jun 19, 7:03 pm 2008 |
| David Brownell | Re: [PATCH] kernel-doc: handle/strip __init
Right. Shouldn't this also be done for __exit and __devexit too?
--
| Jun 19, 7:52 pm 2008 |
| Alok Kataria | [PATCH 2/2] acpi based pci gap caluculation
Evaluates the _CRS object under PCI0 looking for producer resources.
Then searches the e820 memory space for a gap within these producer resources.
Allows us to find a gap for the unclaimed pci resources or MMIO resources
for hotplug devices within the BIOS allowed pci regions.
Signed-off-by: Alok N Kataria <akataria@vmware.com>
Index: linux-2.6/arch/x86/pci/acpi.c
===================================================================
--- linux-2.6.orig/arch/x86/pci/acpi.c 2008-06-13 13:58:5...
| Jun 19, 6:58 pm 2008 |
| Alok Kataria | [PATCH 1/2] cleanup e820_setup_gap
This is a preparatory patch for the next patch in series.
Moves some code from e820_setup_gap to a new function e820_search_gap.
This function will be used by the next patch in the series.
Signed-off-by: Alok N Kataria <akataria@vmware.com>
Index: linux-2.6/arch/x86/kernel/e820_64.c
===================================================================
--- linux-2.6.orig/arch/x86/kernel/e820_64.c 2008-06-12 10:42:22.000000000 -0700
+++ linux-2.6/arch/x86/kernel/e820_64.c 2008-06-13 14:05:18.00...
| Jun 19, 6:57 pm 2008 |
| Alok Kataria | [PCI_ACPI] Modify PCI gap calculation
[Empty message]
| Jun 19, 6:56 pm 2008 |
| Peter T. Breuer | Re: zero-copy recv ?
References: <200806191411.m5JEBE56008942@betty.it.uc3m.es>
Gah .. I wrote an answer to this and it seems to have got lost. If you
It's just the daily development snapshot for the enbd driver:
ftp://oboe.it.uc3m.es/pub/Programs/enbd-2.4.36.tgz
and mirrors.
I wrote a quick summary of the relevant code in my lost answer :(.
Please ask me to repeat if it is really AWOL.
Peter
--
| Jun 19, 6:35 pm 2008 |
| Aleksey Gorelov | [PATCH] USB: debug port converter does not accept more than ...
Hi,
USB debug port only supports 8 byte rx/tx packets. Although spec implies that "if a packet larger than eight bytes is received from the remote computer, the device must break the larger packet into eight-byte packets before sending the data to the Debug Port", the real PLX NET20DC device does not handle it right - data is corrupted on debug port end if serial interface sends >8 byte urbs. Patch below fixes the issue by limiting tx urb to 8 byte.
Signed off by: Aleks Gorelov <dared1st@yahoo...
| Jun 19, 6:22 pm 2008 |
| Roland Dreier | wait_for_completion_timeout() spurious failure under heavy l...
It seems that the current implementaton of wait_for_completion_timeout()
has a small problem under very high load for the common pattern:
if (!wait_for_completion_timeout(&done, timeout))
/* handle failure */
because the implementation very roughly does (lots of code deleted to
show the basic flow):
static inline long __sched
do_wait_for_common(struct completion *x, long timeout, int state)
{
if (x->done)
return timeout;
do {
timeout = schedule_timeout(timeout);
...
| Jun 19, 6:04 pm 2008 |
| Jeremy Fitzhardinge | Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
Why not use the real pda for all cpus?
Do you move the boot-cpu's per-cpu data? (Please don't) If not, you can
just use percpu__pda from the start without having to do anything else,
and then set up %gs pointing to the pda base for each secondary cpu.
64-bit inherits 32-bit's use of per-cpu gdts, though its mostly useless
on 64-bit.
More important is to have a:
startup_percpu_base: .quad __per_cpu_load
which you stick the processor's initial %gs into, and then load that
from in sta...
| Jun 19, 5:35 pm 2008 |
| Mike Travis | Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
The problem is that the static percpu area is removed as it lies
in the initdata section, so the pda is removed as well.
But I took your suggestion to move the fixup to before secondary_startup.
Below is a revised version. It builds but I'll have to test it tomorrow.
Note the addition of:
+ initial_pda = (unsigned long)get_percpu_pda(cpu);
in do_boot_cpu.
I'm not sure yet what to put into acpi_save_state_mem:
initial_code = (unsigned long)wakeup_long64;
+ /* ZZZ...
| Jun 19, 6:13 pm 2008 |
| Jeremy Fitzhardinge | Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
This needs to be rip-relative. An absolute reference here will fail
because you're still running in physical addresses.
J
--
| Jun 19, 6:23 pm 2008 |
| Jeremy Fitzhardinge | Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
You'll need to change wakeup_long64 to load the right value into the
GS_BASE msr anyway.
J
--
| Jun 19, 6:21 pm 2008 |
| Jeremy Fitzhardinge | Re: [crash, bisected] Re: [PATCH 3/4] x86_64: Fold pda into ...
Note to self: Not really true; they're still needed for 32-on-64.
J
--
| Jun 19, 5:54 pm 2008 |
| Greg KH | [00/15] 2.6.25-stable review
This is the start of the stable review cycle for the 2.6.25.8 release.
There are 15 patches in this series, all will be posted as a response
to this one. If anyone has any issues with these being applied, please
let us know. If anyone is a maintainer of the proper subsystem, and
wants to add a Signed-off-by: line to the patch, please respond with it.
These patches are sent out with a number of different people on the
Cc: line. If you wish to be a reviewer, please email stable@kernel.org
to add y...
| Jun 19, 5:26 pm 2008 |
| Greg KH | [patch 15/15] x86: disable mwait for AMD family 10H/11H CPUs
2.6.25-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Thomas Gleixner <tglx@linutronix.de>
back-ported from upstream commit e9623b35599fcdbc00c16535cbefbb4d5578f4ab by Vegard Nossum
The previous revert of 0c07ee38c9d4eb081758f5ad14bbffa7197e1aec left
out the mwait disable condition for AMD family 10H/11H CPUs.
Andreas Herrman said:
It depends on the CPU. For AMD CPUs that support MWAIT this is wrong.
Family 0x10 and 0x11 CPUs wil...
| Jun 19, 5:30 pm 2008 |
| Greg KH | [patch 14/15] x86: remove mwait capability C-state check
2.6.25-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Ingo Molnar <mingo@elte.hu>
back-ported from upstream commit a738d897b7b03b83488ae74a9bc03d26a2875dc6 by Vegard Nossum
Vegard Nossum reports:
| powertop shows between 200-400 wakeups/second with the description
| "<kernel IPI>: Rescheduling interrupts" when all processors have load (e.g.
| I need to run two busy-loops on my 2-CPU system for this to show up).
|
| The bisect re...
| Jun 19, 5:30 pm 2008 |
| Greg KH | [patch 13/15] nf_conntrack_h323: fix memory leak in module i...
2.6.25-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Patrick McHardy <kaber@trash.net>
netfilter: nf_conntrack_h323: fix memory leak in module initialization error path
Upstream commit 8a548868db62422113104ebc658065e3fe976951
Properly free h323_buffer when helper registration fails.
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <...
| Jun 19, 5:30 pm 2008 |
| Greg KH | [patch 12/15] nf_conntrack_h323: fix module unload crash
2.6.25-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Patrick McHardy <kaber@trash.net>
netfilter: nf_conntrack_h323: fix module unload crash
Upstream commit a56b8f81580761c65e4d8d0c04ac1cb7a788bdf1
The H.245 helper is not registered/unregistered, but assigned to
connections manually from the Q.931 helper. This means on unload
existing expectations and connections using the helper are not
cleaned up, leading to the following oops on mo...
| Jun 19, 5:30 pm 2008 |
| Greg KH | [patch 11/15] nf_conntrack: fix ctnetlink related crash in n...
2.6.25-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Patrick McHardy <kaber@trash.net>
netfilter: nf_conntrack: fix ctnetlink related crash in nf_nat_setup_info()
Upstream commit ceeff7541e5a4ba8e8d97ffbae32b3f283cb7a3f
When creation of a new conntrack entry in ctnetlink fails after having
set up the NAT mappings, the conntrack has an extension area allocated
that is not getting properly destroyed when freeing the conntrack again.
Thi...
| Jun 19, 5:30 pm 2008 |
| Greg KH | [patch 10/15] SCSI: sr: fix corrupt CD data after media chan...
2.6.25-stable review patch. If anyone has any objections, please let us
know.
------------------
From: James Bottomley <James.Bottomley@HansenPartnership.com>
commit: d1daeabf0da5bfa1943272ce508e2ba785730bf0 upstream
Reported-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
If you delay 30s or more before mounting a CD after inserting it then
the kernel has the wrong value for the CD size.
http://marc.info/?t=121276133000001
The problem is in sr_test_unit_ready(): th...
| Jun 19, 5:30 pm 2008 |
| Greg KH | [patch 09/15] ACPICA: Ignore ACPI table signature for Load()...
2.6.25-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Bob Moore <robert.moore@intel.com>
upstream bc45b1d39a925b56796bebf8a397a0491489d85c
Without this patch booting with acpi_osi="!Windows 2006" is required
for several machines to function properly with cpufreq
due to failure to load a Vista specific table with a bad signature.
Only "SSDT" is acceptable to the ACPI spec, but tables are
seen with OEMx and null sigs. Therefore, signat...
| Jun 19, 5:30 pm 2008 |
| Greg KH | [patch 08/15] scsi_host regression: fix scsi host leak
2.6.25-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Mike Christie <michaelc@cs.wisc.edu>
The patch is upstream as commit 3ed7897242b7efe977f3a8d06d4e5a4ebe28b10e
A different backport is necessary because of the class_device to device
conversion post 2.6.25.
commit 9c7701088a61cc0cf8a6e1c68d1e74e3cc2ee0b7
Author: Dave Young <hidave.darkstar@gmail.com>
Date: Tue Jan 22 14:01:34 2008 +0800
scsi: use class iteration api
...
| Jun 19, 5:29 pm 2008 |
| Greg KH | [patch 07/15] b43: Fix possible NULL pointer dereference in ...
2.6.25-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Michael Buesch <mb@bu3sch.de>
a cut-down version of commit 028118a5f09a9c807e6b43e2231efdff9f224c74 upstream
This fixes a possible NULL pointer dereference in an error path of the
DMA allocation error checking code. In case the DMA allocation address is invalid,
the dev pointer is dereferenced for unmapping of the buffer.
Reported-by: Miles Lane <miles.lane@gmail.com>
Signed-o...
| Jun 19, 5:29 pm 2008 |
| Greg KH | [patch 06/15] b43: Fix noise calculation WARN_ON
2.6.25-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Michael Buesch <mb@bu3sch.de>
commit 98a3b2fe435ae76170936c14f5c9e6a87548e3ef upstream.
This removes a WARN_ON that is responsible for the following koops:
http://www.kerneloops.org/searchweek.php?search=b43_generate_noise_sample
The comment in the patch describes why it's safe to simply remove
the check.
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. L...
| Jun 19, 5:29 pm 2008 |
| Greg KH | [patch 05/15] virtio_net: Fix skb->csum_start computation
2.6.25-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Mark McLoughlin <markmc@redhat.com>
commit 23cde76d801246a702e7a84c3fe3d655b35c89a1 upstream.
hdr->csum_start is the offset from the start of the ethernet
header to the transport layer checksum field. skb->csum_start
is the offset from skb->head.
skb_partial_csum_set() assumes that skb->data points to the
ethernet header - i.e. it computes skb->csum_start by adding
...
| Jun 19, 5:29 pm 2008 |
| Greg KH | [patch 04/15] opti621: remove DMA support
2.6.25-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
commit f361037631ba547ea88adf8d2359d810c1b2605a upstream
These controllers don't support DMA.
Based on a bugreport from Juergen Kosel & inspired by pata_opti.c code.
Tested-by: Juergen Kosel <juergen.kosel@gmx.de>
Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@...
| Jun 19, 5:29 pm 2008 |
| Greg KH | [patch 03/15] opti621: disable read prefetch
2.6.25-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
commit 62128b2ca812c1266f4ff7bac068bf0b626c6179 upstream
This fixes 2.6.25 regression (kernel.org bugzilla bug #10723) caused by:
commit 912fb29a36a7269ac1c4a4df45bc0ac1d2637972
Author: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Date: Fri Oct 19 00:30:11 2007 +0200
opti621: always tune PIO
...
Based on a bugreport ...
| Jun 19, 5:29 pm 2008 |
| Greg KH | [patch 02/15] Fix tty speed handling on 8250
2.6.25-stable review patch. If anyone has any objections, please let us
know.
------------------
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
commit e991a2bd4fa0b2f475b67dfe8f33e8ecbdcbb40b upstream.
We try and write the correct speed back but the serial midlayer already
mangles the speed on us and that means if we request B0 we report back B9600
when we should not. For now we'll hack around this in the drivers and serial
code, pending a better long term solution.
Signed-off-by: Alan C...
| Jun 19, 5:29 pm 2008 |
| Greg KH | [patch 01/15] x86-64: Fix "bytes left to copy" return value ...
2.6.25-stable review patch. If anyone has any objections, please let us know.
------------------
From: Linus Torvalds <torvalds@linux-foundation.org>
commit 42a886af728c089df8da1b0017b0e7e6c81b5335 upstream
Most users by far do not care about the exact return value (they only
really care about whether the copy succeeded in its entirety or not),
but a few special core routines actually care deeply about exactly how
many bytes were copied from user space.
And the unrolled versions o...
| Jun 19, 5:29 pm 2008 |
| Max Asbock | mce_64.c: mce_cpu_quirks being ignored
A recent change to mce_init in -mm does the following:
@@ -462,7 +463,7 @@ static void mce_init(void *dummy)
wrmsr(MSR_IA32_MCG_CTL, 0xffffffff, 0xffffffff);
for (i = 0; i < banks; i++) {
- wrmsrl(MSR_IA32_MC0_CTL+4*i, bank[i]);
+ wrmsrl(MSR_IA32_MC0_CTL+4*i, ~0UL);
wrmsrl(MSR_IA32_MC0_STATUS+4*i, 0);
}
....
This change appears to ignore the fact that mce_cpu_quirks() clears a
bit in bank[4] for certain CPUs, as in:
static void __cpuinit mce_cpu_quirks(struct cpuinfo_x86 ...
| Jun 19, 4:44 pm 2008 |
| Andi Kleen | Re: mce_64.c: mce_cpu_quirks being ignored
Yes it is. Also referencing the bank is needed for other reasons anyways,
otherwise it would ignore the user sysfs choice on reconfiguration.
Venki, I did a patch for dynamic banks anyways, but haven't submitted it yet.
-Andi
--
| Jun 19, 5:16 pm 2008 |
| Esben Haabendal | [PATCH] Add support for IRQ_NOAUTOEN in __set_irq_handler
Any reason for __set_irq_handler not supporting the IRQ_NOAUTOEN flag?
/Esben
kernel/irq/chip.c | 11 ++++++++---
1 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/kernel/irq/chip.c b/kernel/irq/chip.c
index 964964b..42bb163 100644
--- a/kernel/irq/chip.c
+++ b/kernel/irq/chip.c
@@ -584,10 +584,15 @@ __set_irq_handler(unsigned int irq,
irq_flow_handler_t handle, int is_chained,
desc->name = name;
if (handle != handle_bad_irq && is_chained) {
- desc->stat...
| Jun 19, 3:37 pm 2008 |
| Yinghai Lu | [PATCH] x86: fix compiling when CONFIG_X86_MPPARSE is not set
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
---
arch/x86/Kconfig | 2 +-
arch/x86/mm/k8topology_64.c | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)
Index: linux-2.6/arch/x86/Kconfig
===================================================================
--- linux-2.6.orig/arch/x86/Kconfig
+++ linux-2.6/arch/x86/Kconfig
@@ -289,7 +289,7 @@ if X86_GENERICARCH
config X86_NUMAQ
bool "NUMAQ (IBM/Sequent)"
- depends on SMP && X86_32 && P...
| Jun 19, 3:15 pm 2008 |
| Eric Sandeen | [PATCH (RESEND)] ecryptfs: propagate key errors up at mount ...
(re-sending this, forgot to actually put it on any list last time!)
Mounting with invalid key signatures should probably fail,
if they were specifically requested but not available.
Also fix case checks in process_request_key_err() for
the right sign of the errnos, as spotted by Jan Tluka.
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Acked-by: Michael Halcrow <mhalcrow@us.ibm.com>
Reported-by: Jan Tluka <jtluka@redhat.com>
---
Index: linux-2.6/fs/ecryptfs/keystore.c
=...
| Jun 19, 2:51 pm 2008 |
| Justin Mattock | usb 4-1: uhci_result_common: failed with status 440000
Hello; I'm trying to figure out how to have my bluetooth mighty mouse
survive suspend, i.g. it does
but the scroll ball is not functional, as a work around I can use
hid2hci --tohci, but am becoming lazy with doing this every time
I suspend. could somebody give me some pointers on what might be
happening, in dmesg the only thing I am noticing is:
usb 4-1: uhci_result_common: failed with status 440000 but am unsure
if this is the reason for the scroll ball being non-functional.
regards;
--
Ju...
| Jun 19, 2:22 pm 2008 |
| Eric Paris | [PATCH] Hugetlb: stop race when reading proc meminfo
minor nit that hugetlb_report_{,node_}meminfo() does not lock the
reading of nr_huge_pages, free_huge_pages, and friends so this is not an
atomic set of information put into the buffer. If /proc/meminfo is read
while the number of hugetlb pages is in flux it is possible to get
incorrect output such as:
HugePages_Total: 7
HugePages_Free: 8
HugePages_Rsvd: 0
Hugepagesize: 4096 kB
(test available at https://bugzilla.redhat.com/attachment.cgi?id=309864)
With the patch we beat ...
| Jun 19, 2:15 pm 2008 |
| jmerkey | Question about sys_ind (Partition ID fields)
Is there a reason why the sys_ind field (The partition ID) is not cached
in the hd_struct persistently? I noticed that after the initial
check_partition calls through check_part[]() read all this data and only
remember the starting sector and size of a given partition. Perhaps I am
missing something, and its stored somewhere else, but I have not located
it yet.
This seems somwhat wasteful since it requires the partition tables and/or
partitions to be re-read all the time instead of just remembe...
| Jun 19, 1:11 pm 2008 |
| jmerkey | Question about sys_ind (Partition ID fields)
Is there a reason why the sys_ind field (The partition ID) s not cached in
the hd_struct persistently? I noticed that after the initial
check_partition calls through check_part[]() read all this data and only
remember the starting sector and size of a given partition. Perhaps I am
missing something, and its stored somewhere else, but I have not located
it yet.
This seems somwhat wasteful since it requires the partition tables and/or
partitions to be re-read all the time instead of just remember...
| Jun 19, 1:11 pm 2008 |
| Robert Hancock | Re: Strange problem with e1000 driver - ping packet loss
Can you post your dmesg output from bootup with no special options
(noacpi, etc.) enabled?
--
| Jun 19, 1:25 pm 2008 |
| Vegard Nossum | Re: Strange problem with e1000 driver - ping packet loss
Just FYI, it seems that more people have the same (?) problem:
http://www.ussg.iu.edu/hypermail/linux/kernel/0806.2/0499.html
It might be worth joining forces to fight down the bug once and for
all if it's still not fixed after one and a half years? Sorry, I
really meant error instead of bug.
Vegard
--
"The animistic metaphor of the bug that maliciously sneaked in while
the programmer was not looking is intellectually dishonest as it
disguises that the error is the programmer's own cre...
| Jun 19, 4:25 pm 2008 |
| WANG Cong | [Patch] Add the ENOSYS description for syslog(2)
Hi, Michael!
syslog(2) just returns ENOSYS when CONFIG_PRINTK is not enabled.
This should be described in man pages, I think.
Patch is below.
Thanks.
Sigend-off-by: WANG Cong <wcong@critical-links.com>
---
diff -Nrup man-pages-3.00/man2/syslog.2 man-pages-3.00.modified/man2/syslog.2
--- man-pages-3.00/man2/syslog.2 2008-06-11 05:20:46.000000000 +0100
+++ man-pages-3.00.modified/man2/syslog.2 2008-06-19 17:13:00.000000000 +0100
@@ -235,6 +235,12 @@ capability).
.B ERESTARTSYS
...
| Jun 19, 12:29 pm 2008 |
| Heiko Carstens | [BUG] CFS vs cpu hotplug
Hi Ingo, Peter,
I'm still seeing kernel crashes on cpu hotplug with Linus' current git tree.
All I have to do is to make all cpus busy (make -j4 of the kernel source is
sufficient) and then start cpu hotplug stress.
It usually takes below a minute to crash the system like this:
Unable to handle kernel pointer dereference at virtual kernel address 005a800000031000
Oops: 0038 [#1] PREEMPT SMP
Modules linked in:
CPU: 1 Not tainted 2.6.26-rc6-00232-g9bedbcb #356
Process swapper (pid: 0, task: 00000...
| Jun 19, 12:19 pm 2008 |
| Peter Zijlstra | Re: [BUG] CFS vs cpu hotplug
I presume this is:
Right, this cfs_rq is buggered. rb_leftmost may be null when the tree is
empty (as is the case here).
However cfs_rq->curr != NULL and cfs_rq->nr_running != 0.
So this hints at a missing put_prev_entity() - we keep current out of
the tree, and put it back in right before we schedule(). The advantage
is that we don't need to reposition (dequeue/enqueue) curr in the tree
every time we update its virtual timeline.
So what races so that we can miss put_prev_entity()...
| Jun 19, 2:05 pm 2008 |
| Peter Zijlstra | Re: [BUG] CFS vs cpu hotplug
If you still have this dump, could you give the output of:
px *(struct cfs_rq *) 0x759400
And possibly walk down the chain getting its curr and then my_q again
etc..
--
| Jun 19, 5:32 pm 2008 |
| Heiko Carstens | Re: [BUG] CFS vs cpu hotplug
struct cfs_rq {
load = struct load_weight {
weight = 0xc31
inv_weight = 0x0
}
nr_running = 0x1
exec_clock = 0x0
min_vruntime = 0x4f216b005
tasks_timeline = struct rb_root {
rb_node = 0x2fca4d40
}
rb_leftmost = 0x2fca4d40
tasks = struct list_head {
next = 0x2fca4d58
prev = 0x2fca4d58
}
balance_iterator = 0x2e29e700
c...
| Jun 19, 5:49 pm 2008 |
| Heiko Carstens | Re: [BUG] CFS vs cpu hotplug
Yes, that is correct. Sorry, missed to tell about this detail.
--
| Jun 19, 5:17 pm 2008 |
| Peter Zijlstra | Re: [BUG] CFS vs cpu hotplug
Ooh, this thing is with CONFIG_GROUP_SCHED... does it still happen when
you disable that?
Not that that is any excuse for crashing.. but it does simplify the
scheduler somewhat.
--
| Jun 19, 2:14 pm 2008 |
| Heiko Carstens | Re: [BUG] CFS vs cpu hotplug
Indeed, when CONFIG_GROUP_SCHED is disabled I cannot reproduce it anymore.
--
| Jun 19, 5:14 pm 2008 |
| Peter Zijlstra | Re: [BUG] CFS vs cpu hotplug
Ok, that gives us some idea where to look, thanks for this data point.
--
| Jun 19, 5:26 pm 2008 |
| Cliff Wickman | [PATCHv6] SGI UV: TLB shootdown using broadcast assist unit ...
From: Cliff Wickman <cpw@sgi.com>
TLB shootdown for SGI UV.
This patch brings the code in Ingo's x86/x86/uv (June 19,2008) to v6
v1: 6/2 original
v2: 6/3 corrections/improvements per Ingo's review
v3: 6/4 split atomic operations off to a separate patch (Jeremy's review)
v4: 6/12 include <mach_apic.h> rather than <asm/mach-bigsmp/mach_apic.h>
(fixes a !SMP build problem)
fix the index on uv_table_bases[blade]
v5: 6/18 corrections/improvements per Ingo's ...
| Jun 19, 12:16 pm 2008 |
| previous day | today | next day |
|---|---|---|
| June 18, 2008 | June 19, 2008 | June 20, 2008 |
| david | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg KH | [2.6.22.2 review 05/84] Fix deadlocks in sparc serial console. |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Andrew Morton | -mm merge plans for 2.6.23 |
git: | |
| Jeff Kirsher | [RESEND][NET-NEXT PATCH 01/29] ixgbe: fix bug where using wake queue instead of st... |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Patrick McHardy | Re: [GIT]: Networking |
| Manuel Bouyer | Re: Interactive performance in -current |
| Christian Limpach | Re: newfs: determining file system parameters |
| YAMAMOTO Takashi | Re: statvfs(2) replacement for statfs(2) patch |
| Charles M. Hannum | Re: kern/22869: Slave IDE drive not detected |
