| From | Subject | Date |
|---|---|---|
| Bartlomiej Zolnierki... | [git patches] IDE updates (part 5)
Hi,
This is the final part, contains:
* important bugfix from Adrian Bunk for sis5513 host driver
(for the bug introduced in one of the previous updates)
* more small fixups/cleanups
Please pull from:
master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6.git/
to receive the following updates:
drivers/ide/Kconfig | 3 +
drivers/ide/arm/bast-ide.c | 2 +-
drivers/ide/arm/icside.c | 62 +++--------
drivers/ide/arm/ide_arm.c ...
| Oct 19, 6:48 pm 2007 |
| Robert Hancock | Re: Kernel configuration of a two dual core processor - Xeon...
Quite likely you didn't enable whatever driver your system needs to
access the hard drive..
--
Robert Hancock Saskatoon, SK, Canada
To email, remove "nospam" from hancockr@nospamshaw.ca
Home Page: http://www.roberthancock.com/
-
| Oct 19, 7:28 pm 2007 |
| Randy Dunlap | [PATCH] xconfig: set title bar
From: Randy Dunlap <randy.dunlap@oracle.com>
menuconfig and gconfig already place a title (or caption) on the top
bar of their window (or whatever that is properly called). However,
qconf (xconfig) just says "qconf". I tried to find a Qt API to set
the title but did not find one, so set the program title (caption)
by using the "-title <caption>" command line option instead.
This can be useful when someone has multiple qconf instances running,
to help differentiate which one is which...
| Oct 19, 5:55 pm 2007 |
| Jordan Crouse | Re: [PATCH 1/4 resend] [x86] Add generic GPIO support to x86
Its reasonable to expect that the API will expand over time as it is
thrust into new situations. There is nothing wrong with the existing API,
it does an admirable job of simple GPIO frobbing. But on the Geode, GPIOs
can do much more then just simple input and output. We can cause events,
use input filtering for debouncing, set various drain options, and more.
And these are not bullet points from the datasheet that we want to
implement for completeness; these functions are actually being used rig...
| Oct 19, 5:32 pm 2007 |
| Ursula Braun | [patch 0/1] remove header_ops bug in qeth driver
--
Remove qeth driver bug introduced by this commit:
commit 3b04ddde02cf1b6f14f2697da5c20eca5715017f
Author: Stephen Hemminger <shemminger@linux-foundation.org>
Date: Tue Oct 9 01:40:57 2007 -0700
[NET]: Move hardware header operations out of netdevice.
-
| Oct 19, 5:55 pm 2007 |
| Thomas Gleixner | [Git pull] arch/x86 updates
Linus,
please pull from:
ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86.git
This tree contains
- another chunk of the -mm/ak pending patches
- some unification patches
- merge fallout fixups
- bugfixes fallout from automated testing
- trivial cleanups
A full log, including the patches is available here:
http://userweb.kernel.org/~tglx/git-x86-changes
Thanks
tglx
---
Adrian Knoth (1):
Kconfig: Missing line breaks in arch/x86_64/Kconfig
Akin...
| Oct 19, 5:46 pm 2007 |
| Linus Torvalds | Re: [Git pull] arch/x86 updates
While I think this is good otherwise, why does it do
printk(".. comm: %.*s .."
TASK_COMM_LEN, current->comm,
instead of just using "%s" and "current->comm"? I only noticed because
there was an unrelated conflict around that thing.
That "current->comm" had better be NUL-terminated already, we use it as
such all over the place. And if it's not, *that* should be fixed.
I'm editing it back to the simpler pure string.
Linus
-
| Oct 19, 6:04 pm 2007 |
| Ingo Molnar | Re: [Git pull] arch/x86 updates
it might make some marginal sense to get an oops message out when
there's stack overflow/corruption that damages task->comm. I've seen a
good number of traces that printed out task->comm as an overlength
string - which obscured other, possibly more important info that could
have been printed until the system became so hosed that it would not
print anything.
but ... this is really splitting hairs and even when the stack and hence
the task struct is corrupted, an accidental NIL charac...
| Oct 19, 7:14 pm 2007 |
| Thomas Gleixner | Re: [Git pull] arch/x86 updates
Fair enough. Did not notice.
tglx
-
| Oct 19, 6:19 pm 2007 |
| Jeff Garzik | [2.6.23] tasks stuck in running state?
On my main devel box, vanilla 2.6.23 on x86-64/Fedora-7, I'm seeing a
certain behavior at least once a day. I'll start a kernel build (make
Specifically, the symptom is a process, often a simple one like cat(1)
or rm(1) or somewhere in check-headers, will stay in the running state,
accumulating CPU time.
If I Ctrl-C the build, and start over, the build will normally -not- get
stuck at the same point, but proceed to chew through one of a bazillion
allmodconfig builds.
I also see this occ...
| Oct 19, 5:39 pm 2007 |
| Chuck Ebbert | Re: [2.6.23] tasks stuck in running state?
Can you try to strace the hanging task?
-
| Oct 19, 5:53 pm 2007 |
| Jeff Garzik | Re: [2.6.23] tasks stuck in running state?
[sits there, chewing up CPU grepping a 47-line header file]
-
| Oct 19, 6:03 pm 2007 |
| Chuck Ebbert | Re: [2.6.23] tasks stuck in running state?
And sysrq-p is pretty useless unless you can force the keyboard
interrupt and the spinning process onto the same CPU.
-
| Oct 19, 6:18 pm 2007 |
| Will Schmidt | [bug] block subsystem related crash on Legacy iSeries vioda...
Hi Jens, Stephen, and Everyone else.
I am seeing this crash on a legacy iSeries box. Bisect points at
70eb8040dc81212c884a464b75e37dca8014f3ad (Add chained sg support to
linux/scatterlist.h).
I see there were some related troubles discussed a couple days back.
I've refreshed my tree, so believe I should have pulled in all the
changes that fixed those issues by now, so this is an additional problem
(viodasd funkyness), or I've screwed something up in my pulls, or fixes
(from blk_rq_map_sg...
| Oct 19, 5:33 pm 2007 |
| Trond Myklebust | [GIT] NFS client fixes for 2.6.23++
Hi Linus,
Please pull from the repository at
git pull git://git.linux-nfs.org/pub/linux/nfs-2.6.git
This will update the following files through the appended changesets.
Cheers,
Trond
----
fs/nfs/delegation.c | 3 +-
fs/nfs/dir.c | 14 +++++-
fs/nfs/file.c | 2 +-
fs/nfs/inode.c | 25 +++++++++--
fs/nfs/nfs4_fs.h | 3 +-
fs/nfs/nfs4proc.c | 19 ++++++--
fs/nfs/nfs4state.c | 14 +++++-
fs/nfs/unlink.c | 11...
| Oct 19, 5:23 pm 2007 |
| Bart Trojanowski | [BUG] 2.6.23.1 host freezes when running kvm
I am running 2.6.23.1 with kvm built from that tree as a module. My
system is running Debian/testing on a Tyan board with two dual-core
Opteron 2216 processors; each socket has 4G of RAM. I have attached the
serial console dump including a bunch of output from SysRq (gzipped,
because it was 300k otherwise).
I have ran multiple passes of memtest, and I can build the kernel with
-j8, but when I run kvm the host freezes.
A bit about the system:
quark# cat /proc/version
Linux version 2.6.23.1 (...
| Oct 19, 4:20 pm 2007 |
| Maciej W. Rozycki | [PATCH] MAINTAINERS: Add self for the dz serial driver
Now that I have got the necessary piece of hardware (thanks, Thiemo!), I
may well offer myself as the maintainer for the dz serial driver. I hope
nobody objects.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
---
Please apply,
Maciej
patch-mips-2.6.23-rc5-20070904-dz-maint-0
diff -up --recursive --new-file linux-mips-2.6.23-rc5-20070904.macro/MAINTAINERS linux-mips-2.6.23-rc5-20070904/MAINTAINERS
--- linux-mips-2.6.23-rc5-20070904.macro/MAINTAINERS 2007-09-04 04:55:16.000...
| Oct 19, 4:55 pm 2007 |
| Maciej W. Rozycki | [PATCH] dz: Handle special conditions on reception correctly
Handle the read and ignore status masks correctly. Handle the BREAK
condition as expected: a framing error with a null character is a BREAK,
any other framing error is a framing error indeed.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
---
Tested with checkpatch.pl and at the run-time -- MIPS/Linux on a
DECstation 5000/200.
Please apply,
Maciej
patch-mips-2.6.23-rc5-20070904-dz-receive-8
diff -up --recursive --new-file linux-mips-2.6.23-rc5-20070904.macro/drivers...
| Oct 19, 4:51 pm 2007 |
| Maciej W. Rozycki | [PATCH] dz.c: Fix locking issues
The ->start_tx(), ->stop_tx() and ->stop_rx() backends are called with
the port's lock already taken. Remove locking from within them and wrap
around calls as necessary.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
---
Tested with checkpatch.pl and at the run-time -- MIPS/Linux on a
DECstation 5000/200.
Please apply,
Maciej
patch-mips-2.6.23-rc5-20070904-dz-lock-1
diff -up --recursive --new-file linux-mips-2.6.23-rc5-20070904.macro/drivers/serial/dz.c lin...
| Oct 19, 4:44 pm 2007 |
| Gabriel C | some kernel headers broken in current git ?
Hi,
usually I'll wait for rc1 and test compile external module to see which are broken and what need fixing
but while I need virtualbox for some tests I test compile it on current git and it failed badly.
Maybe something is missing from x86 merge ?
Here is what I get :
...
/linux/memobj-r0drv-linux.c
In file included from /lib/modules/2.6.23-g4fa4d23f-dirty/build/include/asm/atomic_32.h:265,
from /lib/modules/2.6.23-g4fa4d23f-dirty/build/include/asm/atomic.h:2,
...
| Oct 19, 4:44 pm 2007 |
| Jiri Kosina | Re: some kernel headers broken in current git ?
Trying 'make mrproper' first has high chances of fixing this I'd guess.
--
Jiri Kosina
-
| Oct 19, 5:08 pm 2007 |
| Gabriel C | Re: some kernel headers broken in current git ?
Is what I did before latest pull.
Maybe this whole tree got broken. I'll try a fresh one and report back.
Regards ,
Gabriel
-
| Oct 19, 5:19 pm 2007 |
| Gabriel C | Re: some kernel headers broken in current git ?
I get the same on fresh cloned git tree
#-- git rev-parse --verify HEAD
c4ec20717313daafba59225f812db89595952b83
Regards,
Gabriel
-
| Oct 19, 6:23 pm 2007 |
| Thomas Gleixner | Re: some kernel headers broken in current git ?
Hmm. The kernel itself compiles fine ?
What external thing breaks ?
tglx
-
| Oct 19, 6:49 pm 2007 |
| Gabriel C | Re: some kernel headers broken in current git ?
Actually I try to get VirtualBox-1.5.2_OSE to compile but I get a lot errors from
include/asm-generic/atomic.h and other headers.
and looks like some are missing ?
...
/lib/modules/2.6.23-rc0/build/include/asm/irq_32.h:15:25: error: irq_vectors.h: No such file or directory
/lib/modules/2.6.23-rc0/build/include/asm/smp_32.h:154:26: error: mach_apicdef.h: No such file or directory
...
this is fresh cloned tree and pulled once to get your x86 updates:
#-- git rev-parse --verify HEAD
6...
| Oct 19, 7:43 pm 2007 |
| Sam Ravnborg | [GI:wqT PULL] kbuild updates - second round
Following are the accumulated kbuild updates.
A mixture of new stuff and fixes.
The cc-cross-prefix is new and developed on request from Geert Uytterhoeven.
With cc-cross-prefix it is now much easier to have a few default
cross compile prefixes and defaulting to none - if none of them were present.
ARCH maintainers are expected to pick up this feature soon.
The other noteworthy change is the move of the mailing list for kbuild/kconfig.
Subscribe to the new list like this:
Send a mail to majordom...
| Oct 19, 4:44 pm 2007 |
| Maciej W. Rozycki | [PATCH] dz.c: Rename the serial console structure
Rename the serial console structure so that `modpost' does not complain
about a reference to an "init" section -- "_console" is magic.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
---
Tested with checkpatch.pl and at the run-time -- MIPS/Linux on a
DECstation 5000/200.
Please apply,
Maciej
patch-mips-2.6.23-rc5-20070904-serial-dz-console-0
diff -up --recursive --new-file linux-mips-2.6.23-rc5-20070904.macro/drivers/serial/dz.c linux-mips-2.6.23-rc5-20070904/drivers/s...
| Oct 19, 4:38 pm 2007 |
| Serge E. Hallyn | [PATCH RFC] capabilities: fix compilation with strict type c...
From cd7c384f76d2c0f6b12a1c0936d54ae9c5e7cb4c Mon Sep 17 00:00:00 2001
From: Serge E. Hallyn <serue@us.ibm.com>
Date: Fri, 19 Oct 2007 15:39:10 -0400
Subject: [PATCH RFC] capabilities: fix compilation with strict type checking (v2)
Since at least 1998 the code under STRICT_CAP_T_TYPECHECKS option has
not been used. (See
http://www.uwsg.iu.edu/hypermail/linux/kernel/9810.2/0705.html)
There are two options - we can remove this option altogether
or, as this patch attempts to do, fix compilat...
| Oct 19, 4:35 pm 2007 |
| Serge E. Hallyn | [PATCH RFC] capabilities: remove STRICT_CAP_T_TYPECHECKS
Here is the second alternative, simply removing the
STRICT_CAP_T_TYPECHECKS option.
thanks,
-serge
From 141626df6eaba12f5566f6bce7e72c1c3e627364 Mon Sep 17 00:00:00 2001
From: Serge E. Hallyn <serue@us.ibm.com>
Date: Wed, 17 Oct 2007 10:00:49 -0400
Subject: [PATCH 1/1] capabilities: remove STRICT_CAP_T_TYPECHECKS
It appears STRICT_CAP_T_TYPECHECKS was introduced in 1998 - and
always undefined since then - because the STRICT_CAP_T_TYPECHECKS
behavior is broken. (See [ message continues ] " title="http://www.uwsg.i...">http://www.uwsg.i... | Oct 19, 4:36 pm 2007 |
| Maciej W. Rozycki | [PATCH] dz: Update Kconfig description
Reformat the Kconfig entries and update descriptions for accuracy.
Select the driver by default for configurations of interest. For the
curious: 32BIT means only 32-bit DECstations support the device, not that
the driver is not 64-bit clean; I have not checked that either though.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
---
Please apply,
Maciej
patch-mips-2.6.18-20060920-dz-kconfig-2
diff -up --recursive --new-file linux-mips-2.6.18-20060920.macro/drivers/serial/...
| Oct 19, 4:34 pm 2007 |
| Maciej W. Rozycki | [PATCH] dz.c: Add and reorder inclusions, remove unneeded ones
Sort the header inclusions, add a few that are needed but pulled
indirectly only and remove ones that are not really used.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
---
Tested with checkpatch.pl and at the run-time -- MIPS/Linux on a
DECstation 5000/200.
Please apply,
Maciej
patch-mips-2.6.18-20060920-dz-include-4
diff -up --recursive --new-file linux-mips-2.6.18-20060920.macro/drivers/serial/dz.c linux-mips-2.6.18-20060920/drivers/serial/dz.c
--- linux-mips-2.6....
| Oct 19, 4:28 pm 2007 |
| Wiesner Thomas | "CIFS VFS: server not responding" with some client/server co...
I have the following, very strange problem, which I'll try to describe now.
I've already sent this to the samba mailing list (about a week ago),
but haven't got a reply. As it might be kernel related and others
may be affected too, I decided to send it to this list, too.
A Samba server running Debian Etch with latest updates.
Different clients one running Etch with latest updates, too. The other one
runs
either Ubuntu (don't know which version because it's not my installation,
but quite re...
| Oct 19, 3:29 pm 2007 |
| Maciej W. Rozycki | [PATCH] dz.c: Don't panic() when request_irq() fails
Well, panic() is a little bit undue if request_irq() fails; there is
probably no need to justify it any further. Handle the case gracefully,
by unregistering the driver.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
---
Tested with checkpatch.pl and at the run-time -- MIPS/Linux on a
DECstation 5000/200.
Please apply,
Maciej
patch-mips-2.6.18-20060920-dz-init-0
diff -up --recursive --new-file linux-mips-2.6.18-20060920.macro/drivers/serial/dz.c linux-mips-2.6.18-200...
| Oct 19, 4:24 pm 2007 |
| Maciej W. Rozycki | [PATCH] dz.c: Always check if it is safe to console_putchar()
Polled transmission is tricky enough with the DZ11 design. While "loop"
is set to a high value, conceptually you are not allowed to transmit
without checking whether the device offers the right transmission line
(yes, it is the device that selects the line -- the driver has no control
over it other than disabling the transmitter offered if it is the wrong
one), so the loop has to be run at least once.
Well, the '1977 or PDP11 view of how serial lines should be handled...
Except that the s...
| Oct 19, 4:18 pm 2007 |
| Maciej W. Rozycki | [PATCH] dz.h: Remove useless unused module junk
Remove unused module function prototypes that would not even build if
enabled.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
---
Please apply under the obviously-correct rule.
Maciej
patch-mips-2.6.18-20060920-dz-junk-0
diff -up --recursive --new-file linux-mips-2.6.18-20060920.macro/drivers/serial/dz.h linux-mips-2.6.18-20060920/drivers/serial/dz.h
--- linux-mips-2.6.18-20060920.macro/drivers/serial/dz.h 2003-06-11 23:26:46.000000000 +0000
+++ linux-mips-2.6.18-20060920/d...
| Oct 19, 3:57 pm 2007 |
| Zan Lynx | Re: 2.6.23-rc8-mm2 ACPI Battery Info in /sys but not /proc/a...
This was the problem. Thank you.
What confused me was that *only* the battery information seemed to be
missing. If all the ACPI info in /proc had been missing I would have
suspected something like this right away.
--=20
Zan Lynx <zlynx@acm.org>
| Oct 19, 3:53 pm 2007 |
| dougthompson | [PATCH 7/8] drivers-edac-add freescale mpc85xx driver
From: Dave Jiang <djiang@mvista.com>
EDAC chip driver support for Freescale MPC85xx platforms. PPC based.
Signed-off-by: Dave Jiang <djiang@mvista.com>
CC: Alan Cox <alan@lxorguk.ukuu.org.uk
Signed-off-by: Doug Thompson <dougthompson@xmission.com>
---
Kconfig | 7
Makefile | 1
mpc85xx_edac.c | 1043 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
mpc85xx_edac.h | 162 ++++++++
4 files changed, 1213 insertions(+)
Index: linux-2.6.23/d...
| Oct 19, 3:18 pm 2007 |
| Andrew Morton | Re: [PATCH 7/8] drivers-edac-add freescale mpc85xx driver
On Fri, 19 Oct 2007 13:18:43 -0600
I can't tell whether this should have had static scope because nothing uses
it ;)
-
| Oct 19, 5:16 pm 2007 |
| dougthompson | [PATCH 8/8] drivers-edac-add marvell mv64x60 driver
From: Dave Jiang <djiang@mvista.com>
Marvell mv64x60 SoC support for EDAC. Used on PPC and MIPS platforms.
Development and testing done on PPC Motorola prpmc2800 ATCA board.
Signed-off-by: Dave Jiang <djiang@mvista.com>
CC: Alan Cox <alan@lxorguk.ukuu.org.uk
Signed-off-by: Douglas Thompson <dougthompson@xmission.com>
---
Kconfig | 7
Makefile | 1
mv64x60_edac.c | 855 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
mv64x60_edac.h | 114 ...
| Oct 19, 3:19 pm 2007 |
| dougthompson | [PATCH 4/8] drivers-edac-add Cell MC driver
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Adds driver for the Cell memory controller when used without a
Hypervisor such as on the IBM Cell blades. There might still
be some improvements to do to this such as finding if it's
possible to properly obtain more details about the address
of the error but it's good enough already to report CE counts
which is our main priority at the moment.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: Alan Cox <...
| Oct 19, 3:17 pm 2007 |
| Andrew Morton | Re: [PATCH 4/8] drivers-edac-add Cell MC driver
On Fri, 19 Oct 2007 13:17:43 -0600
The (void) cast isn't particularly popular practice. Did you find that it
What's this here for? It could do with a more usful comment.
If it's trying to perform some synchronisation of device register access
then I suspect it didn't work. Or maybe it happens to work because of how
ppc implements mb(), in which case a direct use of the appropriate ppc
-
| Oct 19, 5:09 pm 2007 |
| dougthompson | [PATCH 5/8] drivers-edac-i3000 code tidying
From: Jason Uhlenkott <juhlenko@akamai.com>
Style cleanup, mostly just 80-column fixes.
Signed-off-by: Jason Uhlenkott <juhlenko@akamai.com>
CC: Alan Cox <alan@lxorguk.ukuu.org.uk
Signed-off-by: Doug Thompson <dougthompson@xmission.com>
---
drivers/edac/i3000_edac.c | 207 ++++++++++++++++++++++++----------------------
1 files changed, 110 insertions(+), 97 deletions(-)
Index: edac/drivers/edac/i3000_edac.c
=========================================================...
| Oct 19, 3:18 pm 2007 |
| dougthompson | [PATCH 6/8] drivers-edac-i3000 replace macros with functions
From: Jason Uhlenkott <juhlenko@akamai.com>
Replace function-like macros with functions.
Signed-off-by: Jason Uhlenkott <juhlenko@akamai.com>
CC: Alan Cox <alan@lxorguk.ukuu.org.uk
Signed-off-by: Doug Thompson <dougthompson@xmission.com>
---
drivers/edac/i3000_edac.c | 50 ++++++++++++++++++++++++++++++++--------------
1 files changed, 35 insertions(+), 15 deletions(-)
Index: edac/drivers/edac/i3000_edac.c
=========================================================...
| Oct 19, 3:18 pm 2007 |
| Andrew Morton | Re: [PATCH 6/8] drivers-edac-i3000 replace macros with funct...
On Fri, 19 Oct 2007 13:18:23 -0600
The types here look a bit confused. Implicit conversions of
u32s into unsigned longs.
-
| Oct 19, 5:11 pm 2007 |
| Doug Thompson | Re: [PATCH 6/8] drivers-edac-i3000 replace macros with funct...
Jason,
Can you provide some information on this?
doug t
W1DUG
-
| Oct 19, 7:58 pm 2007 |
| dougthompson | [PATCH 2/8] drivers-edac-use round_jiffies_relative
From: Anton Blanchard <anton@samba.org>
When rounding a relative timeout we need to use round_jiffies_relative().
Signed-off-by: Anton Blanchard <anton@samba.org>
Acked-by: Arjan van de Ven <arjan@linux.intel.com>
CC: Alan Cox <alan@lxorguk.ukuu.org.uk
Signed-off-by: Doug Thompson <dougthompson@xmission.com>
---
Index: linux-2.6.23/drivers/edac/edac_device.c
===================================================================
--- linux-2.6.23.orig/drivers/edac/e...
| Oct 19, 3:17 pm 2007 |
| dougthompson | [PATCH 0/8] EDAC fixes and new drivers
From: Doug Thompson <dougthompson@xmission.com>
This EDAC patch set was applied against: 2.6.23
1) Enable logging on edac_device class devices
2) round_jiffies_relative instead of round_jiffies
3) New XDR memory and Cell memory controller driver
4) i3000 code tidying
5) freescale driver
6) marvell driver
Signed-off-by: Doug Thompson <dougthompson@xmission.com>
-
| Oct 19, 3:16 pm 2007 |
| dougthompson | [PATCH 3/8] drivers-edac-add Cell XDR memory types
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This patch adds the definitions for the Rambus XDR memory type
used by the Cell processor. It's a pre-requisite for the followup
Cell EDAC patch.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: Alan Cox <alan@lxorguk.ukuu.org.uk
Signed-off-by: Doug Thompson <dougthompson@xmission.com>
---
drivers/edac/edac_core.h | 2 ++
drivers/edac/edac_mc_sysfs.c | 3 ++-
2 files changed, 4 ins...
| Oct 19, 3:17 pm 2007 |
| dougthompson | [PATCH 1/8] drivers-edac-turnon edac device error logging
From: Doug Thompson <dougthompson@xmission.com>
This patch ENABLES the 'logging' of CE and UE events for the
EDAC_DEVICE class of error harvester in EDAC
CC: Alan Cox <alan@lxorguk.ukuu.org.uk
Signed-off-by: Doug Thompson <dougthompson@xmission.com>
---
edac_device.c | 4 ++++
1 file changed, 4 insertions(+)
Index: linux-2.6.23/drivers/edac/edac_device.c
===================================================================
--- linux-2.6.23.orig/drivers/edac/edac_device.c
...
| Oct 19, 3:16 pm 2007 |
| Larry Finger | Re: Network failure with 2.6.23-git14
My network also fails - my interface is a BCM4311 using b43 as the driver.
Upon bisecting, I find that d3904b739928edd83d117f1eb5bfa69f18d6f046 is first bad commit
commit d3904b739928edd83d117f1eb5bfa69f18d6f046
Author: Pavel Emelyanov <xemul@openvz.org>
Date: Wed Oct 17 21:22:17 2007 -0700
[NET]: Cleanup the error path in sk_attach_filter
The sk_filter_uncharge is called for error handling and
for releasing the former filter, but this will have to
be done in a bit di...
| Oct 19, 3:37 pm 2007 |
| previous day | today | next day |
|---|---|---|
| October 18, 2007 | October 19, 2007 | October 20, 2007 |
| Cliffe | Re: [RFC 0/5] [TALPA] Intro to a linux interface for on access scanning |
| Amit K. Arora | [RFC] Heads up on sys_fallocate() |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| Andrew Morton | Re: [RFC/PATCH] Documentation of kernel messages |
| David Miller | [GIT]: Networking |
| Jarek Poplawski | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Radu Rendec | Endianness problem with u32 classifier hash masks |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
git: | |
