[Bug 801341] New: i915 power saving disabled after resume
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c0 Summary: i915 power saving disabled after resume Classification: openSUSE Product: openSUSE 12.3 Version: RC 1 Platform: x86 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: wstephenson@suse.com QAContact: qa-bugs@suse.de Found By: Development Blocker: --- Will Stephenson <wstephenson@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |SHIP_STOPPER? After some random resume from suspend, rc6 powersaving in intel gpus does not work. My X220 draws 30W and reaches 90 degrees with fans on full, and Coolo's display melted. There is a patch in 3.8 already: https://bugzilla.kernel.org/show_bug.cgi?id=52411 https://bugzilla.kernel.org/show_bug.cgi?id=48721 The following script discloses if the system is not power saving: #!/bin/sh # ACTION=$1 S=/sys/class/drm/card0/power/rc6pp_residency_ms B=`cat $S` sleep 3 A=`cat $S` if [[ $A -eq $B ]]; then if [[ -n "$ACTION" ]]; then $ACTION else echo "RC6 issue" aplay /usr/share/sounds/pop.wav 2&>/dev/null fi fi -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c Will Stephenson <wstephenson@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |coolo@suse.com Flag|SHIP_STOPPER? |SHIP_STOPPER?(coolo@suse.co | |m) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c1 Stephan Kulow <coolo@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High Severity|Normal |Critical Flag|SHIP_STOPPER?(coolo@suse.co |SHIP_STOPPER- |m) | --- Comment #1 from Stephan Kulow <coolo@suse.com> 2013-01-31 13:36:19 CET --- my display did not melt. the problem I described was with an old laptop, I just wanted to express how severe the bug can become. I'm mixed with ship stopper though. the system is able to do online updates and it affects only specific hardware, which both combines to - -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c2 --- Comment #2 from Will Stephenson <wstephenson@suse.com> 2013-02-11 19:59:50 UTC --- https://bugzilla.kernel.org/show_bug.cgi?id=48791 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c3 --- Comment #3 from Richard Brown <RBrownCCB@opensuse.org> 2013-02-11 21:33:40 UTC --- The issue does not occur in Kernel 3.8 rc7 from our Kernel:\HEAD repo There were changes to the i915 driver in rc6 and rc2 http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=log;h=refs/ta... http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=log;h=refs/ta... Reading bug reports linked here , I think our likely saviour is the changes in rc6. Upstream reporters claim they still had the problem in 3.8rc3 but I cant reproduce it for the life of me on rc7 That makes this commit the prime candidate http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=2e51... As I have no experience backporting kernel patches, if anyone wants to dive in and this point and see if my findings hold water, please do -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c4 Larry Finger <Larry.Finger@lwfinger.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Larry.Finger@lwfinger.net --- Comment #4 from Larry Finger <Larry.Finger@lwfinger.net> 2013-02-16 19:09:51 UTC --- The mainline fix for this was backported into kernel 3.7.6, thus it should be fixed in the current 12.3 kernel. This should be retested. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c Jiri Slaby <jslaby@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |wstephenson@suse.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c5 Will Stephenson <wstephenson@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|wstephenson@suse.com | --- Comment #5 from Will Stephenson <wstephenson@suse.com> 2013-02-18 10:59:25 UTC --- Still valid with current factory-snapshot - we were testing with 3.7.6 when we made the original report, and it's still valid now. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c6 Jon Nelson <jnelson-suse@jamponi.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jnelson-suse@jamponi.net --- Comment #6 from Jon Nelson <jnelson-suse@jamponi.net> 2013-03-15 16:00:50 UTC --- This appears to be an issue for me as well -- openSUSE 12.3 final. 3.7.10-1.1-desktop -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c7 Moritz Duge <colAflash@gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |colAflash@gmx.net --- Comment #7 from Moritz Duge <colAflash@gmx.net> 2013-03-19 10:25:09 UTC --- Still present in openSUSE 12.3 final! Some more information see here: https://bugzilla.novell.com/show_bug.cgi?id=809473#c8 Richard Brown's workaround (installing kernel from http://download.opensuse.org/repositories/Kernel:/stable/standard/ ) is doing a good job on my Thinkpad x220 (Intel i7-2620M, Sandy Bridge). http://www.sysrich.co.uk/?p=190 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c8 --- Comment #8 from Moritz Duge <colAflash@gmx.net> 2013-04-01 18:45:51 UTC --- Looks like kernel-desktop-3.8.3-1.1.x86_64.rpm (19.03.2013) also didn't totally fixed it. With openSUSE 12.3 kernel-desktop (3.7.10) and with kernel-desktop 3.8.3 from the mentioned repo I get this error sometimes when waking up from s2ram. Usually it helps to send the system back to s2ram, wake it up again (maybe one or two or three times) and rc6 is enabled again. I just always have to keep in mind to check for rc6 after waking up... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c9 --- Comment #9 from Moritz Duge <colAflash@gmx.net> 2013-04-01 20:13:48 UTC --- Hmm, after completely switching back my system to kernel 3.7.10 (no more 3.8 installed) the bug always appeared when coming out of s2ram. The times before when it appeared only sometimes with 3.7.10 the version 3.8 was still installed (in parallel with "rpm --force" from shell). But as far as I know this should have no effect on a running 3.7.10 kernel (selected in grub on boot). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c10 --- Comment #10 from Jon Nelson <jnelson-suse@jamponi.net> 2013-05-07 01:21:24 UTC --- I've been using kernels 3.8.[5,6,7,8,...] and 3.9 and they've all been great with respect to this issue (except for a big nasty btrfs issue in 3.9). For me, 3.8.something fixed the issue - and it didn't come back. I had forgotten about it until I rebooted into 3.7.10 and did the suspend/resume thing, only to wonder why my laptop was sitting at 150F (instead of 115F). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c11 --- Comment #11 from Jon Nelson <jnelson-suse@jamponi.net> 2013-06-23 10:40:13 UTC --- 3.9.7 seems to bring back power issues. Possibly 3.9.6 as well. 3.9.4 was fine. I'm at 152.6F and frequently up over 160F right now (3.9.7-1.gfccf19c-desktop). The script noted in the kernel bugzilla entry does say "rc6 issue" for me. No comments on this issue from anybody but me in almost 3 months? Ping? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c12 --- Comment #12 from Richard Brown <RBrownCCB@opensuse.org> 2013-06-27 04:44:20 UTC --- Hi Jon, are you sure the issue you're seeing in 3.9.7 is this issue? What is the output of `cat /sys/class/drm/card0/power/rc6pp_residency_ms` when you're noticing the laptop is overheating? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c Jeff Mahoney <jeffm@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eich@suse.com AssignedTo|kernel-maintainers@forge.pr |tiwai@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c Egbert Eich <eich@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|tiwai@suse.com |xorg-maintainer-bugs@forge. | |provo.novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c13 --- Comment #13 from Jon Nelson <jnelson-suse@jamponi.net> 2013-07-15 20:29:47 UTC --- I just booted into: 3.10.1-1.g19a2fe9-desktop The result of catting that file is 0 (zero). If I boot back into kernel-3.9.8_1.gfccf19c_desktop I have no heating issues. Current temp: 155F (I have to reboot back into 3.9.8 now). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c Stefan Dirsch <sndirsch@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c14 Takashi Iwai <tiwai@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tiwai@suse.com --- Comment #14 from Takashi Iwai <tiwai@suse.com> 2013-07-16 12:26:15 UTC --- Might be relevant: https://patchwork.kernel.org/patch/2827634/ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c15 Takashi Iwai <tiwai@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |wstephenson@suse.com --- Comment #15 from Takashi Iwai <tiwai@suse.com> 2013-07-18 13:46:09 UTC --- I backported the patch and built a test kernel. Will (or someone else), could you test the kernel package in OBS home:tiwai:kernel:os12.3-fix repo? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c16 Jon Nelson <jnelson-suse@jamponi.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|wstephenson@suse.com | --- Comment #16 from Jon Nelson <jnelson-suse@jamponi.net> 2013-07-18 17:04:27 UTC --- Just booted into your kernel, Takashi Iwai. Current temp: fluctuating between 116 and 120F, depending on how idle the machine is. WOo! I'll note this, however: 1. "rc6.sh" still reports "RC6 issue" (from one of the kernel.org links) 2. cat /sys/class/drm/card0/power/rc6pp_residency_ms reports "0" (sans quotes). I don't know if that's good or bad, but there it is. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c17 --- Comment #17 from Jon Nelson <jnelson-suse@jamponi.net> 2013-07-18 17:05:37 UTC --- Also, I have /not/ yet tested suspend/resume to see if temperature climbs back up, but this is the first 3.10 kernel I've tried that *booted* without causing huge temperatures. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c18 --- Comment #18 from Takashi Iwai <tiwai@suse.com> 2013-07-19 06:52:12 UTC --- For SandyBridge, only the normal RC6 is enabled as default, but no deep states (RC6p and RC6pp) were enabled, because of several bug reports that RC6p/pp leading to the crash. You can try these on your machine at your own risk by passing i915_enable_rc6=7 option to i915 module. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c19 --- Comment #19 from Takashi Iwai <tiwai@suse.com> 2013-07-19 07:19:10 UTC --- Looking at the change again, it seems that we need to backport the addition of intel_gt_reset() (commit 16995a9fe140802c026c2ce17bf7e232f86d57ab) for making this working with suspend/resume. I backported it and pushed to kernel git openSUSE-12.3 branch together with the previous fix now. For further testing, please check KOTD (OBS Kernel:openSUSE-12.3). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c20 --- Comment #20 from Takashi Iwai <tiwai@suse.com> 2013-07-19 07:25:45 UTC --- The same problem is found on SLE11-SP3, so I backported it to that branch, too. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c21 --- Comment #21 from Jon Nelson <jnelson-suse@jamponi.net> 2013-07-23 13:19:10 UTC --- I'm now on 3.7.10-44.g57b6816-desktop and - so far - everything is working very well, even after multiple suspend-resume cycles. Current temperature is 113F. Bug 809473 is also fixed by this kernel for me. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c22 Takashi Iwai <tiwai@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #22 from Takashi Iwai <tiwai@suse.com> 2013-07-26 08:55:44 UTC --- Thanks for testing! Let's close the bug now :) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c23 --- Comment #23 from Moritz Duge <colAflash@gmx.net> 2013-07-29 12:07:13 UTC --- Will there be a kernel-update via the standard-update repo? Did anyone test if this bug happens in the openSUSE 13.1 milestones? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c24 --- Comment #24 from Takashi Iwai <tiwai@suse.com> 2013-07-29 12:29:00 UTC --- Yes, the next online update will contain the fix. 13.1 milestone kernel doesn't have this fix yet. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c25 Marcus Meissner <meissner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meissner@suse.com --- Comment #25 from Marcus Meissner <meissner@suse.com> 2013-09-20 14:52:23 UTC --- We have just released a kernel update for SUSE Linux Enterprise 11 SP3 that mentions/fixes this bug. The released version is 3.0.93-0.8.2. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c26 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:released:sle11-sp3:54 | |207 --- Comment #26 from Swamp Workflow Management <swamp@suse.de> 2013-09-20 16:50:41 UTC --- Update released for: cluster-network-kmp-default, cluster-network-kmp-trace, gfs2-kmp-default, gfs2-kmp-trace, kernel-default, kernel-default-base, kernel-default-debuginfo, kernel-default-debugsource, kernel-default-devel, kernel-default-devel-debuginfo, kernel-default-extra, kernel-default-hmac, kernel-source, kernel-source-debuginfo, kernel-source-vanilla, kernel-syms, kernel-trace, kernel-trace-base, kernel-trace-debuginfo, kernel-trace-debugsource, kernel-trace-devel, kernel-trace-devel-debuginfo, kernel-trace-extra, kernel-trace-hmac, ocfs2-kmp-default, ocfs2-kmp-trace Products: SLE-DEBUGINFO 11-SP3 (ia64) SLE-HAE 11-SP3 (ia64) SLE-SERVER 11-SP3 (ia64) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c27 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |207 |209 --- Comment #27 from Swamp Workflow Management <swamp@suse.de> 2013-09-20 17:05:33 UTC --- Update released for: cluster-network-kmp-default, cluster-network-kmp-trace, gfs2-kmp-default, gfs2-kmp-trace, kernel-default, kernel-default-base, kernel-default-debuginfo, kernel-default-debugsource, kernel-default-devel, kernel-default-devel-debuginfo, kernel-default-extra, kernel-default-hmac, kernel-default-man, kernel-source, kernel-source-debuginfo, kernel-source-vanilla, kernel-syms, kernel-trace, kernel-trace-base, kernel-trace-debuginfo, kernel-trace-debugsource, kernel-trace-devel, kernel-trace-devel-debuginfo, kernel-trace-extra, kernel-trace-hmac, kernel-trace-man, ocfs2-kmp-default, ocfs2-kmp-trace Products: SLE-DEBUGINFO 11-SP3 (s390x) SLE-HAE 11-SP3 (s390x) SLE-SERVER 11-SP3 (s390x) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c28 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |209 |208 --- Comment #28 from Swamp Workflow Management <swamp@suse.de> 2013-09-20 17:06:50 UTC --- Update released for: cluster-network-kmp-default, cluster-network-kmp-ppc64, cluster-network-kmp-trace, gfs2-kmp-default, gfs2-kmp-ppc64, gfs2-kmp-trace, kernel-default, kernel-default-base, kernel-default-debuginfo, kernel-default-debugsource, kernel-default-devel, kernel-default-extra, kernel-default-hmac, kernel-ppc64, kernel-ppc64-base, kernel-ppc64-debuginfo, kernel-ppc64-debugsource, kernel-ppc64-devel, kernel-ppc64-extra, kernel-ppc64-hmac, kernel-source, kernel-source-debuginfo, kernel-source-vanilla, kernel-syms, kernel-trace, kernel-trace-base, kernel-trace-debuginfo, kernel-trace-debugsource, kernel-trace-devel, kernel-trace-extra, kernel-trace-hmac, ocfs2-kmp-default, ocfs2-kmp-ppc64, ocfs2-kmp-trace Products: SLE-DEBUGINFO 11-SP3 (ppc64) SLE-HAE 11-SP3 (ppc64) SLE-SERVER 11-SP3 (ppc64) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c29 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |208 |208 | |maint:released:sle11-sp3:54 | |210 --- Comment #29 from Swamp Workflow Management <swamp@suse.de> 2013-09-20 17:23:58 UTC --- Update released for: cluster-network-kmp-default, cluster-network-kmp-trace, cluster-network-kmp-xen, gfs2-kmp-default, gfs2-kmp-trace, gfs2-kmp-xen, kernel-default, kernel-default-base, kernel-default-debuginfo, kernel-default-debugsource, kernel-default-devel, kernel-default-devel-debuginfo, kernel-default-extra, kernel-default-hmac, kernel-desktop-devel, kernel-ec2, kernel-ec2-base, kernel-ec2-debuginfo, kernel-ec2-debugsource, kernel-ec2-devel, kernel-ec2-devel-debuginfo, kernel-ec2-extra, kernel-ec2-hmac, kernel-source, kernel-source-debuginfo, kernel-source-vanilla, kernel-syms, kernel-trace, kernel-trace-base, kernel-trace-debuginfo, kernel-trace-debugsource, kernel-trace-devel, kernel-trace-devel-debuginfo, kernel-trace-extra, kernel-trace-hmac, kernel-xen, kernel-xen-base, kernel-xen-debuginfo, kernel-xen-debugsource, kernel-xen-devel, kernel-xen-devel-debuginfo, kernel-xen-extra, kernel-xen-hmac, ocfs2-kmp-default, ocfs2-kmp-trace, ocfs2-kmp-xen, xen-kmp-default, xen-kmp-trace Products: SLE-DEBUGINFO 11-SP3 (x86_64) SLE-DESKTOP 11-SP3 (x86_64) SLE-HAE 11-SP3 (x86_64) SLE-SERVER 11-SP3 (x86_64) SLES4VMWARE 11-SP3 (x86_64) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c30 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |208 |208 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |210 |210 | |maint:released:sle11-sp3:54 | |206 --- Comment #30 from Swamp Workflow Management <swamp@suse.de> 2013-09-20 17:48:17 UTC --- Update released for: cluster-network-kmp-default, cluster-network-kmp-pae, cluster-network-kmp-trace, cluster-network-kmp-xen, gfs2-kmp-default, gfs2-kmp-pae, gfs2-kmp-trace, gfs2-kmp-xen, kernel-default, kernel-default-base, kernel-default-devel, kernel-default-extra, kernel-default-hmac, kernel-desktop-devel, kernel-ec2, kernel-ec2-base, kernel-ec2-devel, kernel-ec2-extra, kernel-ec2-hmac, kernel-pae, kernel-pae-base, kernel-pae-devel, kernel-pae-extra, kernel-pae-hmac, kernel-source, kernel-source-vanilla, kernel-syms, kernel-trace, kernel-trace-base, kernel-trace-devel, kernel-trace-extra, kernel-trace-hmac, kernel-xen, kernel-xen-base, kernel-xen-devel, kernel-xen-extra, kernel-xen-hmac, ocfs2-kmp-default, ocfs2-kmp-pae, ocfs2-kmp-trace, ocfs2-kmp-xen, xen-kmp-default, xen-kmp-pae, xen-kmp-trace Products: SLE-DEBUGINFO 11-SP3 (i386) SLE-DESKTOP 11-SP3 (i386) SLE-HAE 11-SP3 (i386) SLE-SERVER 11-SP3 (i386) SLES4VMWARE 11-SP3 (i386) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c31 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |208 |208 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |210 |210 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |206 |206 | |maint:released:sle11-sp3:54 | |213 --- Comment #31 from Swamp Workflow Management <swamp@suse.de> 2013-09-20 22:06:43 UTC --- Update released for: kernel-default-extra, kernel-ppc64-extra Products: SLE-SERVER 11-EXTRA (ppc64) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c32 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |208 |208 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |210 |210 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |206 |206 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |213 |213 | |maint:released:sle11-sp3:54 | |215 --- Comment #32 from Swamp Workflow Management <swamp@suse.de> 2013-09-21 01:06:11 UTC --- Update released for: kernel-default-extra, kernel-xen-extra Products: SLE-SERVER 11-EXTRA (x86_64) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c33 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |208 |208 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |210 |210 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |206 |206 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |213 |213 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |215 |215 | |maint:released:sle11-sp3:54 | |212 --- Comment #33 from Swamp Workflow Management <swamp@suse.de> 2013-09-21 04:09:41 UTC --- Update released for: kernel-default-extra Products: SLE-SERVER 11-EXTRA (ia64) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c34 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |208 |208 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |210 |210 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |206 |206 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |213 |213 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |215 |215 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |212 |212 | |maint:released:sle11-sp3:54 | |214 --- Comment #34 from Swamp Workflow Management <swamp@suse.de> 2013-09-21 05:09:50 UTC --- Update released for: kernel-default-extra Products: SLE-SERVER 11-EXTRA (s390x) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c35 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |208 |208 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |210 |210 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |206 |206 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |213 |213 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |215 |215 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |212 |212 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |214 |214 | |maint:released:sle11-sp3:54 | |211 --- Comment #35 from Swamp Workflow Management <swamp@suse.de> 2013-09-21 06:10:40 UTC --- Update released for: kernel-default-extra, kernel-pae-extra, kernel-xen-extra Products: SLE-SERVER 11-EXTRA (i386) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c36 Will Stephenson <wstephenson@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maintenance@opensuse.org --- Comment #36 from Will Stephenson <wstephenson@suse.com> 2013-09-25 08:02:02 UTC --- Confirmed that the Kernel:openSUSE_12.3 package fixes the bug in 12.3. Any chance of an online update to spread the fix? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c37 --- Comment #37 from Marcus Meissner <meissner@suse.com> 2013-09-25 08:57:06 UTC --- was submitted, so we will do one now. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |208 |208 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |210 |210 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |206 |206 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |213 |213 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |215 |215 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |212 |212 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |214 |214 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |211 |211 Status Whiteboard| |obs:running:2034:moderate -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c38 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |208 |208 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |210 |210 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |206 |206 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |213 |213 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |215 |215 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |212 |212 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |214 |214 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |211 |211 Status Whiteboard|obs:running:2034:moderate |obs:running:2034:moderate | |maint:released:sle11-sp3:54 | |641 --- Comment #38 from Swamp Workflow Management <swamp@suse.de> 2013-10-07 17:02:52 UTC --- Update released for: cluster-network-kmp-rt, cluster-network-kmp-rt_trace, drbd-kmp-rt, drbd-kmp-rt_trace, iscsitarget-kmp-rt, iscsitarget-kmp-rt_trace, kernel-rt, kernel-rt-base, kernel-rt-debuginfo, kernel-rt-debugsource, kernel-rt-devel, kernel-rt-devel-debuginfo, kernel-rt-extra, kernel-rt-hmac, kernel-rt_trace, kernel-rt_trace-base, kernel-rt_trace-debuginfo, kernel-rt_trace-debugsource, kernel-rt_trace-devel, kernel-rt_trace-devel-debuginfo, kernel-rt_trace-extra, kernel-rt_trace-hmac, kernel-source-rt, kernel-syms-rt, lttng-modules-kmp-rt, lttng-modules-kmp-rt_trace, ocfs2-kmp-rt, ocfs2-kmp-rt_trace, ofed-kmp-rt, ofed-kmp-rt_trace Products: SLE-DEBUGINFO 11-SP3 (x86_64) SLE-RT 11-SP3 (x86_64) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=801341 https://bugzilla.novell.com/show_bug.cgi?id=801341#c39 --- Comment #39 from Swamp Workflow Management <swamp@suse.de> 2013-12-30 20:04:36 UTC --- openSUSE-SU-2013:1971-1: An update that solves 34 vulnerabilities and has 19 fixes is now available. Category: security (moderate) Bug References: 799516,801341,802347,804198,807153,807188,807471,808827,809906,810144,810473,811882,812116,813733,813889,814211,814336,814510,815256,815320,816668,816708,817651,818053,818561,821612,821735,822575,822579,823267,823342,823517,823633,823797,824171,824295,826102,826350,826374,827749,827750,828119,828191,828714,829539,831058,831956,832615,833321,833585,834647,837258,838346 CVE References: CVE-2013-0914,CVE-2013-1059,CVE-2013-1819,CVE-2013-1929,CVE-2013-1979,CVE-2013-2141,CVE-2013-2148,CVE-2013-2164,CVE-2013-2206,CVE-2013-2232,CVE-2013-2234,CVE-2013-2237,CVE-2013-2546,CVE-2013-2547,CVE-2013-2548,CVE-2013-2634,CVE-2013-2635,CVE-2013-2851,CVE-2013-2852,CVE-2013-3222,CVE-2013-3223,CVE-2013-3224,CVE-2013-3226,CVE-2013-3227,CVE-2013-3228,CVE-2013-3229,CVE-2013-3230,CVE-2013-3231,CVE-2013-3232,CVE-2013-3233,CVE-2013-3234,CVE-2013-3235,CVE-2013-3301,CVE-2013-4162 Sources used: openSUSE 12.3 (src): kernel-docs-3.7.10-1.24.1, kernel-source-3.7.10-1.24.1, kernel-syms-3.7.10-1.24.1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=801341 Swamp Workflow Management <swamp@suse.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Whiteboard|maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |208 |208 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |210 |210 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |206 |206 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |213 |213 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |215 |215 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |212 |212 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |214 |214 |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |211 |211 |obs:running:2034:moderate |maint:released:sle11-sp3:54 |maint:released:sle11-sp3:54 |641 |641 | -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com