Re: [usb-storage] Re: [PATCH v4 12/12] RFC: watchdog: export core symbols in WATCHDOG_CORE namespace

2019-09-04 Thread Matthew Dharm
aces but with the same name, can that be done? That is, if driver A has symbol 'foo' and driver B has symbol 'foo' (both in their respective namespaces), and driver C wants to use A.foo and B.foo, can that be supported? Matt -- Matthew Dharm Former Maintainer, USB Mass Storage driver for Linux

Re: [PATCH] Add Apple Carplay driver

2018-03-13 Thread Matthew Dharm
rom this list: send the line "unsubscribe linux-usb" in > the body of a message to majord...@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Matthew Dharm Former Maintainer, USB Mass Storage driver for Linux

Re: [usb-storage] Re: [opensuse-factory] huawei usb dongle e173 not working on tumbleweed

2013-10-04 Thread Matthew Dharm
of.de/usb_modeswitch/ and the current version (2.0.1) has support for your device. You will either need to update your usb_modeswitch manually or get the Tumbleweed maintainers to do so. Matt On Thu, Oct 3, 2013 at 4:57 PM, Matthew Dharm wrote: > Ron -- > > We're going to need the version

Re: [usb-storage] Re: [opensuse-factory] huawei usb dongle e173 not working on tumbleweed

2013-10-03 Thread Matthew Dharm
ne used by Tumbleweed. The usb-storage drivers are maintinaed by Matthew >> Dharm >> . I suggest you contact him with a Cc to >> linux-...@vger.kernel.org, usb-stor...@lists.one-eyed-alien.net, and >> linux-kernel@vger.kernel.org and and state your problem, that it worked in

Re: [PATCH] USB: storage: fix Huawei mode switching regression

2013-03-04 Thread Matthew Dharm
bout the issue years ago. Putting a comment in > the code to remind the current maintainers about their own statements > could be considered out of line? Or is this appropriate here? > > > Bjørn -- Matthew Dharm Maintainer, USB Mass Storage driver for Linux -- To unsubscri

Re: [PATCH 1/2]linux-usb:Define a new macro for USB storage match rules

2013-01-25 Thread Matthew Dharm
r patches. Outlook commonly mangles patches, unfortunately. It is not a very good e-mail client. I suggest one of two options: 1) Setup an alternative mail client. There are many to choose from which will not damage your patches. I personally like 'mutt' (which you should be able to ins

Re: [PATCH 2/2]linux-usb:optimize to match the Huawei USB storage devices and support new switch command

2012-12-19 Thread Matthew Dharm
. BUT, your code includes many more PIDs than the table did. Again, how was this tested for the new PIDs covered? At a minimum, some comment in dongles_pid is required to highlight this area of code for possible future expansion as new devices are released. Matt -- Matthew Dharm Maintainer, USB

Re: wrong cylinders of kingston usb pendrive [intel 82801DB]

2008-02-04 Thread Matthew Dharm
ecture - just lets call > > them mashineA, mashineB and mashineC. > > Is the kernel the same on all of these machines? I'm not sure it matters... usb-storage has no knowledge of CHS geometery. It deals entirely in LBA. Does anyone know where the kernel gets the CHS g

Re: [BUG] 2.6.24-git usb reset problems

2008-01-29 Thread Matthew Dharm
On Tue, Jan 29, 2008 at 08:15:04PM +0100, Jens Axboe wrote: > On Tue, Jan 29 2008, Matthew Dharm wrote: > > On Tue, Jan 29, 2008 at 07:39:11PM +0100, Jens Axboe wrote: > > > On Tue, Jan 29 2008, Jens Axboe wrote: > > > > On Tue, Jan 29 2008, Oliver Neukum wrote: >

Re: [BUG] 2.6.24-git usb reset problems

2008-01-29 Thread Matthew Dharm
fer_sglist: xfer 18 bytes, 1 entries > usb-storage: usb_sg_init returned -22 > usb-storage: Bulk data transfer result 0x4 > usb-storage: -- auto-sense failure > usb-storage: storage_pre_reset > ehci_hcd :00:1d.7: port 1 high speed > ehci_hcd :00:1d.7: GetStatus por

Re: [BUG] 2.6.24-git usb reset problems

2008-01-29 Thread Matthew Dharm
27;t added any USB patches to the -git tree > > yet after 2.6.24 :) > > > > Could this be caused by some scsi changes perhaps? > > > > thanks, > > > > greg k-h > > - > Yes it is ;) > > Jens could you test the patch below? if it works I&#x

