public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [00/55] 2.6.32.44-longterm review
@ 2011-08-06  0:02 Greg KH
  2011-08-06  0:01 ` [01/55] ASoC: Fix Blackfin I2S _pointer() implementation return in bounds values Greg KH
                   ` (54 more replies)
  0 siblings, 55 replies; 64+ messages in thread
From: Greg KH @ 2011-08-06  0:02 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.44 release.
There are 55 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 Monday, August 8, 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.44-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

 Makefile                                   |    2 +-
 arch/alpha/kernel/osf_sys.c                |   11 ++++--
 arch/arm/mach-davinci/board-dm365-evm.c    |    4 +-
 arch/arm/mach-pxa/cm-x300.c                |    8 ++--
 arch/powerpc/kernel/crash.c                |    6 +---
 arch/powerpc/platforms/pseries/hvconsole.c |    2 +-
 arch/x86/kernel/hpet.c                     |   53 +++++++++++++++------------
 arch/x86/kernel/reboot.c                   |    8 ++++
 arch/x86/kernel/relocate_kernel_32.S       |    2 +
 arch/x86/kernel/relocate_kernel_64.S       |    2 +
 arch/xtensa/kernel/ptrace.c                |    3 ++
 block/blk-core.c                           |    3 ++
 block/blk-exec.c                           |    7 ++++
 drivers/ata/libata-eh.c                    |   12 ++++--
 drivers/block/cciss.h                      |    2 +-
 drivers/hwmon/max1111.c                    |   11 ++++++
 drivers/md/dm-mpath.c                      |    5 +++
 drivers/md/dm.c                            |   10 ++++-
 drivers/media/radio/si4713-i2c.c           |    4 +-
 drivers/media/video/bt8xx/bttv-driver.c    |    2 +-
 drivers/media/video/pvrusb2/pvrusb2-hdw.c  |    4 ++
 drivers/media/video/v4l2-ioctl.c           |    6 +++
 drivers/net/jme.c                          |   20 +++++++---
 drivers/pci/pci.c                          |    7 +++-
 drivers/scsi/libsas/sas_expander.c         |    3 ++
 drivers/scsi/pmcraid.c                     |    3 ++
 drivers/scsi/scsi_devinfo.c                |    2 +
 drivers/scsi/scsi_lib.c                    |    2 +
 drivers/scsi/ses.c                         |    6 +++-
 drivers/staging/comedi/comedi_fops.c       |    4 +-
 drivers/usb/gadget/dummy_hcd.c             |    1 +
 drivers/usb/host/ehci-hub.c                |    3 +-
 drivers/usb/host/ehci-q.c                  |    3 +-
 drivers/usb/host/ehci.h                    |    1 +
 drivers/usb/host/pci-quirks.c              |   28 +++++++++++++++
 drivers/usb/musb/musb_core.c               |    1 +
 drivers/usb/serial/pl2303.c                |    2 +
 drivers/usb/serial/pl2303.h                |   10 +++++-
 fs/block_dev.c                             |   27 +++++---------
 fs/cifs/cifsglob.h                         |    2 +-
 fs/cifs/connect.c                          |   28 ++++++++++----
 fs/ext3/xattr.c                            |   12 +++++-
 fs/nfs/nfs4xdr.c                           |    2 +-
 fs/proc/base.c                             |    7 +++-
 include/linux/netdevice.h                  |    5 ++-
 kernel/perf_event.c                        |    8 +---
 net/atm/br2684.c                           |   11 ++++--
 net/bridge/br_private.h                    |    1 +
 net/bridge/br_stp.c                        |    4 +-
 net/ipv4/ip_gre.c                          |   19 +++++-----
 net/ipv4/ipip.c                            |   13 +++----
 net/ipv6/ip6_tunnel.c                      |   28 ++++++++-------
 net/ipv6/sit.c                             |   13 +++----
 net/ipv6/xfrm6_tunnel.c                    |   32 ++++++++++-------
 net/mac80211/mlme.c                        |    3 ++
 net/sunrpc/rpcb_clnt.c                     |    2 +-
 net/sunrpc/sched.c                         |   27 ++++++--------
 net/sunrpc/svc_xprt.c                      |   11 +++---
 sound/core/pcm_compat.c                    |    2 +-
 sound/soc/blackfin/bf5xx-i2s-pcm.c         |   13 ++++++-
 60 files changed, 351 insertions(+), 182 deletions(-)

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

end of thread, other threads:[~2011-08-09 20:22 UTC | newest]

