https://bugzilla.kernel.org/show_bug.cgi?id=176951

--- Comment #3 from bernold.ge...@gmail.com ---
(In reply to Zhang Rui from comment #1)
> (In reply to bernold.georg from comment #0)
> > Created attachment 241081 [details]
> > acpidump of 4.1.0-rc8 with acpi
> > 
> > Overview: 
> > Hardware is an Acer Travelmate X-349 (i5-6200U, details:
> > http://www.acer.com/ac/de/DE/content/professional-model/NX.VDFEG.005)
> > installing elementary OS loki 0.4 (a Ubuntu 16 derivate) and also Ubuntu 16
> > fails depending on kernel version.
> > After anything is selected in grub, the system hangs when trying to boot
> > The behavior is depending on kernel version.
> > 
> > Steps to Reproduce: 
> > 1) Boot Notebook
> > 
> > 2) Press shift to enter Grub
> > 
> > 3) Select Kernel to boot
> > 
> > Actual Results:
> > Whether or not booting works with kernel versions: 
> > 3.19 --> Works
> > 4.0.0 --> Works
> > 4.0.1 --> Works
> > 4.0.9 --> Works
> > 4.1.0-rc6 --> Works
> > 4.1.0-rc8 --> Works
> > 4.1.0 --> does not work at all
> 
> please run git bisect to find out which commit introduces the problem.

Hi!

Bisect is a great tool! Thanks a lot... 
The commit which introduces the problem is:

commit 9253e667ab50fd4611a60e1cdd6a6e05a1d91cf1
Author: Sagi Grimberg <sa...@mellanox.com>
Date:   Thu Jun 4 19:49:19 2015 +0300

    iser-target: Fix variable-length response error completion

    Since commit "2426bd456a6 target: Report correct response ..."
    we might get a command with data_size that does not fit to
    the number of allocated data sg elements. Given that we rely on
    cmd t_data_nents which might be different than the data_size,
    we sometimes receive local length error completion. The correct
    approach would be to take the command data_size into account when
    constructing the ib sg_list.

    Signed-off-by: Sagi Grimberg <sa...@mellanox.com>
    Signed-off-by: Jenny Falkovich <jen...@mellanox.com>
    Cc: sta...@vger.kernel.org # 3.16+
    Signed-off-by: Nicholas Bellinger <n...@linux-iscsi.org>

Whats very interesting, which happened with none of the other "bad ones", I get
an error when installing the linux-image debian package:

> Preparing to unpack 
> linux-image-4.1.0-custom-step8-custom_4.1.0-custom-step8-> > > 
> custom-9_amd64.deb ...
> Unpacking linux-image-4.1.0-custom-step8-custom (4.1.0-custom-step8-custom-9) 
> ...
> Setting up linux-image-4.1.0-custom-step8-custom 
> (4.1.0-custom-step8-custom-9) ...
> ERROR (dkms apport): kernel package linux-headers-4.1.0-custom-step8-custom 
> is not supported
> Error! Bad return status for module build on kernel: 
> 4.1.0-custom-step8-custom (x86_64)
> Consult /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/make.log for more 
> information.
> update-initramfs: Generating /boot/initrd.img-4.1.0-custom-step8-custom
> Generating grub configuration file ...

Even though, I am able to install and try it.
make.log:
> DKMS make.log for bcmwl-6.30.223.248+bdcom for kernel 
> 4.1.0-custom-step8-custom (x86_64)
> Mit Okt 12 12:34:17 CEST 2016
> make: Entering directory '/usr/src/linux-headers-4.1.0-custom-step8-custom'
> CFG80211 API is prefered for this kernel version
> Using CFG80211 API
>   LD /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/built-in.o
>   CC [M] /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/shared/linux_osl.o
>   CC [M] /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_linux.o
>   CC [M] /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_iw.o
>   CC [M] > 
> /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.o
>   LD [M] /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/wl.o
>   Building modules, stage 2.
> CFG80211 API is prefered for this kernel version
> Using CFG80211 API
>   MODPOST 1 modules
> FATAL: modpost: GPL-incompatible module wl.ko uses GPL-only symbol 'cpu_tss'
> scripts/Makefile.modpost:90: recipe for target '__modpost' failed
> make[1]: *** [__modpost] Error 1
> Makefile:1386: recipe for target 'modules' failed
> make: *** [modules] Error 2
> make: Leaving directory '/usr/src/linux-headers-4.1.0-custom-step8-custom'

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to