[PATCH 1/2] cxacru: Use appropriate logging for errors

2007-09-23 Thread Simon Arlott
ng is sent: cxacru 5-2:1.0: receive of cm 0x90 failed (-104) This is normal - the device did not respond so firmware will be loaded. Signed-Off-By: Simon Arlott <[EMAIL PROTECTED]> --- This could be added to 2.6.23 since it only makes error logging more verbose. drivers/usb/a

Re: Fork Bombing Patch

2007-08-29 Thread Simon Arlott
ssibly detect >> attacks that this patch would miss if a clever attacker stayed just >> below the limit. >> >>-- Chris >> > - > 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.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > -- Simon Arlott - 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.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] [133/2many] MAINTAINERS - CONEXANT ACCESSRUNNER USB DRIVER

2007-08-13 Thread Simon Arlott
See Documentation/SubmittingPatches sections 1.2, 1.3, 1.5, 1.6, 3: http://marc.info/?l=linux-kernel&m=112112749912944&w=2 http://vger.kernel.org/z/zmailer-rrd-vger_SNMP_SYS_Load-Avg-5-min-G.html http://vger.kernel.org/z/zmailer-rrd-vger_SNMP_SYS_SpoolUsedSpace-kB-G.html -- Simon

Re: [PATCH] kexec: fix pci device initialization fail after kexec (2.6.23-rc2). (Related to e1000 doesn't resume properly from standby)

2007-08-06 Thread Simon Arlott
i_set_power_state(struct pci_dev *dev, pci_power_t > state) > msleep(pci_pm_d3_delay); > else if (state == PCI_D2 || dev->current_state == PCI_D2) > udelay(200); > + else if (state == PCI_D0) > + msleep(10); > > /* >

Re: e1000 doesn't resume properly from standby (2.6.23-rc2)

2007-08-06 Thread Simon Arlott
952.044086] ACPI: PCI interrupt for device :00:0c.1 disabled >> >[ 952.055083] ACPI: PCI interrupt for device :00:0c.0 disabled >> >[ 952.282211] ACPI: PCI interrupt for device :00:0a.1 disabled >> >[ 952.282221] ACPI handle has no context! >> >[

Re: e1000 doesn't resume properly from standby (2.6.23-rc2)

2007-08-05 Thread Simon Arlott
On 06/08/07 04:01, Kok, Auke wrote: > Simon Arlott wrote: >> 00:0a.0 Ethernet controller: Intel Corp. 82546EB Gigabit Ethernet >> Controller (Copper) (rev 01) >> Subsystem: Intel Corp.: Unknown device 1012 >> Flags: bus master, 66Mhz, mediu

[PATCH] DVB: remove bogus BUG_ON in videobuf_dvb_thread

2007-08-05 Thread Simon Arlott
/* no more feeds left or stop_feed() asked us to quit */ if (0 == dvb->nfeeds) -- 1.5.0.1 -- Simon Arlott - 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

check_irq_resend warning from pdc202xx_new

2007-08-05 Thread Simon Arlott
9171] hdh: selected mode 0x42 [ 40.149548] ide3 at 0xc000-0xc007,0xc402 on irq 12 -- Simon Arlott - 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.kernel.org/majordomo-info.html Ple

e1000 doesn't resume properly from standby (2.6.23-rc2)

2007-08-05 Thread Simon Arlott
eth0 now doesn't receive anything - it's transmitting ok because I can receive its packets on another host. It's also still getting interrupts. If I then ifconfig eth0 down and up, or change the MTU (since that resets the link on e1000), it starts working again: [ 993.926603] e1000:

Fwd: PNP: Lindent all source files

2007-07-26 Thread Simon Arlott
happens all over the place) appear to go against CodingStyle's: "Outside of comments, documentation and except in Kconfig, spaces are never used for indentation, and the above example is deliberately broken." -- Simon Arlott - To unsubscribe from this list: send the line "unsubscr

Re: [PATCH] IPv6: ipv6_addr_type() doesn't know about RFC4193 addresses

2007-07-26 Thread Simon Arlott
return (IPV6_ADDR_UNICAST | > + IPV6_ADDR_SCOPE_TYPE(IPV6_ADDR_SCOPE_GLOBAL)); > /* RFC 4193 */ But ULA's scope isn't global, shouldn't it be IPV6_ADDR_SCOPE_ORGLOCAL ? -- Simon Arlott - To unsubscribe from this list: send the line "unsubscribe l

Re: sysfs/udev broken in 2.6.23-rc1 [input, i2c, ...] (Was: sysfs/udev broken in latest git?)

