Linux kernel -stable discussions
 help / color / mirror / Atom feed
 messages from 2012-03-21 09:51:51 to 2012-03-30 19:49:13 UTC [more...]

[ 000/149] 3.2.14-stable review
 2012-03-30 19:58 UTC  (41+ messages)
` [ 001/149] USB: option: Add MediaTek MT6276M modem&app interfaces
` [ 002/149] USB: option driver: adding support for Telit CC864-SINGLE, CC864-DUAL and DE910-DUAL modems
` [ 003/149] USB: option: make interface blacklist work again
` [ 004/149] USB: option: add ZTE MF820D
` [ 005/149] staging: zcache: avoid AB-BA deadlock condition
` [ 006/149] USB: ftdi_sio: fix problem when the manufacture is a NULL string
` [ 007/149] USB: ftdi_sio: add support for BeagleBone rev A5+
` [ 008/149] USB: Microchip VID mislabeled as Hornby VID in ftdi_sio
` [ 009/149] USB: ftdi_sio: new PID: Distortec JTAG-lock-pick
` [ 010/149] USB: ftdi_sio: add support for FT-X series devices
` [ 011/149] USB: ftdi_sio: new PID: LUMEL PD12
` [ 012/149] powerpc/usb: fix bug of kernel hang when initializing usb
` [ 013/149] staging: r8712u: Add missing initialization and remove configuration parameter CONFIG_R8712_AP
` [ 014/149] staging: r8712u: Fix regression introduced by commit a5ee652
` [ 015/149] staging: r8712u: Fix regression in signal level after commit c6dc001
` [ 016/149] usb: dwc3: fix bogus test in dwc3_gadget_start_isoc
` [ 017/149] usb: dwc3: use proper function for setting endpoint name
` [ 018/149] usb: musb: Reselect index reg in interrupt context
` [ 019/149] usb: renesas_usbhs: bugfix: add .release function to gpriv->gadget.dev
` [ 020/149] usb: gadgetfs: return number of bytes on ep0 read request
` [ 021/149] USB: gadget: Make g_hid device class conform to spec
` [ 022/149] futex: Cover all PI opcodes with cmpxchg enabled check
` [ 023/149] sysfs: Fix memory leak in sysfs_sd_setsecdata()
` [ 024/149] tty: moxa: fix bit test in moxa_start()
` [ 025/149] TTY: Wrong unicode value copied in con_set_unimap()
` [ 026/149] USB: serial: fix console error reporting
` [ 027/149] cdc-wdm: Fix more races on the read path
` [ 028/149] cdc-wdm: Dont clear WDM_READ unless entire read buffer is emptied
` [ 029/149] usb: fsl_udc_core: Fix scheduling while atomic dump message
` [ 030/149] usb: Fix build error due to dma_mask is not at pdev_archdata at ARM
` [ 031/149] USB: ums_realtek: do not use stack memory for DMA in __do_config_autodelink
` [ 032/149] USB: qcserial: add several new serial devices
` [ 033/149] USB: qcserial: dont grab QMI port on Gobi 1000 devices
` [ 034/149] usb-serial: Add support for the Sealevel SeaLINK+8 2038-ROHS device
` [ 035/149] usb: cp210x: Update to support CP2105 and multiple interface devices
` [ 036/149] USB: serial: mos7840: Fixed MCS7820 device attach problem
` [ 037/149] rt2x00: Add support for D-Link DWA-127 to rt2800usb
` [ 038/149] rtlwifi: rtl8192c_common: rtl8192de: Check for allocation failures
` [ 039/149] rtlwifi: Handle previous allocation failures when freeing device memory
` [ 040/149] rtlwifi: rtl8192c: Prevent sleeping from invalid context in rtl8192cu

[ 000/175] 3.3.1-stable review
 2012-03-30 19:58 UTC  (49+ messages)
