public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [000/115] 2.6.32.29-longterm review
@ 2011-02-16  1:47 Greg KH
  2011-02-16  1:44 ` [001/115] staging: usbip: remove double giveback of URB Greg KH
                   ` (115 more replies)
  0 siblings, 116 replies; 137+ messages in thread
From: Greg KH @ 2011-02-16  1:47 UTC (permalink / raw)
  To: linux-kernel, stable; +Cc: stable-review, torvalds, akpm, alan

This is the start of the longterm review cycle for the 2.6.32.29 release.
There are 115 patches in this series, all will be posted as a response
to this one.  If anyone has any issues with these being applied, please
let us know.  If anyone is a maintainer of the proper subsystem, and
wants to add a Signed-off-by: line to the patch, please respond with it.

Responses should be made by Friday, Feb 18, 2011 00:00:00 UTC.
Anything received after that time might be too late.

The whole patch series can be found in one patch at:
	kernel.org/pub/linux/kernel/v2.6/longterm-review/patch-2.6.32.29-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h


 Documentation/kernel-parameters.txt        |    5 +
 Makefile                                   |    2 +-
 arch/ia64/include/asm/system.h             |    4 -
 arch/parisc/kernel/firmware.c              |   13 +-
 arch/powerpc/include/asm/system.h          |    4 -
 arch/powerpc/kernel/cpu_setup_6xx.S        |   40 ++--
 arch/powerpc/sysdev/fsl_rio.c              |    1 -
 arch/s390/include/asm/system.h             |    1 -
 arch/s390/include/asm/vdso.h               |    2 +-
 arch/x86/Kconfig                           |   11 +
 arch/x86/include/asm/mmu_context.h         |    5 +-
 arch/x86/kernel/cpu/mtrr/main.c            |   10 +-
 arch/x86/kernel/tsc.c                      |    8 +
 drivers/ata/pata_mpc52xx.c                 |    2 +-
 drivers/char/hvc_iucv.c                    |    6 +-
 drivers/char/tpm/tpm.c                     |   28 ++-
 drivers/char/tpm/tpm.h                     |    2 +
 drivers/char/tpm/tpm_tis.c                 |    4 +-
 drivers/gpu/drm/Kconfig                    |    3 +
 drivers/gpu/drm/i915/intel_lvds.c          |    8 +
 drivers/gpu/drm/radeon/radeon_atombios.c   |   16 +-
 drivers/gpu/drm/radeon/radeon_display.c    |    4 +
 drivers/hwmon/via686a.c                    |   14 +-
 drivers/i2c/i2c-core.c                     |   14 +-
 drivers/input/mouse/bcm5974.c              |   40 +++
 drivers/input/serio/i8042-x86ia64io.h      |   21 ++
 drivers/input/serio/i8042.c                |    6 +-
 drivers/md/dm-mpath.c                      |   12 -
 drivers/md/dm.c                            |    5 +-
 drivers/md/md.c                            |    5 +-
 drivers/media/radio/radio-aimslab.c        |   23 +--
 drivers/media/video/em28xx/em28xx-cards.c  |    4 +-
 drivers/net/wireless/ath/ath9k/ath9k.h     |    4 +-
 drivers/net/wireless/hostap/hostap_cs.c    |   10 +-
 drivers/net/wireless/iwlwifi/iwl-agn.c     |   15 +-
 drivers/net/wireless/iwlwifi/iwl-helpers.h |    6 +
 drivers/net/wireless/p54/txrx.c            |    2 +-
 drivers/net/wireless/rt2x00/rt73usb.c      |    1 +
 drivers/pci/pci-stub.c                     |    3 +
 drivers/power/ds2760_battery.c             |    2 +-
 drivers/rtc/rtc-cmos.c                     |   16 +-
 drivers/scsi/libsas/sas_scsi_host.c        |    1 +
 drivers/scsi/mpt2sas/mpt2sas_base.c        |   19 +-
 drivers/scsi/mpt2sas/mpt2sas_scsih.c       |    3 -
 drivers/scsi/sd.c                          |    9 +-
 drivers/serial/8250.c                      |    3 +-
 drivers/staging/comedi/drivers/jr3_pci.c   |    7 +
 drivers/staging/comedi/drivers/ni_labpc.c  |    3 +-
 drivers/staging/hv/blkvsc_drv.c            |    1 +
 drivers/staging/hv/netvsc_drv.c            |    1 +
 drivers/staging/usbip/vhci_hcd.c           |   14 -
 drivers/usb/class/cdc-acm.c                |    1 +
 drivers/usb/core/hub.c                     |   26 ++
 drivers/usb/gadget/printer.c               |   14 +-
 drivers/usb/host/ehci-hcd.c                |   27 ++-
 drivers/usb/host/ehci-pci.c                |   39 +++
 drivers/usb/host/ehci-sched.c              |   79 ++++++
 drivers/usb/host/ehci.h                    |    1 +
 drivers/usb/serial/ch341.c                 |   10 +
 drivers/usb/serial/cp210x.c                |   16 +-
 drivers/usb/serial/digi_acceleport.c       |   10 -
 drivers/usb/serial/ftdi_sio.c              |   39 +++-
 drivers/usb/serial/ftdi_sio_ids.h          |   32 ++-
 drivers/usb/serial/generic.c               |   20 ++
 drivers/usb/serial/io_edgeport.c           |    4 +-
 drivers/usb/serial/keyspan_pda.c           |   17 --
 drivers/usb/serial/option.c                |   23 ++-
 drivers/usb/serial/pl2303.c                |   13 +
 drivers/usb/serial/pl2303.h                |    2 +
 drivers/usb/serial/spcp8x5.c               |    6 +-
 drivers/usb/serial/ti_usb_3410_5052.c      |    2 +-
 drivers/usb/storage/unusual_cypress.h      |    5 +
 drivers/usb/storage/unusual_devs.h         |   32 +++
 drivers/virtio/virtio_pci.c                |   20 +--
 fs/nfs/direct.c                            |   34 ++-
 include/drm/drm_pciids.h                   |    1 -
 include/linux/hardirq.h                    |    9 +-
 include/linux/ieee80211.h                  |    2 +-
 include/linux/klist.h                      |    2 +-
 include/linux/sched.h                      |   39 ++--
 include/linux/usb/serial.h                 |    3 +
 init/Kconfig                               |   80 ++----
 init/calibrate.c                           |    6 +-
 kernel/capability.c                        |    1 -
 kernel/cred-internals.h                    |   21 --
 kernel/cred.c                              |    3 -
 kernel/exit.c                              |    1 -
 kernel/ksysfs.c                            |    8 -
 kernel/ptrace.c                            |    2 +-
 kernel/sched.c                             |  392 +++++++++++++++++----------
 kernel/sched_debug.c                       |    5 -
 kernel/sched_fair.c                        |   56 +++-
 kernel/sched_features.h                    |    5 +
 kernel/sched_rt.c                          |   34 ++-
 kernel/smp.c                               |   30 +++
 kernel/softirq.c                           |   64 +++--
 kernel/sys.c                               |    5 -
 kernel/user.c                              |  318 +----------------------
 net/sched/cls_cgroup.c                     |    2 +-
 security/selinux/hooks.c                   |    5 +-
 security/selinux/nlmsgtab.c                |    2 +
 sound/core/hrtimer.c                       |    5 +-
 sound/pci/au88x0/au88x0_pcm.c              |   24 ++-
 sound/pci/hda/hda_eld.c                    |    2 +-
 sound/pci/hda/patch_conexant.c             |    8 +-
 sound/soc/blackfin/bf5xx-ac97.c            |    4 +-
 sound/soc/codecs/wm8990.c                  |   10 +-
 sound/usb/usx2y/us122l.c                   |   41 ++--
 108 files changed, 1189 insertions(+), 916 deletions(-)