Re: Add the infamous Huawei E220 to option.c

2007-11-29 Thread Matthew Dharm
b-storage in order > > to let the generic usb serial to work, but this simply was a bad idea. > > Yes, you are right. That's the correct approach. Changing the unusual_devs.h flag to IGNORE_DEVICE should accomplish what you want. Matt -- Matthew Dharm

Re: 2.6.24-rc2-mm1

2007-11-15 Thread Matthew Dharm
On Wed, Nov 14, 2007 at 10:23:09AM +0100, Gabriel C wrote: > Matthew Dharm wrote: > > On Wed, Nov 14, 2007 at 06:33:39AM +0100, Gabriel C wrote: > >> Matthew Dharm wrote: > >>> On Tue, Nov 13, 2007 at 07:49:24PM -0800, Greg KH wrote: > >>>> Matt, are

Re: 2.6.24-rc2-mm1

2007-11-14 Thread Matthew Dharm
On Wed, Nov 14, 2007 at 06:33:39AM +0100, Gabriel C wrote: > Matthew Dharm wrote: > > On Tue, Nov 13, 2007 at 07:49:24PM -0800, Greg KH wrote: > >> Matt, are these the errors you were worried about with the patch we were > >> just talking about tha tis in my tree? >

Re: 2.6.24-rc2-mm1

2007-11-13 Thread Matthew Dharm
. Matt P.S. Worst case, the issue we're talking about here would only cause the device firmware to crash, which would eventually lead to a disconnect. That shouldn't have caused the much more severe problems shown in the log you sent. -- Matthew Dharm Hom

Re: [linux-usb-devel] usb+sysfs: duplicate filename 'bInterfaceNumber'

2007-10-16 Thread Matthew Dharm
On Tue, Oct 16, 2007 at 02:04:43PM -0400, Alan Stern wrote: > On Tue, 16 Oct 2007, Matthew Dharm wrote: > > > I haven't looked at this code at all, but neither approach feels right to > > me. > > > > How does this work at all? Even if you load a

Re: [linux-usb-devel] usb+sysfs: duplicate filename 'bInterfaceNumber'

2007-10-16 Thread Matthew Dharm
Heck, why do both call usb_create_sysfs_intf_file()? I would guess if you're *changing* the active configuration you would need to do that, but why in usb_set_interface() at all? Matt -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB

Re: [GIT PATCH] USB autosuspend fixes for 2.6.23-rc6

2007-09-13 Thread Matthew Dharm
are no longer > needed. But it isn't easy to tell which ones can safely be removed. I've been meaning to start sending e-mails to see if we can get rid of these. Most of the devices which required it were UFI, which reports "LUN not present" in a goofy way. We fixed the code to

Re: [2.6 patch] usbat_check_status(): fix check-after-use

2007-07-30 Thread Matthew Dharm
Signed-off-by: Matthew Dharm <[EMAIL PROTECTED]> On Tue, Jul 31, 2007 at 12:28:22AM +0200, Adrian Bunk wrote: > The Coverity checker spotted that we have already oops'ed if "us" > was NULL. > > Since "us" can't be NULL in the only caller this pa

Re: [Linux-usb-users] Possible bug in usb storage (2.6.11 kernel)

2005-09-08 Thread Matthew Dharm
On Thu, Sep 08, 2005 at 02:28:09PM -0600, Jim Ramsay wrote: > On 9/8/05, Jim Ramsay <[EMAIL PROTECTED]> wrote: > > On 9/8/05, Matthew Dharm <[EMAIL PROTECTED]> wrote: > > > On Thu, Sep 08, 2005 at 11:14:36AM -0600, Jim Ramsay wrote: > > >

