[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 functions, but doesn't hook them up
anywhere. So there's no functional change.

Since you don't have a reliable way to reproduce the problem, please take
enough time (probably at least one day, preferably several days of using a
certain commit) to be at least 99% sure the problem doesn't occur before
running git bisect 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-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 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-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 always shows me this
> git revert 61cf16d8bd
> error: could not revert 61cf16d... PCI: Add pci_try_reset_function(), 
> pci_try_reset_slot(), pci_try_reset_bus()
> hint: after resolving the conflicts, mark the corrected paths
> hint: with 'git add ' or 'git rm '
> hint: and commit the result with 'git commit'

I found that I need to resolve this conflict manually, but I don't know which
conflict I need to resolve. 

Can anyone help me?

-- 
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 #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'

Then it should work automatically.
You can verify this by the kernel version numer '#'.

E.g.: 
Linux 4.0.1-1.ge3a374a-desktop (geeko at buildhost) (gcc 4.8.3 20141208) #1 4CPU

The nummer '#' should increase.

-- 
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 #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 out when you ran it.


> # git revert 1a81b94...

That commit has no effect whatsoever on your system.


> What to do next?

You need to restart the bisection process, and test longer before running "git
bisect 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-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 bisect again T_T.

-- 
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 #32 from George Cheban  ---
Created attachment 175331
  --> https://bugzilla.kernel.org/attachment.cgi?id=175331=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 

Working with 4.1.0-rc1+ about 5 hours. 
Tried everything: 
Full HD Videos on both monitors (1st Firefox, 2nd - Chrome, which is really
impressive, because Chrome in 90% of situations makes my system hang up) + 
compiling new kernel + downloading videos via browser + downloading via torrent
+ writing to flashdrive 10 gb of videos + playing video from another flash +
copying some files from 3rd flashdrive >>> All this in the same time. 
System works fine. Don't have any ideas how to make it hang up. 
Attaching screenshot for you to see. 

What to do next?

-- 
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 #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 incorrectly declared a commit
as 'good' which was actually bad, because the problem doesn't happen every time
even with (some) bad commits.

-- 
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 #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.atlassian.com/git/tutorials/undoing-changes
> http://landley.net/writing/git-bisect-howto.html

-- 
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 #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.html

-- 
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 #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
> $ git bisect reset
> $ git revert 1a81b94
> $ make oldconfig
> # make -3j && make modules_install && make install

Exactly.

> Will the latest kernel compile from from the cloned repo from
> git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git? 

It should, but 'latest stuff' could brake, so better use a 'release' (4.1-rc1,
etc.).

> Correct me, if I'm wrong, please.

You are on a good way.

-Dieter

PS I'm German, so not nativ, too.

-- 
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 #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 kernel compile from from the cloned repo from
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git? 

Correct me, if I'm wrong, please.

-- 
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 #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 detailed instruction what to do?

Sure, I hope...;-)

But really, if one get a good/real 'first bad commit', you can try to revert
it.

Grep latest kernel (your 3.16 or maybe 4.0).
Try to revert the bad commit, in this case:

git revert 1a81b94(the first 7 digits are enough)

configure and build kernel.

Cross your fingers...

-- 
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 #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 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

Dieter Nützel  changed:

   What|Removed |Added

 CC||Dieter at nuetzel-hh.de

--- Comment #22 from Dieter Nützel  ---
(In reply to George Cheban from comment #21)
> Made a bisect, it took me about 10 day for it wooh... :)
> You can see show HEAD and log in attachment.

Good job!

But have you tried running any 'newer' kernel with

git revert 1a81b94   (c6x: remove unused parameter in Kconfig)?

When it works, there is a real starting point.

Hang in there!

Greetings,
   Dieter

-- 
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 #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=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=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 from /boot,
"cat /home/[username]/linux/.config" shows always the same. When opening it
with Kwrite = shows changed config, but compiling it as "defconfig".

-- 
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 #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 good v3.12

#Build the kernel and test it. e.g.,
make -j3
sudo make modules_install
sudo make install
# reboot and select the new kernel from the grub meu
# if the kernel works correctly mark it as good:
git bisect good
# if the kernel exhibits the bug, mark it as bad:
git bisect bad
# repeat this process until git tells you which commit is the bad one

-- 
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 #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 bisect bad v3.19
$ git bisect good v3.12
$ git bisect bad (few times, until I get "1st bad commit")
$ git show HEAD 

= all logs in attachment 

What did I have to do?

-- 
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 #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=edit
"bisect bad" copy from terminal

-- 
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 #12 from George Cheban  ---
Created attachment 173661
  --> https://bugzilla.kernel.org/attachment.cgi?id=173661=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=edit
Head = output of 1st bad commit

-- 
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 #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/git-bisect-lk2009.html

-- 
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 #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 bisect to see what change caused the regression?

Sorry, it's the first time I'm posting bug report here. All outputs are in
attachment. 