2007-07-24 Thread Simon Arlott
On 24/07/07 17:34, Kay Sievers wrote: > On 7/24/07, Simon Arlott <[EMAIL PROTECTED]> wrote: >> On 24/07/07 13:54, Cornelia Huck wrote: >> > On Tue, 24 Jul 2007 11:20:02 +0200, >> > "Kay Sievers" <[EMAIL PROTECTED]> wrote: >> > >> >

sysfs/udev broken in 2.6.23-rc1 [input, i2c, ...] (Was: sysfs/udev broken in latest git?)

2007-07-24 Thread Simon Arlott
1 [ 40.085201] input: Logitech USB-PS/2 Optical Mouse as /class/input/input4 [ 40.085362] dev->parent && !dev->parent->bus: [ 40.085365] dev->kobj->k_name=mouse0 [ 40.085367] dev->kobj->name=mouse0 [ 40.085368] dev->parent->kobj->k_name

Re: sysfs/udev broken in latest git?

2007-07-24 Thread Simon Arlott
On Tue, July 24, 2007 12:55, Kay Sievers wrote: > On 7/24/07, Simon Arlott <[EMAIL PROTECTED]> wrote: >> On Tue, July 24, 2007 10:20, Kay Sievers wrote: >> > On 7/24/07, Greg KH <[EMAIL PROTECTED]> wrote: >> >> On Tue, Jul 24, 2007 at 10:03:14AM +0200, C

Re: sysfs/udev broken in latest git?

2007-07-24 Thread Simon Arlott
>> > > On Tue, Jul 24, 2007 at 07:39:38AM +0100, Simon Arlott wrote: >> > > > The following commit appears to break some of my udev rules (I don't >> > > > have the time to finish the bisect right now, but there's only four >> > > &g

sysfs/udev broken in latest git?

2007-07-23 Thread Simon Arlott
c0eb999de1ec60c0e07a533] Documentation fix devres.txt: lib/iomap.c -> lib/devres.c git-bisect good 2c19c49a59ccf2162c0eb999de1ec60c0e07a533 # good: [aebdc3b450a3febf7d7d00cd2235509055ec7082] dev_vdbg(), available with -DVERBOSE_DEBUG git-bisect good aebdc3b450a3febf7d7d00cd2235509055ec7082 -- Simon Arlott config.gz Description: GNU Zip compressed data

Re: diffutils: C labels misdetected as functions

2007-07-22 Thread Simon Arlott
On 22/07/07 19:38, Paul Eggert wrote: > Simon Arlott <[EMAIL PROTECTED]> writes: > >> The patch below stops diffutils treating C labels starting in column 1 as >> function names. > > That patch alone wouldn't suffice, since -p is documented as implying >

diffutils: C labels misdetected as functions (Was: [PATCH 1/2] run scripts/Lindent on it to match Documentation/CodingStyle)

2007-07-21 Thread Simon Arlott
(Bcc: [EMAIL PROTECTED]) The patch below stops diffutils treating C labels starting in column 1 as function names. On 21/07/07 14:52, Matthew Wilcox wrote: > On Sat, Jul 21, 2007 at 07:11:01AM +0100, Simon Arlott wrote: >> Changing the code to fix a utility bug is madness. I think

Re: [PATCH 1/2] run scripts/Lindent on it to match Documentation/CodingStyle

2007-07-20 Thread Simon Arlott
On 20/07/07 19:00, Matthew Wilcox wrote: > On Fri, Jul 20, 2007 at 06:36:02PM +0100, Simon Arlott wrote: >> Mass >> replacing any labels run through Lindent with space prefixes would seem >> like a bad idea :/ > > We don't tend to mass-run code through Lindent.

Re: [PATCH 1/2] run scripts/Lindent on it to match Documentation/CodingStyle

2007-07-20 Thread Simon Arlott
On 20/07/07 19:00, Matthew Wilcox wrote: > On Fri, Jul 20, 2007 at 06:36:02PM +0100, Simon Arlott wrote: >> On 20/07/07 18:07, Matthew Wilcox wrote: >> > sed -i -e 's/^\t* \(\w*:\)/ \1/' "$@" >> > >> > which will replace the leading ta

Re: [PATCH 1/2] run scripts/Lindent on it to match Documentation/CodingStyle

2007-07-20 Thread Simon Arlott
ndented by tabs (since some code could presumably benefit from indenting labels). Mass replacing any labels run through Lindent with space prefixes would seem like a bad idea :/ (From original reply) It has a habit of leaving/creating "^\t+ +" too, and that "\t\t/* comment */$&quo

Re: [PATCH] net/, drivers/net/ , missing EXPERIMENTAL in menus

2007-07-19 Thread Simon Arlott
d:maturity\n", zconf_curname(), zconf_lineno()); +}; + /* prompt statement */ prompt_stmt_opt: @@ -519,6 +535,7 @@ const char *zconf_tokenname(int token) case T_IF: return "if"; case T_ENDIF: return "endif"; case T_DEPENDS:

Re: [PATCH 1/2] run scripts/Lindent on it to match Documentation/CodingStyle

2007-07-15 Thread Simon Arlott
bel is now indented by 6 spaces. > -out: > + out: And again. > -dev->name, (unsigned int) dev); > +dev->name, (unsigned int)dev); Those spaces after the tabs have been ignored... -- Simon Arlott - To unsubscribe from this list: s

Re: Patch Related with Fork Bombing Attack

2007-07-15 Thread Simon Arlott
e needs changing, because they haven't actually gone over the limit. I'm not sure how best to word it. What about the other limits? Max memory size and cpu time sound just as important as max user processes to me. -- Simon Arlott - To unsubscribe from this list: send the line "unsubsc

Re: /dev/loop* devices not appearing in /dev (at least since 2.6.22-rc3*)

2007-06-15 Thread Simon Arlott
gt;yes, someone thought this was a good idea :( > > It *is* a good idea. MD works that way too. There's a patch around somewhere to create at least 8 devices, I don't know why it's not in Linus' tree yet... -- Simon Arlott - To unsubscribe from this list: send the li

Re: Patch related with Fork Bobmbing Attack

2007-06-13 Thread Simon Arlott
(KERN_CRIT"User with uid %d is >> > crossing its process >> limit\n",p->user->uid); >> >goto bad_fork_free; >> > + } Why does this need to be KERN_CRIT? You can't assume that every time a process limit is reached th

Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3

2007-06-10 Thread Simon Arlott
MODULE_LICENSE("GPL and additional rights"); > MODULE_LICENSE("Dual BSD/GPL"); > MODULE_LICENSE("Dual MIT/GPL"); > MODULE_LICENSE("Dual MPL/GPL"); Surely that doesn't work since the entire Linux kernel is (and can only be) r

Re: Kernel 2.6.22-rc4 netconsole & syslogd bug

2007-06-08 Thread Simon Arlott
s aren't always whole lines and each one is sent as a separate packet. -- Simon Arlott - 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.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 23/36] drivers edac Lindent amd76x driver

2007-06-03 Thread Simon Arlott
.ctl_name = "AMD762" > - }, > + .ctl_name = "AMD762"}, > }; > You're adding a *lot* of spaces... >From CodingStyle: "Outside of comments, documentation and except in Kconfig, spaces are never used for indentation". -- Si

"[IPV6]: Fix routing round-robin locking." breaks manual default route (bug 8349)

2007-05-28 Thread Simon Arlott
13000] rt6_select() => b1b63060 [ 779.714000] rt6_select(fn->leaf=b1b63ae0, oif=2) [ 779.714000] find_match rt->rt6i_gateway = [ 779.714000] find_match m = 9, *mpri = -1 [ 779.714000] rt6_select() => b1b63ae0 -- Simon Arlott - To unsubscribe from this l

Re: BUG: at mm/slab.c:777 __find_general_cachep()

2007-05-28 Thread Simon Arlott
: [] __kmalloc+0xa6/0xe0 [] compat_core_sys_select+0x109/0x290 [] compat_sys_select+0xe1/0x190 [] cstar_do_call+0x1b/0x65 -- Simon Arlott - 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.

Re: use mutex instead of semaphore in RocketPort driver

2007-05-22 Thread Simon Arlott
ur comments No. At least one user of tty_operations/tty_driver's write function doesn't check the return value so it would never be retried, mutex_lock should be used instead. All of the _interruptible and functions that return -ERESTARTSYS should probably use __must_check... -- S

Re: [PATCH (v2)] crypto: Remove pointless padlock module

2007-05-19 Thread Simon Arlott
On 20/05/07 04:15, Herbert Xu wrote: On Sat, May 19, 2007 at 08:28:17PM +0100, Simon Arlott wrote: It should be a bool that doesn't select anything, the AES and SHA modules will select CRYPTO_ALGAPI. It could also depend on MVIAC3_2 || MVIA_C7 instead of X86_32. Having it as a tristate

Re: Via C3/C7: other flags possible ?