Re: [Linux-usb-users] Possible bug in usb storage (2.6.11 kernel)

2005-09-08 Thread Matthew Dharm
. Fixing the SCSI layer is -exactly- the correct solution. The SCSI layer is supposed to guarantee us that those buffers are suitable for DMA'ing, and apparently it's violating that promise. Matt -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux U

Re: [linux-usb-devel] Genesys USB 2.0 enclosures

2005-09-04 Thread Matthew Dharm
the same problem. > > This one certainly goes into the Bizarro file. > > Just out of curiosity -- when you use the powered hub, does the drive work > even if you remove that delay completely? Aren't USB 2.0 hubs more "intelligent" as part of the requirement to

Re: mmap() and ioctl()

2005-04-04 Thread Matthew Dharm
On Mon, Apr 04, 2005 at 03:02:26PM -0400, Richard B. Johnson wrote: > On Mon, 4 Apr 2005, Matthew Dharm wrote: > > >This probably is a silly question, but > > > >Is is possible to open a file, mmap() it into memory, then pass the address > >of that map via an ioc

mmap() and ioctl()

2005-04-04 Thread Matthew Dharm
file in, and then ioctl() it. But, if I could get away with a direct mmap(), that would be much better for me. Matt -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB Mass Storage Driver I say, what are all those naked people

Re: sizeof(ptr) or sizeof(*ptr)?

2005-02-27 Thread Matthew Dharm
us->host = scsi_host_alloc(&usb_stor_host_template, sizeof(*us)); This is actually correct as-is. We're allocating a host, and asking for the sizeof(pointer) in the 'extra storage' section. We then store the pointer (not what it points to) in the extra storage section a f

Re: [BK] upgrade will be needed

2005-02-14 Thread Matthew Dharm
ar seems long. Perhaps 6 months? That should be high enough to prevent the ping-pong that Larry wants to stop, but not so high that I can't be employable. Matt -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB Mass Storage Driver NYET! The evil stops here! -- Pitr User Friendly, 6/22/1998 pgp1wkO9mpN1X.pgp Description: PGP signature

Re: your mail

2005-02-02 Thread Matthew Dharm
and slow :( > > I understand there should be a good reason for it. I've tried to find > an answer in > archives, without much success though. > > Thanks, > Aleks. -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB Mass St

Re: Memory Stick read-only in 2.6.10

2005-02-01 Thread Matthew Dharm
ion is to put things off until the > last possible moment - but no longer" -me > - > 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-in

Re: RFC: [2.6 patch] let BLK_DEV_UB depend on USB_STORAGE=n

2005-01-19 Thread Matthew Dharm
to enable BLK_DEV_UB > > - if you really know what you are doing, there might be several reasons > > why you might want to use BLK_DEV_UB > > I have been running with just the code portion of this patch for a while > now, with good results (no Kconfig changes.) > > P

ACPI in 2.4.6 detects power button twice

2001-07-04 Thread Matthew Dharm
an 1598S motherboard running an AMD K6-II 500MHz. Will test code to help get this fixed. :) Matt -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB Mass Storage Driver Somebody call an exorcist! -- Dust Puppy User Frien

Re: Simple example of using slab allocator?

2001-06-18 Thread Matthew Dharm
eas Dilger wrote: > Matthew Dharm writes: > > For 2.5, I'm planning on switching my driver over to the slab allocator, > > for a variety of reasons. Does anyone have a _dead_ simple example of how > > to use such a beast? I've seen the various web pages and document

Re: Snowhite and the Seven Dwarfs - The REAL story!

2001-06-15 Thread Matthew Dharm
sing non-MS software, on a non-MS OS... > > Hahaha, indeed! > > /Tobias > > > - > 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-inf

Simple example of using slab allocator?

2001-06-15 Thread Matthew Dharm
nd to fill in the blanks). Matt -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB Mass Storage Driver Okay, this isn't funny anymore! Let me down! I'll tell Bill on you!! -- Microsoft Salesman User Frie

