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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 10 Oct 2006 11:59:40 -0700
From:	Paul Jackson <pj@....com>
To:	"David S. Miller" <davem@...set.davemloft.net>
Cc:	linux-kernel@...r.kernel.org,
	"Horst H. von Brand" <vonbrand@....utfsm.cl>,
	Andrew Morton <akpm@...l.org>
Subject: Sparc64 stopped building - sigset_t unrecognized in compat.h

Sometime on or about the change to include/linux/compat.h:

    changeset:   39069:fefadae8104d
    parent:      38900:a2856d056930
    user:        David S. Miller <davem@...set.davemloft.net>
    date:        Tue Oct  3 04:24:18 2006 +0700
    summary:     [SPARC64]: Move signal compat bits to new header file.

which added the line:

    extern void sigset_from_compat(sigset_t *set, compat_sigset_t *compat);

my crosstool compile of sparc64 for 2.6.18-mm3 stopped building.

    $ make init/main.o

fails on the "sigset_t *set", with:

    In file included from include/asm/signal.h:11,
		     from include/linux/signal.h:4,
		     from include/linux/sched.h:67,
		     from include/linux/module.h:9,
		     from init/main.c:13:
    include/linux/compat.h:231: error: parse error before '*' token
    include/linux/compat.h:231: warning: function declaration isn't a prototype
    make[1]: *** [init/main.o] Error 1
    make: *** [init/main.o] Error 2

P.S. -- Looks like I'm not the first to notice.  Adding Dr. von Brand
        and Andrew to my cc list.

-- 
                  I won't rest till it's the best ...
                  Programmer, Linux Scalability
                  Paul Jackson <pj@....com> 1.925.600.0401
-
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