[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-05-07 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #38 from Michel Dänzer --- (In reply to George Cheban from comment #37) > I've made another bisect and the result is > 61cf16d8bd38c3dc52033ea75d5b1f8368514a17. > I hope, I did it right. I'm afraid not. That commit just adds a few f

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-05-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 George Cheban changed: What|Removed |Added Hardware|x86-64 |i386 -- You are receiving this mail beca

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-05-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #37 from George Cheban --- Hello, guys! I've made another bisect and the result is 61cf16d8bd38c3dc52033ea75d5b1f8368514a17. I hope, I did it right. But I can't check it on my own because I can't do a "git revert 61cf16d8bd": it alway

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-05-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #36 from Dieter Nützel --- (In reply to George Cheban from comment #35) > Do I need to remove previous kernel if the new one has the same name, or it > will be updated automatically? How do you do it? 'make modules_install install'

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-05-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #35 from George Cheban --- Do I need to remove previous kernel if the new one has the same name, or it will be updated automatically? -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-05-01 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #34 from Michel Dänzer --- (In reply to George Cheban from comment #31) > Compiled a new kernel v4.1: > # git checkout -b v4.1 There is no v4.1 tag yet, this command just created a branch called v4.1 at whichever commit was checked

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-30 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #33 from George Cheban --- Sorry guys, made it hang up by opening player fullscreen and by grabbing it to top of working space. For now can't even boot to any kernel because of "Minimal Bash-like line editing is supported". Will try to

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-30 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #32 from George Cheban --- Created attachment 175331 --> https://bugzilla.kernel.org/attachment.cgi?id=175331&action=edit Screenshot -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-30 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #31 from George Cheban --- Compiled a new kernel v4.1: # git checkout -b v4.1 # git revert 1a81b94... /* 30 minutes to find out how to quit from VIM :D */ # make oldconfig # make -j3 && make modules_install && make install # reboot

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-30 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #30 from Michel Dänzer --- Commit 1a81b94d4fc8470848eb80e39a6001c48cc3fc29 is specific to the c6x architecture, so it can't be the cause of your problem. Looks like something went wrong during the bisection. Most likely, you incorrect

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-29 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #29 from Dieter Nützel --- (In reply to Dieter Nützel from comment #28) > NO, no "git bisect..." > > git checkout -b v3.19|v4.0|4.1-rc1 (checkout a branch) git checkout BRANCHNAME > and then > git revert xxx > > https://www.atl

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-29 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #28 from Dieter Nützel --- NO, no "git bisect..." git checkout -b v3.19|v4.0|4.1-rc1 (checkout a branch) and then git revert xxx https://www.atlassian.com/git/tutorials/undoing-changes http://landley.net/writing/git-bisect-howto.h

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-29 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #27 from George Cheban --- Thank you, Sir! :) Sorry, how can I choose a kernel version? By "git bisect good v4.0" and then revert 1a81* and make? -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-29 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #26 from Dieter Nützel --- (In reply to George Cheban from comment #25) > Sorry, I'm noob :) Your are NO noob, your are learning (on a big, big piece of code)! > Do I need to do next steps? : > > /*After "bisect"*/ > $ cd /linux >

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-29 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #25 from George Cheban --- Sorry, I'm noob :) Do I need to do next steps? : /*After "bisect"*/ $ cd /linux $ git bisect reset $ git revert 1a81b94 $ make oldconfig # make -3j && make modules_install && make install Will the latest ke

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-29 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #24 from Dieter Nützel --- (In reply to George Cheban from comment #23) > > But have you tried running any 'newer' kernel with > > > > git revert 1a81b94 (c6x: remove unused parameter in Kconfig)? > > Please, can you write a more

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-29 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #23 from George Cheban --- > But have you tried running any 'newer' kernel with > > git revert 1a81b94 (c6x: remove unused parameter in Kconfig)? Please, can you write a more detailed instruction what to do? -- You are receiving

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-29 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 Dieter Nützel changed: What|Removed |Added CC||Dieter at nuetzel-hh.de --- Comment #22

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-29 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #21 from George Cheban --- Made a bisect, it took me about 10 day for it wooh... :) You can see show HEAD and log in attachment. -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-29 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #20 from George Cheban --- Created attachment 175241 --> https://bugzilla.kernel.org/attachment.cgi?id=175241&action=edit bisect log -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-29 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #19 from George Cheban --- Created attachment 175231 --> https://bugzilla.kernel.org/attachment.cgi?id=175231&action=edit Head v2 -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-21 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #18 from Michel Dänzer --- After making manual changes to .config, run "make oldconfig" fill in any blanks and re-generate build system files. -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-20 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #17 from George Cheban --- "make defconfig" = no drivers when booting with compiled kernel. Can't change .config in /linux dir, even when using "rm .config" and replacing it with renamed copy of already existing config for 3.12 kernel

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-20 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #16 from Alex Deucher --- $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git $ git clone http://github.com/ignatenkobrain/kernel-package.git $ cd linux $ git bisect start $ git bisect bad v3.19 $ git bisect go

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #15 from George Cheban --- My steps: #yum install git -y $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git $ git clone http://github.com/ignatenkobrain/kernel-package.git $ cd linux $ git bisect start $ git

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #14 from Alex Deucher --- You need to take it to completion and test each commit before marking it bad or good. -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #13 from George Cheban --- Created attachment 173671 --> https://bugzilla.kernel.org/attachment.cgi?id=173671&action=edit "bisect bad" copy from terminal -- You are receiving this mail because: You are watching the assignee of the

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #12 from George Cheban --- Created attachment 173661 --> https://bugzilla.kernel.org/attachment.cgi?id=173661&action=edit bisect log -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #11 from George Cheban --- Created attachment 173651 --> https://bugzilla.kernel.org/attachment.cgi?id=173651&action=edit Head = output of 1st bad commit -- You are receiving this mail because: You are watching the assignee of the

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #10 from Alex Deucher --- Git is a source management tool that provides a relatively easy method to track down regressions. See some example howtos: http://git-scm.com/docs/git-bisect https://www.kernel.org/pub/software/scm/git/docs/g

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #9 from George Cheban --- (In reply to Alex Deucher from comment #5) > Please just attach these logs to the bug directly rather than pasting inline > or providing links to 3rd party sites that may go away. Any chance you > could bisec

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #8 from George Cheban --- Created attachment 173641 --> https://bugzilla.kernel.org/attachment.cgi?id=173641&action=edit Xorg with kernel 3.19 -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #7 from George Cheban --- Created attachment 173631 --> https://bugzilla.kernel.org/attachment.cgi?id=173631&action=edit journalctl output -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #6 from George Cheban --- Created attachment 173621 --> https://bugzilla.kernel.org/attachment.cgi?id=173621&action=edit dmesg output -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #5 from Alex Deucher --- Please just attach these logs to the bug directly rather than pasting inline or providing links to 3rd party sites that may go away. Any chance you could bisect to see what change caused the regression? -- Y

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #4 from George Cheban --- This is journalctl -k -b -1 http://rghost.ru/6Hry6jGDX -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #3 from George Cheban --- I did it :) Uploaded dmesg with 3.19 kernel because it's to long. http://rghost.ru/6YHmyhLtF -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-09 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 --- Comment #2 from George Cheban --- As I understand, I need to show you all output of $dmesg, or only dmesg | grep VGA? Do I need to log in with 3.19 kernel for dmesg output? If so, I don't have enough time to do this, because, when I start ter

[Bug 96351] System hangs up after update to any kernel newer than 3.12*

2015-04-08 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=96351 Alex Deucher changed: What|Removed |Added CC||alexdeucher at gmail.com --- Comment #1 fr