Re: USB-storage and 2.4.2

2001-06-04 Thread Matthew Dharm
re majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ -- Matthew Dharm Home: [EMAIL PROTECTED] Senior Software Designer, Momentum Computer C: Why are you upgrading to NT? AJ: It must be the sick, sadis

Re: mount /dev/hdb2 /usr; swapon /dev/hdb2 keeps flooding

2001-05-12 Thread Matthew Dharm
nsubscribe 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/ -- Matthew Dharm

Re: OnStream USB

2001-05-01 Thread Matthew Dharm
h u n || > - > 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/ -- Matthew Dharm

Re: Sony Memory stick format funnies...

2001-04-29 Thread Matthew Dharm
> * There are also old, bald pilots. > - > 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 r

Re: Dane-Elec PhotoMate Combo

2001-04-29 Thread Matthew Dharm
M +0200, [EMAIL PROTECTED] wrote: > From: Matthew Dharm <[EMAIL PROTECTED]> > > > (ii) this card needs usb/storage/dpcm.c which is compiled when > > CONFIG_USB_STORAGE_DPCM is set, but this variable is missing > > from usb/Config.in. Add it. > >

Re: Mounting an external USB host-powered ZIP 250 drive hangs in mount()

2001-04-29 Thread Matthew Dharm
he trick? > > Thanks for any help that prevents me from rebooting into Windows-2000 > every time! > > Jurriaan > -- > I have transcended that phase in my intellectual growth where I discover > humour in simple freakishness. What exists is real, therefore it is tragic, >

Re: Dane-Elec PhotoMate Combo

2001-04-28 Thread Matthew Dharm
usb/storage/dpcm.c which is compiled when > CONFIG_USB_STORAGE_DPCM is set, but this variable is missing > from usb/Config.in. Add it. This config option is considered so immature that it's not ready for the kernel config, even as an EXPERIMENTAL. Use it at your own risk. Matt -- Matt

Re: usb-storage log verbosity

2001-03-05 Thread Matthew Dharm
ribe 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/ -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB Mas

Re: dropcopyright script

2001-02-13 Thread Matthew Dharm
rm.linux.org.uk/personal/aboutme.html > > - > 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://ww

Re: Linux Post codes during runtime, possibly OT

2001-01-25 Thread Matthew Dharm
Isn't that always the way in the Open Source world? :) Seriously, tho... does anyone have some list of who is using what ports? At least, in general? Matt On Thu, Jan 25, 2001 at 02:32:41PM -0800, H. Peter Anvin wrote: > Matthew Dharm wrote: > > > > It occurs to me tha

Re: Linux Post codes during runtime, possibly OT

2001-01-25 Thread Matthew Dharm
> -hpa > -- > <[EMAIL PROTECTED]> at work, <[EMAIL PROTECTED]> in private! > "Unix gives you enough rope to shoot yourself in the foot." > http://www.zytor.com/~hpa/puzzle.txt > - > To unsubscribe from this list: send the line "unsubscribe linu

Re: USB Mass Storage in 2.4.0

2001-01-12 Thread Matthew Dharm
that seemed to fix it. I am just confused why it > thinks this is a scanner. IS there any way to force it to detect it as a > scsi disk? > > I must have recompiled this kernel 50 times trying to recreate the the > scenario where this worked. I can send you my .config if you th

Re: USB Mass Storage in 2.4.0

2001-01-12 Thread Matthew Dharm
at 03:19:36PM -0800, Robert J. Bell wrote: > Matthew here is the info you requested, thanks for your help. > > -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB Mass Storage Driver What the hel

Re: USB Mass Storage in 2.4.0

2001-01-12 Thread Matthew Dharm
s but I just dont > know what it could be. Any help would be greatly appreciated. > > Robert. > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to [EMAIL PROTECTED] > Please read the FAQ at http://www.tux.or

Re: [linux-usb-devel] Re: Announce: modutils 2.4.0 is available

2001-01-04 Thread Matthew Dharm
ems) are looking to "hotplugging" as one of the major enhancements for 2.5.x development, this is probably a good idea. Can vger.kernel.org host this list? Who do we conatct about this? Matt -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB Mass Stora

