You are not logged in.

#26 2017-04-04 14:22:11

loqs
Member
Registered: 2014-03-06
Posts: 17,369

Re: Unable to shut down or suspend

With CONFIG_MODVERSIONS=N a3db3d3a52f0f159e0aa996792987acd8c14d2ad boots successfully on a system for me.
Sorry question was badly phrased I meant would you change it in the context of just for this git bisection.
edit:
change CONFIG_MODVERSION to CONFIG_MODVERSIONS

Last edited by loqs (2017-04-04 14:26:05)

Offline

#27 2017-04-04 14:38:09

seth
Member
Registered: 2012-09-03
Posts: 51,165

Re: Unable to shut down or suspend

I'd rather first skip out of this breakage and see wheter you end up in a usable bisect range (ie. are still good on the actual error) because
a) compile time
b) remote but still possible relation of this particular setting with the error - iff the bug was introduced in a CONFIG_MODVERSIONS branch, you can test yourself to death until you figure that you'll never run bad again ;-)
(So at least you'll have to test the known bad revision before anything else)

Offline

#28 2017-04-04 16:39:07

loqs
Member
Registered: 2014-03-06
Posts: 17,369

Re: Unable to shut down or suspend

I wonder what percentage of the remaining search space is bootable with CONFIG_MODVERSIONS=Y
Edit:
Second skip in triggers a Restart config... and hence a full rebuild ( would say that negates the compile time argument )
Edit2:
80439a1704e811697ee01fd09dd95dd10790bc93 does not have the CONFIG_MODVERSIONS issue but does not boot on system here either.
Edit3:
1e88ab6fbbaacbd79dd14ab9ceec7a595611248d does not have the CONFIG_MODVERSIONS issue and does boot I suspect the previous one I said did not boot was bootable after all.

$ git bisect log
git bisect start
# good: [9165dabb2500b3dcb98fc648d27589a5a806227e] treewide: Fix printk() message errors
git bisect good 9165dabb2500b3dcb98fc648d27589a5a806227e
# bad: [a9042defa29a01cc538b742eab047848e9b5ae14] Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
git bisect bad a9042defa29a01cc538b742eab047848e9b5ae14
# bad: [7079efc9d3e7f1f7cdd34082ec58209026315057] Merge tag 'fbdev-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux
git bisect bad 7079efc9d3e7f1f7cdd34082ec58209026315057
# bad: [821781a9f40673c2aa0f29d9d8226ec320dff20c] Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
git bisect bad 821781a9f40673c2aa0f29d9d8226ec320dff20c
# skip: [a3db3d3a52f0f159e0aa996792987acd8c14d2ad] net: dsa: mv88e6xxx: Fix typos when removing g1 interrupts
git bisect skip a3db3d3a52f0f159e0aa996792987acd8c14d2ad
# skip: [46712644d6e72d8a66f20f51e260e1c3d1eddfeb] net: dsa: mv88e6xxx: Fix unconditional irq freeing
git bisect skip 46712644d6e72d8a66f20f51e260e1c3d1eddfeb
# skip: [80439a1704e811697ee01fd09dd95dd10790bc93] qede: Remove 'num_tc'.
git bisect skip 80439a1704e811697ee01fd09dd95dd10790bc93

Last edited by loqs (2017-04-04 18:09:12)

Offline

#29 2017-04-04 22:59:55

zganus
Member
Registered: 2017-03-26
Posts: 5

Re: Unable to shut down or suspend

# good: [9165dabb2500b3dcb98fc648d27589a5a806227e] treewide: Fix printk() message errors
git bisect good 9165dabb2500b3dcb98fc648d27589a5a806227e
# bad: [a9042defa29a01cc538b742eab047848e9b5ae14] Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
git bisect bad a9042defa29a01cc538b742eab047848e9b5ae14
# bad: [7079efc9d3e7f1f7cdd34082ec58209026315057] Merge tag 'fbdev-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux
git bisect bad 7079efc9d3e7f1f7cdd34082ec58209026315057
# bad: [821781a9f40673c2aa0f29d9d8226ec320dff20c] Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
git bisect bad 821781a9f40673c2aa0f29d9d8226ec320dff20c
# skip: [a3db3d3a52f0f159e0aa996792987acd8c14d2ad] net: dsa: mv88e6xxx: Fix typos when removing g1 interrupts
git bisect skip a3db3d3a52f0f159e0aa996792987acd8c14d2ad
# skip: [46712644d6e72d8a66f20f51e260e1c3d1eddfeb] net: dsa: mv88e6xxx: Fix unconditional irq freeing
git bisect skip 46712644d6e72d8a66f20f51e260e1c3d1eddfeb
# skip: [80439a1704e811697ee01fd09dd95dd10790bc93] qede: Remove 'num_tc'.
git bisect skip 80439a1704e811697ee01fd09dd95dd10790bc93
# bad: [1e88ab6fbbaacbd79dd14ab9ceec7a595611248d] net: qcom/emac: move phy init code to separate files
git bisect bad 1e88ab6fbbaacbd79dd14ab9ceec7a595611248d
# skip: [e17705c43b4273d2587297d5f8168ee432d9c94a] sfc: Update EF10 register definitions
git bisect skip e17705c43b4273d2587297d5f8168ee432d9c94a
# skip: [0ac3ea70897fb9f84b620aeda074ecccf481629d] net/mlx5: Make the command interface cache more flexible
git bisect skip 0ac3ea70897fb9f84b620aeda074ecccf481629d
# skip: [622ec2c9d52405973c9f1ca5116eb1c393adfc7d] net: core: add UID to flows, rules, and routes
git bisect skip 622ec2c9d52405973c9f1ca5116eb1c393adfc7d

Again thanks to seth and loqs for their kind help.

I could boot 1e88ab6fbbaacbd79dd14ab9ceec7a595611248d and it's a bad one.
But I could not boot e17705c43b4273d2587297d5f8168ee432d9c94a, I then skipped three times and could not boot the resulting commit either (e9117e5099ea29592c2a6180f368951948837a8b).

Side question : is it normal that uname always returns the version of the very first commit (4.9.0-rc5-g69973b830859). Looks to me that this value is in linux.install.pkg and it is not updated each step of the bisect. I don't think it's a big deal if you know what you're doing but that was confusing for me at first.

Offline

#30 2017-04-05 00:18:33

loqs
Member
Registered: 2014-03-06
Posts: 17,369

Re: Unable to shut down or suspend

I think it is this from the PKGBUILD's prepare function which is not used every build because makepkg is using the existing srcdir for the bisect.

  sed -i "s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\"-${pkgver##*.}\"|g" ./.config

The rest of the uname should be changing if my understanding is correct.

Offline

Board footer

Powered by FluxBB