| From | Subject | Date |
|---|---|---|
| Uwe | [PATCH Documentation] use the newc archive format as request...
This is a documentation followup to 2e591bbc0d563e12f5a260fbbca0df7d5810910e
Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
---
Documentation/initrd.txt | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/initrd.txt b/Documentation/initrd.txt
index d3dc505..0c48110 100644
--- a/Documentation/initrd.txt
+++ b/Documentation/initrd.txt
@@ -85,7 +85,7 @@ involve special block devices or loopbacks, you merely create a directory on
disk with ...
| Oct 1, 2:41 am 2007 |
| bo yang | [PATCH 8/8] scsi: megaraid_sas - Update version and changelog
Update version and changelog.
Updated "LSI Logic" to new name "LSI"
Signed-off-by: Bo Yang <bo.yang@lsi.com>
---
Documentation/scsi/ChangeLog.megaraid_sas | 160 ++++++++++++++++++++
drivers/scsi/megaraid/megaraid_sas.c | 10 -
drivers/scsi/megaraid/megaraid_sas.h | 8 -
3 files changed, 169 insertions(+), 9 deletions(-)
diff -uprN linux-2.6.22_orig/Documentation/scsi/ChangeLog.megaraid_sas linux-2.6.22_new/Documentation/scsi/ChangeLog.megaraid_sas
--- linux-2.6.22_ori...
| Oct 1, 12:18 pm 2007 |
| bo yang | [PATCH 7/8] scsi: megaraid_sas - support for poll_mode_io (r...
Added module parameter "poll_mode_io" to support for "polling" (reduced interrupt operation).
In this mode, IO completion interrupts are delayed. At the end of initiating IOs, the
driver schedules for cmd completion if there are pending cmds. A timer-based interrupt
has also been added to prevent IO completion from being delayed indefinitely in the
case that no new IOs are initiated. The user is expected to tune the interrupt
throttling parameters using MegaRAID utility and then set p...
| Oct 1, 12:14 pm 2007 |
| bo yang | [PATCH 6/8] scsi: megaraid_sas - call cmd completion from re...
Driver will call cmd completion routine from Reset path without waiting for cmd completion from isr context.
Signed-off-by: Bo Yang <bo.yang@lsi.com>
---
drivers/scsi/megaraid/megaraid_sas.c | 122 +++++++++++++------------
drivers/scsi/megaraid/megaraid_sas.h | 2
2 files changed, 70 insertions(+), 54 deletions(-)
diff -uprN linux-2.6.22_orig/drivers/scsi/megaraid/megaraid_sas.c linux-2.6.22_new/drivers/scsi/megaraid/megaraid_sas.c
--- linux-2.6.22_orig/drivers/scsi/megaraid/megarai...
| Oct 1, 12:07 pm 2007 |
| bo yang | [PATCH 5/8] scsi: megaraid_sas - using unsigned long for sen...
MegaRAID utilities expect sense_buff to be of type unsigned long.
Signed-off-by: Bo Yang <bo.yang@lsi.com>
---
drivers/scsi/megaraid/megaraid_sas.c | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diff -uprN linux-2.6.22_orig/drivers/scsi/megaraid/megaraid_sas.c linux-2.6.22_new/drivers/scsi/megaraid/megaraid_sas.c
--- linux-2.6.22_orig/drivers/scsi/megaraid/megaraid_sas.c 2007-10-01 05:20:03.000000000 -0700
+++ linux-2.6.22_new/drivers/scsi/megaraid/megaraid_sas.c ...
| Oct 1, 12:02 pm 2007 |
| bo yang | [PATCH 4/8] scsi: megaraid_sas - check max_sgl reported by F...
1. Setting the max_sectors_per_req based on max SGL supported by the FW. Prior versions calculated
this value from controller info's max_sectors_1, max_sectors_2. For certain controllers/FW,
this was resulting in a value greater than max SGL supported by the FW. Now we take the min
of max sgl from FW and max_sectors calculation.
2. Increased MFI_POLL_TIMEOUT_SECS to 60 seconds from 10. FW may take a max of 60 seconds to
respond to the INIT cmd.
Signed-off-by:...
| Oct 1, 11:56 am 2007 |
| bo yang | [PATCH 3/8] scsi: megaraid_sas - add module param max_sector...
Adding module parameters to configure max sectors per request & # of cmds per lun.
Signed-off-by: Bo Yang <bo.yang@lsi.com>
---
drivers/scsi/megaraid/megaraid_sas.c | 68 ++++++++++++++++++++++++-
drivers/scsi/megaraid/megaraid_sas.h | 2
2 files changed, 68 insertions(+), 2 deletions(-)
diff -uprN linux-2.6.22_orig/drivers/scsi/megaraid/megaraid_sas.c linux-2.6.22_new/drivers/scsi/megaraid/megaraid_sas.c
--- linux-2.6.22_orig/drivers/scsi/megaraid/megaraid_sas.c 2007-10-01 00:1...
| Oct 1, 11:51 am 2007 |
| bo yang | PATCH [2/8] scsi: megaraid_sas - add module param fast_load
Driver will skip physical devices scan for the first time if the fast_load is set. This is to reduce time for loading driver.
Signed-off-by: Bo Yang <bo.yang@lsi.com>
---
drivers/scsi/megaraid/megaraid_sas.c | 69 +++++++++++++++++++------
1 files changed, 55 insertions(+), 14 deletions(-)
diff -uprN linux-2.6.22_orig/drivers/scsi/megaraid/megaraid_sas.c linux-2.6.22_new/drivers/scsi/megaraid/megaraid_sas.c
--- linux-2.6.22_orig/drivers/scsi/megaraid/megaraid_sas.c 2007-10-01 00:03:59.0...
| Oct 1, 11:46 am 2007 |
| bo yang | [PATCH 1/8] scsi: megaraid_sas - add hibernation support
Adding hibernation support. suspend, resume routine implemented.
Signed-off-by: Bo Yang <bo.yang@lsi.com>
---
drivers/scsi/megaraid/megaraid_sas.c | 302 +++++++++++++++++++------
drivers/scsi/megaraid/megaraid_sas.h | 1
2 files changed, 233 insertions(+), 70 deletions(-)
diff -uprN linux-2.6.22_orig/drivers/scsi/megaraid/megaraid_sas.c linux-2.6.22_new/drivers/scsi/megaraid/megaraid_sas.c
--- linux-2.6.22_orig/drivers/scsi/megaraid/megaraid_sas.c 2007-10-01 00:03:59.000000000 -0700...
| Oct 1, 11:40 am 2007 |
| Rob Landley | [PATCH] Add Documentation/power/00-INDEX
From: Rob Landley <rob@landley.net>
Add Documentation/power/00-INDEX
Signed-off-by: Rob Landley <rob@landley.net>
---
All my pending 00-INDEX patches are at http://landley.net/kdocs/make/patches
Documentation/power/00-INDEX | 34 +++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
--- /dev/null 2007-04-23 10:59:00.000000000 -0500
+++ hg/Documentation/power/00-INDEX 2007-10-01 22:35:36.000000000 -0500
@@ -0,0 +1,34 @@
+00-INDEX
+ - This file
+basic-pm-debuggi...
| Oct 1, 11:44 pm 2007 |
| Linus Torvalds | Linux 2.6.23-rc9 and a heads-up for the 2.6.24 series..
I said I was hoping that -rc8 was the last -rc, and I hate doing this, but
we've had more changes since -rc8 than we had in -rc8. And while most of
them are pretty trivial, I really couldn't face doing a 2.6.23 release and
take the risk of some really stupid brown-paper-bag thing.
So there's a final -rc out there, and right now my plan is to make this
series really short, and release 2.6.23 in a few days. So please do give
it a last good testing, and holler about any issues you find!
This ...
| Oct 1, 11:41 pm 2007 |
| Philip Langdale | [PATCH] mmc: Disabler for Ricoh MMC controller
Thanks to Matt Domsch and Rezwanul Kabir at Dell, we know how to disable the
MMC controller on the multi-function Ricoh R5C832. The MMC controller needs
to be disabled or it will steal MMC cards from the SD controller where they
would otherwise be supported by the Linux SDHCI driver.
Signed-off-by: Philipl Langdale <philipl@overt.org>
--- linux-2.6.22/drivers/mmc/host/Kconfig 2007-07-08 16:32:17.000000000 -0700
+++ linux-ricoh/drivers/mmc/host/Kconfig 2007-09-15 12:32:10.000000000 -0700
@@ ...
| Oct 1, 11:23 pm 2007 |
| Mark Gross | [PATCH] PM_QOS 1 of 2
The following is the cleaned up patch implementing the power management
quality of service infrastructure discussed at the pm summit last June.
It is a genralization of the latency code put into the kernel last year
by Arjan.
I would like to get this code included in the MM tree and to get some
milage on it.
One thing to note about this implementation is that it exposes an
interface to user space for registering pm_qos constraints in addition
to the kernel exports. Its a file based interface ...
| Oct 1, 7:45 pm 2007 |
| Robert Hancock | libata-add-human-readable-error-value-decoding-v3.patch (was...
Another plug for this one, as the author. I really don't think one can
object to it, and it definitely seems useful.
--
Robert Hancock Saskatoon, SK, Canada
To email, remove "nospam" from hancockr@nospamshaw.ca
Home Page: http://www.roberthancock.com/
-
| Oct 1, 7:46 pm 2007 |
| Jeremy Fitzhardinge | [PATCH RFC] paravirt: cleanup lazy mode handling
Currently, the set_lazy_mode pv_op is overloaded with 5 functions:
1. enter lazy cpu mode
2. leave lazy cpu mode
3. enter lazy mmu mode
4. leave lazy mmu mode
5. flush pending batched operations
This complicates each paravirt backend, since it needs to deal with
all the possible state transitions, handling flushing, etc. In
particular, flushing is quite distinct from the other 4 functions, and
seems to just cause complication.
This patch removes the set_lazy_mode operation, and adds "ente...
| Oct 1, 7:46 pm 2007 |
| Rusty Russell | Re: [PATCH RFC] paravirt: cleanup lazy mode handling
That's good, but this code does lose on native because we no longer
simply replace the entire thing with noops.
Perhaps inverting this and having (inline) helpers is the way to go?
I'm thinking something like:
static inline void paravirt_enter_lazy(enum paravirt_lazy_mode mode)
{
BUG_ON(x86_read_percpu(paravirt_lazy_mode) != PARAVIRT_LAZY_NONE);
BUG_ON(preemptible());
x86_write_percpu(paravirt_lazy_mode, mode);
}
static inline void paravirt_exit_lazy(enum paravirt_lazy_mode mode)
{
...
| Oct 1, 9:34 pm 2007 |
| Mike Kravetz | RT scheduling: wakeup bug?
I've been trying to track down some unexpected realtime latencies and
believe one source is a bug in the wakeup code. Specifically, this is
within the try_to_wake_up() routine. Within this routine there is the
following code segment:
/*
* If a newly woken up RT task cannot preempt the
* current (RT) task (on a target runqueue) then try
* to find another CPU it can preempt:
*/
if (rt_task(p) && !TASK_PREEMPTS_CURR(p, rq)) {
struct rq *this_rq = cpu_rq(this_cpu);
/*
* ...
| Oct 1, 6:15 pm 2007 |
| Olof Johansson | [regression] 2.6.23 sata_mv EH updates broke my 7042 control...
Hi,
I just pulled out my Marvell 7042 SATA controller here to give it a spin
and noticed that it no longer worked (i.e. init segvs when loading from
it), etc. 2.6.22 is fine.
Bisecting (just the file drivers/ata/sata_mv.c) resulted in
bdd4dddee325a7dce3e84cf48201a06aa8508aa4 popping out as the culprit
(file version 4537deb5e90b717a725b3d74b58b4bb1d28443d0 is fine).
Just for sanity checking: Has anyone else used 7042/6042 with the current
mainline driver?
Hardware config in my case:
Highpoi...
| Oct 1, 6:04 pm 2007 |
| Jeff Garzik | Re: [regression] 2.6.23 sata_mv EH updates broke my 7042 con...
The update was tested extensively on 6042. I have a 7042, but haven't
The IOMMU data point is certainly interesting. Nothing jumps out on a
re-review of the patch, so keep digging and let us know ;-)
Jeff
-
| Oct 1, 6:37 pm 2007 |
| Olof Johansson | Re: [regression] 2.6.23 sata_mv EH updates broke my 7042 con...
Looks like it's caused by enabling vmerge (which tends to be on for the
common PPC defconfigs). If I disable it, things look OK.
Perhaps the Marvell controller doesn't like requests larger than 64K,
or wrapping some boundary. Do you have access to erratas/docs?
I have verified it on a powermac now as well (had a quick scare that it
might have been some problem with the PA Semi IOMMU, but no).
-Olof
-
| Oct 1, 10:30 pm 2007 |
| Hubert Tonneau | Re: Network slowdown due to CFS
Pliant 'FastSem' semaphore implementation (as oppsed to 'Sem') uses 'yield'
http://old.fullpliant.org/
Basically, if the ressource you are protecting with the semaphore will be held
for a significant time, then a full semaphore might be better, but if the
ressource will be held just a fiew cycles, then light aquiering might bring best
result because the most significant cost is in aquiering/releasing.
So the aquiering algorithm for fast semaphores might be:
try to aquire with a hardware atomic ...
| Oct 1, 6:27 pm 2007 |
| Luis Garcia-Vega | kernel panics when SMP-booting on a Nexcom Peak 7220VL2G
Hi list,
I'm getting kernel panics when I boot a pair of Xeon 2.8GHz on a
Nexcom PEAK 7220VL2G board (one of those system on a board setups).
I'm running the stock Red Hat Enterprise 4.5 kernel. I mentioned a
pair, because the system boots fine with the Uniprocessor kernel. I
thought it could be a ACPI issue, but after a few days of trying
different boot options, i was still getting errors.
And without further ado, here's the serial port capture.
Linux version 2.6.9-55.ELsmp (brewbuilder@ls2...
| Oct 1, 5:35 pm 2007 |
| Stephen Hemminger | Re: kernel panics when SMP-booting on a Nexcom Peak 7220VL2G
On Mon, 1 Oct 2007 16:35:11 -0500
Since you are using a vendor supplied kernel, you need to talk to
them. 2.6.9 is almost 3 years old.
-
| Oct 1, 6:04 pm 2007 |
| Jeff Dike | [PATCH 2/3] UML - arch/um/drivers formatting
Style fixes for the rest of the drivers. arch/um/drivers should be
pretty CodingStyle-compliant now.
Except for the ubd driver, which will have to be treated separately.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
---
arch/um/drivers/chan_user.c | 18 +++--
arch/um/drivers/cow_user.c | 133 +++++++++++++++++++--------------------
arch/um/drivers/fd.c | 13 +--
arch/um/drivers/hostaudio_kern.c | 118 +++++++++++++++++-----------------
arch/um/drivers/mco...
| Oct 1, 5:23 pm 2007 |
| Jeff Dike | [PATCH 1/3] UML - Fix stub address calculations
The calculation of CONFIG_STUB_CODE and CONFIG_STUB_DATA didn't take
into account anything but 3G/1G and 2G/2G, leaving the other vmsplits
out in the cold.
I'd rather not duplicate the four known host vmsplit cases for each of
these symbols. I'd also like to calculate them based on the highest
userspace address.
The Kconfig language seems not to allow calculation of hex constants,
so I moved this to as-layout.h. CONFIG_STUB_CODE, CONFIG_STUB_DATA,
and CONFIG_STUB_START are now gone. In their ...
| Oct 1, 5:23 pm 2007 |
| Andrew Morton | -mm merge plans for 2.6.24
When replying, please rewrite the Subject: appropriately and attempt to cc the
relevant developers and mailing lists, thanks.
consolidate-ptrace_detach.patch
slow-down-printk-during-boot.patch
slow-down-printk-during-boot-fix-2.patch
slow-down-printk-during-boot-fix-3.patch
slow-down-printk-during-boot-fix-4.patch
clockevents-fix-bogus-next_event-reset-for-oneshot-broadcast-devices.patch
Merge
exit-acpi-processor-module-gracefully-if-acpi-is-disabled.patch
acpi-enable-c3-power-state-...
| Oct 1, 5:22 pm 2007 |
| Paul Jackson | wibbling over the cpuset shed domain connnection
Oh dear ... after looking at the following to figure out what
a wibble is, I wonder which one Andrew had in mind:
http://www.urbandictionary.com/define.php?term=wibble
The insanity, the rubbish, being overwhelmed, ... ?
<grin>
If one of Nick or I can knock some sense into the others head,
then this saga should come to a close soon.
--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@sgi....
| Oct 1, 5:34 pm 2007 |
| Jeff Dike | [PATCH 3/3] UML - Definitively kill subprocesses on panic
From: Lepton Wu <ytht.net@gmail.com>
In a stock 2.6.22.6 kernel, poweroff a user mode linux guest
(2.6.22.6 running in skas0 mode) will halt the host linux. I
think the reason is the kernel thread abort because of a bug.
Then the sys_reboot in process of user mode linux guest is
not trapped by the user mode linux kernel and is executed by host.
I think it is better to make sure all of our children process
to quit when user mode linux kernel abort.
[ jdike - the kernel process needs to ...
| Oct 1, 5:23 pm 2007 |
| Jean Delvare | 2.6.23-rc8 build failure: __you_cannot_kmalloc_that_much in ...
Hi all,
2.6.23-rc8 and 2.6.23-rc8-git4 fail to build on one of my test
machines, with:
The code is allocating sizeof(struct device) so it really shouldn't be
a problem. I have no idea what's wrong. That's on i386, very old
machine (Pentium 166MMX / Intel TX chipset), with gcc 3.2.3 and
binutils 2.14.90.0.6. 2.6.22.9 compiles fine on the same system (but it
doesn't include dmi-id so it's not very surprising).
.config attached.
--
Jean Delvare
| Oct 1, 4:54 pm 2007 |
| Jean Delvare | Re: 2.6.23-rc8 build failure: __you_cannot_kmalloc_that_much...
More information: building the same config on a much more recent system
works fine. This seems to point at a toolchain issue.
--
Jean Delvare
-
| Oct 1, 5:54 pm 2007 |
| Kok, Auke | Re: - eepro100-avoid-potential-null-pointer-deref-in-speedo_...
is this actually a problem? everybody should be running e100. I'm surprised to see
a patch for eepro100, just before it gets removed...
Auke
-
| Oct 1, 4:54 pm 2007 |
| Simon Roscic | western digital WD800ADFS ncq problems
(please cc me, as i´m not subscribed to linux-kernel/ide - thanks)
hi,
we have some Fujitsu Siemens Celsius M450 workstations (Intel 975X Express chipset)
running Linux Kernel 2.6.22 (Debian, Ubuntu) on an md raid 1 using two Western Digital
Raptor drives, it´s the WD800ADFS which is an oem version (you will find them in
workstations from HP, IBM, Dell, Fujitsu-Siemens,... and they have different model
numbers) using ahci and ncq we are experiencing low performace, and many
hsm violations, some...
| Oct 1, 4:41 pm 2007 |
| Linas Vepstas | [PATCH] Simplify yenta code
Simplify some of the resource detection logic in yenta_socket.
This patch results in the same run-time behaviour as the
current code, but does so with fewer lines of code. This
makes the logical flow of the code a bit easier to understand.
Signed-off-by: Linas Vepstas <linas@austin.ibm.com>
Cc: Dominik Brodowski <linux@brodo.de>
----
drivers/pcmcia/yenta_socket.c | 22 ++++++++--------------
1 file changed, 8 insertions(+), 14 deletions(-)
Index: linux-2.6.23-rc8-mm1/drivers...
| Oct 1, 2:41 pm 2007 |
| Matthew Wilcox | Re: [PATCH] Simplify yenta code
Are BRIDGE_IO_MAX and BRIDGE_MEM_MAX guaranteed to be the same?
--
Intel are signing my paycheques ... these opinions are still mine
"Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours. We can't possibly take such
a retrograde step."
-
| Oct 1, 2:56 pm 2007 |
| Linas Vepstas | Re: [PATCH] Simplify yenta code
@#$%^&*. Red-faced, I withdraw the patch. Must be cross-eyed on
a Monday morning. Sorry.
--linas
-
| Oct 1, 4:04 pm 2007 |
| Brian King | Re: [PATCH 3/8] scsi: megaraid_sas - add module param max_se...
Binary attributes are generally used for data which cannot
be parsed by the user. Since this attribute is simply a
single decimal value, it makes most sense to just use a regular
class_device_attribute. Additionally, if you use the
existing shost_attrs infrastructure in the scsi_host_template,
you can simplify your code, since you don't need to manually
create and destroy the sysfs files as scsi core will do this for
you.
--
Brian King
Linux on Power Virtualization
IBM Linux Technology C...
| Oct 1, 1:50 pm 2007 |
| Grant Likely | [PATCH 0/6] Patch series to add of_platform binding to xilin...
(resend due to mailer issues. Apologies to anyone receiving this twice)
This patch series reworks the Xilinx framebuffer driver and then adds
an of_platform bus binding. The of_platform bus binding is needed to use
the driver in arch/powerpc platforms.
Antonino,
Assuming there are no major issues, I'd like to get this patch series
queued up for inclusion in 2.6.24.
Thanks,
g.
--
Grant Likely, B.Sc. P.Eng.
Secret Lab Technologies Ltd.
-
| Oct 1, 11:57 am 2007 |
| Grant Likely | [PATCH 5/6] Xilinxfb: cleanup platform_bus binding to use pl...
From: Grant Likely <grant.likely@secretlab.ca>
Change the platform bus binding to make use of the established
platform_bus API.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
---
drivers/video/xilinxfb.c | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/drivers/video/xilinxfb.c b/drivers/video/xilinxfb.c
index 12d9127..e482bb5 100644
--- a/drivers/video/xilinxfb.c
+++ b/drivers/video/xilinxfb.c
@@ -339,26 +339,24...
| Oct 1, 11:57 am 2007 |
| Grant Likely | [PATCH 4/6] xilinxfb: Split device setup from bus binding
From: Grant Likely <grant.likely@secretlab.ca>
Split the device setup code away from the platform bus binding. This is
in preparation for adding the of_platform bus binding to this driver and
most of the setup code is common between the two busses.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
---
drivers/video/xilinxfb.c | 133 ++++++++++++++++++++++++++++------------------
1 files changed, 80 insertions(+), 53 deletions(-)
diff --git a/drivers/video/xilinxfb.c b/dr...
| Oct 1, 11:57 am 2007 |
| Grant Likely | [PATCH 6/6] Xilinxfb: add of_platform bus binding
From: Grant Likely <grant.likely@secretlab.ca>
Adds the of_platform bus binding to the xilinxfb driver. Needed to
use framebuffer devices described in the OF device tree (used by
arch/powerpc).
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
---
drivers/video/xilinxfb.c | 101 ++++++++++++++++++++++++++++++++++++++++++----
1 files changed, 93 insertions(+), 8 deletions(-)
diff --git a/drivers/video/xilinxfb.c b/drivers/video/xilinxfb.c
index e482bb5..4cf03e1 100644
-...
| Oct 1, 11:57 am 2007 |
| Akinobu Mita | Re: [PATCH 6/6] Xilinxfb: add of_platform bus binding
Is it better to add error handling for platform_driver_register()?
rc = platform_driver_register(&xilinxfb_platform_driver);
if (rc)
xilinxfb_of_unregister();
-
| Oct 1, 12:42 pm 2007 |
| Grant Likely | Re: [PATCH 6/6] Xilinxfb: add of_platform bus binding
Right, good catch. I'll fix that
Thanks!
g.
--
Grant Likely, B.Sc., P.Eng.
Secret Lab Technologies Ltd.
grant.likely@secretlab.ca
(403) 399-0195
-
| Oct 1, 12:46 pm 2007 |
| Grant Likely | [PATCH 3/6] Xilinxfb: rename failout labels to reflect failure
From: Grant Likely <grant.likely@secretlab.ca>
Labels and gotos are used in xilinxfb_assign to unwind allocations
on device registration failures. Rename the labels to reflect the
error which occured. This change is being made to make it easier
to add new failout paths (which occurs in a subsuquent patch) and
to make reviewing the failout path easier.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
---
drivers/video/xilinxfb.c | 18 +++++++++---------
1 files changed,...
| Oct 1, 11:57 am 2007 |
| Grant Likely | [PATCH 2/6] Xilinxfb: Replace calls to printk with dev_dbg, ...
From: Grant Likely <grant.likely@secretlab.ca>
The dev_dbg, dev_err, etc functions provide more context that plain
vanilla printk which is useful for debugging. Where appropriate,
change printk calls to the appropriate dev_*() call.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
---
drivers/video/xilinxfb.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/drivers/video/xilinxfb.c b/drivers/video/xilinxfb.c
index 1a5f1e4..e63cbd1 100...
| Oct 1, 11:57 am 2007 |
| Grant Likely | [PATCH 1/6] Xilinxfb: add banner output to probe routine whe...
From: Grant Likely <grant.likely@secretlab.ca>
Debug support: when DEBUG is defined, output relevant details to the
log about the framebuffer registration.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
---
drivers/video/xilinxfb.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/drivers/video/xilinxfb.c b/drivers/video/xilinxfb.c
index 4bc67ab..1a5f1e4 100644
--- a/drivers/video/xilinxfb.c
+++ b/drivers/video/xilinxfb.c
@@ -287,6 +287,11 @...
| Oct 1, 11:57 am 2007 |
| david | OOM killer invoked on 2.6.20.3, need help understanding why
I have a dual dual-core Opteron box running a 32 bit 2.6.20.3 kernel with
4G himem (16G in the box) serving as a iptables firewall. I's got E1000
network cards and a LSI raid controller.
this morning it died with the message 'kernel panic, out of memory and no
process to kill'
gong back through it's syslogs I've got quite a few logs, but I need help
in understanding what went wrong (and if it's preventable)
the process that was running and triggered the OOM is a script
#!/bin/bash
PAT...
| Oct 1, 11:57 am 2007 |
| Peter Zijlstra | Re: OOM killer invoked on 2.6.20.3, need help understanding ...
OOh, 64bit machine. Seems like a good idea to run a 64bit kernel on
Seems like it ran out of memory in zone normal. Looks like it all went to SLAB.
Could you run your regular workload, and append /proc/slabinfo onto a file every 5 minutes or so?
That should tell us who is using all this memory. (assuming it reproduces...)
-
| Oct 1, 12:56 pm 2007 |
| david | Re: OOM killer invoked on 2.6.20.3, need help understanding ...
expecially with 16G of ram in it ;-)
unfortunantly the last time I tried a mixed 64/32 system I ran into
mysterious lockups (that I now think were the iptables interface bugs),
and haven't convinced management to let me try again, and I haven't
migrated everything to 64 bit machines to convert the standard system
image to 64 bit (I'm close, half a dozen machines out of a few hundred,
will do.
David Lang
-
| Oct 1, 2:09 pm 2007 |
| Pavel Emelyanov | [PATCH 0/5] A config option to compile out some namespaces c...
Changes from v1:
* make the NAMESPACES_EXPERIMENTAL selectable even in !EMBEDDED case
There were some questions like "do I need this on my cellphone"
in reply to different namespaces patches. Indeed, the namespaces
are not useful for most of the embedded systems, but the code
creating and releasing them weights a lot.
So I propose to add a config option which will help embedded
people to reduce the vmlinux size. This option simply compiles
out the namespaces cloning and releasing code *only*, bu...
| Oct 1, 11:31 am 2007 |
| Pavel Emelyanov | [PATCH 4/5] Move the user namespace under the option
We currently have a CONFIG_USER_NS option. Just rename it
into CONFIG_NAMESPACES_EXPERIMENTAL and move the init_user_ns
into user.c file to make the kernel compile and work without
the namespaces support.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Acked-by: Cedric Le Goater <clg@fr.ibm.com>
---
diff --git a/include/linux/user_namespace.h b/include/linux/user_namespace.h
index b5f41d4..dda160c 100644
--- a/include/linux/user_namespace.h
+++ b/include/linux/user_namespace....
| Oct 1, 11:40 am 2007 |
| previous day | today | next day |
|---|---|---|
| August 31, 2007 | October 1, 2007 | October 2, 2007 |