Re: Announce: modutils 2.4.0 is available

2001-01-04 Thread Matthew Dharm
t; usb without modules or wait until I can test and release modutils > 2.4.1. The usb hotplug utilities will also have to change to handle > the new table layout. > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a m

Re: Camera as a USB mass storage / SCSI device

2000-12-31 Thread Matthew Dharm
nly for devices that are slightly out of spec or have descriptors that are not truthful. Matt -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB Mass Storage Driver It was a new hope. -- Dust Puppy User Friend

Re: [patchlet] enable HP 8200e USB CDRW

2000-12-31 Thread Matthew Dharm
odem (CDC ACM) support' CONFIG_USB_ACM $CONFIG_USB > dep_tristate ' USB Printer support' CONFIG_USB_PRINTER $CONFIG_USB > > -- > "Love the dolphins," she advised him. "Write by W.A.S.T.E.." > > - > To unsubscribe from this list: send the line "

Re: set_rtc_mmss: can't update from 0 to 59

2000-12-18 Thread Matthew Dharm
update from 0 to 59 > > but, the question is, how do we fix this? > > Put #if 0 ... #endif around the printk. > > Andries -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB Mass Storage Driver Oh BAY-bee.

Re: set_rtc_mmss: can't update from 0 to 59

2000-12-17 Thread Matthew Dharm
ways the type of thing that gets me... that's why I usually calculate things the UNIX way -- seconds since an epoch. > Of course, messing with the cmos clock at all was a rather bad idea, > but that is a different discussion. True enough... but, the question is, how do we fix this?

set_rtc_mmss: can't update from 0 to 59

2000-12-17 Thread Matthew Dharm
this should work if my RTC is less than 15 minutes off... which I can guarantee it is. Accoring to hwclock, it's less than a second off. So, what's causing this message? Matt -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB Mass Storage Dri

Anyone having trouble compiling test13-pre1?

2000-12-14 Thread Matthew Dharm
e? Matt P.S. The test13-pre1 is still compiling (and installing modules, etc) as 2.4.0-test12. -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB Mass Storage Driver Pitr! That's brilliant! Funded by Micros

Re: Is this a compromise and how?

2000-12-14 Thread Matthew Dharm
s are started up at boot time. Matt Dharm -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB Mass Storage Driver C: They kicked your ass, didn't they? S: They were cheating! -- The Chief and Stef User Friendly, 11/19/1997 PGP signature

Re: USB mass storage backport status?

2000-12-12 Thread Matthew Dharm
ected ASAP. Matt Dharm On Wed, Dec 13, 2000 at 03:03:11AM -0200, Frédéric L . W . Meunier wrote: > On Tue, Dec 12, 2000 at 08:08:40PM -0800, Matthew Dharm wrote: > > Depending on the type of device you have and how you use it, it can either: > > (1) Work properly > > (2) Corr

Re: USB mass storage backport status?

2000-12-12 Thread Matthew Dharm
unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to [EMAIL PROTECTED] > Please read the FAQ at http://www.tux.org/lkml/ -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, L

Re: USB-Storage drivers

2000-11-27 Thread Matthew Dharm
l 'USB Mass Storage SDDR09 support' CONFIG_USB_STORAGE_SDDR09 > + bool 'USB Mass Storage DPCMsupport' CONFIG_USB_STORAGE_DPCM > + bool 'USB Mass Storage FreeCom support' CONFIG_USB_STORAGE_FREECOM > fi > dep_tristate '

Re: scsi init problem in 2.4.0-test10?

2000-11-02 Thread Matthew Dharm
ks (or other devices) to spin up? Matt -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB Mass Storage Driver S: Another stupid question? G: There's no such thing as a stupid question, only stupid people. -- S

Re: GPL Question

2000-10-27 Thread Matthew Dharm
hat I'm saying is this: It all comes down to intent for me. Yeah, that's a lousy standard to use, especially in a courtroom. But that's what I really care about in the end. Matt -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB Mass Storage Driver We can customize our colonels. -- Tux User Friendly, 12/1/1998 PGP signature