2007-05-19 Thread Simon Arlott
can't reboot that box just to test cx8 detection (which is missing). -- Simon Arlott - 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.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH (v2)] crypto: Remove pointless padlock module

2007-05-19 Thread Simon Arlott
On 18/05/07 07:45, Herbert Xu wrote: On Sun, Apr 29, 2007 at 09:01:10AM +0100, Simon Arlott wrote: When this is compiled in it is run too early to do anything useful: [6.052000] padlock: No VIA PadLock drivers have been loaded. [6.052000] padlock: Using VIA PadLock ACE for AES algorithm

Re: This kernel requires the following features not present on the CPU... (on a VIA C7 CPU)

2007-05-17 Thread Simon Arlott
On 17/05/07 21:15, H. Peter Anvin wrote: Simon Arlott wrote: Is it automatic? I have CONFIG_X86_CMPXCHG=y without cx8 showing in cpuinfo, and it appears to work fine. Will your changes needlessly prevent the kernel running? Would I be right in thinking that the kernel is successfully using

Re: This kernel requires the following features not present on the CPU... (on a VIA C7 CPU)

2007-05-17 Thread Simon Arlott
POST if I pressed reset (a full size power supply made it just turn off). The third one has been working fine since I got it. -- Simon Arlott - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at ht

Re: This kernel requires the following features not present on the CPU... (on a VIA C7 CPU)

2007-05-17 Thread Simon Arlott
ush acpi mmx fxsr sse sse2 tm nx pni est tm2 rng rng_en ace ace_en ace2 ace2_en phe phe_en pmm pmm_en bogomips : 1601.18 clflush size: 64 -- Simon Arlott config.gz Description: GNU Zip compressed data

Re: Asynchronous scsi scanning

2007-05-15 Thread Simon Arlott
On 15/05/07 13:02, Matthew Wilcox wrote: On Tue, May 15, 2007 at 12:26:29PM +0100, Simon Arlott wrote: I've already suggested a sysfs attribute - or something equivalent - would be much better. It's just one function that a user might want to run multiple times (e.g. after adding sc

Re: why does x86 "make defconfig" build a single, lonely module?

2007-05-15 Thread Simon Arlott
etter way to > handle this. I've already suggested a sysfs attribute - or something equivalent - would be much better. It's just one function that a user might want to run multiple times (e.g. after adding scsi devices?) - why should loading a module be used for this? -- Simon

Re: why does x86 "make defconfig" build a single, lonely module?

2007-05-13 Thread Simon Arlott
te, rather than using a module to tell the kernel to do something? It looks like someone might want to call scsi_complete_async_scans() more than once too - if they also don't allow modules to be unloaded then they can't. -- Simon Arlott - To unsubscribe from this list: send the line

Re: why does x86 "make defconfig" build a single, lonely module?

2007-05-13 Thread Simon Arlott
On 13/05/07 18:48, James Bottomley wrote: On Sun, 2007-05-13 at 18:42 +0100, Simon Arlott wrote: If you set CONFIG_MODULE=y and build SCSI we assume you could have a SCSI driver module at some point, which would necessitate the wait scan module. This should be implemented like "Library rou

Re: why does x86 "make defconfig" build a single, lonely module?

2007-05-13 Thread Simon Arlott
Library routines" and only added if such a SCSI driver module is actually selected. Why can't it at least be a visible option in the menu? (Although even then it looks like it's impossible to disable). Why does ATA select SCSI anyway? Surely PATA doesn't require it? -- Simo

Re: default y idiocy

2007-05-12 Thread Simon Arlott
;s even a default SCSI 'm' that seems to be completely hidden from the menu too (CONFIG_SCSI_WAIT_SCAN). It depends on SCSI but I can't disable SCSI... -- Simon Arlott - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: Request to mailing list Linux-arm-kernel rejected

2007-05-12 Thread Simon Arlott
rected to the list administrator at: [EMAIL PROTECTED] -- Simon Arlott - 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.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH] spelling fixes: arch/m68knommu/

2007-05-12 Thread Simon Arlott
On 12/05/07 02:03, Finn Thain wrote: On Fri, 11 May 2007, Simon Arlott wrote: - * Local routines to interrcept the standard I/O and vector handling - * code. Don't include this 'till now - initialization code above needs + * Local routines to intercept the standard I/O

Re: [PATCH] spelling fixes: kernel/

2007-05-11 Thread Simon Arlott
On 11/05/07 21:01, Ingo Molnar wrote: * Simon Arlott <[EMAIL PROTECTED]> wrote: kernel/sched.c| 20 ++-- --- a/kernel/sched.c +++ b/kernel/sched.c * This is how migration works: * - * 1) we queue a struct migration_req structure in the source

