lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID:  <2il6i4x7n3.ln2@elmicha.333200002251-0001.dialin.t-online.de>
Date:	Sun, 20 May 2007 21:53:06 +0200
From:	michael.mauch@....de (Michael Mauch)
To:	linux-kernel@...r.kernel.org
Subject:  Re: bug in 2.6.22-rc2: loop mount limited to one single iso image

Uwe Bugla wrote:

> Andrey's path however (i. e. copying his attached version of loop.c into the 
> 2.6.22-rc2 kernel tree) led to:
> 
> a. an incompilable kernel
> b. endless messages trying to compile loop.c going like this (just a part of 
> them - not complete anyway!):
> 
> drivers/block/loop.c:1350: error: stray '\240' in program

That's the fault of one of your MUAs, that decided to convert a
normal space into a "no break space". With GNU sed you could use

  sed -i 's/\xa0/\x20/g' loop.c

to replace these back.

  Michael

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