-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 09/09/2012 06:55 PM, Richard Weinberger wrote:
> Kind of. semctl() fails for whatever reason.
> 
> semget(IPC_PRIVATE, 1, IPC_CREAT|0600)  = 32769 semctl(32769, 0,
> IPC_64|SETVAL, 0xbfa05178) = -1 EINVAL (Invalid argument) 
> semctl(32769, 0, IPC_64|IPC_RMID, 0xbfa05158) = -1 EINVAL (Invalid
> argument)
> 
>>> A git bisect would also nice to have. :-)

I tried it yesterday evening - but I'm unsure anout the result
(automating the bisecting is difficult b/c sometimes I've start up
errors / core dumps *and* the issue seems to be not 100% reproduceable.
nevertheless I found this after 2 attempts :

commit c1d7e01d7877a397655277a920aeaa3830ed9461
Author: Will Deacon <[email protected]>
Date:   Mon Jul 30 14:42:46 2012 -0700

    ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION

    Rather than #define the options manually in the architecture code, add
    Kconfig options for them and select them there instead.  This also
allows
    us to select the compat IPC version parsing automatically for
platforms
    using the old compat IPC interface.

    Reported-by: Andrew Morton <[email protected]>
    Signed-off-by: Will Deacon <[email protected]>
    Cc: Arnd Bergmann <[email protected]>
    Cc: Chris Metcalf <[email protected]>
    Cc: Catalin Marinas <[email protected]>
    Signed-off-by: Andrew Morton <[email protected]>
    Signed-off-by: Linus Torvalds <[email protected]>



Furthermore for a bad commit this error msg appears during shutdown of
the UML :


 * Deactivating swap devices ...
                                    [ ok ]
 * Removing dm-crypt mappings
 *   crypt-swap ...
Kernel not configured for semaphores (System V IPC). Not using udev
synchronisation code.                 [ ok ]
 * Stopping udev ...
                                    [ ok ]


I might run bisecting again if wanted.

- -- 
MfG/Sincerely
Toralf Förster
pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://www.enigmail.net/

iEYEARECAAYFAlBN8YMACgkQhyrlCH22naMWdQCeJBRvMhJH8b0FaKYSV7Bc+xd9
LfAAoITehysHAlNFQmkBy2n850R8Tqm6
=b+EO
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
User-mode-linux-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user

Reply via email to