^ permalink raw reply	[flat|nested] 137+ messages in thread

end of thread, other threads:[~2011-02-24 18:24 UTC | newest]

Thread overview: 137+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-16  1:47 [000/115] 2.6.32.29-longterm review Greg KH
2011-02-16  1:44 ` [001/115] staging: usbip: remove double giveback of URB Greg KH
2011-02-16  1:44 ` [002/115] USB: EHCI: ASPM quirk of ISOC on AMD SB800 Greg KH
2011-02-16  1:44 ` [003/115] rt2x00: add device id for windy31 usb device Greg KH
2011-02-16  1:44 ` [004/115] ALSA: snd-usb-us122l: Fix missing NULL checks Greg KH
2011-02-16  1:44 ` [005/115] hwmon: (via686a) Initialize fan_div values Greg KH
2011-02-16  1:44 ` [006/115] USB: serial: handle Data Carrier Detect changes Greg KH
2011-02-16  1:44 ` [007/115] USB: CP210x Add two device IDs Greg KH
2011-02-16  1:44 ` [008/115] USB: CP210x Removed incorrect device ID Greg KH
2011-02-16  1:44 ` [009/115] USB: usb-storage: unusual_devs update for Cypress ATACB Greg KH
2011-02-16  1:44 ` [010/115] USB: usb-storage: unusual_devs update for TrekStor DataStation maxi g.u external hard drive enclosure Greg KH
2011-02-16  1:44 ` [011/115] USB: usb-storage: unusual_devs entry for CamSport Evo Greg KH
2011-02-16  1:44 ` [012/115] USB: usb-storage: unusual_devs entry for Coby MP3 player Greg KH
2011-02-16  1:44 ` [013/115] USB: serial: Updated support for ICOM devices Greg KH
2011-02-16  1:44 ` [014/115] USB: adding USB support for Cinterions HC2x, EU3 and PH8 products Greg KH
2011-02-16  1:44 ` [015/115] USB: EHCI: ASPM quirk of ISOC on AMD Hudson Greg KH
2011-02-16  1:44 ` [016/115] USB: EHCI: fix DMA deallocation bug Greg KH
2011-02-16  1:44 ` [017/115] USB: g_printer: fix bug in module parameter definitions Greg KH
2011-02-16  1:44 ` [018/115] USB: io_edgeport: fix the reported firmware major and minor Greg KH
2011-02-16  1:44 ` [019/115] USB: ti_usb: fix module removal Greg KH
2011-02-16  1:44 ` [020/115] USB: Storage: Add unusual_devs entry for VTech Kidizoom Greg KH
2011-02-16  1:44 ` [021/115] USB: ftdi_sio: add ST Micro Connect Lite uart support Greg KH
2011-02-16  1:44 ` [022/115] USB: cdc-acm: Adding second ACM channel support for Nokia N8 Greg KH
2011-02-16  1:44 ` [023/115] USB: ftdi_sio: Add VID=0x0647, PID=0x0100 for Acton Research spectrograph Greg KH
2011-02-16  1:44 ` [024/115] USB: prevent buggy hubs from crashing the USB stack Greg KH
2011-02-23  8:06   ` Alexander Holler
2011-02-23  8:40     ` Alexander Holler
2011-02-23 15:26       ` Alan Stern
2011-02-24  8:57         ` Felipe Balbi
2011-02-24  9:15           ` Alexander Holler
2011-02-24  9:16             ` Felipe Balbi
2011-02-24 17:18               ` Greg KH
2011-02-24 17:23                 ` Felipe Balbi
2011-02-24 17:57                   ` Alan Stern
2011-02-24 18:11                     ` Alexander Holler
2011-02-24 18:24                       ` Greg KH
2011-02-24 18:12                     ` Greg KH
2011-02-24 18:16                       ` Greg KH
2011-02-24  9:53           ` Michael Jones
2011-02-16  1:44 ` [025/115] staging: comedi: add support for newer jr3 1-channel pci board Greg KH
2011-02-16  1:44 ` [026/115] staging: comedi: ni_labpc: Use shared IRQ for PCMCIA card Greg KH
2011-02-16  1:44 ` [027/115] Staging: hv: fix sysfs symlink on hv block device Greg KH
2011-02-16  1:44 ` [028/115] staging: hv: Enable sending GARP packet after live migration Greg KH
2011-02-16  1:44 ` [029/115] [S390] hvc_iucv: allocate memory buffers for IUCV in zone DMA Greg KH
2011-02-16  1:44 ` [030/115] iwlagn: enable only rfkill interrupt when device is down Greg KH
2011-02-16  1:44 ` [031/115] ath9k: Fix bug in delimiter padding computation Greg KH
2011-02-16  1:44 ` [032/115] [S390] correct vdso version string Greg KH
2011-02-16  1:44 ` [033/115] [SCSI] fix medium error problems with some arrays which can cause data corruption Greg KH
2011-02-16  1:45 ` [034/115] [SCSI] libsas: fix runaway error handler problem Greg KH
2011-02-16  1:45 ` [035/115] [SCSI] mpt2sas: Fix device removal handshake for zoned devices Greg KH
2011-02-16  1:45 ` [036/115] [SCSI] mpt2sas: Correct resizing calculation for max_queue_depth Greg KH
2011-02-16  1:45 ` [037/115] [SCSI] mpt2sas: Kernel Panic during Large Topology discovery Greg KH
2011-02-16  1:45 ` [038/115] [media] radio-aimslab.c: Fix gcc 4.5+ bug Greg KH
2011-02-16  1:45 ` [039/115] [media] em28xx: Fix audio input for Terratec Grabby Greg KH
2011-02-16  1:45 ` [040/115] ALSA : au88x0 - Limit number of channels to fix Oops via OSS emu Greg KH
2011-02-16  1:45 ` [041/115] ALSA: HDA: Fix dmesg output of HDMI supported bits Greg KH
2011-02-16  1:45 ` [042/115] ALSA: hda - Fix memory leaks in conexant jack arrays Greg KH
2011-02-16  1:45 ` [043/115] Input: i8042 - introduce notimeout blacklist for Dell Vostro V13 Greg KH
2011-02-16  1:45 ` [044/115] input: bcm5974: Add support for MacBookAir3 Greg KH
2011-02-16  1:45 ` [045/115] ALSA: hrtimer: handle delayed timer interrupts Greg KH
2011-02-16  1:45 ` [046/115] ASoC: WM8990: msleep() takes milliseconds not jiffies Greg KH
2011-02-16  1:45 ` [047/115] ASoC: Blackfin AC97: fix build error after multi-component update Greg KH
2011-02-16  1:45 ` [048/115] NFS: Fix "kernel BUG at fs/aio.c:554!" Greg KH
2011-02-16  1:45 ` [049/115] rtc-cmos: fix suspend/resume Greg KH
2011-02-16  1:45 ` [050/115] iwlagn: Re-enable RF_KILL interrupt when down Greg KH
2011-02-16  1:45 ` [051/115] rapidio: fix hang on RapidIO doorbell queue full condition Greg KH
2011-02-16  1:45 ` [052/115] PCI: pci-stub: ignore zero-length id parameters Greg KH
2011-02-16  1:45 ` [053/115] virtio: remove virtio-pci root device Greg KH
2011-02-16  1:45 ` [054/115] ds2760_battery: Fix calculation of time_to_empty_now Greg KH
2011-02-16  1:45 ` [055/115] p54: fix sequence no. accounting off-by-one error Greg KH
2011-02-16  1:45 ` [056/115] i2c: Unregister dummy devices last on adapter removal Greg KH
2011-02-16  1:45 ` [057/115] serial: unbreak billionton CF card Greg KH
2011-02-16  1:45 ` [058/115] ptrace: use safer wake up on ptrace_detach() Greg KH
2011-02-16  1:45 ` [059/115] x86, mtrr: Avoid MTRR reprogramming on BP during boot on UP platforms Greg KH
2011-02-16  1:45 ` [060/115] fix jiffy calculations in calibrate_delay_direct to handle overflow Greg KH
2011-02-16  1:45 ` [061/115] USB: serial: pl2303: Hybrid reader Uniform HCR331 Greg KH
2011-02-16  1:45 ` [062/115] drivers: update to pl2303 usb-serial to support Motorola cables Greg KH
2011-02-16  1:45 ` [063/115] klist: Fix object alignment on 64-bit Greg KH
2011-02-16  1:45 ` [064/115] powerpc: Fix some 6xx/7xxx CPU setup functions Greg KH
2011-02-16  1:45 ` [065/115] parisc : Remove broken line wrapping handling pdc_iodc_print() Greg KH
2011-02-16  1:45 ` [066/115] kernel/smp.c: fix smp_call_function_many() SMP race Greg KH
2011-02-16  1:45 ` [067/115] hostap_cs: fix sleeping function called from invalid context Greg KH
2011-02-16  1:45 ` [068/115] md: fix regression with re-adding devices to arrays with no metadata Greg KH
2011-02-16  1:45 ` [069/115] pata_mpc52xx: inherit from ata_bmdma_port_ops Greg KH
2011-02-16  1:45 ` [070/115] TPM: Long default timeout fix Greg KH
2011-02-16  1:45 ` [071/115] tpm_tis: Use timeouts returned from TPM Greg KH
2011-02-16  1:45 ` [072/115] SELinux: define permissions for DCB netlink messages Greg KH
2011-02-16  1:45 ` [073/115] SELinux: do not compute transition labels on mountpoint labeled filesystems Greg KH
2011-02-16  1:45 ` [074/115] ieee80211: correct IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK macro Greg KH
2011-02-16  1:45 ` [075/115] dm: dont take i_mutex to change device size Greg KH
2011-02-16  1:45 ` [076/115] dm mpath: disable blk_abort_queue Greg KH
2011-02-16  1:45 ` [077/115] drm/radeon/kms: add quirk for Mac Radeon HD 2600 card Greg KH
2011-02-16  1:45 ` [078/115] drm/radeon/kms: make the mac rv630 quirk generic Greg KH
2011-02-16  1:45 ` [079/115] drm/radeon/kms: add pll debugging output Greg KH
2011-02-16  1:45 ` [080/115] drm/radeon: remove 0x4243 pci id Greg KH
2011-02-16  1:45 ` [081/115] drm/radeon/kms: fix s/r issues with bios scratch regs Greg KH
2011-02-16  1:45 ` [082/115] drm/i915/lvds: Add AOpen i915GMm-HFS to the list of false-positive LVDS Greg KH
2011-02-16  1:45 ` [083/115] drm/i915: Add dependency on CONFIG_TMPFS Greg KH
2011-02-16  1:45 ` [084/115] x86, mm: avoid possible bogus tlb entries by clearing prev mm_cpumask after switching mm Greg KH
2011-02-16  1:45 ` [085/115] usb: Realloc xHCI structures after a hub is verified Greg KH
2011-02-16  1:45 ` [086/115] sched: Remove USER_SCHED Greg KH
2011-02-16  1:45 ` [087/115] sched: Remove remaining USER_SCHED code Greg KH
2011-02-16  1:45 ` [088/115] sched: Move sched_avg_update() to update_cpu_load() Greg KH
2011-02-16  1:45 ` [089/115] sched: Increment cache_nice_tries only on periodic lb Greg KH
2011-02-16  1:45 ` [090/115] sched: Try not to migrate higher priority RT tasks Greg KH
2011-02-16  1:45 ` [091/115] sched: Give CPU bound RT tasks preference Greg KH
2011-02-16  1:45 ` [092/115] sched: suppress RCU lockdep splat in task_fork_fair Greg KH
2011-02-16  1:45 ` [093/115] sched: fix RCU lockdep splat from task_group() Greg KH
2011-02-16  1:46 ` [094/115] sched: Do not consider SCHED_IDLE tasks to be cache hot Greg KH
2011-02-16  1:46 ` [095/115] sched: Set group_imb only a task can be pulled from the busiest cpu Greg KH
2011-02-16  1:46 ` [096/115] sched: Force balancing on newidle balance if local group has capacity Greg KH
2011-02-16  1:46 ` [097/115] sched: Drop group_capacity to 1 only if local group has extra capacity Greg KH
2011-02-16  1:46 ` [098/115] sched: Fix softirq time accounting Greg KH
2011-02-16  1:46 ` [099/115] sched: Consolidate account_system_vtime extern declaration Greg KH
2011-02-16  1:46 ` [100/115] sched: Remove unused PF_ALIGNWARN flag Greg KH
2011-02-16  1:46 ` [101/115] sched: Add a PF flag for ksoftirqd identification Greg KH
2011-02-16  1:46 ` [102/115] sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq time Greg KH
2011-02-16  1:46 ` [103/115] x86: Add IRQ_TIME_ACCOUNTING Greg KH
2011-02-16  1:46 ` [104/115] sched: Do not account irq time to current task Greg KH
2011-02-16  1:46 ` [105/115] sched: Remove irq time from available CPU power Greg KH
2011-02-16  1:46 ` [106/115] sched: Call tick_check_idle before __irq_enter Greg KH
2011-02-16  1:46 ` [107/115] sched: Export account_system_vtime() Greg KH
2011-02-16  1:46 ` [108/115] sched, cgroup: Fixup broken cgroup movement Greg KH
2011-02-16  1:46 ` [109/115] sched: Use group weight, idle cpu metrics to fix imbalances during idle Greg KH
2011-02-16  1:46 ` [110/115] sched: Fix cross-sched-class wakeup preemption Greg KH
2011-02-16  1:46 ` [111/115] sched: Fix volanomark performance regression Greg KH
2011-02-16  1:46 ` [112/115] sched: Fix idle balancing Greg KH
2011-02-16  1:46 ` [113/115] sched: Fix wake_affine() vs RT tasks Greg KH
2011-02-16  1:46 ` [114/115] sched: Remove some dead code Greg KH
2011-02-16  7:37   ` Dan Carpenter
2011-02-16  7:56     ` Mike Galbraith
2011-02-16  8:30       ` Ingo Molnar
2011-02-16  9:24         ` [Stable-review] " Willy Tarreau
2011-02-16  1:46 ` [115/115] kernel/user.c: add lock release annotation on free_user() Greg KH
2011-02-16 13:51 ` [000/115] 2.6.32.29-longterm review Ian Campbell
2011-02-17  0:35   ` Greg KH
2011-02-17  9:22     ` Ian Campbell

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