Re: Is this a valid construct?

2000-10-16 Thread Matthew Dharm
afe. > > Store the tick count of when you do the IRQ handler and when you do > chew_on_hardware(). You'll see if I am right. > i.e., try: > > before = system_ticks_NOW > flagvar = 1; > chew_on_hardware (); > after = system_ticks_NOW > > prin

Is this a valid construct?

2000-10-16 Thread Matthew Dharm
this one of those places where I need the "volatile" keyword? The code I'm working on is in the kernel... but this is the stripped-down version. I can provide files/lines if people want to look at particulars. Matt -- Matthew Dharm Home: [EMAIL P

Re: Linux 2.2.18pre16

2000-10-15 Thread Matthew Dharm
driver is allready marked EXPERIMENTAL for 2.2.x -- but I don't have the disk space right now to check, and I wanted to make sure that, as the maintainer, my official opinion on the matter was voiced. -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux

Re: On ide-scsi recorder failure

2000-10-15 Thread Matthew Dharm
ure you are > root. > > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to [EMAIL PROTECTED] > Please read the FAQ at http://www.tux.org/lkml/ -- Matthew Dharm Home:

Re: On ide-scsi recorder failure

2000-10-14 Thread Matthew Dharm
__open(/dev/scd0) -2,-2,-2 > cdrecord: Read-only file system. Cannot open '/dev/scd0'. Cannot open SCSI > driver. > > > > The fact that it says it's a cd-rom and not a CDR bothers me. Well, i'm up > for suggestions. > > - > To unsubscribe from th

OOPS REPORT: Will someone _please_ look at this? (was Re: BUG & OOPS REPORT: /proc/scsi/ entries not properly cleaned up)

2000-10-10 Thread Matthew Dharm
? I consider this a critical item for 2.4.0, and I hope others do too. Matt On Mon, Oct 02, 2000 at 06:00:53PM -0700, Matthew Dharm wrote: > Following up yet some more with myself... is anyone actually looking at > this stuff? I can provide even more information if desired, but I'd really &

Re: [RFC] New ideas for the OOM handler

2000-10-09 Thread Matthew Dharm
sort (or ignore completely). I'd be concerned with the security implications of this feature... after all, I can edit argv[0] to change the name of my program -- a malicious application could do this to attempt to "hide" from the OOM Kill

Re: [linux-usb-devel] RE: Updated 2.4 TODO List

2000-10-09 Thread Matthew Dharm
On Mon, Oct 09, 2000 at 04:17:01PM -0700, Dunlap, Randy wrote: > . OOPS in usb-storage from the error-recovery handler. {CRITICAL} > (Matthew Dharm; [EMAIL PROTECTED]) This is fixed as of test9. Matt -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer,

Re: [PATCH] drivers/usb/Config.in

2000-10-09 Thread Matthew Dharm
;t realize USB had this level of functionality. Hrm... I wonder if anyone out there is making USB Toasters That would be really nice -- have a nice snack waiting for me when I get home, etc. ;) Matt -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB

Re: [PATCH] drivers/usb/Config.in

2000-10-09 Thread Matthew Dharm
B HIDBP Keyboard support' CONFIG_USB_KBD $CONFIG_USB >$CONFIG_INPUT > dep_tristate ' USB HIDBP Mouse support' CONFIG_USB_MOUSE $CONFIG_USB >$CONFIG_INPUT >fi > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel&quo

Re: BUG & OOPS REPORT: /proc/scsi/ entries not properly cleaned up

2000-10-02 Thread Matthew Dharm
iles. Again, this was collected on 2.4.0-test9-pre7 -- but the behavior is the same for 2.4.0-test9-pre9. Matt On Sun, Oct 01, 2000 at 06:32:38PM -0700, Matthew Dharm wrote: > Just to follow-up to my own post, I have some more datapoints... > > The bug definatley seems to be in either the S

Re: BUG & OOPS REPORT: /proc/scsi/ entries not properly cleaned up