` [ 001/175] USB: option: Add MediaTek MT6276M modem&app interfaces
` [ 002/175] USB: option driver: adding support for Telit CC864-SINGLE, CC864-DUAL and DE910-DUAL modems
` [ 003/175] USB: option: make interface blacklist work again
` [ 004/175] USB: option: add ZTE MF820D
` [ 005/175] staging: android/lowmemorykiller: Dont unregister notifier from atomic context
` [ 006/175] staging: zcache: avoid AB-BA deadlock condition
` [ 007/175] staging/octeon: Fix PHY binding in octeon-ethernet driver
` [ 008/175] USB: ftdi_sio: fix problem when the manufacture is a NULL string
` [ 009/175] USB: ftdi_sio: add support for BeagleBone rev A5+
` [ 010/175] USB: Microchip VID mislabeled as Hornby VID in ftdi_sio
` [ 011/175] USB: ftdi_sio: new PID: Distortec JTAG-lock-pick
` [ 012/175] USB: ftdi_sio: add support for FT-X series devices
` [ 013/175] USB: ftdi_sio: new PID: LUMEL PD12
` [ 014/175] powerpc/usb: fix bug of kernel hang when initializing usb
` [ 015/175] staging: r8712u: Fix regression introduced by commit a5ee652
` [ 016/175] staging: r8712u: Fix regression in signal level after commit c6dc001
` [ 017/175] usb: dwc3: make dwc3_get_device_id() return the id
` [ 018/175] usb: dwc3: gadget: dont wrap around the TRB poll on non-ISOC
` [ 019/175] usb: dwc3: fix bogus test in dwc3_gadget_start_isoc
` [ 020/175] usb: dwc3: use proper function for setting endpoint name
` [ 021/175] staging: vme: fix section mismatches in linux-next 20120314
` [ 022/175] usb: musb: Reselect index reg in interrupt context
` [ 023/175] usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disable
` [ 024/175] usb: renesas_usbhs: bugfix: add .release function to gpriv->gadget.dev
` [ 025/175] usb: gadgetfs: return number of bytes on ep0 read request
` [ 026/175] USB: gadget: Make g_hid device class conform to spec
` [ 027/175] futex: Cover all PI opcodes with cmpxchg enabled check
` [ 028/175] sysfs: Fix memory leak in sysfs_sd_setsecdata()
` [ 029/175] tty: serial: OMAP: Fix oops due to NULL pdata in DT boot
` [ 030/175] tty: moxa: fix bit test in moxa_start()
` [ 031/175] TTY: Wrong unicode value copied in con_set_unimap()
` [ 032/175] USB: serial: fix console error reporting
` [ 033/175] cdc-wdm: Fix more races on the read path
` [ 034/175] cdc-wdm: Dont clear WDM_READ unless entire read buffer is emptied
` [ 035/175] usb: fsl_udc_core: Fix scheduling while atomic dump message
` [ 036/175] usb: Fix build error due to dma_mask is not at pdev_archdata at ARM
` [ 037/175] USB: ums_realtek: do not use stack memory for DMA in __do_config_autodelink
` [ 038/175] USB: qcserial: dont grab QMI port on Gobi 1000 devices
` [ 039/175] usb-serial: Add support for the Sealevel SeaLINK+8 2038-ROHS device
` [ 040/175] usb: cp210x: Update to support CP2105 and multiple interface devices
` [ 041/175] USB: serial: mos7840: Fixed MCS7820 device attach problem
` [ 042/175] rt2x00: Add support for D-Link DWA-127 to rt2800usb
` [ 043/175] rtlwifi: rtl8192c_common: rtl8192de: Check for allocation failures
` [ 044/175] rtlwifi: Handle previous allocation failures when freeing device memory
` [ 045/175] rtlwifi: rtl8192c: Prevent sleeping from invalid context in rtl8192cu
` [ 046/175] rtlwifi: rtl8192ce: Fix loss of receive performance
` [ 047/175] serial: PL011: clear pending interrupts
` [ 048/175] iwlwifi: always monitor for stuck queues

[tip:x86/urgent] x86: Use -mno-avx when available
 2012-03-30 17:16 UTC 

[PATCHv3 12/16] I2C : OMAP : Fix the crash in i2c remove
 2012-03-30 15:50 UTC 

[PATCH 67/76] PNPACPI: Fix device ref leaking in acpi_pnp_match
 2012-03-30 10:14 UTC 

[PATCH] ASPM: Fix pcie devices with non-pcie children
 2012-03-29 21:49 UTC  (9+ messages)