Re: [PATCH] spelling fixes: arch/ia64/

2007-05-11 Thread Simon Arlott
On 11/05/07 20:41, Simon Arlott wrote: diff --git a/arch/ia64/kernel/time.c b/arch/ia64/kernel/time.c index a06667c..bf7e7b5 100644 --- a/arch/ia64/kernel/time.c +++ b/arch/ia64/kernel/time.c @@ -216,7 +216,7 @@ ia64_init_itm (void) #ifdef CONFIG_SMP /* On IA64 in an SMP configuration

Re: [PATCH] spelling fixes: arch/mips/

2007-05-11 Thread Simon Arlott
On 11/05/07 20:42, Simon Arlott wrote: diff --git a/arch/mips/kernel/semaphore.c b/arch/mips/kernel/semaphore.c index 1265358..b363604 100644 --- a/arch/mips/kernel/semaphore.c +++ b/arch/mips/kernel/semaphore.c @@ -33,7 +33,7 @@ *return old_count; * * On machines without lld/scd we need

[PATCH] spelling fixes: lib/

2007-05-11 Thread Simon Arlott
Spelling fix in lib/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- lib/kernel_lock.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/kernel_lock.c b/lib/kernel_lock.c index e0fdfdd..f73e2f8 100644 --- a/lib/kernel_lock.c +++ b/lib/kernel_lock.c @@ -2,

[PATCH] spelling fixes: Documentation/

2007-05-11 Thread Simon Arlott
Spelling fixes in Documentation/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- Documentation/DocBook/Makefile |2 +- Documentation/DocBook/mtdnand.tmpl |6 +++--- Documentation/feature-removal-schedule.txt |2 +- Documentation/isdn/README.

[PATCH] spelling fixes: kernel/

2007-05-11 Thread Simon Arlott
Spelling fixes in kernel/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- kernel/acct.c |2 +- kernel/compat.c |2 +- kernel/cpuset.c |2 +- kernel/delayacct.c|2 +- kernel/fork.c |2 +- kernel/futex.c

[PATCH] spelling fixes: mm/

2007-05-11 Thread Simon Arlott
Spelling fixes in mm/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- mm/filemap.h|2 +- mm/hugetlb.c|2 +- mm/memory.c |2 +- mm/memory_hotplug.c |2 +- mm/mempool.c|2 +- mm/page-writeback.c |2 +- mm/page_alloc.c |8 -

[PATCH] spelling fixes: init/

2007-05-11 Thread Simon Arlott
Spelling fix in init/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- init/main.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/init/main.c b/init/main.c index e8d080c..7ee2031 100644 --- a/init/main.c +++ b/init/main.c @@ -275,7 +275,7 @@ static int

[PATCH] spelling fixes: arch/um/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/um/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/um/drivers/line.c |2 +- arch/um/drivers/null.c |2 +- arch/um/drivers/stderr_console.c |2 +- arch/um/kernel/gmon_syms.c |4 ++-- arch/um/kernel/irq.c

[PATCH] spelling fixes: arch/v850/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/v850/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/v850/kernel/me2.c |4 ++-- arch/v850/kernel/rte_mb_a_pci.c |4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/v850/kernel/me2.c b/arch/v850/kernel/me2.c index 3

[PATCH] spelling fixes: arch/x86_64/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/x86_64/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/x86_64/boot/compressed/misc.c |4 ++-- arch/x86_64/kernel/hpet.c |2 +- arch/x86_64/kernel/io_apic.c |4 ++-- arch/x86_64/kernel/mce.c |4 ++-- arch/x86_64/

[PATCH] spelling fixes: arch/xtensa/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/xtensa/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/xtensa/kernel/pci.c |2 +- arch/xtensa/mm/init.c |2 +- arch/xtensa/platform-iss/network.c |2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/

[PATCH] spelling fixes: arch/sparc64/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/sparc64/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/sparc64/kernel/devices.c |2 +- arch/sparc64/kernel/of_device.c |4 ++-- arch/sparc64/kernel/pci_iommu.c |2 +- arch/sparc64/kernel/pci_sun4v.c |2 +- arch/sparc64/kernel/process.c

[PATCH] spelling fixes: arch/sh/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/sh/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/sh/boards/landisk/gio.c |2 +- arch/sh/boards/snapgear/rtc.c|2 +- arch/sh/boards/superh/microdev/io.c |6 +++--- arch/sh/boards/superh/microdev/irq.c |6 +++--

[PATCH] spelling fixes: arch/sh64/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/sh64/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/sh64/kernel/pci_sh5.h|2 +- arch/sh64/kernel/process.c|2 +- arch/sh64/kernel/time.c |2 +- arch/sh64/mach-cayman/setup.c |2 +- arch/sh64/mm/fault.c |2 +- arch/s

[PATCH] spelling fixes: arch/sparc/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/sparc/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/sparc/kernel/auxio.c |2 +- arch/sparc/kernel/ioport.c|2 +- arch/sparc/kernel/irq.c |8 arch/sparc/kernel/pcic.c |4 ++-- arch/sparc/kernel/process.c |2 +

[PATCH] spelling fixes: arch/ppc/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/ppc/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/ppc/4xx_io/serial_sicc.c| 10 +- arch/ppc/8xx_io/commproc.c |2 +- arch/ppc/8xx_io/fec.c|2 +- arch/ppc/boot/lib/vreset.c |2 +- arch/pp

[PATCH] spelling fixes: arch/s390/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/s390/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/s390/crypto/des_s390.c |4 ++-- arch/s390/kernel/debug.c| 18 +- arch/s390/kernel/irq.c |2 +- arch/s390/kernel/time.c |6 +++--- arch/s390/kernel/vtime.c

[PATCH] spelling fixes: arch/mips/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/mips/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/mips/arc/memory.c |4 ++-- arch/mips/au1000/common/dbdma.c |6 +++--- arch/mips/au1000/common/time.c |2 +- arch/mips/au1000/db1x00/board_s

[PATCH] spelling fixes: arch/parisc/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/parisc/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/parisc/kernel/firmware.c|4 ++-- arch/parisc/kernel/perf.c| 12 ++-- arch/parisc/kernel/processor.c |8 arch/parisc/kernel/setup.c |2 +- arch/parisc/

[PATCH] spelling fixes: arch/powerpc/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/powerpc/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/powerpc/boot/treeboot-ebony.c |2 +- arch/powerpc/kernel/irq.c |8 arch/powerpc/kernel/legacy_serial.c |2 +- arch/powerpc/kernel/nvra

[PATCH] spelling fixes: arch/m32r/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/m32r/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/m32r/kernel/irq.c |2 +- arch/m32r/kernel/signal.c |2 +- arch/m32r/kernel/smp.c | 18 +- arch/m32r/kernel/smpboot.c |6 +++--- arch/m32r/kernel/sys_m32r.c |

[PATCH] spelling fixes: arch/m68k/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/m68k/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/m68k/amiga/pcmcia.c|2 +- arch/m68k/mac/config.c |4 ++-- arch/m68k/mac/iop.c |4 ++-- arch/m68k/mac/oss.c |2 +- arch/m68k/mac/via.c |2 +- arch/m68k/ma

[PATCH] spelling fixes: arch/m68knommu/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/m68knommu/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/m68knommu/kernel/comempci.c |8 arch/m68knommu/platform/523x/config.c |2 +- arch/m68knommu/platform/527x/config.c |2 +- arch/m68knommu/platform/528x/config.c |2 +

[PATCH] spelling fixes: arch/i386/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/i386/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/i386/boot/compressed/misc.c |4 ++-- arch/i386/kernel/acpi/boot.c |8 arch/i386/kernel/apic.c|4 ++-- arch/i386/kernel

[PATCH] spelling fixes: arch/ia64/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/ia64/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/ia64/kernel/acpi.c |2 +- arch/ia64/kernel/crash.c|2 +- arch/ia64/kernel/irq.c |6 +++--- arch/ia64/kernel/irq_lsapic.c |2 +- arch/ia64/kernel/kpr

[PATCH] spelling fixes: arch/h8300/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/h8300/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/h8300/kernel/ints.c |2 +- arch/h8300/kernel/irq.c|2 +- arch/h8300/kernel/time.c |2 +- arch/h8300/kernel/traps.c |2 +- arch/h8300/platform/h8s/

[PATCH] spelling fixes: arch/frv/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/frv/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/frv/kernel/irq.c |2 +- arch/frv/kernel/semaphore.c |2 +- arch/frv/kernel/time.c |4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/frv/kernel/irq.c b/ar

[PATCH] spelling fixes: arch/cris/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/cris/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/cris/arch-v10/boot/compressed/misc.c |2 +- arch/cris/arch-v10/kernel/debugport.c |2 +- arch/cris/arch-v10/kernel/fasttimer.c |2 +- arch/cris/arch-v10/kernel/irq.c |2 +

[PATCH] spelling fixes: arch/blackfin/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/blackfin/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/blackfin/kernel/irqchip.c |2 +- arch/blackfin/kernel/traps.c|2 +- arch/blackfin/mach-bf533/boards/cm_bf533.c |2 +- arch/blackfin/mach-bf533/

[PATCH] spelling fixes: arch/arm26/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/arm26/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/arm26/kernel/irq.c |6 +++--- arch/arm26/kernel/process.c |2 +- arch/arm26/kernel/time.c|2 +- arch/arm26/lib/longlong.h |2 +- 4 files changed, 6 insertions(+), 6 deletions(-)

[PATCH] spelling fixes: arch/avr32/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/avr32/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/avr32/kernel/irq.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/avr32/kernel/irq.c b/arch/avr32/kernel/irq.c index fd31124..d83c6b9 100644 --- a/arch/avr32/kernel

[PATCH] spelling fixes: arch/arm/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/arm/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/arm/common/dmabounce.c |2 +- arch/arm/common/gic.c |2 +- arch/arm/common/sharpsl_param.c |2 +- arch/arm/common/sharpsl_pm.c | 10 +- arch/arm/

[PATCH] spelling fixes: arch/alpha/

2007-05-11 Thread Simon Arlott
Spelling fixes in arch/alpha/. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/alpha/kernel/err_marvel.c |2 +- arch/alpha/kernel/err_titan.c |2 +- arch/alpha/kernel/osf_sys.c|2 +- arch/alpha/kernel/smp.c|1 - arch/alpha/kernel/sys_a

Re: Fix misspellings collected by members of KJ list.

2007-05-09 Thread Simon Arlott
start method is invoked and the line discipline woken. * There's only one c in necessary. -- Simon Arlott - 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.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: sleeping function called from invalid context at block/cfq-iosched.c (Was: Re: 2.6.21-mm1)

2007-05-07 Thread Simon Arlott
On 08/05/07 00:23, Andrew Morton wrote: On Mon, 07 May 2007 23:58:36 +0100 Simon Arlott <[EMAIL PROTECTED]> wrote: I've just got this under mainline too now (0ec54aa8af5e6faa346aa55a1ad15ee6c25bb42d 2007-05-05 22:08:06): [84567.084000] BUG: scheduling while atomic: pdflush/0xe

sleeping function called from invalid context at block/cfq-iosched.c (Was: Re: 2.6.21-mm1)

2007-05-07 Thread Simon Arlott
On 06/05/07 21:54, Andrew Morton wrote: On Sun, 06 May 2007 21:36:32 +0100 Simon Arlott <[EMAIL PROTECTED]> wrote: On 05/05/07 09:49, Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21/2.6.21-mm1/ Not sure exactly what's going on here, but

Re: [linux-dvb] [PATCH] dvb-core: Handle failures to create devices

2007-05-06 Thread Simon Arlott
On 06/05/07 23:50, Trent Piepho wrote: I've tested this and can confirm it works. dvb_class will be set too late without the change to subsys_initcall. On Tue, 1 May 2007, Simon Arlott wrote: dvb-core is not started early enough when device drivers that use dvb are compiled

xfs_ilock: possible recursive locking detected

2007-05-06 Thread Simon Arlott
119.948000] [] sys_open+0x1c/0x20 [ 119.948000] [] sysenter_past_esp+0x5d/0x99 [ 119.948000] === -- Simon Arlott - 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:/

Re: 2.6.21-mm1

2007-05-06 Thread Simon Arlott
On 06/05/07 21:08, Andrew Morton wrote: On Sun, 06 May 2007 15:59:53 +0100 Simon Arlott <[EMAIL PROTECTED]> wrote: On 05/05/07 09:49, Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21/2.6.21-mm1/ I'm currently in the middle of a bisect ov

Re: 2.6.21-mm1

2007-05-06 Thread Simon Arlott
On 06/05/07 21:54, Andrew Morton wrote: On Sun, 06 May 2007 21:36:32 +0100 Simon Arlott <[EMAIL PROTECTED]> wrote: On 05/05/07 09:49, Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.21/2.6.21-mm1/ Not sure exactly what's going on here, but

Re: 2.6.21-mm1

2007-05-06 Thread Simon Arlott
amei_create+0x4d/0xa0 [ 1835.716000] [] open_namei+0x523/0x560 [ 1835.716000] [] do_filp_open+0x2c/0x60 [ 1835.716000] [] do_sys_open+0x50/0xe0 [ 1835.716000] [] sys_open+0x1c/0x20 [ 1835.716000] [] sysenter_past_esp+0x5f/0x99 [ 1835.716000] === -- Simon Arlott - To unsub

