Re: rt2x00: allow AP and mesh mode to operate simultaneously

2013-02-27 Thread Simon Arlott
if_limit->types = BIT(NL80211_IFTYPE_AP) | > + BIT(NL80211_IFTYPE_MESH_POINT); > > /* >* Build up AP interface combinations structure. -- Simon Arlott -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in th

Re: mac80211: use spin_lock_bh() for tim_lock

2013-03-03 Thread Simon Arlott
unsigned long flags; > - > - spin_lock_irqsave(&local->tim_lock, flags); > + spin_lock(&local->tim_lock); > __ieee80211_beacon_add_tim(sdata, ps, skb); > - spin_unlock_irqrestore(&local->tim_lock, flags); >

[PATCH] ipv6: Fix Makefile offload objects

2012-12-16 Thread Simon Arlott
uot; which should be "ipv6-offload". I don't know why not including the offload modules should break TCP. Disabling all offload options on the NIC didn't help. Outgoing pulseaudio traffic kept stalling. Signed-off-by: Simon Arlott --- net/ipv6/Makefile |2 +- 1 files changed

Re: [2.6.22] circular lock detected

2008-01-03 Thread Simon Arlott
p;empty_aops; >> mapping->host = inode; >> mapping->flags = 0; >> @@ -190,8 +199,6 @@ void inode_init_once(struct inode *inode >> INIT_HLIST_NODE(&inode->i_hash); >> INIT_LIST_HEAD(&inode->i_dentry); >> INIT_LIS

sockets affected by IPsec always block (2.6.23)

2007-12-04 Thread Simon Arlott
__xfrm_lookup+0x308> 2938: R_386_PC32remove_wait_queue -- 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: System reboot triggered by just reading a device file....!?

2007-11-21 Thread Simon Arlott
her they're device files or not. Do you expect it to open /dev/zero etc. too and read from an infinitely sized "file"? >> > i`d wish there would be some fence around this or iTCO_wdt /dev/watchdog >> > not being active after a >> default desktop installation.

2.6.23 WARNING: at kernel/softirq.c:139 local_bh_enable()

2007-11-22 Thread Simon Arlott
MHz, 15000 mW, 10 µs [ 24.633742] P1: 800 MHz, 8000 mW, 10 µs [ 24.638582] Using IPI Shortcut mode [ 24.689701] kjournald starting. Commit interval 5 seconds [ 24.695233] EXT3-fs: mounted filesystem with ordered data mode. [ 24.701177] VFS: Mounted root (ext3 filesystem) readonly

Re: Bogus PCI vendor ID

2007-11-19 Thread Simon Arlott
d bogus PCI IDs appear before where it was the device's fault, and the ID would change after the first boot. -- 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

Re: Linux Security *Module* Framework (Was: LSM conversion to static interface)

2007-10-26 Thread Simon Arlott
oper's lives hell :) The change makes it much harder to develop in tree too. Also, this really needs to be reverted and put in the feature removal schedule... unless you intend to deliberately make all out of tree LSMs unusable with no warning and no time to have them added to the kernel? W

Re: eradicating out of tree modules

2007-10-28 Thread Simon Arlott
hat gets merged into the kernel exists first as out of tree modules, rather than direct patches to the tree itself? It was made much easier since 2.4 to compile a module out of tree using a simple Makefile. (Perhaps that should be removed too?) -- Simon Arlott - To unsubscribe fr

Re: Defense in depth: LSM *modules*, not a static interface

2007-10-30 Thread Simon Arlott
be stacked. It should be possible for the primary LSM to check the security_ops of the secondary LSM(s) and complain if it considers there to be an incompatiblity. -- Simon Arlott - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL

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-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 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
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.

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: 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 >

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: 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

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

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 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: >> > >> >

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: 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/

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:

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

[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

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

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: [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: [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: [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: LSM conversion to static interface

2007-10-23 Thread Simon Arlott
d or unload both of them at any time... this recent change completely breaks that. (I had to #include dummy.c though). Why should I now need to: 1. reboot every time I change the code when I could just reload modules before? 2. put it into my kernel source tree to use it? -- Simon Arlott - To unsubscri

Linux Security *Module* Framework (Was: LSM conversion to static interface

2007-10-24 Thread Simon Arlott
tion? (I don't want to have to maintain my own reverted copy of security/, or compile this into the kernel because then I can't ever modify and reload it without rebooting.) -- Simon Arlott - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of

Re: Linux Security *Module* Framework (Was: LSM conversion to static interface)

2007-10-24 Thread Simon Arlott
On 24/10/07 13:55, Adrian Bunk wrote: > On Wed, Oct 24, 2007 at 12:50:29PM +0100, Simon Arlott wrote: >> I currently have an LSM that only handles permissions for socket_bind >> and socket_listen, I load it and then "capability" as secondary on >> boot - but now I

Re: Linux Security *Module* Framework (Was: LSM conversion to static interface)

2007-10-24 Thread Simon Arlott
On 24/10/07 19:51, Jan Engelhardt wrote: > On Oct 24 2007 19:11, Simon Arlott wrote: >> >>* (I've got a list of access rules which are scanned in order until one of >>them matches, and an array of one bit for every port for per-port default >>allow/deny - alth

Re: Linux Security *Module* Framework (Was: LSM conversion to static interface)

2007-10-25 Thread Simon Arlott
her - then when two modules contain most of the other's code, but perhaps vastly different configuration mechanisms, someone will propose removing one of the two... -- Simon Arlott - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message

Re: Linux Security *Module* Framework (Was: LSM conversion to static interface)

2007-10-25 Thread Simon Arlott
On Wed, October 24, 2007 23:31, Adrian Bunk wrote: > On Wed, Oct 24, 2007 at 07:11:17PM +0100, Simon Arlott wrote: >> On 24/10/07 13:55, Adrian Bunk wrote: >> > On Wed, Oct 24, 2007 at 12:50:29PM +0100, Simon Arlott wrote: >> >> I currently have an LSM that only handl

Re: Linux machines dieing in swap storms

2007-10-25 Thread Simon Arlott
ysRq which might let me save the desktop but won't > help with my remote server. I could also just disable swap I guess. I have no swap. If I accidentally start The GIMP and load a very large image, everything just freezes and I have to reboot - the OOM killer doesn't appear to care.

[PATCH 1/2] usbatm: Increment module refcount when atm device is opened.

2007-02-21 Thread Simon Arlott
the device is unplugged. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- drivers/usb/atm/cxacru.c |1 + drivers/usb/atm/speedtch.c |1 + drivers/usb/atm/ueagle-atm.c |1 + drivers/usb/atm/usbatm.c | 14 -- drivers/usb/atm/usbatm.h |1 +

[PATCH 2/2] usbatm: Detect usb device shutdown and ignore failed urbs.

2007-02-21 Thread Simon Arlott
Detect usb device shutdown and ignore failed urbs. This happens when the driver is unloaded or the device is unplugged. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- drivers/usb/atm/usbatm.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/u

[PATCH] MAINTAINERS: Add myself for cxacru (in drivers/usb/atm/)

2007-02-21 Thread Simon Arlott
I've acquired a second device for testing and plan to make some changes in the near future to export all the device stats to sysfs (based on my proposed patch to add them to the proc file ~2007-01-30). Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- MAINTAINERS |5 + 1 fi

Re: [PATCH 1/2] usbatm: Increment module refcount when atm device is opened.

2007-02-22 Thread Simon Arlott
e symlinks in each direction between the usb device and the atm device (like dvb/v4l do, e.g. atm:cxacru0 in the usb device)? -- Simon Arlott signature.asc Description: OpenPGP digital signature

[PATCH] cxacru: Export detailed device info through sysfs.

2007-02-23 Thread Simon Arlott
second the poll time is changed to this, and round_jiffies_relative is used to avoid waking the cpu unnecessarily. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- drivers/usb/atm/cxacru.c | 181 -- 1 files changed, 176 insertions(+), 5 del

Re: [PATCH] cxacru: Export detailed device info through sysfs.

2007-02-23 Thread Simon Arlott
On 23/02/07 22:29, Simon Arlott wrote: > When the device is polled for status there is a lot of useful status > information available that is ignored. This patch stores the device > info array when the status is polled and adds sysfs files to the usb > device to allow userspace to que

Re: [PATCH] cxacru: Export detailed device info through sysfs. (updated, card_info array one element too large)

2007-02-23 Thread Simon Arlott
second the poll time is changed to this, and round_jiffies_relative is used to avoid waking the cpu unnecessarily. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- drivers/usb/atm/cxacru.c | 181 -- 1 files changed, 176 insertions(+), 5 del

[PATCH] usbatm: Create sysfs link "device" from atm class device to usb interface.

2007-02-24 Thread Simon Arlott
riate since the ADSL statistics are for the USB device not ATM (which is running over the ADSL). Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- drivers/usb/atm/usbatm.c | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/drivers/usb/atm/usbatm.c b/drivers/usb/

round_jiffies and load average

2007-02-24 Thread Simon Arlott
rage count could be run just before or in the middle of a second instead? -- Simon Arlott signature.asc Description: OpenPGP digital signature

[irq: Remove set_native_irq_info] !CONFIG_SMP regression

2007-02-26 Thread Simon Arlott
P, struct irq_desc only has 'affinity' on SMP. -- Simon Arlott signature.asc Description: OpenPGP digital signature

Re: round_jiffies and load average

2007-03-01 Thread Simon Arlott
On 24/02/07 15:19, Simon Arlott wrote: > I've modified the driver of an USB device (cxacru) to schedule the next poll > for status every 1s using round_jiffies_relative instead of just waiting 1s > since the last poll was completed. This process takes on average 11ms to > complet

Re: [PATCH 2/3] cxacru: Poll for device status more frequently.

2007-02-11 Thread Simon Arlott
the timing for different states, you should know that it won't go into the down state on a retrain so ~up should enable faster polling. -- Simon Arlott signature.asc Description: OpenPGP digital signature

Re: [PATCH 3/3] cxacru: Store all device status information and report it when atm_proc_read is called.

2007-02-11 Thread Simon Arlott
On 01/02/07 09:15, Duncan Sands wrote: > On Thursday 1 February 2007 00:39:14 you wrote: >> On Tue, 30 Jan 2007 21:30:29 + >> Simon Arlott <[EMAIL PROTECTED]> wrote: >> >>> +static int cxacru_proc_read(struct usbatm_data *usbatm_instance, >>> +

[PATCH] Make VMSPLIT options less ambiguous

2007-02-12 Thread Simon Arlott
was added. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 0dfee81..e57922b 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -539,10 +539,13 @@ choice config VMSPLIT_3G bool "3G/1G user/kernel

Re: Which CPU for VIA C7/Esther?

2007-02-12 Thread Simon Arlott
s support SSE2 too... there should probably be an option for C7 that passes 686/mmx/sse/sse2 to gcc. (The c3-2 option could even cause gcc to alter code for the C3-2 that's not necessary for the C7, but I've not checked what else gcc does with -march=c3-2). Also, for the C7 you'

[PATCH] Add an option for the VIA C7 which sets appropriate L1 cache

2007-02-12 Thread Simon Arlott
The VIA C7 is a 686 (with TSC) that supports MMX, SSE and SSE2, it also has a cache line length of 64 according to http://www.digit-life.com/articles2/cpu/rmma-via-c7.html. This patch sets gcc to -march=686 and selects the correct cache shift. Signed-off-by: Simon Arlott <[EMAIL PROTEC

Re: [PATCH] Add an option for the VIA C7 which sets appropriate L1 cache

2007-02-12 Thread Simon Arlott
too so it will actually compile. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- arch/i386/Kconfig.cpu | 13 ++--- arch/i386/Makefile.cpu|1 + arch/i386/defconfig |1 + arch/um/defconfig |1 + include/asm-i386/module.h |2 ++ 5 files c

CAP_NET_BIND_SERVICE checking in inet_bind vs socket_bind

2007-02-16 Thread Simon Arlott
unsigned short snum; + snum = ntohs(addr->sin6_port); + if (snum && snum < PROT_SOCK && !capable(CAP_NET_BIND_SERVICE)) + return -EACCES; + break; + }

security_fixup_ops

2007-02-17 Thread Simon Arlott
_bind = portac_socket_bind; tmp.unregister_security = portac_unregister_security; security_fixup_ops(&tmp); /* from security/dummy.c */ portac_ops = tmp; ... } -- Simon Arlott signature.asc Description: OpenPGP digital signature

