[kernel-bugs] [Bug 1178330] New: Customer kernel module build leaves null.000i.ipa-clones after "make clean"
http://bugzilla.opensuse.org/show_bug.cgi?id=1178330 Bug ID: 1178330 Summary: Customer kernel module build leaves null.000i.ipa-clones after "make clean" Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.1 Hardware: Other OS: Other Status: NEW Severity: Minor Priority: P5 - None Component: Kernel Assignee: kernel-bugs@opensuse.org Reporter: snguyen@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Hi When I am cleaning up a directory that contains customer modules (make clean), I am always left with a file called null.000i.ipa-clones. Here is an example: -rw-r--r-- 1 root root 2970 Nov 1 18:17 kretprobe_btrfs_put_block_group.c -rw-r--r-- 1 root root 3036 Nov 1 18:40 kretprobe_btrfs_put_transaction.c -rw-r--r-- 1 root root 2970 Nov 1 18:19 kretprobe_btrfs_wait_for_commit.c -rw-r--r-- 1 root root 345 Nov 1 18:27 Makefile -rw-r--r-- 1 root root 0 Nov 1 18:50 null.000i.ipa-clones My Makefile: --- obj-m += kretprobe_btrfs_put_block_group.o kretprobe_btrfs_wait_for_commit.o kretprobe_btrfs_put_transaction.o modules: make -C /usr/src/linux-obj/x86_64/default M=`pwd` modules clean: make -C /usr/src/linux-obj/x86_64/default M=`pwd` clean --- This only happens on Leap and is working fine on Tumbleweed. -- You are receiving this mail because: You are the assignee for the bug.
participants (1)
-
bugzilla_noreply@suse.com