The offending commit is in somewhere between v2.6.35 and v2.6.39. I have
used these commands.

git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
cd linux
git checkout v2.6.35
git bisect start
git bisect good v2.6.35
git bisect bad v2.6.39
cp /boot/config-`uname -r` .config
yes '' | make oldconfig
make menuconfig
make clean
make -j `getconf _NPROCESSORS_ONLN` deb-pkg LOCALVERSION=-custom

Finally the .deb files did not created. Last lines of the output:

  CC [M]  fs/xfs/linux-2.6/xfs_super.o
  CC [M]  fs/xfs/linux-2.6/xfs_sync.o
fs/xfs/linux-2.6/xfs_sync.c: In function ‘xfs_sync_worker’:
fs/xfs/linux-2.6/xfs_sync.c:475:7: warning: variable ‘error’ set but not used 
[-Wunused-but-set-variable]
  int  error;
       ^
  CC [M]  fs/xfs/linux-2.6/xfs_xattr.o
  CC [M]  fs/xfs/support/debug.o
  CC [M]  fs/xfs/support/uuid.o
  LD [M]  fs/xfs/xfs.o
  LD      fs/built-in.o
make[1]: *** [deb-pkg] Hata 2
make: *** [deb-pkg] Hata 2

What to do?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1253037

Title:
  Micro freezes on Lenovo IdeaPad Y560p

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1253037/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to