2000-10-01 Thread Matthew Dharm
:23PM -0700, Matthew Dharm wrote: > I'm using 2.4.0-test9-pre7 and have a _very_ reproducable OOPS with the > SCSI layer. Everything relevant is compiled as a module (except for the > /proc support). > > The test scenario is this: > (1) Boot the machine > (2) modprobe ide

BUG & OOPS REPORT: /proc/scsi/ entries not properly cleaned up

2000-09-29 Thread Matthew Dharm
andl $0xf000,%eax Code; 0013 Before first symbol 13: 66 00 00 addb %al,(%eax) Matt Dharm -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB Mass Storage Driver NYET! The evil stops here!

Re: Interrupt/Sleep deadlock

2000-09-28 Thread Matthew Dharm
his?!?!?! > > Thanks in advance for any help. > > Later, > Ivan > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to [EMAIL PROTECTED] > Please read the FAQ at http://www.tux.org/lkml/

Re: test9pre6 usb-storage

2000-09-24 Thread Matthew Dharm
is list: send the line "unsubscribe linux-kernel" in > the body of a message to [EMAIL PROTECTED] > Please read the FAQ at http://www.tux.org/lkml/ -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB Mass

Re: [BUG] That bloody /usr/local busy back again

2000-09-16 Thread Matthew Dharm
+(joe)>+++ W++ N->++ !o K? > w++(--) O M- V-- PS+++ PE- Y PGP>++ t--- 5-- X- R- tv-(!) b+++ DI+++ D+ G > e->++ h!(+) r+(%) y? UF++ > --END GEEK CODE BLOCK-- > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in >

Re: PATCH: ide-scsi.c to allow claiming of Onstream drives

2000-09-14 Thread Matthew Dharm
't handle is a mistake. It's going to lead to user confusion and other uglyness. If st can't handle the device, it shouldn't try. Matt -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB Mass Storage Driver G: Let me guess, you started on

Re: PATCH: ide-scsi.c to allow claiming of Onstream drives

2000-09-13 Thread Matthew Dharm
On Wed, Sep 13, 2000 at 03:53:13PM -0700, Andre Hedrick wrote: > > On Wed, 13 Sep 2000, Matthew Dharm wrote: > > > Attached is a patch to ide-scsi.c against 2.4.0-test8. Please consider > > applying it. > > > > This patch removes the logic which causes ide-sc

PATCH: ide-scsi.c to allow claiming of Onstream drives

2000-09-13 Thread Matthew Dharm
interface) which works with the ATAPI drive with ide-scsi patched with this patch. So there really is no reason for ide-scsi to reject this device. A future patch to make st.c reject OnStream drives it is unable to support if coming soon. Matt -- Matthew Dharm Home

PATCH: sd.c -- fix for testing WP bit

2000-09-05 Thread Matthew Dharm
it might break other devices. Linus, please apply. Matt Dharm -- Matthew Dharm Home: [EMAIL PROTECTED] Maintainer, Linux USB Mass Storage Driver Way to go, lava boy. -- Stef to Greg User Friendly, 3/26/1998 --- driver

Re: What the Heck? [Fwd: Returned mail: User unknown]

2000-09-02 Thread Matthew Dharm
. > It may grab a very large chunk of the US ISP market. > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to [EMAIL PROTECTED] > Please read the FAQ at http://www.tux.org/lkml/ -- Matthew Dharm

Re: MTBF data for linux

2000-09-01 Thread Matthew Dharm
Whoops! Think-o. I meant I'm running 2.2.5 for over 400 days. Matt On Fri, Sep 01, 2000 at 01:45:25PM -0700, Matthew Dharm wrote: > I agree that the MTBF can be very misleading... > > But put it this way: My server ran 2.2.14 for over 400 days before I > rebooted it. It w

Re: MTBF data for linux

2000-09-01 Thread Matthew Dharm
problems. > > > Jim Garlick > > > Igmar > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to [EMAIL PROTECTED] > Please read the FAQ at http://www.tux.org/lkml/ -- Matthew Dharm