Fwd: 2.6.21-mm1

2007-05-06 Thread Simon Arlott
/async_tx.o - Section mismatch: reference to .init.data: from .data after 'channel_table' (at offset 0x40) WARNING: drivers/dma/async_tx.o - Section mismatch: reference to .init.data: from .data after 'channel_table' (at offset 0x44) Dan Kruchinin. -- Simon Arlott - To

Re: 2.6.21-mm1

2007-05-06 Thread Simon Arlott
0 [ 40.965252] printing eip: [ 40.965252] b016d4a5 [ 40.965300] *pde = [ 40.965352] Oops: [#1] [ 40.965467] PREEMPT It occurs when racoon is started so must be IPSEC related, I'll have more information once I finish bisecting and merge -mm1 again. -- Simon Arlott - To u

Re: 2.6.21-mm1

2007-05-05 Thread Simon Arlott
ch/i386/kernel/built-in.o - Section mismatch: reference to .init.text: from .data between 'thermal_throttle_cpu_notifier' (at offset 0x21cc) and 'mce_work' WARNING: kernel/built-in.o - Section mismatch: reference to .init.text: from .text between 'kthreadd' (at o

[PATCH 1/2] cxacru: Create sysfs attributes in atm_start instead of bind

2007-05-04 Thread Simon Arlott
s not called in unbind when it's not needed. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> Cc: Duncan Sands <[EMAIL PROTECTED]> --- This is a resend of my email 28/04/07 with part of the description removed due to patch 2/2. #undef CXACRU_DEVICE_REVOVE_FILE Oops.

[PATCH 2/2] cxacru: Ignore error trying to start ADSL in atm_start

2007-05-04 Thread Simon Arlott
alues. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> Cc: Duncan Sands <[EMAIL PROTECTED]> --- drivers/usb/atm/cxacru.c |7 +-- 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/drivers/usb/atm/cxacru.c b/drivers/usb/atm/cxacru.c index 4ecb4c7..32f85a6 100644 ---

Re: [linux-dvb] [PATCH] dvb-core: Handle failures to create devices

2007-05-01 Thread Simon Arlott
. All the printks had missing level prefixes so I've fixed these too. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- On 01/05/07 22:21, Trent Piepho wrote: On Tue, 1 May 2007, Simon Arlott wrote: dvb-core is not started early enough when device drivers that use dvb are com

Re: [linux-dvb] Re: DST/BT878 module customization (.. was: Critical points about ...)

2007-05-01 Thread Simon Arlott
On 01/05/07 20:34, Uwe Bugla wrote: Original-Nachricht Datum: Tue, 01 May 2007 19:50:38 +0100 Von: Simon Arlott <[EMAIL PROTECTED]> On 01/05/07 19:30, Uwe Bugla wrote: If you would avoid making inflammatory comments, the people who are trying to help you will b

Re: [linux-dvb] Re: DST/BT878 module customization (.. was: Critical points about ...)

2007-05-01 Thread Simon Arlott
especially when something is being done about them. -- Simon Arlott - 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.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[PATCH] MAINTAINERS: Add cxacru website/mailing list

2007-05-01 Thread Simon Arlott
I've not made any contact with the developers of the sourceforge project, but it would be useful for users to able to find the mailing list and the website for firmware information even if the driver page is very out of date right now. Signed-off-by: Simon Arlott <[EMAIL PROTEC

[PATCH] dvb-core: Handle failures to create devices

2007-05-01 Thread Simon Arlott
. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- drivers/media/dvb/dvb-core/dvbdev.c | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/media/dvb/dvb-core/dvbdev.c b/drivers/media/dvb/dvb-core/dvbdev.c index 7683983..b859a60 100644 --- a/drivers

Re: [PATCH] dvb-core: Handle failures to create devices

2007-05-01 Thread Simon Arlott
On 01/05/07 18:12, Simon Arlott wrote: dvb_class is NULL, this runs dvb_init using subsys_initclass instead of module_init. That should of course be subsystem_initCALL not "initclass". -- Simon Arlott - To unsubscribe from this list: send the line "unsubscribe linux-kernel&qu

Re: [linux-dvb] DST/BT878 module customization (.. was: Critical points about ...)

2007-04-30 Thread Simon Arlott
w, not why they were made, of course. -- Simon Arlott - 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.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

<    1   2   3   4   >