[PATCH 1/3] usbatm: Allow sub-drivers to handle calls to atm_proc_read.

2007-01-30 Thread Simon Arlott
usbatm only outputs basic information via the per-device /proc/net/atm/ file, this patch allows the device specific USB ATM drivers to replace the atm_proc_read function with their own. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- drivers/usb/atm/usbatm.c |3 +++ drivers/u

[PATCH 2/3] cxacru: Poll for device status more frequently.

2007-01-30 Thread Simon Arlott
The device is only polled for status every 5 seconds yet status updates occur as often as every second - when the line is down the status changes between "down" and "attempting to activate" every 2 seconds. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- drive

[PATCH 3/3] cxacru: Store all device status information and report it when atm_proc_read is called.

2007-01-30 Thread Simon Arlott
is already provided through INFO level printks. Signed-off-by: Simon Arlott <[EMAIL PROTECTED]> --- drivers/usb/atm/cxacru.c | 144 ++ 1 files changed, 144 insertions(+), 0 deletions(-) diff --git a/drivers/usb/atm/cxacru.c b/drivers/usb/atm/cx

Re: [PATCH 2/3] cxacru: Poll for device status more frequently.

2007-01-31 Thread Simon Arlott
had it polling every 200ms on a dual ppro200 since november, and it has never failed to poll the status. > Ciao, > > Duncan. -- Simon Arlott signature.asc Description: OpenPGP digital signature

Re: [PATCH 1/3] usbatm: Allow sub-drivers to handle calls to atm_proc_read.

2007-01-31 Thread Simon Arlott
possible. The worst that will happen > (given that none of the proc_read methods sleeps) is that freed memory will > be accessed and the contents spat out in the proc file (if proc_read sleeps, > that could result in trying to run code inside a destroyed module). > > Ciao, > >

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: /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: 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.

"[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: 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: [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

[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

[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/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/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/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/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/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/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/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/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/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/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/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: 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: 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,

  1   2   3   4   >