Don't think, I understood correctly you phrase 
>Any chance you could bisect to see what change caused the regression?

Can you explain what else I need to do?

-- 
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 #8 from George Cheban  ---
Created attachment 173641
  --> https://bugzilla.kernel.org/attachment.cgi?id=173641=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=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=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?

-- 
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 #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 terminal, system hangs up
immediately. 


This is Xorg log:

[27.072] 
X.Org X Server 1.14.4
Release Date: 2013-10-31
[27.073] X Protocol Version 11, Revision 0
[27.073] Build Operating System:  2.6.32-358.14.1.el6.x86_64 
[27.073] Current Operating System: Linux localhost.localdomain
3.19.3-100.fc20.i686 #1 SMP Fri Mar 27 17:30:08 UTC 2015 i686
[27.073] Kernel command line: BOOT_IMAGE=/vmlinuz-3.19.3-100.fc20.i686
root=/dev/mapper/rfremix-root ro rd.lvm.lv=rfremix/root
vconsole.font=latarcyrheb-sun16 rd.lvm.lv=rfremix/swap rhgb quiet
[27.073] Build Date: 21 November 2013  05:41:17AM
[27.073] Build ID: xorg-x11-server 1.14.4-5.fc20 
[27.073] Current version of pixman: 0.30.0
[27.073] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[27.073] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[27.073] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr  9 10:23:16
2015
[27.255] (==) Using config directory: "/etc/X11/xorg.conf.d"
[27.255] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[27.258] (==) No Layout section.  Using the first Screen section.
[27.258] (==) No screen section available. Using defaults.
[27.258] (**) |-->Screen "Default Screen Section" (0)
[27.258] (**) |   |-->Monitor ""
[27.258] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[27.258] (==) Automatically adding devices
[27.258] (==) Automatically enabling devices
[27.258] (==) Automatically adding GPU devices
[27.258] (==) FontPath set to:
catalogue:/etc/X11/fontpath.d,
built-ins
[27.258] (==) ModulePath set to "/usr/lib/xorg/modules"
[27.258] (II) The server relies on udev to provide the list of input
devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[27.258] (II) Loader magic: 0x826b6a0
[27.258] (II) Module ABI versions:
[27.258] X.Org ANSI C Emulation: 0.4
[27.258] X.Org Video Driver: 14.1
[27.258] X.Org XInput driver : 19.2
[27.258] X.Org Server Extension : 7.0
[27.259] (II) xfree86: Adding drm device (/dev/dri/card0)
[27.262] (--) PCI:*(0:1:0:0) 1002:9480:1025:027e rev 0, Mem @
0xc000/268435456, 0xd020/65536, I/O @ 0x2000/256, BIOS @
0x/131072
[27.262] Initializing built-in extension Generic Event Extension
[27.262] Initializing built-in extension SHAPE
[27.262] Initializing built-in extension MIT-SHM
[27.262] Initializing built-in extension XInputExtension
[27.262] Initializing built-in extension XTEST
[27.262] Initializing built-in extension BIG-REQUESTS
[27.262] Initializing built-in extension SYNC
[27.262] Initializing built-in extension XKEYBOARD
[27.262] Initializing built-in extension XC-MISC
[27.262] Initializing built-in extension XINERAMA
[27.262] Initializing built-in extension XFIXES
[27.262] Initializing built-in extension RENDER
[27.262] Initializing built-in extension RANDR
[27.262] Initializing built-in extension COMPOSITE
[27.262] Initializing built-in extension DAMAGE
[27.262] Initializing built-in extension MIT-SCREEN-SAVER
[27.262] Initializing built-in extension DOUBLE-BUFFER
[27.262] Initializing built-in extension RECORD
[27.262] Initializing built-in extension DPMS
[27.262] Initializing built-in extension X-Resource
[27.262] Initializing built-in extension XVideo
[27.262] Initializing built-in extension XVideo-MotionCompensation
[27.262] Initializing built-in extension SELinux
[27.262] Initializing built-in extension XFree86-VidModeExtension
[27.262] Initializing built-in extension XFree86-DGA
[27.262] Initializing built-in extension XFree86-DRI
[27.262] Initializing built-in extension DRI2
[27.262] (II) "glx" will be loaded by default.
[27.262] (WW) "xwayland" is not to be loaded by default. Skipping.
[27.262] (II) LoadModule: "dri2"
[27.263] (II) Module "dri2" already built-in
[27.263] (II) LoadModule: "glamoregl"
[27.263] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[27.267] (II) Module glamoregl: vendor="X.Org Foundation"
[27.267] compiled for 1.14.3, module version = 0.5.1
[27.267] ABI class: X.Org ANSI C Emulation, version 0.4
[27.267] (II) LoadModule: "glx"
[27.267] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[27.267] (II) Module glx: vendor="X.Org 

[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 from Alex Deucher  ---
Please attach your xorg log and dmesg output.  Can you bisect?

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