Thread overview: 64+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-06  0:02 [00/55] 2.6.32.44-longterm review Greg KH
2011-08-06  0:01 ` [01/55] ASoC: Fix Blackfin I2S _pointer() implementation return in bounds values Greg KH
2011-08-06  0:01 ` [02/55] [media] v4l2-ioctl.c: prefill tuner type for g_frequency and g/s_tuner Greg KH
2011-08-06  0:01 ` [03/55] [media] pvrusb2: fix g/s_tuner support Greg KH
2011-08-06  0:01 ` [04/55] [media] bttv: fix s_tuner for radio Greg KH
2011-08-06  0:01 ` [05/55] gro: Only reset frag0 when skb can be pulled Greg KH
2011-08-06  0:01 ` [06/55] NFSv4.1: update nfs4_fattr_bitmap_maxsz Greg KH
2011-08-06  0:01 ` [07/55] SUNRPC: Fix a race between work-queue and rpc_killall_tasks Greg KH
2011-08-07 17:38   ` [Stable-review] " Ben Hutchings
2011-08-08 17:03     ` Greg KH
2011-08-08 18:07       ` Ben Hutchings
2011-08-06  0:01 ` [08/55] SUNRPC: Fix use of static variable in rpcb_getport_async Greg KH
2011-08-06  0:01 ` [09/55] si4713-i2c: avoid potential buffer overflow on si4713 Greg KH
2011-08-06  0:01 ` [10/55] hwmon: (max1111) Fix race condition causing NULL pointer exception Greg KH
2011-08-06  0:01 ` [11/55] bridge: send proper message_age in config BPDU Greg KH
2011-08-06  0:01 ` [12/55] davinci: DM365 EVM: fix video input mux bits Greg KH
2011-08-06  0:01 ` [13/55] libata: fix unexpectedly frozen port after ata_eh_reset() Greg KH
2011-08-06  0:01 ` [14/55] x86: Make Dell Latitude E5420 use reboot=pci Greg KH
2011-08-06  0:01 ` [15/55] USB: pl2303: add AdLink ND-6530 USB IDs Greg KH
2011-08-06  0:01 ` [16/55] USB: pl2303.h: checkpatch cleanups Greg KH
2011-08-06  0:01 ` [17/55] USB: serial: add IDs for WinChipHead USB->RS232 adapter Greg KH
2011-08-06  0:01 ` [18/55] staging: comedi: fix infoleak to userspace Greg KH
2011-08-06  0:01 ` [19/55] USB: OHCI: fix another regression for NVIDIA controllers Greg KH
2011-08-06  0:01 ` [20/55] usb: musb: restore INDEX register in resume path Greg KH
2011-08-06  0:01 ` [21/55] USB: dummy-hcd needs the has_tt flag Greg KH
2011-08-06  0:01 ` [22/55] ARM: pxa/cm-x300: fix V3020 RTC functionality Greg KH
2011-08-06  0:01 ` [23/55] jme: Fix unmap error (Causing system freeze) Greg KH
2011-08-06  0:01 ` [24/55] [SCSI] libsas: remove expander from dev list on error Greg KH
2011-08-06  0:01 ` [25/55] mac80211: Restart STA timers only on associated state Greg KH
2011-08-06  0:01 ` [26/55] [SCSI] Blacklist Traxdata CDR4120 and IOMEGA Zip drive to avoid lock ups Greg KH
2011-08-06  0:01 ` [27/55] [SCSI] ses: requesting a fault indication Greg KH
2011-08-06  0:01 ` [28/55] [SCSI] fix crash in scsi_dispatch_cmd() Greg KH
     [not found]   ` <1312739411.2591.1026.camel@deadeye>
2011-08-07 17:51     ` [Stable-review] " Ben Hutchings
2011-08-08 17:04       ` Greg KH
2011-08-08 18:10         ` Ben Hutchings
2011-08-08 19:17           ` Dave Jones
2011-08-09 20:22           ` James Bottomley
2011-08-06  0:01 ` [29/55] [SCSI] pmcraid: reject negative request size Greg KH
2011-08-06  0:02 ` [30/55] kexec, x86: Fix incorrect jump back address if not Greg KH
2011-08-06  0:02 ` [31/55] powerpc/kdump: Fix timeout in crash_kexec_wait_realmode Greg KH
2011-08-06  0:02 ` [32/55] PCI: ARI is a PCIe v2 feature Greg KH
2011-08-06  0:02 ` [33/55] cciss: do not attempt to read from a write-only register Greg KH
2011-08-06  0:02 ` [34/55] xtensa: prevent arbitrary read in ptrace Greg KH
2011-08-06  0:02 ` [35/55] ext3: Fix oops in ext3_try_to_allocate_with_rsv() Greg KH
2011-08-06  0:02 ` [36/55] svcrpc: fix list-corrupting race on nfsd shutdown Greg KH
2011-08-06  0:02 ` [37/55] EHCI: only power off port if over-current is active Greg KH
2011-08-06  0:02 ` [38/55] EHCI: fix direction handling for interrupt data toggles Greg KH
2011-08-06  0:02 ` [39/55] powerpc/pseries/hvconsole: Fix dropped console output Greg KH
2011-08-06  0:02 ` [40/55] x86: Hpet: Avoid the comparator readback penalty Greg KH
2011-08-06  0:02 ` [41/55] x86: HPET: Chose a paranoid safe value for the ETIME check Greg KH
2011-08-06  0:02 ` [42/55] Revert "block: rescan partitions on invalidated devices on -ENOMEDIA Greg KH
2011-08-06  0:02 ` [43/55] cifs: clean up cifs_find_smb_ses (try #2) Greg KH
2011-08-06  0:02 ` [44/55] cifs: fix NULL pointer dereference in cifs_find_smb_ses Greg KH
2011-08-06  0:02 ` [45/55] cifs: check for NULL session password Greg KH
2011-08-06  0:02 ` [46/55] gre: fix netns vs proto registration ordering Greg KH
2011-08-06  0:02 ` [47/55] netns xfrm: fixup xfrm6_tunnel error propagation Greg KH
2011-08-06  0:02 ` [48/55] tunnels: fix netns vs proto registration ordering Greg KH
2011-08-06  0:02 ` [49/55] alpha: fix several security issues Greg KH
2011-08-06  0:02 ` [50/55] proc: restrict access to /proc/PID/io Greg KH
2011-08-06  0:02 ` [51/55] ALSA: sound/core/pcm_compat.c: adjust array index Greg KH
2011-08-06  0:02 ` [52/55] dm mpath: fix potential NULL pointer in feature arg processing Greg KH
2011-08-06  0:02 ` [53/55] dm: fix idr leak on module removal Greg KH
2011-08-06  0:02 ` [54/55] perf: overflow/perf_count_sw_cpu_clock crashes recent kernels Greg KH
2011-08-06  0:02 ` [55/55] atm: [br2684] allow routed mode operation again Greg KH

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