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-next>] [day] [month] [year] [list]
Date:	Mon, 28 May 2007 06:34:36 +0400
From:	Andrey Borzenkov <arvidjaar@...l.ru>
To:	linux-kernel@...r.kernel.org
Cc:	Michal Piotrowski <michal.k.k.piotrowski@...il.com>,
	sam@...nborg.org
Subject: 2.6.22-rc3: regression: make M=$PWD modules_install does nothing

This has been working up and including -rc2:

{pts/1}% sudo make -C ~/src/linux-git O=$HOME/build/linux-2.6.22 M=PWD V=1 
modules_install
make: Entering directory `/home/bor/src/linux-git'
make -C /home/bor/build/linux-2.6.22 \
        KBUILD_SRC=/home/bor/src/linux-git \
        KBUILD_EXTMOD="PWD" -f /home/bor/src/linux-git/Makefile 
modules_install
test -e include/linux/autoconf.h -a -e include/config/auto.conf || (           
\
        echo;                                                           \
        echo "  ERROR: Kernel configuration is invalid.";               \
        echo "         include/linux/autoconf.h or include/config/auto.conf 
are missing.";      \
        echo "         Run 'make oldconfig && make prepare' on kernel src to 
fix it.";  \
        echo;                                                           \
        /bin/false)
mkdir -p /lib/modules/2.6.22-rc3-1avb/extra
make -f /home/bor/src/linux-git/scripts/Makefile.modinst
  if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map  
2.6.22-rc3-1avb; fi
make: Leaving directory `/home/bor/src/linux-git'

Makefile is trivial:

{pts/1}% cat Makefile
#
# Makefile for wlags49_cs_xxx
#

EXTRA_CFLAGS 
+= -I$(src) -I$(src)/include -I$(src)/include/hcf -I$(src)/include/wireless \
                -DBUS_PCMCIA -DUSE_UIL -DUSE_OLD_PARMS -DUSE_WPA \
                -DUSE_WEXT -DWVLAN_49 \
#               -DDBG \
#               -DUSE_PROFILE

obj-m           += wlags49_h1_cs.o

wlags49_h1_cs-y := wl_profile.o \
            wl_sysfs.o \
            wl_wext.o \
            wl_priv.o \
            wl_main.o \
            wl_enc.o \
            wl_util.o \
            wl_netdev.o \
            wl_cs.o \
            mmd.o \
            hcfio.o \
            hcf.o \
            dhf.o \
            sta_h1.o \
            ap_h1.o



ifndef src
src = .
endif
foo: foo.c hcf.h dhf.h hcfdef.h sta_h1.c
        $(CC) -o foo $(EXTRA_CFLAGS) foo.c


Download attachment "signature.asc " of type "application/pgp-signature" (190 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