Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756981Ab0LRRCm (ORCPT ); Sat, 18 Dec 2010 12:02:42 -0500 Received: from smtp6-g21.free.fr ([212.27.42.6]:36483 "EHLO smtp6-g21.free.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756867Ab0LRRCk convert rfc822-to-8bit (ORCPT ); Sat, 18 Dec 2010 12:02:40 -0500 From: Romain Francoise To: Mike Galbraith Cc: Christian Hesse , linux-kernel@vger.kernel.org Subject: Re: Thunar crashes kernel Organization: orebokech dot com References: <20101218005526.177e1617@leda.vpn.lugor.de> <1292646773.7406.19.camel@marge.simson.net> X-Face: }9mYu,e_@+e!`Z-P5kVXa3\_b:hdJ"B)ww[&=b<2=awG:GOIM (Mike Galbraith's message of "Sat, 18 Dec 2010 05:32:53 +0100") Message-ID: <87y67nt3o8.fsf@elegiac.orebokech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3326 Lines: 44 Mike Galbraith writes: > Attached is a quilt tarball of what I've got plugged into 36.2 > here if you want to try it. FWIW, I added fix_skip_clock_update.diff on top of what I was running previously (2.6.36.2 + the two patches you posted previously and are included in the tarball), and the WARN_ON_ONCE(test_tsk_need_resched(next)); triggers on two machines. It looks like this: [ 2712.156085] ------------[ cut here ]------------ [ 2712.156097] WARNING: at /home/romain/tmp/linux/linux-2.6-2.6.36/debian/build/source_amd64_none/kernel/sched.c:3807 schedule+0x448/0x5f9() [ 2712.156102] Hardware name: [ 2712.156105] Modules linked in: authenc xfrm6_mode_tunnel xfrm4_mode_tunnel deflate zlib_deflate ctr twofish_generic twofish_x86_64 twofish_common camellia serpent blowfish cast5 des_generic xcbc rmd160 sha512_generic sha1_generic hmac crypto_null xfrm_user xfrm4_tunnel tunnel4 ipcomp xfrm_ipcomp esp4 ah4 af_key ext4 jbd2 crc16 cpufreq_userspace cpufreq_stats cpufreq_conservative cpufreq_powersave xt_tcpudp nf_conntrack_ipv4 nf_defrag_ipv4 xt_state nf_conntrack iptable_filter ip_tables x_tables coretemp acpi_cpufreq mperf loop sha256_generic aes_x86_64 aes_generic cbc dm_crypt dm_mod i915 ftdi_sio snd_hda_codec_realtek drm_kms_helper drm snd_hda_intel snd_hda_codec usbserial tpm_tis i2c_i801 tpm snd_pcsp i2c_algo_bit i2c_core rng_core tpm_bios snd_hwdep snd_pcm video psmouse parport_pc parport output snd_timer snd evdev soundcore serio_raw snd_page_alloc led_class processor button ext3 jbd mbcache raid1 md_mod sd_mod crc_t10dif ata_generic uhci_hcd thermal thermal_sys ata_piix ehci_hcd floppy r8169 usbcore mii libata scsi_mod nls_base [last unloaded: scsi_wait_scan] [ 2712.156225] Pid: 2958, comm: tmux Not tainted 2.6.36-ore-amd64 #1 [ 2712.156229] Call Trace: [ 2712.156236] [] ? warn_slowpath_common+0x78/0x8c [ 2712.156242] [] ? schedule+0x448/0x5f9 [ 2712.156248] [] ? schedule_timeout+0xa0/0xd7 [ 2712.156254] [] ? process_timeout+0x0/0xb [ 2712.156261] [] ? sys_epoll_wait+0x17f/0x267 [ 2712.156268] [] ? default_wake_function+0x0/0xf [ 2712.156274] [] ? system_call_fastpath+0x16/0x1b [ 2712.156279] ---[ end trace 06ece612984887c2 ]--- On the other machine: [ 6279.152199] Pid: 29865, comm: kworker/0:2 Tainted: P 2.6.36-ore-amd64 #1 [ 6279.152201] Call Trace: [ 6279.152207] [] ? warn_slowpath_common+0x78/0x8c [ 6279.152211] [] ? schedule+0x448/0x5f9 [ 6279.152215] [] ? worker_thread+0x23b/0x240 [ 6279.152218] [] ? worker_thread+0x0/0x240 [ 6279.152221] [] ? worker_thread+0x0/0x240 [ 6279.152225] [] ? kthread+0x7a/0x82 [ 6279.152228] [] ? kernel_thread_helper+0x4/0x10 [ 6279.152232] [] ? kthread+0x0/0x82 [ 6279.152234] [] ? kernel_thread_helper+0x0/0x10 [ 6279.152237] ---[ end trace 5be61ee2b4fbcfdd ]--- -- 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/