` [PATCH resend] "

[PATCH] pagemap: remove remaining unneeded spin_lock()
 2012-03-29 20:26 UTC  (2+ messages)

Patch "module: Remove module size limit" has been added to the 3.2-stable tree
 2012-03-29 16:03 UTC 

Patch "slub: Do not hold slub_lock when calling sysfs_slab_add()" has been added to the 3.2-stable tree
 2012-03-29 16:03 UTC 

Patch "slub: Do not hold slub_lock when calling sysfs_slab_add()" has been added to the 3.0-stable tree
 2012-03-29 16:03 UTC 

Patch "module: Remove module size limit" has been added to the 3.0-stable tree
 2012-03-29 16:03 UTC 

Patch "slub: Do not hold slub_lock when calling sysfs_slab_add()" has been added to the 3.3-stable tree
 2012-03-29 15:55 UTC 

Patch "module: Remove module size limit" has been added to the 3.3-stable tree
 2012-03-29 15:55 UTC 

Patch Upstream: module: Remove module size limit
 2012-03-29 15:20 UTC  (7+ messages)

[PATCH 04/12] ARM: at91/dts: USB host vbus is active low
 2012-03-29 13:27 UTC 

[PATCH -3.2.y] igb: Fix locking to silence ASSERT_RTNL() warning during suspend/resume
 2012-03-29 12:31 UTC 

3.3 panic on boot caused by 4949be16822e92a18ea0cc1616319926628092ee
 2012-03-29 11:22 UTC  (2+ messages)

Patch "mm: vmscan: forcibly scan highmem if there are too many buffer_heads pinning highmem" has been added to the 3.3-stable tree
 2012-03-29  9:31 UTC  (2+ messages)

[tip:x86/urgent] x86, tls: Off by one limit check
 2012-03-28 16:46 UTC 

[PATCH 1/9] KEYS: Use the compat keyctl() syscall wrapper on Sparc64 for Sparc32 compat
 2012-03-28 11:36 UTC  (3+ messages)

[PATCH][GIT PULL][v3.4] tracing: Fix ent_size in trace output
 2012-03-27 18:42 UTC  (2+ messages)

[PATCH] ext2: Don't export ext2_mask_flags() to user space
 2012-03-24 17:59 UTC  (14+ messages)

[PATCH][GIT PULL][v3.4] tracing: Fix ftrace stack trace entries
 2012-03-24  7:20 UTC  (2+ messages)

Not able to use HIGH_RES_TIMERS on ARM
 2012-03-24  7:05 UTC  (5+ messages)

Linux 3.2.13
 2012-03-23 21:00 UTC  (2+ messages)

Linux 3.0.26
 2012-03-23 20:59 UTC  (2+ messages)

CVE-2012-0045 for 3.2.y, 3.0.y and 2.6.32.y (again)
 2012-03-23 17:57 UTC  (16+ messages)
` [v2.6.32.y 1/2] KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"
` [v2.6.32.y 2/2] KVM: x86: fix missing checks in syscall emulation
` [v3.0.y 1/2] KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"
` [v3.0.y 2/2] KVM: x86: fix missing checks in syscall emulation
` [v3.2.y 1/2] KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid"
` [v3.2.y 2/2] KVM: x86: fix missing checks in syscall emulation

[ 00/41] 3.2.12-stable review
 2012-03-23 17:52 UTC  (10+ messages)
` [ 10/41] CIFS: Do not kmalloc under the flocks spinlock

[PATCH] USB: pl2303: fix DTR/RTS being raised on baud rate change
 2012-03-23 14:23 UTC 

Patch "ntp: Fix integer overflow when setting time" has been added to the 3.0-stable tree
 2012-03-22 22:20 UTC 

Patch "math: Introduce div64_long" has been added to the 3.0-stable tree
 2012-03-22 22:20 UTC 

Patch "ntp: Fix integer overflow when setting time" has been added to the 3.2-stable tree
 2012-03-22 21:51 UTC 

Patch "math: Introduce div64_long" has been added to the 3.2-stable tree
 2012-03-22 21:51 UTC 

[GIT PULL] Additional x86 fixes for v3.4-rc1
 2012-03-22 21:38 UTC 

[tip:x86/urgent] x86-32: Fix endless loop when processing signals for kernel tasks
 2012-03-22 21:27 UTC 

Patch "ntp: Fix integer overflow when setting time" has been added to the 3.3-stable tree
 2012-03-22 21:15 UTC 

Patch "math: Introduce div64_long" has been added to the 3.3-stable tree
 2012-03-22 21:15 UTC 

Linux 2.6.34.11
 2012-03-22  5:01 UTC 

[PATCH] x86: Fix typo in syscall table
 2012-03-21 21:50 UTC 

[ 0/9] 3.2.13-stable review
 2012-03-21 21:15 UTC  (10+ messages)
` [ 1/9] nilfs2: fix NULL pointer dereference in nilfs_load_super_block()
` [ 2/9] afs: Read of file returns EBADMSG
` [ 3/9] afs: Remote abort can cause BUG in rxrpc code
` [ 4/9] perf tools: Incorrect use of snprintf results in SEGV
` [ 5/9] perf tools: Use scnprintf where applicable
` [ 6/9] tcp: fix syncookie regression
` [ 7/9] ipv6: Dont dev_hold(dev) in ip6_mc_find_dev_rcu
` [ 8/9] iwl3945: fix possible il->txq NULL pointer dereference in delayed works
` [ 9/9] powerpc/pmac: Fix SMP kernels on pre-core99 UP machines

[ 0/8] 3.0.26-stable review
 2012-03-21 21:15 UTC  (9+ messages)
` [ 1/8] nilfs2: fix NULL pointer dereference in nilfs_load_super_block()
` [ 2/8] afs: Read of file returns EBADMSG
` [ 3/8] afs: Remote abort can cause BUG in rxrpc code
` [ 4/8] perf tools: Incorrect use of snprintf results in SEGV
` [ 5/8] tcp: fix syncookie regression
` [ 6/8] ipv6: Dont dev_hold(dev) in ip6_mc_find_dev_rcu
` [ 7/8] iwl3945: fix possible il->txq NULL pointer dereference in delayed works
` [ 8/8] powerpc/pmac: Fix SMP kernels on pre-core99 UP machines

[PATCH 07/11] m68k/mac: Add missing platform check before registering platform devices
 2012-03-21  9:51 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox