Mailing List Archive

1 2  View All
Re: Cache incoherencies [example code] [ In reply to ]
On Mon, Aug 30, 1999 at 02:43:19PM +0200, Benjamin Herrenschmidt wrote:
> What happens if I simply try to create an additional mapping for an
> existing page ? Basically, what happens if I use ioremap on the physical
> location of a kmalloc'ed page ?
>
> Of course, I will end up having two virtual mappings to the same page,
> but if I make sure to only actually use the uncachable one, will there be
> a problem ? Would something prevent ioremap from creating a mapping for a
> physical page in the SDRAM range ?
ioremap is not intended to be used for that purpose. It may work for
some systems and fail on others. So you'll have to supply a new function
for that purpose which on some architectures may just be the same as
ioremap.
Ralf
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
RE: idea: MAC level compression & crypto [ In reply to ]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi
> The US Government, in its wisdom, has decreed that crypto hooks
> aren't allowed to be exported either.
Then the answer is obvious, produce the hooks in the US, then publish
them in book form, post them to Finland and get some poor students to
scan them and OCR them for months and re-build them there ;)
It does seem MAD that the US govt. will restrict you from exporting
crypto that is freely available outside the US. Obviously they think
that a terrorist or drug lord is too dumb to go to www.pgpi.com to get
the same program they aren't allowed to get from www.pgp.com!
- ---
_____ _ _ _____
| __ | |___ ___| |_ ___| __|_ _ ___ Chris "Ng" Jones
| __ -| | .'| _| '_|___|__ | | | | chris@black-sun.co.uk
|_____|_|__,|___|_,_| |_____|___|_|_| www.black-sun.co.uk
S o f t w a r e
"Linux is beating Windows" - David Cole, Microsoft Executive
-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 5.5.3i for non-commercial use <http://www.pgpi.com>
iQA/AwUBN8xjJJhmBipjerS3EQLMnACgnJpczHu+P36FwHy1Cud7aV0eo3kAnimw
NJPR5a7/XQRGXIIPLE5ngStu
=Iu05
-----END PGP SIGNATURE-----
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
Re: RE: idea: MAC level compression &amp; crypto [ In reply to ]
On Wed, Sep 01, 1999 at 12:20:04AM +0100, Chris Jones wrote:

> > The US Government, in its wisdom, has decreed that crypto hooks
> > aren't allowed to be exported either.
> Then the answer is obvious, produce the hooks in the US, then publish
> them in book form, post them to Finland and get some poor students to
> scan them and OCR them for months and re-build them there ;)
Hey, stop that about students! ;)

> It does seem MAD that the US govt. will restrict you from exporting
> crypto that is freely available outside the US. Obviously they think
> that a terrorist or drug lord is too dumb to go to www.pgpi.com to get
> the same program they aren't allowed to get from www.pgp.com!
The people making those descisions mostly don't even know what encryption
means. They only know it is something dangerous and probably criminal that
could take away their power over people.
So, what about IMporting crypto? I mean, the kernel isn't actually
_produced_ in the USA, is it? Or where do the official releases come from,
geographically?

> "Linux is beating Windows" - David Cole, Microsoft Executive

from Halloween?
--
_ciao, Jens_______________________________ http://www.pinguin.conetix.de
There are more than 1000 chemicals in brand coffee, of which 26 have been
tested and examined. Of those 26, 24 caused cancer in lab rats.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
Re: RE: idea: MAC level compression &amp; crypto [ In reply to ]
Hi Jens.
>> It does seem MAD that the US govt. will restrict you from
>> exporting crypto that is freely available outside the US.
>> Obviously they think that a terrorist or drug lord is too dumb
>> to go to www.pgpi.com to get the same program they aren't
>> allowed to get from www.pgp.com!
> The people making those descisions mostly don't even know what
> encryption means. They only know it is something dangerous and
> probably criminal that could take away their power over people.
All too true...
> So, what about IMporting crypto? I mean, the kernel isn't
> actually _produced_ in the USA, is it? Or where do the official
> releases come from, geographically?
Since Linus works in the USA (memory says for Transmeta in
California), and he's the one making the official releases, I'd
presume that's where the official releases come from...
Best wishes from Riley.
+----------------------------------------------------------------------+
| There is something frustrating about the quality and speed of Linux |
| development, ie., the quality is too high and the speed is too high, |
| in other words, I can implement this XXXX feature, but I bet someone |
| else has already done so and is just about to release their patch. |
+----------------------------------------------------------------------+
* ftp://ftp.MemAlpha.cx/pub/rhw/Linux
* http://www.MemAlpha.cx/Linux/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
Re: idea: MAC level compression &amp; crypto [ In reply to ]
> So, what about IMporting crypto? I mean, the kernel isn't
> actually _produced_ in the USA, is it? Or where do the official
> releases come from, geographically?
>
You could contact the maintainer of the patch-int-<linux-version> patches.
Not sure who that is, the patches already implement cipe, crypto for
loopback fs mounting. A very nice patch, although it takes a while for the
international patches, to come out after a new linux kernel release.
FYI, the patches are at ftp.kerneli.org.
-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GCS d- s++: a-- C++++ UL++++ P- L+++ E 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+
------END GEEK CODE BLOCK------
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
Re: Re: RE: idea: MAC level compression &amp; crypto [ In reply to ]
On Thu, Sep 02, 1999 at 12:52:47AM +0100, Riley Williams wrote:
> Hi Jens.
Hi :)

>>> It does seem MAD that the US govt. will restrict you from exporting
>>> crypto that is freely available outside the US. Obviously they think
>>> that a terrorist or drug lord is too dumb to go to www.pgpi.com to get
>>> the same program they aren't allowed to get from www.pgp.com!
>> The people making those descisions mostly don't even know what
>> encryption means. They only know it is something dangerous and probably
>> criminal that could take away their power over people.
> All too true...
Sadly. There should be more technical people in politics.
(Why do I feel like I just said an oxymoron?)

>> So, what about IMporting crypto? I mean, the kernel isn't actually
>> _produced_ in the USA, is it? Or where do the official releases come
>> from, geographically?
> Since Linus works in the USA (memory says for Transmeta in California),
> and he's the one making the official releases, I'd presume that's where
> the official releases come from...
Hm. That is a problem, yes.
Well, we still have kerneli.org :) only to make the major distributions
include it in their international versions, then crypto will become a lot
more popular (I suppose)...
--
_ciao, Jens_______________________________ http://www.pinguin.conetix.de
There are more than 1000 chemicals in brand coffee, of which 26 have been
tested and examined. Of those 26, 24 caused cancer in lab rats.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

1 2  View All