[Cyrill Gorcunov - Sun, Jun 03, 2007 at 10:28:40AM +0400]
| [Andrew Morton - Sat, Jun 02, 2007 at 03:49:42PM -0700]
| | On Sun, 3 Jun 2007 00:01:46 +0400 Cyrill Gorcunov <[EMAIL PROTECTED]> wrote:
| |
| | > [Andrew Morton - Sat, Jun 02, 2007 at 12:16:16PM -0700]
| | > [...snip...]
| | > |
| | > |
Under 2.6.22-rc I lost irda0 interface - smsc claims no device present.
Nothing was changed in setup except kernel version.
2.6.21:
Detected unconfigured Toshiba laptop with ALi ISA bridge SMSC IrDA chip,
pre-configuring device.
Activated ALi 1533 ISA bridge port 0x02e8.
Activated ALi 1533 ISA
Michal Piotrowski wrote:
> It's already merged into mainline
>
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=df3c7244264f1d12562413aa32d56be802486516
>
Oh, good. I hadn't read through the last couple of days of commits.
J
-
To unsubscribe from this list: send
On 06/02, Mark Hounschell wrote:
>
> Jun 2 16:36:11 harley kernel: ERR!! events/1 flush hang: c201dbc0
> c201dbc0 10012 10012
> Jun 2 16:36:11 harley kernel: CURR: 7974 7974 vrsx 93 26
> Jun 2 16:36:11 harley kernel: wq_barrier_func+0x0/0x8
> Jun 2 16:36:11 harley kernel: vmstat_update+
On Sunday 03 June 2007, Andrey Borzenkov wrote:
> Under 2.6.22-rc I lost irda0 interface - smsc claims no device present.
> Nothing was changed in setup except kernel version.
>
> 2.6.21:
>
> Detected unconfigured Toshiba laptop with ALi ISA bridge SMSC IrDA chip,
> pre-configuring device.
> Activa
On Sat, Jun 02, 2007 at 04:29:27PM -0700, Christoph Lameter wrote:
> On Sat, 2 Jun 2007, Sam Ravnborg wrote:
>
> > The below patch suffers from the problem that changing the
> > value of DEVELKERNEL in the Makefile are not automatically
> > reflected in autoconf.h.
>
> Well you are restating what
Given that all of the actual code references to "driverfs" have been
replaced with "sysfs," replace the few remaining comment references
just to be consistent.
Signed-off-by: Robert P. J. Day <[EMAIL PROTECTED]>
---
Documentation/pnp.txt |4 ++--
Documentation/s390/cds.txt |
On Jun 3 2007 01:07, [EMAIL PROTECTED] wrote:
>On Sat, 02 Jun 2007 23:46:46 +0200, Jan Engelhardt said:
>
>> along comes xt_u32, a revamped ipt_u32,
>
>+1 for doing this - I've been dragging along a local ipt_u32 patch for a while,
>and been wishing it had ipv6 support.
>
>> *Reduced t
{pts/1}% sudo setpnp 0a on
lspnp: /proc/bus/pnp not available
pnputils were not updated since 2006-07 and was not the purpose exactly to use
sysfs instead of proc?
-andrey
signature.asc
Description: This is a digitally signed message part.
On Sun, 3 Jun 2007, Jeremy Fitzhardinge wrote:
Michal Piotrowski wrote:
It's already merged into mainline
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=df3c7244264f1d12562413aa32d56be802486516
Oh, good. I hadn't read through the last couple of days of commit
a two-parter:
first, can a call to __get_free_pages to allocate DMA-able memory
omit specifying either of GFP_KERNEL or GFP_ATOMIC? love's book on
kernel development strongly suggests you need to specify one or the
other, but there are a few instances in the tree like this:
drivers/s390/net/c
Justin Piszcz wrote:
>
>
> On Sat, 2 Jun 2007, Andi Kleen wrote:
>
>>> I feel, having a silent/transparent workaround is not a good idea.
>>> With that
>>
>> If enough RAM is chopped off users will notice. They tend to complain
>> when they miss RAM. I don't like panic very much because for many
>
From: Douglas Thompson <[EMAIL PROTECTED]>
Run this driver through Lindent for cleanup
Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
---
amd76x_edac.c | 54
+-
1 file changed, 25 insertion
From: Douglas Thompson <[EMAIL PROTECTED]>
Run this driver through Lindent for cleanup
Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
---
amd76x_edac.c | 54
+-
1 file changed, 25 insertion
From: Douglas Thompson <[EMAIL PROTECTED]>
Run this driver through Lindent for cleanup
Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
---
amd76x_edac.c | 54
+-
1 file changed, 25 insertion
From: Douglas Thompson <[EMAIL PROTECTED]>
Run this driver through Lindent for cleanup purposes
Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
---
amd76x_edac.c | 54
+-
1 file changed, 25
On Fri, 1 Jun 2007, Renato Golin wrote:
> 06a3:ffb5 Saitek PLC
Please try this patch on top of 2.6.20
diff --git a/drivers/usb/input/hid-core.c b/drivers/usb/input/hid-core.c
index c6c9e72..d73f949 100644
--- a/drivers/usb/input/hid-core.c
+++ b/drivers/usb/input/hid-core.c
@@ -692,6 +692,7 @@ v
On Sat, 2 Jun 2007, Justin Piszcz wrote:
> p34:~# /lib/nut/newhidups -u nut -DD auto
> Checking device (050D/0912) (005/002)
> - VendorID: 050d
> - ProductID: 0912
> - Manufacturer: unknown
> - Product: unknown
> - Serial Number: unknown
> - Bus: 005
> Trying to match device
> Device matches
>
I have looked into NUT source and it seems that this error message is
output after interaction with libusb, not hiddev. It looks like libusb's
usb_claim_interface() or usb_control_msg() in in 2.6.22-rc3 is failing
with -EPERM.
So I am adding USB devel mailinglist into CC and leaving the origina
On Sun, Jun 03, 2007 at 02:34:03AM -0700, Doug Thompson wrote:
>From: Douglas Thompson <[EMAIL PROTECTED]>
>
>Run this driver through Lindent for cleanup
>
>Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
>Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
>---
> amd76x_edac.c | 54
>+
Len Brown <[EMAIL PROTECTED]> wrote:
> On Saturday 02 June 2007 19:53, Tear wrote:
> > Linus Torvalds <[EMAIL PROTECTED]> wrote:
> > > On Sat, 2 Jun 2007, Tear wrote:
>
> > > Now, I doubt it's the timer, and the UHCI irq thing sounds more likely to
> > > be a problem anyway, since it's USB that's
On Sun, 3 Jun 2007, Jiri Kosina wrote:
On Sat, 2 Jun 2007, Justin Piszcz wrote:
p34:~# /lib/nut/newhidups -u nut -DD auto
Checking device (050D/0912) (005/002)
- VendorID: 050d
- ProductID: 0912
- Manufacturer: unknown
- Product: unknown
- Serial Number: unknown
- Bus: 005
Trying to matc
Hi,
I get this on an SMP box with kernel preemption enabled, during hibernation and
restore (100% of the time):
Enabling non-boot CPUs ...
BUG: using smp_processor_id() in preemptible [0001] code: bash/4514
caller is mtrr_save_state+0x9/0x40
Call Trace:
[] debug_smp_processor_id+0xbf/0xd0
Hello,
On Sun, 3 Jun 2007, Bartlomiej Zolnierkiewicz wrote:
Hi,
On Saturday 02 June 2007, Geller Sandor wrote:
On Sat, 2 Jun 2007, Sergei Shtylyov wrote:
The log of a typical IDE reset is available here:
http://petra.hos.u-szeged.hu/~wildy/syslog.gz
This was the worst case: the IDE b
From: Michael Schmitz <[EMAIL PROTECTED]>
Atari SCSI driver fixes: remove update_timeout kludge
Signed-off-by: Michael Schmitz <[EMAIL PROTECTED]>
Signed-off-by: Geert Uytterhoeven <[EMAIL PROTECTED]>
Cc: Christoph Hellwig <[EMAIL PROTECTED]>
---
This removes the timeout kludge in commit
fb810d12
On Sun, 3 Jun 2007, Justin Piszcz wrote:
> Sure, they are attached:
> $ du -sh nut*
> 4.0Knut-bad.txt.bz2 (2.6.22-rc3)
> 12K nut-good.txt.bz2 (2.6.21.3)
> Let me know if they are of any use.
Thanks. Does by any chance reverting
the commit 9f8b17e643fe6aa505629658445849397bda4e4f improve
Hello!
as with xt_u32, I would like to get xt_connlimit merged.
Find patches as a reply to this mail. Runtime tested.
Jan
--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kerne
Adds the connlimit match that has been in POM-NG for a long time.
* works with 2.6.22, xtables'ified and all that
* will request nf_conntrack_ipv4 upon load
(otherwise it hotdrops every packet - a glitch that goes back
to at least 2.6.20.2)
Signed-off-by: Jan Engelh
Adds connlimit to iptables.
Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]>
---
extensions/.connlimit-test |2
extensions/libipt_connlimit.c | 129
extensions/libipt_connlimit.man | 21 ++
3 files changed, 152 insertions(+)
Index: i
On Sun, 3 Jun 2007, Jiri Kosina wrote:
On Sun, 3 Jun 2007, Justin Piszcz wrote:
Sure, they are attached:
$ du -sh nut*
4.0Knut-bad.txt.bz2 (2.6.22-rc3)
12K nut-good.txt.bz2 (2.6.21.3)
Let me know if they are of any use.
Thanks. Does by any chance reverting
the commit 9f8b17e643fe6a
On Sun, 3 Jun 2007, Justin Piszcz wrote:
> > Thanks. Does by any chance reverting the commit
> > 9f8b17e643fe6aa505629658445849397bda4e4f improve the situation?
> I have not played around with git/etc enough to back it out, if you have a
> patch that applies on top of 2.6.22-rc3 that backs it out
On 02/06/07, Matt Fredrickson <[EMAIL PROTECTED]> wrote:
- "Daniel J Blueman" <[EMAIL PROTECTED]> wrote:
> On 1 Jun, 19:40, "Lee Revell" <[EMAIL PROTECTED]> wrote:
> > On 6/1/07, Matthew Fredrickson <[EMAIL PROTECTED]> wrote:
> >
> > > is it acceptable (although
> > > not nice) to simply fix
Previous patch had a wrong #include line, this one seems better :)
Adds connlimit to iptables.
Signed-off-by: Jan Engelhardt <[EMAIL PROTECTED]>
---
extensions/.connlimit-test |2
extensions/libipt_connlimit.c | 129
exten
Len Brown <[EMAIL PROTECTED]> wrote:
> [snip]
>
> Also, please capture the output from acpidump
> and attach it to a bug report here:
> http://bugzilla.kernel.org/enter_bug.cgi?product=ACPI
>
> [snip]
Hi,
I have created a bug report in bugzilla.kernel.org.
Here's the URL:
http://bugzilla.kerne
Hi,
From: Jan Engelhardt <[EMAIL PROTECTED]>
Date: Sun, 3 Jun 2007 13:12:55 +0200 (MEST)
> +static int __init xt_connlimit_init(void)
> +{
> + need_conntrack_ipv4();
> + return xt_register_match(&xt_connlimit_reg);
> +}
You can use nf_ct_l3proto_try_module_get() instead of introducing
n
On Sun, 3 Jun 2007, Jiri Kosina wrote:
On Sun, 3 Jun 2007, Justin Piszcz wrote:
Thanks. Does by any chance reverting the commit
9f8b17e643fe6aa505629658445849397bda4e4f improve the situation?
I have not played around with git/etc enough to back it out, if you have a
patch that applies on to
Rodolfo Giometti wrote:
> Hello,
>
> using MMC/SD support on my PXA270 based board I get this error:
>
>mmc0: unrecognised SCR structure version 1
>
> when I insert a MINISD card.
>
> I tried to find on the net some specifications for the SCR structure
> version 1 but I found nothing useful
Am Sonntag, 3. Juni 2007 11:55 schrieb Jiri Kosina:
> I have looked into NUT source and it seems that this error message is
> output after interaction with libusb, not hiddev. It looks like libusb's
> usb_claim_interface() or usb_control_msg() in in 2.6.22-rc3 is failing
> with -EPERM.
Yes, str
Am Sonntag, 3. Juni 2007 12:36 schrieb Justin Piszcz:
>
> On Sun, 3 Jun 2007, Jiri Kosina wrote:
>
> > On Sat, 2 Jun 2007, Justin Piszcz wrote:
> >> failed to claim USB device, trying 2 more time(s)...
> >> detaching kernel driver from USB device...
> >
> > Could you please provide strace output
On Sun, 3 Jun 2007, Oliver Neukum wrote:
Am Sonntag, 3. Juni 2007 12:36 schrieb Justin Piszcz:
On Sun, 3 Jun 2007, Jiri Kosina wrote:
On Sat, 2 Jun 2007, Justin Piszcz wrote:
failed to claim USB device, trying 2 more time(s)...
detaching kernel driver from USB device...
Could you plea
On 6/3/07, Justin Piszcz <[EMAIL PROTECTED]> wrote:
On Sun, 3 Jun 2007, Jiri Kosina wrote:
> On Sun, 3 Jun 2007, Justin Piszcz wrote:
>
>>> Thanks. Does by any chance reverting the commit
>>> 9f8b17e643fe6aa505629658445849397bda4e4f improve the situation?
>> I have not played around with git/etc
Hello,
>From: Jan Engelhardt <[EMAIL PROTECTED]>
>Date: Sun, 3 Jun 2007 13:12:55 +0200 (MEST)
>
>> +static int __init xt_connlimit_init(void)
>> +{
>> +need_conntrack_ipv4();
>> +return xt_register_match(&xt_connlimit_reg);
>> +}
>
>You can use nf_ct_l3proto_try_module_get() instead of int
On Sun, 3 Jun 2007, Kay Sievers wrote:
On 6/3/07, Justin Piszcz <[EMAIL PROTECTED]> wrote:
On Sun, 3 Jun 2007, Jiri Kosina wrote:
> On Sun, 3 Jun 2007, Justin Piszcz wrote:
>
>>> Thanks. Does by any chance reverting the commit
>>> 9f8b17e643fe6aa505629658445849397bda4e4f improve the situatio
On Sun, 3 Jun 2007, Justin Piszcz wrote:
On Sun, 3 Jun 2007, Kay Sievers wrote:
On 6/3/07, Justin Piszcz <[EMAIL PROTECTED]> wrote:
On Sun, 3 Jun 2007, Jiri Kosina wrote:
> On Sun, 3 Jun 2007, Justin Piszcz wrote:
>
>>> Thanks. Does by any chance reverting the commit
>>> 9f8b17e643fe6aa5
On Tue, 29 May 2007 14:52:53 +0200 Michal Piotrowski (MP) wrote:
MP> Here is a list of some known regressions in 2.6.22-rc3.
MP>
MP> Feel free to add new regressions/remove fixed etc.
MP> http://kernelnewbies.org/known_regressions
Here's another 2.6.22-rc3 regression. It was ok on 2.6.21. I beli
On Sat, Jun 02, 2007 at 08:40:04AM -0700, Linus Torvalds wrote:
> On Sat, 2 Jun 2007, Jens Axboe wrote:
> Your suggested:
>
> > if ((flags & SPLICE_F_NONBLOCK) && spd.nr_pages) {
> > if (TestSetPageLocked(page))
> > break;
> > } else
> >
Hi Linus,
I still have 1 new driver and 1 Documentation update for the watchdog device
drivers. This doesn't impact the current drivers.
So can you please pull from 'master' branch of
git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
or if master.kernel.org hasn't s
Hi,
I have tried replacing the old IDE layer on my dual P4 machine with the PATA
driver instead, but
the CDRW drive on the second IDE bus (the old /dev/hdd drive) is never
recognised:
ata1: PATA max UDMA/100 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x0001ffa0 irq 14
ata2: PATA max UDMA/100 cmd 0x000
I complained about this very problem months ago. Tejun Heo responded
with the attached patch which does indeed fix the problem for me.
Unfortunately, this patch hasn't made it into the kernel yet. I have no
idea why.
diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c
index dc42ba1..6e77
While trying to stop qdisc/cbq with command
tc qdisc del dev eth1 root
using iproute2-2.6.20-070313, i get following kernel panic:
Oops: [#1]
Modules linked in: cls_route cls_u32 cls_fw sch_prio sch_sfq sch_tbf
sch_cbq ipt_MASQUERADE xt_TCPMSS ipt_LOG parport_pc lp parport tun edd
t
Chris Rankin wrote:
Hi,
I have tried replacing the old IDE layer on my dual P4 machine with the PATA
driver instead, but
the CDRW drive on the second IDE bus (the old /dev/hdd drive) is never
recognised:
ata1: PATA max UDMA/100 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x0001ffa0 irq 14
ata2: PATA
There are many people use Lindent to indent their code, but Lindent gets wrong
when it
meets goto labels. This should be fixed manually.
And kernel's CodingStyle doesn't specify the indentation for goto labels
explicitly.
This patch adds specifications on those things about goto labels in
Co
On Sun, Jun 03, 2007 at 09:05:08PM +0800, Fengguang Wu wrote:
> In non-block splicing, return EAGAIN once for all possible I/O waits.
>
> It works by checking (ra.prev_index != index) in
> __generic_file_splice_read(). Another reader on the same fd will at
> worst cause a few more splice syscalls
On Sun, Jun 03, 2007 at 10:24:50PM +0800, WANG Cong wrote:
> +Do care when you use Lindent to indent your code, since it may use spaces
> +instead of tabs before a goto label and it may also align the label in a
> +wrong position. A goto label should be aligned in the column that is 8
> +charact
From: Douglas Thompson <[EMAIL PROTECTED]>
Patches are against 2.6.22-rc3-mm1
This series of patches enhances the feature set of EDAC, fixes some
bugs and
adds some new memory drivers.
The patches do the following:
1- Various cleanups
2- Altered the file 'edac_mc.c' to be for memory controlle
From: Douglas Thompson <[EMAIL PROTECTED]>
Remove the 'depends on x86' as EDAC runs on other ARCHs now.
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
---
Kconfig |6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
Index: linux-2.6.22-rc3-mm1/drivers/edac/Kconfig
From: Douglas Thompson <[EMAIL PROTECTED]>
This simple patch adds an important CORE API for EDAC that
EDAC drivers can use to find their edac_mc control structure by passing
a mem_ctl_info 'instance' value
Needed for subsequent patches
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
--
e
From: Adrian Bunk <[EMAIL PROTECTED]>
This patch makes needlessly global code static, in the edac core
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Cc: Doug Thompson <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
drivers/edac/edac_mc.c | 25 +++-
From: Douglas Thompson <[EMAIL PROTECTED]>
Add Registered RDDR2 memory types for displaying DDR2 memories
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
---
k8_edac.c |8
1 file changed, 8 insertions(+)
Index: linux-2.6.20-rc3-mm1/drivers/edac/edac_mc.h
From: Dave Jiang <[EMAIL PROTECTED]>
Adding missing mem types for use in the sysfs presentation file for
Memory Controller device objects.
Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
Signed-off-by: Doug Thompson <[EMAIL PROTECTED]>
---
edac_mc_sysfs.c |5 -
1 file changed, 4 inserti
From: Matthias Kaehlcke <[EMAIL PROTECTED]>
The EDAC core code uses a semaphore as mutex. use the mutex API
instead of the (binary) semaphore.
Matthaias wrote this, but since I had some patches ahead of it,
I need to modify it to follow my patches.
Signed-off-by: Matthias Kaehlcke <[EMAIL PR
From: Eric Wollesen <[EMAIL PROTECTED]>
Eric Wollesen ported the Bluesmoke Memory Controller driver (written by
Doug Thompson) for the Intel 5000X/V/P (Blackford/Greencreek)
chipset to the in kernel EDAC model.
This patch incorporates the module for the 5000X/V/P chipset family
Signed-off-by
From: Douglas Thompson <[EMAIL PROTECTED]>
Patch to fix some scrubbing #defines in the edac_core.h file
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
--
edac_core.h |8
1 file changed, 4 insertions(+), 4 deletions(-)
--
Index: linux-2.6.21.1/drivers/edac/edac_core.h
===
From: Tim Small <[EMAIL PROTECTED]>
This is a NEW EDAC Memory Controller driver for the 440BX chipset
(I82443BXGX)
created and submitted by Timm Small
Signed-off-by: Tim Small <[EMAIL PROTECTED]>
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
--
Kconfig |7
Makefile
From: Douglas Thompson <[EMAIL PROTECTED]>
In the refactoring of edac_mc.c into several subsystem files,
the header file edac_mc.h became meaningless. A new header file
edac_core.h was created. All the files that previously included
"edac_mc.h" are changed to include "edac_core.h".
Signed-off-
From: Dave Jiang <[EMAIL PROTECTED]>
Move dev_name() macro to a more generic interface since it's not
possible
to determine whether a device is pci, platform, or of_device easily.
Now each low level driver sets the name into the control structure, and
the EDAC core references the control struct
From: Jason Uhlenkott <[EMAIL PROTECTED]>
Here's a driver for the Intel 3000 and 3010 memory controllers,
relative to today's Sourceforge code drop. This has only had light
testing (I've yet to actually see it handle a memory error) but it
detects my hardware correctly.
Signed-off-by: Jason Uh
From: Dave Jiang <[EMAIL PROTECTED]>
Move the memory controller object to work queue based implementation
from the
kernel thread based.
Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
---
edac_core.h | 14 ++
edac_device.c | 36 +
From: Dave Jiang <[EMAIL PROTECTED]>
Moving PCI to a per-instance device model
Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
---
This should include the correct sysfs setup as well. Please review.
Makefile |2
e752x_edac.c
From: Dave Jiang <[EMAIL PROTECTED]>
Change error check and clear variable from an atomic to an int
Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]
---
Index: linux-2.6.21.1/drivers/edac/edac_mc.c
==
From: Dave Jiang <[EMAIL PROTECTED]>
fixup poll values for MC and PCI. Also make mc function names unique to
mc.
Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
---
Index: linux-2.6.21.1/drivers/edac/edac_mc.c
From: Douglas Thompson <[EMAIL PROTECTED]>
Removal of some old dead and disabled code from the edac_device sysfs
code
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
---
edac_device_sysfs.c | 107
1 file changed, 107 deletions(-)
Inde
From: Douglas Thompson <[EMAIL PROTECTED]>
The origin of this code comes from patches at sourceforge, that
allow EDAC to be updated to various kernels. With kernel version 2.6.20
a
new workq system was installed, thus the patches needed to be modified
based on the kernel version. For submitting
From: Douglas Thompson <[EMAIL PROTECTED]>
Run this driver through Lindent for cleanup purposes
Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
---
amd76x_edac.c | 54
+-
1 file changed, 25
From: Douglas Thompson <[EMAIL PROTECTED]>
Run e752x_edac.c file through Lindent for cleanup
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
---
i5000_edac.c | 16
1 file changed, 8 insertions(+), 8 deletions(-)
Index: linux
From: Dave Jiang <[EMAIL PROTECTED]>
Lindent cleanup of e7xxx_edac driver
Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
---
e7xxx_edac.c | 132
++-
1 file changed, 59 insertions(+), 73
From: Dave Jiang <[EMAIL PROTECTED]>
Lindent cleanup of i3000_edac driver
Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
---
i3000_edac.c | 55
++-
1 file changed, 26 insertions(+), 29 dele
From: Dave Jiang <[EMAIL PROTECTED]>
Lindent cleanup of i82860 edac driver
Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
---
i82860_edac.c | 40 +++-
1 file changed, 19 insertions(+), 21 deletions(-)
In
From: Dave Jiang <[EMAIL PROTECTED]>
Lindent cleanup of i82875p_edac driver
Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
---
i82875p_edac.c | 62
+++--
1 file changed, 30 insertions(+), 3
From: Dave Jiang <[EMAIL PROTECTED]>
Run e752x_edac.c file through Lindent for cleanup
Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
---
e752x_edac.c | 328
---
1 file changed, 158 inse
From: Douglas Thompson <[EMAIL PROTECTED]>
Run i82443bxgx.c file through Lindent for cleanup
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
---
i82443bxgx_edac.c | 158
--
1 file changed, 71
From: Douglas Thompson <[EMAIL PROTECTED]>
Run r82600_edac.c file through Lindent for cleanup
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
---
r82600_edac.c | 55
+++
1 file changed, 27 i
From: Dave Jiang <[EMAIL PROTECTED]>
Move x86 drivers to new pci controller setup
Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
Index: 2.6.22-rc1/drivers/edac/amd76x_edac.c
===
-
From: Douglas Thompson<[EMAIL PROTECTED]>
Added new controls for the edac_device and edac_mc sysfs folder.
These can be initialized by the low level driver to provide misc
controls into the low level driver for its use
Signed-off-by: Douglas Thompson<[EMAIL PROTECTED]>
---
eda
From: Douglas Thompson <[EMAIL PROTECTED]>
The error handling output strings needed to be refactored for better
displaying of the error informaton.
Also needed to added offset_value for output as well
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
---
edac_device.c |6 +++---
1 fil
From: Douglas Thompson <[EMAIL PROTECTED]>
Clarified the help of EDAC
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
---
Kconfig |5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Index: linux-2.6.22-rc3-mm1/drivers/edac/Kconfig
==
From: Douglas Thompson <[EMAIL PROTECTED]>
Added new maintainers for the new EDAC drivers.
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
---
MAINTAINERS | 21 +
1 file changed, 21 insertions(+)
Index: linux-2.6.22-rc3-mm1/MAINTAINERS
=
On Sun, 3 Jun 2007 15:29:39 +0100 Al Viro wrote:
> On Sun, Jun 03, 2007 at 10:24:50PM +0800, WANG Cong wrote:
>
> > +Do care when you use Lindent to indent your code, since it may use spaces
> > +instead of tabs before a goto label and it may also align the label in a
> > +wrong position. A got
On Sun, Jun 03, 2007 at 02:03:29PM +0200, Pierre Ossman wrote:
>
> To my knowledge, no such version exists. So either your card is broken or you
> have some transfer problem on your board. What's the name of this card and
> have
> you tried any others?
I suppose the same... but this is the only
Linus Torvalds wrote:
> It would be interesting to see what triggered it, since it apparently
> worked before. So yes, a bisection would be great.
Tejun, all the problematic patches are yours - so adding you.
Neil, since the problem only occurs whilst an xfs filesystem is mounted on a
raid6 array
[netdev added to CC]
Strobl Anton pisze:
While trying to stop qdisc/cbq with command
tc qdisc del dev eth1 root
using iproute2-2.6.20-070313, i get following kernel panic:
Oops: [#1]
Modules linked in: cls_route cls_u32 cls_fw sch_prio sch_sfq sch_tbf
sch_cbq ipt_MASQUERADE xt_TCPMSS
From: Dave Jiang <[EMAIL PROTECTED]>
Provides a way for NMI reported errors on x86 to notify the EDAC
subsystem pending ECC errors by writing to a software state variable.
Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
---
Here's the reworked
From: Douglas Thompson <[EMAIL PROTECTED]>
Run this driver through Lindent for cleanup purposes
Signed-off-by: Dave Jiang <[EMAIL PROTECTED]>
Signed-off-by: Douglas Thompson <[EMAIL PROTECTED]>
---
amd76x_edac.c | 54
+-
1 file changed, 25
On 03/06/07 16:11, Doug Thompson wrote:
> Run this driver through Lindent for cleanup purposes
> amd76x_edac.c | 54
> 1 file changed, 25 insertions(+), 29 deletions(-)
> --- linux-2.6.22-rc1.orig/drivers/edac/amd76x_edac.c
> +++ linux-2.6.22-rc1/drivers/edac/amd76x_edac.c
> @@ -86,11 +86,9 @@ s
On Jun 3 2007 16:17, Simon Arlott wrote:
>On 03/06/07 16:11, Doug Thompson wrote:
>> Run this driver through Lindent for cleanup purposes
>> amd76x_edac.c | 54
>> 1 file changed, 25 insertions(+), 29 deletions(-)
>> --- linux-2.6.22-rc1.orig/drivers/edac/amd76x_edac.c
>> +++ linux-2.6.22-rc1/d
--- Simon Arlott <[EMAIL PROTECTED]> wrote:
> On 03/06/07 16:11, Doug Thompson wrote:
> > Run this driver through Lindent for cleanup purposes
> > amd76x_edac.c | 54
> > 1 file changed, 25 insertions(+), 29 deletions(-)
> > --- linux-2.6.22-rc1.orig/drivers/edac/amd76x_edac.c
> > +++ linux-2.
Randy Dunlap wrote:
On Sun, 3 Jun 2007 15:29:39 +0100 Al Viro wrote:
On Sun, Jun 03, 2007 at 10:24:50PM +0800, WANG Cong wrote:
+Do care when you use Lindent to indent your code, since it may use spaces
+instead of tabs before a goto label and it may also align the label in a
+wrong positio
Valerie Henson wrote:
I've quit Intel and gone into business as a Linux consultant. Update
my email address in MAINTAINERS.
Signed-off-by: Valerie Henson <[EMAIL PROTECTED]>
applied
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL
Paul Mundt wrote:
The current smc91x I/O routines ifdef the solution engine subtypes
individually, which is rather bogus, as they can simply use
CONFIG_SOLUTION_ENGINE instead. This fixes it for some of the other
solution engines that weren't included in the ifdef list (SH7206
specifically).
The
On Tue, May 29, 2007 at 05:38:18PM -0700, Andrew Morton wrote:
[...]
> > +struct mod_arch_specific {
> > + struct m68k_fixup_info *fixup_start, *fixup_end;
> > +};
>
> Here we use struct m68k_fixup_info.
[...]
> > +struct m68k_fixup_info {
> > + enum m68k_fixup_type type;
> > + void *addr;
>
1 - 100 of 253 matches
Mail list logo