mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andi Kleen <andi@firstfloor.org>
To: tom.leiming@gmail.com, ajay.gupta@ti.com,
	sshtylyov@ru.mvista.com, gadiyar@ti.com, balbi@ti.com,
	gregkh@suse.de, ak@linux.intel.com, linux-kernel@vger.kernel.org,
	stable@kernel.org
Subject: [PATCH] [147/223] usb: musb: fix kernel oops when loading musb_hdrc module for the 2nd time
Date: Mon, 13 Dec 2010 00:47:30 +0100 (CET)	[thread overview]
Message-ID: <20101212234730.43F88B27BF@basil.firstfloor.org> (raw)
In-Reply-To: <201012131244.547034648@firstfloor.org>

2.6.35-longterm review patch.  If anyone has any objections, please let me know.

------------------
From: Ming Lei <tom.leiming@gmail.com>

commit b212091474a5f967979e62c5c24687ee4d0342d9 upstream.

musb driver still may write MUSB_DEVCTL register after clock is disabled
in musb_platform_exit, which may cause the kernel oops[1] when musb_hdrc
module is loaded for the 2nd time.

The patch fixes the kernel oops in this case.

[1] kernel oops when loading musb_hdrc module for the 2nd time

[   93.380279] musb_hdrc: version 6.0, musb-dma, otg (peripheral+host), debug=5
[   93.387847] bus: 'platform': add driver musb_hdrc
[   93.388153] bus: 'platform': driver_probe_device: matched device musb_hdrc with driver musb_hdrc
[   93.388183] bus: 'platform': really_probe: probing driver musb_hdrc with device musb_hdrc
[   93.405090] HS USB OTG: revision 0x33, sysconfig 0x2010, sysstatus 0x1, intrfsel 0x1, simenable  0x0
[   93.405364] musb_hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
[   93.405395] musb_hdrc: MHDRC RTL version 1.400
[   93.405426] musb_hdrc: setup fifo_mode 3
[   93.405456] musb_hdrc: 7/31 max ep, 3648/16384 memory
[   93.405487] musb_core_init 1524: musb_hdrc: hw_ep 0shared, max 64
[   93.405487] musb_core_init 1524: musb_hdrc: hw_ep 1tx, doublebuffer, max 512
[   93.405517] musb_core_init 1533: musb_hdrc: hw_ep 1rx, doublebuffer, max 512
[   93.405548] musb_core_init 1524: musb_hdrc: hw_ep 2tx, max 512
[   93.405578] musb_core_init 1533: musb_hdrc: hw_ep 2rx, max 512
[   93.405578] musb_core_init 1524: musb_hdrc: hw_ep 3shared, max 256
[   93.405609] musb_core_init 1524: musb_hdrc: hw_ep 4shared, max 256
[   93.405853] musb_platform_try_idle 133: b_idle inactive, for idle timer for 7 ms
[   93.405944] device: 'gadget': device_add
[   93.406921] PM: Adding info for No Bus:gadget
[   93.406951] musb_init_controller 2136: OTG mode, status 0, dev80
[   93.407379] musb_do_idle 51: musb_do_idle: state=1
[   93.408233] musb_hdrc musb_hdrc: USB OTG mode controller at fa0ab000 using DMA, IRQ 92
[   93.416656] driver: 'musb_hdrc': driver_bound: bound to device 'musb_hdrc'
[   93.416687] bus: 'platform': really_probe: bound device musb_hdrc to driver musb_hdrc
[  124.486938] bus: 'platform': remove driver musb_hdrc
[  124.490509] twl4030_usb twl4030_usb: twl4030_phy_suspend
[  124.491424] device: 'gadget': device_unregister
[  124.491424] PM: Removing info for No Bus:gadget
[  124.495269]  gadget: musb_gadget_release
[  124.498992] driver: 'musb_hdrc': driver_release
[  129.569366] musb_hdrc: version 6.0, musb-dma, otg (peripheral+host), debug=5
[  129.576934] bus: 'platform': add driver musb_hdrc
[  129.577209] bus: 'platform': driver_probe_device: matched device musb_hdrc with driver musb_hdrc
[  129.577239] bus: 'platform': really_probe: probing driver musb_hdrc with device musb_hdrc
[  129.592651] twl4030_usb twl4030_usb: twl4030_phy_resume
[  129.592681] Unhandled fault: external abort on non-linefetch (0x1028) at 0xfa0ab404
[  129.600830] Internal error: : 1028 [#1]
[  129.604858] last sysfs file: /sys/devices/platform/i2c_omap.3/i2c-3/i2c-dev/i2c-3/dev
[  129.613067] Modules linked in: musb_hdrc(+) [last unloaded: musb_hdrc]
[  129.619964] CPU: 0    Not tainted  (2.6.36-next-20101021+ #372)
[  129.626281] PC is at musb_platform_init+0xb0/0x1c8 [musb_hdrc]
[  129.632415] LR is at mark_held_locks+0x64/0x94
[  129.637084] pc : [<bf032198>]    lr : [<c00ad7c4>]    psr: 20000013
[  129.637084] sp : c6d5fcb0  ip : c6d5fc38  fp : c6d5fcd4
[  129.649139] r10: c6e72180  r9 : fa0ab000  r8 : c05612e8
[  129.654602] r7 : 0000005c  r6 : c0559cc8  r5 : c6e72180  r4 : c0561548
[  129.661468] r3 : 04d60047  r2 : fa0ab000  r1 : c07169d8  r0 : 00000000
[  129.668304] Flags: nzCv  IRQs on  FIQs on  Mode SVC_32  ISA ARM  Segment user
[  129.675811] Control: 10c5387d  Table: 86e4c019  DAC: 00000015
[  129.681823] Process insmod (pid: 554, stack limit = 0xc6d5e2f0)
[  129.688049] Stack: (0xc6d5fcb0 to 0xc6d60000)
[  129.692626] fca0:                                     fa0ab000 c0555c54 c6d5fcd4 c0561548
[  129.701202] fcc0: 00000003 c05612e0 c6d5fe04 c6d5fcd8 bf03140c bf0320f4 c6d5fd9c c6d5fce8
[  129.709808] fce0: c015cb94 c041448c c06d9d10 ffffffff c6d5fd14 c6d5fd00 c00adbec c6d5fd40
[  129.718383] fd00: c015d478 c6d5fdb0 c6d5fd24 c00a9d18 c6d5e000 60000013 bf02a4ac c05612bc
[  129.726989] fd20: c0414fb4 c00a9cf0 c6d5fd54 c6d5fd38 c015bbdc c0244280 c6e8b7b0 c7929330
[  129.735565] fd40: c6d5fdb0 c6d5fdb0 c6d5fd7c c6e7227c c015c010 c015bb90 c015c2ac c6d5fdb0
[  129.744171] fd60: c7929330 c6d5fdb0 c7929330 c6e8b7b0 c6d5fd9c 00000000 c7929330 c6e8b7b0
[  129.752746] fd80: c6d5fdb0 00000000 00000001 00000000 c6d5fde4 c6d5fda0 c015d478 c015cb74
[  129.761322] fda0: c056138c 00000000 c6d5fdcc c6d5fdb8 c7929330 00000000 c056138c c05612e8
[  129.769927] fdc0: 00000000 c05612f0 c0c5d62c c06f6e00 c73217c0 00000000 c6d5fdf4 c05612e8
[  129.778503] fde0: c05612e8 bf02a2e4 c0c5d62c c06f6e00 c73217c0 00000000 c6d5fe14 c6d5fe08
[  129.787109] fe00: c029a398 bf0311c8 c6d5fe4c c6d5fe18 c0299120 c029a384 c7919140 22222222
[  129.795684] fe20: c6d5fe4c c05612e8 c056131c bf02a2e4 c0299278 c06f6e00 c73217c0 00000000
[  129.804290] fe40: c6d5fe6c c6d5fe50 c0299314 c0299020 00000000 c6d5fe70 bf02a2e4 c0299278
[  129.812866] fe60: c6d5fe94 c6d5fe70 c02987d4 c0299284 c7825060 c78c6618 00000000 bf02a2e4
[  129.821441] fe80: c06e4c98 00000000 c6d5fea4 c6d5fe98 c0298ea4 c0298778 c6d5fedc c6d5fea8
[  129.830047] fea0: c0297f84 c0298e8c bf02716c 000b9008 bf02a2e4 bf02a2d0 000b9008 bf02a2e4
[  129.838623] fec0: 00000000 c06f6e00 bf031000 00000000 c6d5fefc c6d5fee0 c0299614 c0297ec0
[  129.847229] fee0: bf02a2d0 000b9008 bf02a388 00000000 c6d5ff0c c6d5ff00 c029a868 c02995a8
[  129.855804] ff00: c6d5ff24 c6d5ff10 c029a88c c029a818 0010281c 000b9008 c6d5ff34 c6d5ff28
[  129.864410] ff20: bf03104c c029a878 c6d5ff7c c6d5ff38 c00463dc bf03100c 00000000 00000000
[  129.872985] ff40: 00000000 0010281c 000b9008 bf02a388 00000000 0010281c 000b9008 bf02a388
[  129.881591] ff60: 00000000 c00521c8 c6d5e000 00000000 c6d5ffa4 c6d5ff80 c00bb9b8 c00463ac
[  129.890167] ff80: c00adc88 c00ada68 00097e8e bebbfcf4 0010281c 00000080 00000000 c6d5ffa8
[  129.898742] ffa0: c0052000 c00bb908 00097e8e bebbfcf4 402c9008 0010281c 000b9008 bebbfe5a
[  129.907348] ffc0: 00097e8e bebbfcf4 0010281c 00000080 00000014 bebbfcf4 bebbfe06 0000005b
[  129.915924] ffe0: bebbf9a0 bebbf990 0001a108 40263ec0 60000010 402c9008 011b0000 0000007c
[  129.924499] Backtrace:
[  129.927185] [<bf0320e8>] (musb_platform_init+0x0/0x1c8 [musb_hdrc]) from [<bf03140c>] (musb_probe+0x250/0xf2c [musb_hdrc])
[  129.938781]  r6:c05612e0 r5:00000003 r4:c0561548
[  129.943695] [<bf0311bc>] (musb_probe+0x0/0xf2c [musb_hdrc]) from [<c029a398>] (platform_drv_probe+0x20/0x24)
[  129.954040] [<c029a378>] (platform_drv_probe+0x0/0x24) from [<c0299120>] (driver_probe_device+0x10c/0x264)
[  129.964172] [<c0299014>] (driver_probe_device+0x0/0x264) from [<c0299314>] (__driver_attach+0x9c/0xa0)
[  129.973968] [<c0299278>] (__driver_attach+0x0/0xa0) from [<c02987d4>] (bus_for_each_dev+0x68/0x94)
[  129.983367]  r7:c0299278 r6:bf02a2e4 r5:c6d5fe70 r4:00000000
[  129.989349] [<c029876c>] (bus_for_each_dev+0x0/0x94) from [<c0298ea4>] (driver_attach+0x24/0x28)
[  129.998565]  r7:00000000 r6:c06e4c98 r5:bf02a2e4 r4:00000000
[  130.004547] [<c0298e80>] (driver_attach+0x0/0x28) from [<c0297f84>] (bus_add_driver+0xd0/0x274)
[  130.013671] [<c0297eb4>] (bus_add_driver+0x0/0x274) from [<c0299614>] (driver_register+0x78/0x158)
[  130.023101] [<c029959c>] (driver_register+0x0/0x158) from [<c029a868>] (platform_driver_register+0x5c/0x60)
[  130.033325]  r7:00000000 r6:bf02a388 r5:000b9008 r4:bf02a2d0
[  130.039276] [<c029a80c>] (platform_driver_register+0x0/0x60) from [<c029a88c>] (platform_driver_probe+0x20/0xa8)
[  130.050018] [<c029a86c>] (platform_driver_probe+0x0/0xa8) from [<bf03104c>] (musb_init+0x4c/0x54 [musb_hdrc])
[  130.060424]  r5:000b9008 r4:0010281c
[  130.064239] [<bf031000>] (musb_init+0x0/0x54 [musb_hdrc]) from [<c00463dc>] (do_one_initcall+0x3c/0x1c0)
[  130.074218] [<c00463a0>] (do_one_initcall+0x0/0x1c0) from [<c00bb9b8>] (sys_init_module+0xbc/0x1d0)
[  130.083709] [<c00bb8fc>] (sys_init_module+0x0/0x1d0) from [<c0052000>] (ret_fast_syscall+0x0/0x3c)
[  130.093109]  r7:00000080 r6:0010281c r5:bebbfcf4 r4:00097e8e
[  130.099090] Code: 0a000046 e3a01001 e12fff33 e59520e4 (e5923404)
[  130.105621] ---[ end trace 1d0bd69deb79164d ]---

Cc: Ajay Kumar Gupta <ajay.gupta@ti.com>
Cc: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Cc: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Ming Lei <tom.leiming@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Andi Kleen <ak@linux.intel.com>

---
 drivers/usb/musb/musb_core.c |    1 -
 1 file changed, 1 deletion(-)

Index: linux/drivers/usb/musb/musb_core.c
===================================================================
--- linux.orig/drivers/usb/musb/musb_core.c
+++ linux/drivers/usb/musb/musb_core.c
@@ -2244,7 +2244,6 @@ static int __exit musb_remove(struct pla
 #endif
 	musb_writeb(musb->mregs, MUSB_DEVCTL, 0);
 	musb_platform_exit(musb);
-	musb_writeb(musb->mregs, MUSB_DEVCTL, 0);
 
 	musb_free(musb);
 	iounmap(ctrl_base);

  parent reply	other threads:[~2010-12-13  0:03 UTC|newest]

Thread overview: 251+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-12 23:44 [PATCH] [0/223] 2.6.35.10 longterm review Andi Kleen
2010-12-12 23:44 ` [PATCH] [1/223] block: Ensure physical block size is unsigned int Andi Kleen
2010-12-12 23:44 ` [PATCH] [2/223] block: Fix race during disk initialization Andi Kleen
2010-12-12 23:44 ` [PATCH] [3/223] block: limit vec count in bio_kmalloc() and bio_alloc_map_data() Andi Kleen
2010-12-12 23:44 ` [PATCH] [4/223] block: take care not to overflow when calculating total iov length Andi Kleen
2010-12-12 23:44 ` [PATCH] [5/223] block: check for proper length of iov entries in blk_rq_map_user_iov() Andi Kleen
2010-12-12 23:45 ` [PATCH] [6/223] drm/radeon/kms: don't disable shared encoders on pre-DCE3 display blocks Andi Kleen
2010-12-12 23:45 ` [PATCH] [7/223] jme: Fix PHY power-off error Andi Kleen
2010-12-12 23:45 ` [PATCH] [8/223] irda: Fix parameter extraction stack overflow Andi Kleen
2010-12-12 23:45 ` [PATCH] [9/223] irda: Fix heap memory corruption in iriap.c Andi Kleen
2010-12-12 23:45 ` [PATCH] [10/223] cfg80211: fix BSS double-unlinking Andi Kleen
2010-12-12 23:45 ` [PATCH] [11/223] cfg80211: fix locking Andi Kleen
2010-12-12 23:45 ` [PATCH] [12/223] cfg80211: fix regression on processing country IEs Andi Kleen
2010-12-12 23:45 ` [PATCH] [13/223] mac80211: fix channel assumption for association done work Andi Kleen
2010-12-12 23:45 ` [PATCH] [14/223] mac80211: fix offchannel assumption upon association Andi Kleen
2010-12-12 23:45 ` [PATCH] [15/223] mac80211: Fix signal strength average initialization for CQM events Andi Kleen
2010-12-12 23:45 ` [PATCH] [16/223] mac80211: add helper for reseting the connection monitor Andi Kleen
2010-12-12 23:45 ` [PATCH] [17/223] mac80211: reset connection idle when going offchannel Andi Kleen
2010-12-12 23:45 ` [PATCH] [18/223] mac80211: make the beacon monitor available externally Andi Kleen
2010-12-12 23:45 ` [PATCH] [19/223] mac80211: send last 3/5 probe requests as unicast Andi Kleen
2010-12-12 23:45 ` [PATCH] [20/223] mac80211: disable beacon monitor while going offchannel Andi Kleen
2010-12-12 23:45 ` [PATCH] [21/223] mac80211: use correct station flags lock Andi Kleen
2010-12-12 23:45 ` [PATCH] [22/223] mac80211: clear txflags for ps-filtered frames Andi Kleen
2010-12-12 23:45 ` [PATCH] [23/223] mac80211: reset probe send counter upon connection timer reset Andi Kleen
2010-12-12 23:45 ` [PATCH] [24/223] mac80211: Fix ibss station got expired immediately Andi Kleen
2010-12-12 23:45 ` [PATCH] [25/223] mac80211: don't sanitize invalid rates Andi Kleen
2010-12-12 23:45 ` [PATCH] [26/223] mac80211: delete AddBA response timer Andi Kleen
2010-12-12 23:45 ` [PATCH] [27/223] isdn/gigaset: fix bas_gigaset AT read error handling Andi Kleen
2010-12-12 23:45 ` [PATCH] [28/223] isdn/gigaset: correct bas_gigaset rx buffer handling Andi Kleen
2010-12-12 23:45 ` [PATCH] [29/223] isdn/gigaset: bas_gigaset locking fix Andi Kleen
2010-12-12 23:45 ` [PATCH] [30/223] i2c-pca-platform: Change device name of request_irq Andi Kleen
2010-12-12 23:45 ` [PATCH] [31/223] viafb: fix i2c_transfer error handling Andi Kleen
2010-12-12 23:45 ` [PATCH] [32/223] drm/radeon/kms: register an i2c adapter name for the dp aux bus Andi Kleen
2010-12-12 23:45 ` [PATCH] [33/223] ALSA: hda - Fix wrong SPDIF NID assignment for CA0110 Andi Kleen
2010-12-12 23:45 ` [PATCH] [34/223] ALSA: hda - Add some workarounds for Creative IBG Andi Kleen
2010-12-12 23:45 ` [PATCH] [35/223] ALSA: OSS mixer emulation - fix locking Andi Kleen
2010-12-12 23:45 ` [PATCH] [37/223] powerpc: Fix call to subpage_protection() Andi Kleen
2010-12-12 23:45 ` [PATCH] [38/223] SUNRPC: After calling xprt_release(), we must restart from call_reserve Andi Kleen
2010-12-13 23:01   ` Trond Myklebust
2010-12-14 10:48     ` Andi Kleen
2010-12-12 23:45 ` [PATCH] [39/223] microblaze: Fix build with make 3.82 Andi Kleen
2010-12-12 23:45 ` [PATCH] [40/223] NFSv4: Don't call nfs4_reclaim_complete() on receiving NFS4ERR_STALE_CLIENTID Andi Kleen
2010-12-12 23:45 ` [PATCH] [41/223] NFSv4: Don't call nfs4_state_mark_reclaim_reboot() from error handlers Andi Kleen
2010-12-12 23:45 ` [PATCH] [42/223] NFSv4: Fix open recovery Andi Kleen
2010-12-12 23:45 ` [PATCH] [43/223] NFS: Don't SIGBUS if nfs_vm_page_mkwrite races with a cache invalidation Andi Kleen
2010-12-12 23:45 ` [PATCH] [44/223] drm/radeon/kms: MC vram map needs to be >= pci aperture size Andi Kleen
2010-12-12 23:45 ` [PATCH] [45/223] drm/radeon/kms: properly compute group_size on 6xx/7xx Andi Kleen
2010-12-12 23:45 ` [PATCH] [46/223] drm/radeon/kms: make sure blit addr masks are 64 bit Andi Kleen
2010-12-12 23:45 ` [PATCH] [47/223] drm/radeon/kms: fix handling of tex lookup disable in cs checker on r2xx Andi Kleen
2010-12-12 23:45 ` [PATCH] [48/223] drm/i915: Free hardware status page on unload when physically mapped Andi Kleen
2010-12-12 23:45 ` [PATCH] [49/223] drm/i915: diasable clock gating for the panel power sequencer Andi Kleen
2010-12-12 23:45 ` [PATCH] [50/223] drm/i915/overlay: Ensure that the reg_bo is in the GTT prior to writing Andi Kleen
2010-12-12 23:45 ` [PATCH] [51/223] pcnet_cs: add new_id Andi Kleen
2010-12-12 23:45 ` [PATCH] [52/223] SH: Add missing consts to sys_execve() declaration Andi Kleen
2010-12-12 23:45 ` [PATCH] [53/223] reiserfs: fix inode mutex - reiserfs lock misordering Andi Kleen
2010-12-12 23:45 ` [PATCH] [54/223] reiserfs: don't acquire lock recursively in reiserfs_acl_chmod Andi Kleen
2010-12-12 23:45 ` [PATCH] [55/223] staging: rt2870: Add new USB ID for Belkin F6D4050 v1 Andi Kleen
2010-12-12 23:45 ` [PATCH] [56/223] Staging: asus_oled: fix up some sysfs attribute permissions Andi Kleen
2010-12-12 23:45 ` [PATCH] [57/223] Staging: asus_oled: fix up my fixup for " Andi Kleen
2010-12-12 23:45 ` [PATCH] [58/223] ALSA: hda: Use hp-laptop quirk to enable headphones automute for Asus A52J Andi Kleen
2010-12-12 23:45 ` [PATCH] [59/223] Staging: line6: fix up some sysfs attribute permissions Andi Kleen
2010-12-12 23:45 ` [PATCH] [60/223] hpet: fix unwanted interrupt due to stale irq status bit Andi Kleen
2010-12-12 23:45 ` [PATCH] [61/223] hpet: unmap unused I/O space Andi Kleen
2010-12-12 23:46 ` [PATCH] [62/223] olpc_battery: Fix endian neutral breakage for s16 values Andi Kleen
2010-12-12 23:46 ` [PATCH] [63/223] percpu: fix list_head init bug in __percpu_counter_init() Andi Kleen
2010-12-12 23:46 ` [PATCH] [64/223] hostfs: fix UML crash: remove f_spare from hostfs Andi Kleen
2010-12-12 23:51   ` Richard Weinberger
2010-12-12 23:57     ` Andi Kleen
2010-12-12 23:46 ` [PATCH] [65/223] ipmi: proper spinlock initialization Andi Kleen
2010-12-12 23:46 ` [PATCH] [66/223] um: remove PAGE_SIZE alignment in linker script causing kernel segfault Andi Kleen
2010-12-12 23:46 ` [PATCH] [67/223] um: fix global timer issue when using CONFIG_NO_HZ Andi Kleen
2010-12-12 23:46 ` [PATCH] [68/223] numa: fix slab_node(MPOL_BIND) Andi Kleen
2010-12-12 23:46 ` [PATCH] [69/223] hwmon: (lm85) Fix ADT7468 frequency table Andi Kleen
2010-12-12 23:46 ` [PATCH] [70/223] oprofile: Fix the hang while taking the cpu offline Andi Kleen
2010-12-12 23:46 ` [PATCH] [71/223] mm: fix return value of scan_lru_pages in memory unplug Andi Kleen
2010-12-12 23:46 ` [PATCH] [72/223] mm, page-allocator: do not check the state of a non-existant buddy during free Andi Kleen
2010-12-12 23:46 ` [PATCH] [73/223] mm: fix is_mem_section_removable() page_order BUG_ON check Andi Kleen
2010-12-12 23:46 ` [PATCH] [74/223] agp/intel: Also add B43.1 to list of supported devices Andi Kleen
2010-12-12 23:46 ` [PATCH] [75/223] b43: Fix warning at drivers/mmc/core/core.c:237 in mmc_wait_for_cmd Andi Kleen
2010-12-12 23:46 ` [PATCH] [76/223] wireless: b43: fix error path in SDIO Andi Kleen
2010-12-12 23:46 ` [PATCH] [77/223] ssb: b43-pci-bridge: Add new vendor for BCM4318 Andi Kleen
2010-12-12 23:46 ` [PATCH] [78/223] drivers/misc/ad525x_dpot.c: fix typo in spi write16 and write24 transfer counts Andi Kleen
2010-12-12 23:46 ` [PATCH] [79/223] sgi-xpc: XPC fails to discover partitions with all nasids above 128 Andi Kleen
2010-12-12 23:46 ` [PATCH] [80/223] xen: ensure that all event channels start off bound to VCPU 0 Andi Kleen
2010-12-12 23:46 ` [PATCH] [81/223] xen: don't bother to stop other cpus on shutdown/reboot Andi Kleen
2010-12-12 23:46 ` [PATCH] [82/223] ipc: initialize structure memory to zero for compat functions Andi Kleen
2010-12-12 23:46 ` [PATCH] [83/223] ipc: shm: fix information leak to userland Andi Kleen
2010-12-12 23:46 ` [PATCH] [84/223] net: NETIF_F_HW_CSUM does not imply FCoE CRC offload Andi Kleen
2010-12-12 23:46 ` [PATCH] [85/223] drivers/char/vt_ioctl.c: fix VT_OPENQRY error value Andi Kleen
2010-12-12 23:46 ` [PATCH] [86/223] viafb: use proper register for colour when doing fill ops Andi Kleen
2010-12-12 23:46 ` [PATCH] [87/223] sata_via: apply magic FIFO fix to vt6420 too Andi Kleen
2010-12-12 23:46 ` [PATCH] [88/223] eCryptfs: Clear LOOKUP_OPEN flag when creating lower file Andi Kleen
2010-12-12 23:46 ` [PATCH] [89/223] ecryptfs: call vfs_setxattr() in ecryptfs_setxattr() Andi Kleen
2010-12-12 23:46 ` [PATCH] [90/223] md/raid1: really fix recovery looping when single good device fails Andi Kleen
2010-12-12 23:46 ` [PATCH] [91/223] md: fix return value of rdev_size_change() Andi Kleen
2010-12-12 23:46 ` [PATCH] [92/223] ALSA: hda: Use BIOS auto-parsing instead of existing model quirk for MEDION MD2 Andi Kleen
2010-12-12 23:46 ` [PATCH] [93/223] tty: prevent DOS in the flush_to_ldisc Andi Kleen
2010-12-12 23:46 ` [PATCH] [94/223] TTY: restore tty_ldisc_wait_idle Andi Kleen
2010-12-12 23:46 ` [PATCH] [95/223] tty_ldisc: Fix BUG() on hangup Andi Kleen
2010-12-12 23:46 ` [PATCH] [96/223] TTY: ldisc, fix open flag handling Andi Kleen
2010-12-12 23:46 ` [PATCH] [97/223] TTY: don't allow reopen when ldisc is changing Andi Kleen
2010-12-12 23:46 ` [PATCH] [98/223] TTY: open/hangup race fixup Andi Kleen
2010-12-13  9:26   ` Jiri Slaby
2010-12-13  9:48     ` Andi Kleen
2010-12-12 23:46 ` [PATCH] [99/223] usbnet: fix usb_autopm_get_interface failure(v1) Andi Kleen
2010-12-12 23:46 ` [PATCH] [100/223] HID: Fix for problems with eGalax/DWAV multi-touch-screen Andi Kleen
2010-12-12 23:46 ` [PATCH] [101/223] gspca - sonixj: Fix a regression of sensors hv7131r and mi0360 Andi Kleen
2010-12-12 23:46 ` [PATCH] [102/223] hdpvr: Add missing URB_NO_TRANSFER_DMA_MAP flag Andi Kleen
2010-12-12 23:46 ` [PATCH] [103/223] drivers/media/video/cx23885/cx23885-core.c: fix cx23885_dev_checkrevision() Andi Kleen
2010-12-12 23:46 ` [PATCH] [104/223] KVM: Write protect memory after slot swap Andi Kleen
2010-12-13  8:43   ` Avi Kivity
2010-12-13  8:58     ` Andi Kleen
2010-12-13  9:00       ` Avi Kivity
2010-12-13  9:03         ` Andi Kleen
2010-12-13  9:08           ` Avi Kivity
2010-12-13  9:12             ` Andi Kleen
2010-12-13  9:16               ` Avi Kivity
2010-12-13  9:45                 ` Andi Kleen
2010-12-13 16:56                 ` Paul Gortmaker
2010-12-13 17:08                   ` Avi Kivity
2010-12-13 17:29                     ` [stable] " Greg KH
2010-12-13 17:36                     ` Paul Gortmaker
2010-12-14 10:57                       ` Avi Kivity
2010-12-13  9:13             ` Paolo Ciarrocchi
2010-12-13  9:19               ` Avi Kivity
2010-12-13  9:20                 ` Paolo Ciarrocchi
2010-12-12 23:46 ` [PATCH] [105/223] KVM: x86: fix information leak to userland Andi Kleen
2010-12-12 23:46 ` [PATCH] [106/223] KVM: Correct ordering of ldt reload wrt fs/gs reload Andi Kleen
2010-12-12 23:46 ` [PATCH] [107/223] ASoC: Remove volatility from WM8900 POWER1 register Andi Kleen
2010-12-12 23:46 ` [PATCH] [108/223] ASoC: wm8961 - clear WM8961_DACSLOPE bit for normal mode Andi Kleen
2010-12-12 23:46 ` [PATCH] [109/223] ASoC: wm8961 - clear WM8961_MCLKDIV bit for freq <= 16500000 Andi Kleen
2010-12-12 23:46 ` [PATCH] [110/223] firewire: ohci: fix buffer overflow in AR split packet handling Andi Kleen
2010-12-12 23:46 ` [PATCH] [111/223] firewire: ohci: fix race " Andi Kleen
2010-12-12 23:46 ` [PATCH] [112/223] ALSA: hda - Fixed ALC887-VD initial error Andi Kleen
2010-12-12 23:46 ` [PATCH] [113/223] ALSA: ac97: Apply quirk for Dell Latitude D610 binding Master and Headphone controls Andi Kleen
2010-12-12 23:46 ` [PATCH] [114/223] ALSA: HDA: Add fixup pins for Ideapad Y550 Andi Kleen
2010-12-12 23:46 ` [PATCH] [115/223] ALSA: hda - Added fixup for Lenovo Y550P Andi Kleen
2010-12-12 23:46 ` [PATCH] [116/223] ALSA: hda: Add speaker pin to automute Acer Aspire 8943G Andi Kleen
2010-12-12 23:46 ` [PATCH] [117/223] ALSA: hda: Add Samsung R720 SSID for subwoofer pin fixup Andi Kleen
2010-12-12 23:46 ` [PATCH] [118/223] ALSA: hda - Use ALC_INIT_DEFAULT for really default initialization Andi Kleen
2010-12-12 23:47 ` [PATCH] [119/223] ALSA: hda - Fix ALC660-VD/ALC861-VD capture/playback mixers Andi Kleen
2010-12-12 23:47 ` [PATCH] [120/223] ALSA: HDA: Add an extra DAC for Realtek ALC887-VD Andi Kleen
2010-12-12 23:47 ` [PATCH] [121/223] ALSA: Fix SNDCTL_DSP_RESET ioctl for OSS emulation Andi Kleen
2010-12-12 23:47 ` [PATCH] [122/223] ALSA: hda: Use "alienware" model quirk for another SSID Andi Kleen
2010-12-12 23:47 ` [PATCH] [123/223] netfilter: nf_conntrack: allow nf_ct_alloc_hashtable() to get highmem pages Andi Kleen
2010-12-12 23:47 ` [PATCH] [124/223] netfilter: NF_HOOK_COND has wrong conditional Andi Kleen
2010-12-12 23:47 ` [PATCH] [125/223] radix-tree: fix RCU bug Andi Kleen
2010-12-12 23:47 ` [PATCH] [126/223] latencytop: fix per task accumulator Andi Kleen
2010-12-12 23:47 ` [PATCH] [127/223] mm/vfs: revalidate page->mapping in do_generic_file_read() Andi Kleen
2010-12-12 23:47 ` [PATCH] [128/223] bio: take care not overflow page count when mapping/copying user data Andi Kleen
2010-12-12 23:47 ` [PATCH] [129/223] drm/radeon/kms/atom: set sane defaults in atombios_get_encoder_mode() Andi Kleen
2010-12-12 23:47 ` [PATCH] [130/223] drm/radeon/kms: fix typos in disabled vbios code Andi Kleen
2010-12-12 23:47 ` [PATCH] [131/223] drm/radeon/kms: add workaround for dce3 ddc line vbios bug Andi Kleen
2010-12-12 23:47 ` [PATCH] [132/223] drm/radeon/kms: Fix retrying ttm_bo_init() after it failed once Andi Kleen
2010-12-12 23:47 ` [PATCH] [133/223] drm/radeon/kms: fix interlaced and doublescan handling Andi Kleen
2010-12-12 23:47 ` [PATCH] [134/223] exec: make argv/envp memory visible to oom-killer Andi Kleen
2010-12-13 11:18   ` Oleg Nesterov
2010-12-13 15:10     ` Andi Kleen
2010-12-12 23:47 ` [PATCH] [135/223] exec: copy-and-paste the fixes into compat_do_execve() paths Andi Kleen
2010-12-12 23:47 ` [PATCH] [136/223] drm/i915/sdvo: Always add a 30ms delay to make SDVO TV detection reliable Andi Kleen
2010-12-12 23:47 ` [PATCH] [137/223] intel-gtt: fix gtt_total_entries detection Andi Kleen
2010-12-12 23:47 ` [PATCH] [138/223] sched: fix RCU lockdep splat from task_group() Andi Kleen
2010-12-12 23:47 ` [PATCH] [139/223] libata: fix NULL sdev dereference race in atapi_qc_complete() Andi Kleen
2010-12-12 23:47 ` [PATCH] [140/223] PCI: fix size checks for mmap() on /proc/bus/pci files Andi Kleen
2010-12-12 23:47 ` [PATCH] [141/223] PCI: fix offset check for sysfs mmapped files Andi Kleen
2010-12-12 23:47 ` [PATCH] [142/223] xHCI: fix wMaxPacketSize mask Andi Kleen
2010-12-12 23:47 ` [PATCH] [143/223] xhci: Fix reset-device and configure-endpoint commands Andi Kleen
2010-12-12 23:47 ` [PATCH] [144/223] xhci: Setup array of USB 2.0 and USB 3.0 ports Andi Kleen
2010-12-12 23:47 ` [PATCH] [145/223] xhci: Don't let the USB core disable SuperSpeed ports Andi Kleen
2010-12-12 23:47 ` [PATCH] [146/223] USB: gadget: AT91: fix typo in atmel_usba_udc driver Andi Kleen
2010-12-12 23:47 ` Andi Kleen [this message]
2010-12-12 23:47 ` [PATCH] [148/223] USB: ftdi_sio: add device IDs for Milkymist One JTAG/serial Andi Kleen
2010-12-12 23:47 ` [PATCH] [149/223] USB: option: fix when the driver is loaded incorrectly for some Huawei devices Andi Kleen
2010-12-12 23:47 ` [PATCH] [150/223] usb: misc: sisusbvga: fix information leak to userland Andi Kleen
2010-12-12 23:47 ` [PATCH] [151/223] usb: misc: iowarrior: " Andi Kleen
2010-12-12 23:47 ` [PATCH] [152/223] usb: core: " Andi Kleen
2010-12-12 23:47 ` [PATCH] [153/223] Staging: rt2870: Add USB ID for Buffalo Airstation WLI-UC-GN Andi Kleen
2010-12-12 23:47 ` [PATCH] [154/223] USB: EHCI: fix obscure race in ehci_endpoint_disable Andi Kleen
2010-12-12 23:47 ` [PATCH] [155/223] USB: storage: sierra_ms: fix sysfs file attribute Andi Kleen
2010-12-12 23:47 ` [PATCH] [156/223] USB: atm: ueagle-atm: fix up some permissions on the sysfs files Andi Kleen
2010-12-12 23:47 ` [PATCH] [157/223] USB: misc: cypress_cy7c63: fix up some sysfs attribute permissions Andi Kleen
2010-12-12 23:47 ` [PATCH] [158/223] USB: misc: usbled: " Andi Kleen
2010-12-12 23:47 ` [PATCH] [159/223] USB: misc: trancevibrator: fix up a sysfs attribute permission Andi Kleen
2010-12-12 23:47 ` [PATCH] [160/223] USB: misc: usbsevseg: fix up some sysfs attribute permissions Andi Kleen
2010-12-12 23:47 ` [PATCH] [161/223] USB: ftdi_sio: Add ID for RT Systems USB-29B radio cable Andi Kleen
2010-12-12 23:47 ` [PATCH] [162/223] USB: serial: ftdi_sio: Vardaan USB RS422/485 converter PID added Andi Kleen
2010-12-12 23:47 ` [PATCH] [163/223] USB: fix autosuspend bug in usb-serial Andi Kleen
2010-12-12 23:47 ` [PATCH] [164/223] e1000: fix screaming IRQ Andi Kleen
2010-12-12 23:47 ` [PATCH] [165/223] ACPI battery: support percentage battery remaining capacity Andi Kleen
2010-12-12 23:47 ` [PATCH] [166/223] acpi-cpufreq: fix a memleak when unloading driver Andi Kleen
2010-12-12 23:47 ` [PATCH] [167/223] ACPI: debugfs custom_method open to non-root Andi Kleen
2010-12-13  6:33   ` Brown, Len
2010-12-13  8:57     ` Andi Kleen
2010-12-13 17:01       ` Paul Gortmaker
2010-12-12 23:47 ` [PATCH] [168/223] PNPACPI: cope with invalid device IDs Andi Kleen
2010-12-12 23:47 ` [PATCH] [169/223] saa7134: Fix autodetect for Behold A7 and H7 TV cards Andi Kleen
2010-12-12 23:47 ` [PATCH] [170/223] fuse: fix attributes after open(O_TRUNC) Andi Kleen
2010-12-12 23:47 ` [PATCH] [171/223] cs5535-gpio: apply CS5536 errata workaround for GPIOs Andi Kleen
2010-12-12 23:47 ` [PATCH] [172/223] do_exit(): make sure that we run with get_fs() == USER_DS Andi Kleen
2010-12-12 23:47 ` [PATCH] [173/223] cifs: fix another memleak, in cifs_root_iget Andi Kleen
2010-12-12 23:47 ` [PATCH] [174/223] uml: disable winch irq before freeing handler data Andi Kleen
2010-12-12 23:48 ` [PATCH] [175/223] backlight: grab ops_lock before testing bd->ops Andi Kleen
2010-12-12 23:48 ` [PATCH] [176/223] nommu: yield CPU while disposing VM Andi Kleen
2010-12-12 23:48 ` [PATCH] [177/223] x86: Ignore trap bits on single step exceptions Andi Kleen
2010-12-12 23:48 ` [PATCH] [178/223] mmc: fix rmmod race for hosts using card-detection polling Andi Kleen
2010-12-12 23:48 ` [PATCH] [179/223] DECnet: don't leak uninitialized stack byte Andi Kleen
2010-12-12 23:48 ` [PATCH] [180/223] perf_events: Fix perf_counter_mmap() hook in mprotect() Andi Kleen
2010-12-12 23:48 ` [PATCH] [181/223] ARM: 6464/2: fix spinlock recursion in adjust_pte() Andi Kleen
2010-12-12 23:48 ` [PATCH] [182/223] ARM: 6489/1: thumb2: fix incorrect optimisation in usracc Andi Kleen
2010-12-12 23:48 ` [PATCH] [183/223] ARM: 6482/2: Fix find_next_zero_bit and related assembly Andi Kleen
2010-12-12 23:48 ` [PATCH] [184/223] leds: fix bug with reading NAS SS4200 dmi code Andi Kleen
2010-12-12 23:48 ` [PATCH] [185/223] Staging: udlfb: fix up some sysfs attribute permissions Andi Kleen
2010-12-12 23:48 ` [PATCH] [186/223] Staging: iio: adis16220: " Andi Kleen
2010-12-12 23:48 ` [PATCH] [187/223] Staging: iio: adis16220: fix up my fixup for " Andi Kleen
2010-12-12 23:48 ` [PATCH] [188/223] Staging: samsung-laptop: fix up " Andi Kleen
2010-12-12 23:48 ` [PATCH] [189/223] Staging: samsung-laptop: fix up my fixup for " Andi Kleen
2010-12-12 23:48 ` [PATCH] [190/223] Staging: frontier: fix up " Andi Kleen
2010-12-12 23:48 ` [PATCH] [191/223] staging: rtl8187se: Change panic to warn when RF switch turned off Andi Kleen
2010-12-12 23:48 ` [PATCH] [192/223] Staging: batman-adv: ensure that eth_type_trans gets linear memory Andi Kleen
2010-12-12 23:48 ` [PATCH] [193/223] perf: Fix inherit vs. context rotation bug Andi Kleen
2010-12-12 23:48 ` [PATCH] [194/223] ARM: 6456/1: Fix for building DEBUG with sa11xx_base.c as a module Andi Kleen
2010-12-12 23:48 ` [PATCH] [195/223] PM / Hibernate: Fix memory corruption related to swap Andi Kleen
2010-12-12 23:48 ` [PATCH] [196/223] wmi: use memcmp instead of strncmp to compare GUIDs Andi Kleen
2010-12-12 23:48 ` [PATCH] [197/223] nohz/s390: fix arch_needs_cpu() return value on offline cpus Andi Kleen
2010-12-12 23:48 ` [PATCH] [198/223] genirq: Fix incorrect proc spurious output Andi Kleen
2010-12-12 23:48 ` [PATCH] [199/223] net: Truncate recvfrom and sendto length to INT_MAX Andi Kleen
2010-12-12 23:48 ` [PATCH] [200/223] net: Limit socket I/O iovec total " Andi Kleen
2010-12-12 23:48 ` [PATCH] [201/223] Input: i8042 - add Sony VAIO VPCZ122GX to nomux list Andi Kleen
2010-12-12 23:48 ` [PATCH] [202/223] omap: dma: Fix buffering disable bit setting for omap24xx Andi Kleen
2010-12-12 23:48 ` [PATCH] [203/223] OMAP3: DMA: Errata i541: sDMA FIFO draining does not finish Andi Kleen
2010-12-12 23:48 ` [PATCH] [204/223] memory corruption in X.25 facilities parsing Andi Kleen
2010-12-12 23:48 ` [PATCH] [205/223] net: optimize Berkeley Packet Filter (BPF) processing Andi Kleen
2010-12-12 23:48 ` [PATCH] [206/223] filter: make sure filters dont read uninitialized memory Andi Kleen
2010-12-12 23:48 ` [PATCH] [207/223] can-bcm: fix minor heap overflow Andi Kleen
2010-12-12 23:48 ` [PATCH] [208/223] x25: Prevent crashing when parsing bad X.25 facilities Andi Kleen
2010-12-12 23:48 ` [PATCH] [209/223] crypto: padlock - Fix AES-CBC handling on odd-block-sized input Andi Kleen
2010-12-12 23:48 ` [PATCH] [210/223] econet: disallow NULL remote addr for sendmsg(), fixes CVE-2010-3849 Andi Kleen
2010-12-12 23:48 ` [PATCH] [211/223] econet: fix CVE-2010-3850 Andi Kleen
2010-12-12 23:48 ` [PATCH] [212/223] econet: fix CVE-2010-3848 Andi Kleen
2010-12-12 23:48 ` [PATCH] [213/223] rds: Integer overflow in RDS cmsg handling Andi Kleen
2010-12-12 23:48 ` [PATCH] [214/223] cfg80211: fix extension channel checks to initiate communication Andi Kleen
2010-12-12 23:48 ` [PATCH] [215/223] r8169: fix rx checksum offload Andi Kleen
2010-12-12 23:48 ` [PATCH] [216/223] r8169: (re)init phy on resume Andi Kleen
2010-12-12 23:48 ` [PATCH] [217/223] r8169: fix checksum broken Andi Kleen
2010-12-12 23:48 ` [PATCH] [218/223] nmi: fix clock comparator revalidation Andi Kleen
2010-12-12 23:48 ` [PATCH] [219/223] Rename 'pipe_info()' to 'get_pipe_info()' Andi Kleen
2010-12-12 23:48 ` [PATCH] [220/223] Export 'get_pipe_info()' to other users Andi Kleen
2010-12-12 23:48 ` [PATCH] [221/223] Un-inline get_pipe_info() helper function Andi Kleen
2010-12-12 23:48 ` [PATCH] [222/223] Fix pktcdvd ioctl dev_minor range check Andi Kleen
2010-12-12 23:48 ` [PATCH] [223/223] Bump release to 2.6.35.10 Andi Kleen
2010-12-16 17:42 ` [PATCH] [0/223] 2.6.35.10 longterm review Randy Dunlap

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101212234730.43F88B27BF@basil.firstfloor.org \
    --to=andi@firstfloor.org \
    --cc=ajay.gupta@ti.com \
    --cc=ak@linux.intel.com \
    --cc=balbi@ti.com \
    --cc=gadiyar@ti.com \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sshtylyov@ru.mvista.com \
    --cc=stable@kernel.org \
    --cc=tom.leiming@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome