Re: [PATCH] m68knommu: remove dead code

2017-08-27 Thread Steven King
On Sunday 27 August 2017 12:09:59 pm Alexandre Belloni wrote: > On 27/08/2017 at 13:22:09 +0200, Angelo Dureghello wrote: > > Hi, > > > > just to inform you that i have in mind to add spi(soon, at least seems > > just a matter con Kconfig changes) and usdhc(later) > > drivers/support for stmark2 mc

Re: [PATCH] slab: fix the type of the index on freelist index accessor

2014-04-18 Thread Steven King
the index to find the index of free object on freelist. But, > above patch makes this index type 1 byte, so slab which have more than > 255 objects cannot work properly and in consequence of it, the system > cannot boot. > > This issue was reported by Steven King on m68knommu which

Re: [uClinux-dev] v3.15-rc1 slab allocator broken on m68knommu (coldfire)

2014-04-17 Thread Steven King
On Wednesday 16 April 2014 6:49:11 pm Joonsoo Kim wrote: > On Wed, Apr 16, 2014 at 10:44:11AM -0700, Steven King wrote: > > On Wednesday 16 April 2014 9:06:57 am Geert Uytterhoeven wrote: > > > Hi Steven, > > > > > > On Wed, Apr 16, 2014 at 5:47 PM, Steven

Re: [uClinux-dev] v3.15-rc1 slab allocator broken on m68knommu (coldfire)

2014-04-16 Thread Steven King
On Wednesday 16 April 2014 9:06:57 am Geert Uytterhoeven wrote: > Hi Steven, > > On Wed, Apr 16, 2014 at 5:47 PM, Steven King wrote: > > --- a/mm/slab.c > > +++ b/mm/slab.c > > @@ -2572,13 +2572,13 @@ static void *alloc_slabmgmt(struct kmem_cache &

Re: v3.15-rc1 slab allocator broken on m68knommu (coldfire)

2014-04-16 Thread Steven King
On Tuesday 15 April 2014 5:19:31 pm Joonsoo Kim wrote: > On Mon, Apr 14, 2014 at 05:45:43PM -0700, Steven King wrote: > > git bisect suggests it starts somewhere around commit > > f315e3fa1cf5b3317fc948708645fff889ce1e63 slab: restrict the number of > > objects in a slab >

v3.15-rc1 slab allocator broken on m68knommu (coldfire)

2014-04-14 Thread Steven King
git bisect suggests it starts somewhere around commit f315e3fa1cf5b3317fc948708645fff889ce1e63 slab: restrict the number of objects in a slab but its kinda hard to tell as there is some compile breakage in there as well. slub and slob seem to still work okay for m68knommu. -- To unsubscribe fro

Re: [PATCH 0/4] gpio: introduce descriptor-based interface

2013-01-17 Thread Steven King
e for the same hardware, > >> arch/m68k/include/asm/mcfgpio.h and arch/blackfin/include/asm/gpio.h. > >> I would assume that we can simply remove the non-gpiolib shortcut > >> here at cost of a small overhead. > > > > Geert/Greg: interested in looking into this

Re: [linux-usb-devel] ti_usb_3410_5052 breakage in 2.6.24-rc1

2007-11-01 Thread Steven King
On Thursday 01 November 2007 7:51:25 Alan Stern wrote: > On Thu, 1 Nov 2007, Steven King wrote: > > Per a suggestion by David Brownwell, rebuilt with CONFIG_USB_DEBUG > > enabled and loading usbserial and ti_usb_3410_5052 with debug=1, I see in > > 'dmesg' > >

Re: [linux-usb-devel] ti_usb_3410_5052 breakage in 2.6.24-rc1

2007-11-01 Thread Steven King
On Thursday 01 November 2007 7:47:24 Alan Stern wrote: > On Wed, 31 Oct 2007, Steven King wrote: > > My TI eZ430 (MSP-FET430UIF JTAG Tool) usb dongle works fine with > > 2.6.23.1 and earlier, but doesn't work with 2.6.24-rc1; the > > ti_usb_3410_5052 module is loaded bu

Re: ti_usb_3410_5052 breakage in 2.6.24-rc1

2007-11-01 Thread Steven King
1 Okay, so --- Changing num_interrupt_in and num_bulk_in from 1 to NUM_DONT_CARE makes ti_usb_3410_5052 work again, but is it the right thing to do? Signed-off-by: Steven King <[EMAIL PROTECTED]> --- ti_usb_3410_5052.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/u

Re: ti_usb_3410_5052 breakage in 2.6.24-rc1

2007-10-31 Thread Steven King
On Wednesday 31 October 2007 11:19:54 Greg KH wrote: > On Wed, Oct 31, 2007 at 10:25:43PM -0700, Steven King wrote: > > My TI eZ430 (MSP-FET430UIF JTAG Tool) usb dongle works fine with > > 2.6.23.1 and earlier, but doesn't work with 2.6.24-rc1; the > > ti_usb_3410_505

Re: loop-6 patch and 2.4.2

2001-02-23 Thread Steven King
On Friday 23 February 2001 10:50, Mohammad A. Haque wrote: > Is anyone else using 2.4.2 patched with loop-6? Does load goto about 1 > and stay there even though mounting things via loop seem to work fine? Yes, and with 2 mounts the load avg goes ~2; after umounting, it goes back to norma