login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
February
»
22
Re: [patch 13/18] V4L: cx88: Fix lockup on suspend
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Michael Krufky
Subject:
Re: [patch 13/18] V4L: cx88: Fix lockup on suspend
Date: Wednesday, February 21, 2007 - 6:14 pm
Greg KH wrote:
quoted text
> -stable review patch. If anyone has any objections, please let us know. > > ------------------ > From: Robert Hancock <hancockr@shaw.ca> > > Suspending with the cx88xx module loaded causes the system to lock up > because the cx88_audio_thread kthread was missing a try_to_freeze() > call, which caused it to go into a tight loop and result in softlockup > when suspending. Fix that. > > (cherry picked from commit a96afb3e9428f2e7463344f12dbc85faf08e2e09) > > Signed-off-by: Robert Hancock <hancockr@shaw.ca> > Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> > Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> > Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> >
Please drop this one... I shouldn't have sent it to 2.6.18.y nor 2.6.19.y ... tree-mixup :-/ Sorry about that... -Mike Krufky
quoted text
> --- > drivers/media/video/cx88/cx88-tvaudio.c | 2 ++ > 1 file changed, 2 insertions(+) > > --- linux-2.6.18.7.orig/drivers/media/video/cx88/cx88-tvaudio.c > +++ linux-2.6.18.7/drivers/media/video/cx88/cx88-tvaudio.c > @@ -38,6 +38,7 @@ > #include <linux/module.h> > #include <linux/moduleparam.h> > #include <linux/errno.h> > +#include <linux/freezer.h> > #include <linux/kernel.h> > #include <linux/slab.h> > #include <linux/mm.h> > @@ -979,6 +980,7 @@ int cx88_audio_thread(void *data) > msleep_interruptible(1000); > if (kthread_should_stop()) > break; > + try_to_freeze(); > > /* just monitor the audio status for now ... */ > memset(&t, 0, sizeof(t)); > > --
-
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[patch 00/18] 2.6.18-stable review
, Greg KH
, (Tue Feb 20, 6:49 pm)
[patch 01/18] bcm43xx: Fix for oops on resume
, Greg KH
, (Tue Feb 20, 6:49 pm)
[patch 02/18] bcm43xx: Fix for oops on ampdu status
, Greg KH
, (Tue Feb 20, 6:49 pm)
[patch 03/18] Dont leak NT bit into next task
, Greg KH
, (Tue Feb 20, 6:49 pm)
[patch 04/18] SCSI: add missing cdb clearing in scsi_execute()
, Greg KH
, (Tue Feb 20, 6:50 pm)
[patch 05/18] IB/srp: Fix FMR mapping for 32-bit kernels a ...
, Greg KH
, (Tue Feb 20, 6:50 pm)
[patch 06/18] i2c: fix broken ds1337 initialization
, Greg KH
, (Tue Feb 20, 6:50 pm)
[patch 07/18] grow_buffers() infinite loop fix (CVE-2006-5 ...
, Greg KH
, (Tue Feb 20, 6:50 pm)
[patch 08/18] hfs_fill_super returns success even if no ro ...
, Greg KH
, (Tue Feb 20, 6:50 pm)
[patch 09/18] IB/mad: Fix race between cancel and receive ...
, Greg KH
, (Tue Feb 20, 6:50 pm)
[patch 10/18] dvb-core: fix bug in CRC-32 checking on 64-b ...
, Greg KH
, (Tue Feb 20, 6:50 pm)
[patch 11/18] v4l: cx2341x audio_properties is an u16, not u8
, Greg KH
, (Tue Feb 20, 6:50 pm)
[patch 12/18] v4l: cx88: Fix leadtek_eeprom tagging
, Greg KH
, (Tue Feb 20, 6:50 pm)
[patch 13/18] V4L: cx88: Fix lockup on suspend
, Greg KH
, (Tue Feb 20, 6:51 pm)
[patch 14/18] V4L: Fix quickcam communicator driver for bi ...
, Greg KH
, (Tue Feb 20, 6:51 pm)
[patch 15/18] V4L: fix ks0127 status flags
, Greg KH
, (Tue Feb 20, 6:51 pm)
[patch 16/18] V4L: tveeprom: autodetect LG TAPC G701D as t ...
, Greg KH
, (Tue Feb 20, 6:51 pm)
[patch 17/18] V4L: buf_qbuf: fix videobuf_queue->stream co ...
, Greg KH
, (Tue Feb 20, 6:51 pm)
[patch 18/18] x86_64: fix 2.6.18 regression - PTRACE_OLDSE ...
, Greg KH
, (Tue Feb 20, 6:51 pm)
Re: [patch 00/18] 2.6.18-stable review
, S.Çağlar
, (Wed Feb 21, 4:55 am)
Re: [stable] [patch 00/18] 2.6.18-stable review
, Greg KH
, (Wed Feb 21, 10:34 am)
Re: [stable] [patch 00/18] 2.6.18-stable review
, S.Çağlar
, (Wed Feb 21, 11:30 am)
Re: [stable] [patch 00/18] 2.6.18-stable review
, Ismail
, (Wed Feb 21, 11:45 am)
Re: [patch 13/18] V4L: cx88: Fix lockup on suspend
, Michael Krufky
, (Wed Feb 21, 6:14 pm)
Re: [stable] [patch 00/18] 2.6.18-stable review
, Willy Tarreau
, (Wed Feb 21, 10:42 pm)
Re: [patch 01/18] bcm43xx: Fix for oops on resume
, Pavel Machek
, (Thu Feb 22, 10:25 pm)
Re: [patch 00/18] 2.6.18-stable review
, Hugh Dickins
, (Fri Feb 23, 1:21 pm)
Re: [stable] [patch 00/18] 2.6.18-stable review
, Chris Wright
, (Fri Feb 23, 1:34 pm)
Re: [stable] [patch 00/18] 2.6.18-stable review
, Hugh Dickins
, (Fri Feb 23, 2:13 pm)
Re: [patch 13/18] V4L: cx88: Fix lockup on suspend
, Greg KH
, (Fri Feb 23, 4:50 pm)
Re: [patch 01/18] bcm43xx: Fix for oops on resume
, Larry Finger
, (Sat Feb 24, 7:30 pm)
Re: [patch 01/18] bcm43xx: Fix for oops on resume
, Andrew Morton
, (Sun Feb 25, 1:53 am)
Re: [stable] [patch 00/18] 2.6.18-stable review
, Adrian Bunk
, (Sun Feb 25, 5:00 pm)
Re: [patch 00/18] 2.6.18-stable review
, Adrian Bunk
, (Sun Feb 25, 5:18 pm)
Re: [patch 00/18] 2.6.18-stable review
, S.Çağlar
, (Mon Mar 5, 6:44 am)
Re: [patch 00/18] 2.6.18-stable review
, Greg KH
, (Mon Mar 5, 12:26 pm)
Re: [patch 00/18] 2.6.18-stable review
, S.Çağlar
, (Mon Mar 5, 1:13 pm)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
FUJITA Tomonori
Re: [Scst-devel] Integration of SCST in the mainstream Linux kernel
Ingo Molnar
Re: [RFC/RFT PATCH] sched: automated per tty task groups
Uwe Kleine-König
Re: [PATCH v2] ARM: allow, but warn, when issuing ioremap() on RAM
Josef Bacik
[PATCH] fallocate.2: add FALLOC_FL_PUNCH_HOLE flag definition
Andrew Morton
Re: [PATCH v3 0/4] Introduce hardware spinlock framework
git
:
Stefan Richter
Re: [kernel.org users] [RFD] On deprecating "git-foo" for builtins
Bert Wesarg
[TopGit PATCH v3 06/12] list_deps: accept -i/-w
Junio C Hamano
Re: [PATCH] Detached HEAD (experimental)
A Large Angry SCM
Re: [RFC] origin link for cherry-pick and revert
Petr Baudis
Re: PPC SHA-1 Updates in "pu"
git-commits-head
:
Linux Kernel Mailing List
libata: disable ATAPI AN by default
Linux Kernel Mailing List
ARM: 5905/1: ARM: Global ASID allocation on SMP
Linux Kernel Mailing List
misc: replace remaining __FUNCTION__ with __func__
Linux Kernel Mailing List
Disallow gcc versions 4.1.{0,1}
Linux Kernel Mailing List
timer: Try to survive timer callback preempt_count leak
linux-netdev
:
Arnaldo Carvalho de Melo
Re: [PATCH 06/37] dccp: Limit feature negotiation to connection setup phase
Gerrit Renker
[PATCH 1/5] dccp: Initialisation framework for feature negotiation
Daniel Lezcano
getsockopt(TCP_DEFER_ACCEPT) value change
David Miller
Re: 2.6.27.18: bnx2/tg3: BUG: "scheduling while atomic" trying to ifenslave a seco...
David Miller
Re: [PATCH 1/5] dccp: Mechanism to resolve CCID dependencies
openbsd-misc
:
Boris Goldberg
Re: HP ProLiant DL320 v. Sun Fire V125
Darrin Chandler
Re: strange output on openbsd C code
Stuart Henderson
Re: Kuro5hin: OpenBSD Founder Theo deRaadt Has Conflict of Interest With AMD
Nick Holland
Re: Install OpenBSD from USB ?
Karel Kulhavy
Re: No Blob without Puffy
Colocation donated by:
Syndicate