* inter-module-2.2.17 patch
@ 2000-11-29 20:23 mark.langsdorf
2000-11-30 9:34 ` David Woodhouse
2000-11-30 12:08 ` David Woodhouse
0 siblings, 2 replies; 13+ messages in thread
From: mark.langsdorf @ 2000-11-29 20:23 UTC (permalink / raw)
To: mtd
I installed the latest CVS code on my computer today.
After the kernel recompile, I keep getting undefined
references to inter_module_put.
I tried applying the inter-module-2.2.17 patch to
my 2.2.17 kernel, using
'patch -p1 < inter-module-2.2.17.patch'
but I get an immediate error,
"malformed patch at line 6: #include <linux/smp_lock.h>"
What should I be doing to get the latest MTD code to
compile against 2.2.17?
Mark Langsdorf
Advanced Micro Devices, Inc Tel: 512.602.3756
5204 E. Ben White Blvd. M/S 590 Fax: 512.602.5051
Austin, TX 78741 mark.langsdorf@amd.com
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: inter-module-2.2.17 patch
2000-11-29 20:23 mark.langsdorf
@ 2000-11-30 9:34 ` David Woodhouse
2000-11-30 12:08 ` David Woodhouse
1 sibling, 0 replies; 13+ messages in thread
From: David Woodhouse @ 2000-11-30 9:34 UTC (permalink / raw)
To: mark.langsdorf; +Cc: mtd
mark.langsdorf@amd.com said:
> What should I be doing to get the latest MTD code to compile against
> 2.2.17?
cvs up and try the fixed patch :)
--
dwmw2
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: inter-module-2.2.17 patch
2000-11-29 20:23 mark.langsdorf
2000-11-30 9:34 ` David Woodhouse
@ 2000-11-30 12:08 ` David Woodhouse
1 sibling, 0 replies; 13+ messages in thread
From: David Woodhouse @ 2000-11-30 12:08 UTC (permalink / raw)
To: mark.langsdorf; +Cc: mtd, Simon Wood
mark.langsdorf@amd.com said:
> What should I be doing to get the latest MTD code to compile against
> 2.2.17?
OK, I've just put a complete patch for the inter_module_xxx stuff along
with the latest CVS code into CVS.
It's patches/mtd-patch-2.2.17-20001130
I've compiled in the DiskOnChip 2000 driver, dug a doc2000 eval board out
of a drawer and booted it. It finds the device and complains a lot about
bad ECC, but that's not very surprising because it was my Grub test device
and probably doesn't have a valid NFTL on it.
--
dwmw2
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: inter-module-2.2.17 patch
@ 2000-11-30 13:25 Ian
0 siblings, 0 replies; 13+ messages in thread
From: Ian @ 2000-11-30 13:25 UTC (permalink / raw)
To: David Woodhouse; +Cc: mtd
I've just downloaded it ... lemme build it up and give it a go .. back shortly.
----- Original Message -----
>From: "David Woodhouse" <dwmw2@infradead.org>
>To: <mark.langsdorf@amd.com>
>Subject: Re: inter-module-2.2.17 patch
>Date: Thu, 30 Nov 2000 12:08:31 +0000
>
>
> mark.langsdorf@amd.com said:
> > What should I be doing to get the latest MTD code to compile against
> > 2.2.17?
>
> OK, I've just put a complete patch for the inter_module_xxx stuff along
> with the latest CVS code into CVS.
>
> It's patches/mtd-patch-2.2.17-20001130
>
> I've compiled in the DiskOnChip 2000 driver, dug a doc2000 eval board out
> of a drawer and booted it. It finds the device and complains a lot about
> bad ECC, but that's not very surprising because it was my Grub test device
> and probably doesn't have a valid NFTL on it.
>
>
> --
> dwmw2
>
>
>
>
> To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
>
--
http://HumanHeuristic.com/
"Bringing people together in a world full of computers"
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: inter-module-2.2.17 patch
@ 2000-11-30 13:44 Ian
2000-11-30 13:45 ` David Woodhouse
0 siblings, 1 reply; 13+ messages in thread
From: Ian @ 2000-11-30 13:44 UTC (permalink / raw)
To: David Woodhouse; +Cc: lkhatskevitch, mtd
Works like a bought one :)
Thanks Dave - and thanks to Levi too.
----- Original Message -----
>From: "David Woodhouse" <dwmw2@infradead.org>
>To: <mark.langsdorf@amd.com>
>Subject: Re: inter-module-2.2.17 patch
>Date: Thu, 30 Nov 2000 12:08:31 +0000
>
>
> mark.langsdorf@amd.com said:
> > What should I be doing to get the latest MTD code to compile against
> > 2.2.17?
>
> OK, I've just put a complete patch for the inter_module_xxx stuff along
> with the latest CVS code into CVS.
>
> It's patches/mtd-patch-2.2.17-20001130
>
> I've compiled in the DiskOnChip 2000 driver, dug a doc2000 eval board out
> of a drawer and booted it. It finds the device and complains a lot about
> bad ECC, but that's not very surprising because it was my Grub test device
> and probably doesn't have a valid NFTL on it.
>
>
> --
> dwmw2
>
>
>
>
> To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
>
--
http://HumanHeuristic.com/
"Bringing people together in a world full of computers"
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: inter-module-2.2.17 patch
2000-11-30 13:44 Ian
@ 2000-11-30 13:45 ` David Woodhouse
0 siblings, 0 replies; 13+ messages in thread
From: David Woodhouse @ 2000-11-30 13:45 UTC (permalink / raw)
To: Ian; +Cc: lkhatskevitch, mtd
Relativity@HumanHeuristic.com said:
> Works like a bought one :)
> Thanks Dave - and thanks to Levi too.
Can you write to the device?
--
dwmw2
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: inter-module-2.2.17 patch
@ 2000-11-30 13:47 Ian
0 siblings, 0 replies; 13+ messages in thread
From: Ian @ 2000-11-30 13:47 UTC (permalink / raw)
To: David Woodhouse; +Cc: lkhatskevitch, mtd
I don't compile it with RW typically .. if you want I can run up a test RW ... lemme try
it now ..
----- Original Message -----
>From: "David Woodhouse" <dwmw2@infradead.org>
>To: "Ian" <Relativity@humanheuristic.com>
>Subject: Re: inter-module-2.2.17 patch
>Date: Thu, 30 Nov 2000 13:45:22 +0000
>
>
> Relativity@HumanHeuristic.com said:
> > Works like a bought one :)
> > Thanks Dave - and thanks to Levi too.
>
> Can you write to the device?
>
> --
> dwmw2
>
>
>
--
http://HumanHeuristic.com/
"Bringing people together in a world full of computers"
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: inter-module-2.2.17 patch
@ 2000-11-30 14:04 Ian
2000-11-30 15:32 ` David Woodhouse
2000-11-30 16:47 ` David Woodhouse
0 siblings, 2 replies; 13+ messages in thread
From: Ian @ 2000-11-30 14:04 UTC (permalink / raw)
To: David Woodhouse; +Cc: lkhatskevitch, mtd
bit of a dodgy ... when I mounted it, I got that mounting unchecked filesystem, go run
e2fsck message (which is fine), ... buuuuut ... after cd'ing to the mounted file system
and doing
ls -al
ls -al
I got the "NFTL_findfreeblock: there are too few free EUNs" ... which is odd, since the
only time I've seen them before is after a heap of DoC disk writes ...
hmm .. must have been time delayed from the mount ... hasn't reoccurred ... just copied
a file to it ... no error .. sync'd it .. got that NFTL_findfreeblock error again .. the file is still
there tho ... reboot ... remount ... yep file is still in-tact.
Looks like its fine ... does it do a free block check when its first mounted (in RW mode) ?
----- Original Message -----
>From: "David Woodhouse" <dwmw2@infradead.org>
>To: "Ian" <Relativity@humanheuristic.com>
>Subject: Re: inter-module-2.2.17 patch
>Date: Thu, 30 Nov 2000 13:45:22 +0000
>
>
> Relativity@HumanHeuristic.com said:
> > Works like a bought one :)
> > Thanks Dave - and thanks to Levi too.
>
> Can you write to the device?
>
> --
> dwmw2
>
>
>
--
http://HumanHeuristic.com/
"Bringing people together in a world full of computers"
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 13+ messages in thread
* RE: inter-module-2.2.17 patch
@ 2000-11-30 14:42 mark.langsdorf
0 siblings, 0 replies; 13+ messages in thread
From: mark.langsdorf @ 2000-11-30 14:42 UTC (permalink / raw)
To: mtd
> mark.langsdorf@amd.com said:
> > What should I be doing to get the latest MTD code to
> > compile against 2.2.17?
>
> OK, I've just put a complete patch for the inter_module_xxx
> stuff along with the latest CVS code into CVS.
>
> It's patches/mtd-patch-2.2.17-20001130
Stupid stinking firewall.
I can't get CVS access, and the current build at
ftp.uk.linux.org doesn't have this file.
Could someone please email me this file? Thank you
very much.
-Mark Langsdorf
AMD, Inc.
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: inter-module-2.2.17 patch
2000-11-30 14:04 inter-module-2.2.17 patch Ian
@ 2000-11-30 15:32 ` David Woodhouse
2000-11-30 16:47 ` David Woodhouse
1 sibling, 0 replies; 13+ messages in thread
From: David Woodhouse @ 2000-11-30 15:32 UTC (permalink / raw)
To: Ian; +Cc: lkhatskevitch, mtd
Relativity@HumanHeuristic.com said:
> just copied a file to it ... no error .. sync'd it .. got that
> NFTL_findfreeblock error again .. the file is still there tho ...
> reboot ... remount ... yep file is still in-tact.
Strange. Nothing I write to my 4MiB doc2000 seems to 'take'.
Anyone else?
--
dwmw2
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: inter-module-2.2.17 patch
2000-11-30 14:04 inter-module-2.2.17 patch Ian
2000-11-30 15:32 ` David Woodhouse
@ 2000-11-30 16:47 ` David Woodhouse
1 sibling, 0 replies; 13+ messages in thread
From: David Woodhouse @ 2000-11-30 16:47 UTC (permalink / raw)
To: Ian; +Cc: lkhatskevitch, mtd
Relativity@HumanHeuristic.com said:
> I got the "NFTL_findfreeblock: there are too few free EUNs" ... which
> is odd, since the only time I've seen them before is after a heap of
> DoC disk writes ...
That's a normal situation. I've toned down the warning (made it a DEBUG
message)
--
dwmw2
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 13+ messages in thread
* RE: inter-module-2.2.17 patch
@ 2000-11-30 16:53 mark.langsdorf
2000-11-30 17:01 ` David Woodhouse
0 siblings, 1 reply; 13+ messages in thread
From: mark.langsdorf @ 2000-11-30 16:53 UTC (permalink / raw)
To: mtd
> Relativity@HumanHeuristic.com said:
> > just copied a file to it ... no error .. sync'd it .. got that
> > NFTL_findfreeblock error again .. the file is still there tho ...
> > reboot ... remount ... yep file is still in-tact.
>
> Strange. Nothing I write to my 4MiB doc2000 seems to 'take'.
>
> Anyone else?
I'm still getting link errors (down to only one, though).
Now it can't find cfi_cmdset_0002 for check_cmd_set.
drivers/mtd shows a cfi_cmdset_0002.o and CONFIG_MTD_CFI_AMDSTD
is set to yes in .config.
What the heck is going on?
-Mark Langsdorf
AMD, Inc.
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: inter-module-2.2.17 patch
2000-11-30 16:53 mark.langsdorf
@ 2000-11-30 17:01 ` David Woodhouse
0 siblings, 0 replies; 13+ messages in thread
From: David Woodhouse @ 2000-11-30 17:01 UTC (permalink / raw)
To: mark.langsdorf; +Cc: mtd
mark.langsdorf@amd.com said:
>
> I'm still getting link errors (down to only one, though). Now it
> can't find cfi_cmdset_0002 for check_cmd_set.
> drivers/mtd shows a cfi_cmdset_0002.o and CONFIG_MTD_CFI_AMDSTD is
> set to yes in .config.
> What the heck is going on?
Superfluous 'static' in declaration of cfi_cmdset_000[12]()
Fixed in CVS.
Have you taken a baseball bat to your firewall admin yet? Time to see your
manager and tell him it's affecting your productivity, because it's
preventing you from getting code fixes as soon as they're available.
:)
--
dwmw2
To unsubscribe, send "unsubscribe mtd" to majordomo@infradead.org
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2000-11-30 17:01 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-30 14:04 inter-module-2.2.17 patch Ian
2000-11-30 15:32 ` David Woodhouse
2000-11-30 16:47 ` David Woodhouse
-- strict thread matches above, loose matches on Subject: below --
2000-11-30 16:53 mark.langsdorf
2000-11-30 17:01 ` David Woodhouse
2000-11-30 14:42 mark.langsdorf
2000-11-30 13:47 Ian
2000-11-30 13:44 Ian
2000-11-30 13:45 ` David Woodhouse
2000-11-30 13:25 Ian
2000-11-29 20:23 mark.langsdorf
2000-11-30 9:34 ` David Woodhouse
2000-11-30 12:08 ` David Woodhouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox