All of lore.kernel.org
 help / color / mirror / Atom feed
* [00/90] 3.0.2-stable review
@ 2011-08-12 21:06 Greg KH
  2011-08-12 21:03 ` [01/90] cris: fix a build error in kernel/fork.c Greg KH
                   ` (91 more replies)
  0 siblings, 92 replies; 99+ messages in thread
From: Greg KH @ 2011-08-12 21:06 UTC (permalink / raw)
  To: linux-kernel, stable; +Cc: stable-review, torvalds, akpm, alan

This is the start of the stable review cycle for the 3.0.2 release.
There are 90 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 15, 2011, 20: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/v3.0/stable-review/patch-3.0.2-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

 Makefile                                        |    4 +-
 arch/cris/arch-v10/drivers/sync_serial.c        |    6 +-
 arch/cris/arch-v10/kernel/irq.c                 |    3 +
 arch/cris/include/asm/thread_info.h             |    6 +-
 arch/parisc/include/asm/atomic.h                |    4 +-
 arch/parisc/include/asm/futex.h                 |   66 ++++-
 arch/parisc/include/asm/unistd.h                |    3 +-
 arch/parisc/kernel/syscall_table.S              |    1 +
 arch/powerpc/kernel/prom_init.c                 |    6 +-
 arch/powerpc/platforms/pseries/dtl.c            |    2 +-
 arch/powerpc/platforms/pseries/kexec.c          |   11 +
 arch/powerpc/platforms/pseries/lpar.c           |    2 +-
 arch/powerpc/platforms/pseries/plpar_wrappers.h |    4 +-
 arch/sparc/include/asm/bitops_64.h              |   49 +---
 arch/sparc/include/asm/elf_64.h                 |   63 ++---
 arch/sparc/include/asm/hypervisor.h             |   14 +
 arch/sparc/include/asm/spitfire.h               |    1 +
 arch/sparc/include/asm/tsb.h                    |   51 ++--
 arch/sparc/include/asm/xor_64.h                 |    3 +-
 arch/sparc/kernel/cpu.c                         |    8 +
 arch/sparc/kernel/cpumap.c                      |    1 +
 arch/sparc/kernel/ds.c                          |   31 ++-
 arch/sparc/kernel/entry.h                       |   14 +
 arch/sparc/kernel/head_64.S                     |   33 +++-
 arch/sparc/kernel/hvapi.c                       |    7 +
 arch/sparc/kernel/hvcalls.S                     |    7 +
 arch/sparc/kernel/kernel.h                      |   15 +
 arch/sparc/kernel/ktlb.S                        |   24 +-
 arch/sparc/kernel/mdesc.c                       |   30 ++-
 arch/sparc/kernel/pcr.c                         |   11 +-
 arch/sparc/kernel/perf_event.c                  |    3 +-
 arch/sparc/kernel/setup_64.c                    |  186 +++++++++++++
 arch/sparc/kernel/sparc_ksyms_64.c              |   11 +
 arch/sparc/kernel/sstate.c                      |    9 +-
 arch/sparc/kernel/unaligned_64.c                |   15 +-
 arch/sparc/kernel/vmlinux.lds.S                 |   21 ++-
 arch/sparc/lib/Makefile                         |    4 +-
 arch/sparc/lib/NG2page.S                        |   61 ----
 arch/sparc/lib/NGpage.S                         |  114 +++++---
 arch/sparc/lib/ffs.S                            |   84 ++++++
 arch/sparc/lib/hweight.S                        |   51 ++++
 arch/sparc/mm/init_64.c                         |   42 +++-
 arch/x86/xen/Makefile                           |    2 +-
 arch/x86/xen/enlighten.c                        |    8 +
 arch/x86/xen/vga.c                              |   67 +++++
 arch/x86/xen/xen-ops.h                          |   11 +
 crypto/md5.c                                    |   92 +------
 drivers/char/random.c                           |  334 +----------------------
 drivers/gpu/drm/drm_edid.c                      |   24 ++-
 drivers/gpu/drm/i915/i915_dma.c                 |    6 +-
 drivers/gpu/drm/i915/i915_irq.c                 |    3 +
 drivers/gpu/drm/i915/intel_display.c            |    8 +-
 drivers/gpu/drm/i915/intel_panel.c              |    4 +
 drivers/gpu/drm/i915/intel_ringbuffer.c         |    3 +
 drivers/gpu/drm/radeon/radeon_connectors.c      |   54 ++++-
 drivers/gpu/drm/radeon/radeon_device.c          |    5 +-
 drivers/gpu/drm/radeon/radeon_display.c         |    9 +
 drivers/gpu/drm/radeon/radeon_i2c.c             |   32 ++-
 drivers/gpu/drm/radeon/radeon_mode.h            |    6 +-
 drivers/isdn/i4l/isdn_net.c                     |    3 +
 drivers/net/Makefile                            |    1 +
 drivers/net/bonding/bond_main.c                 |    6 +-
 drivers/net/bonding/bond_sysfs.c                |  133 +++++-----
 drivers/net/e1000e/lib.c                        |    3 +-
 drivers/net/gianfar_ptp.c                       |    9 +-
 drivers/net/ifb.c                               |    2 +-
 drivers/net/macvlan.c                           |    2 +-
 drivers/net/niu.c                               |    4 +-
 drivers/net/phy/dp83640.c                       |    5 +-
 drivers/net/r8169.c                             |    1 +
 drivers/net/sis190.c                            |   12 +-
 drivers/net/tun.c                               |    1 +
 drivers/net/veth.c                              |    2 +
 drivers/net/wan/hdlc_fr.c                       |    5 +-
 drivers/net/wireless/airo.c                     |    1 +
 drivers/net/wireless/ath/ath9k/ar9002_hw.c      |    6 +-
 drivers/net/wireless/ath/ath9k/ar9003_eeprom.c  |    6 +-
 drivers/net/wireless/ath/ath9k/ar9003_hw.c      |    6 +-
 drivers/net/wireless/ath/ath9k/ar9003_phy.h     |    2 +-
 drivers/net/wireless/ath/ath9k/hw.c             |   11 +-
 drivers/net/wireless/ath/ath9k/hw.h             |    3 +-
 drivers/net/wireless/ath/ath9k/init.c           |    2 +
 drivers/net/wireless/ath/ath9k/pci.c            |   27 ++
 drivers/net/wireless/hostap/hostap_main.c       |    1 +
 drivers/net/wireless/iwlegacy/iwl-3945.c        |    6 +-
 drivers/net/wireless/iwlegacy/iwl-4965.c        |    8 +-
 drivers/net/wireless/iwlwifi/iwl-5000.c         |    1 +
 drivers/net/wireless/iwlwifi/iwl-core.h         |    2 +
 drivers/net/wireless/iwlwifi/iwl-power.c        |    3 +-
 drivers/net/wireless/rt2x00/rt2800lib.c         |    3 +-
 drivers/net/wireless/rt2x00/rt2x00mac.c         |    5 +-
 drivers/net/wireless/rtlwifi/pci.c              |   20 +-
 drivers/platform/x86/asus-wmi.c                 |   17 +-
 drivers/scsi/mpt2sas/mpt2sas_base.c             |   65 ++---
 drivers/scsi/mpt2sas/mpt2sas_base.h             |   53 ++++-
 drivers/scsi/mpt2sas/mpt2sas_ctl.c              |   10 +-
 drivers/scsi/mpt2sas/mpt2sas_debug.h            |    2 +-
 drivers/scsi/mpt2sas/mpt2sas_scsih.c            |   12 +-
 drivers/scsi/mpt2sas/mpt2sas_transport.c        |   24 +-
 drivers/staging/ath6kl/os/linux/ar6000_drv.c    |    1 +
 fs/cifs/cifsfs.c                                |    4 +
 fs/cifs/inode.c                                 |   14 +-
 fs/cifs/transport.c                             |    2 +
 fs/ecryptfs/main.c                              |   23 ++-
 fs/ecryptfs/read_write.c                        |   18 +-
 fs/ext3/namei.c                                 |    6 +-
 fs/ext4/namei.c                                 |    6 +-
 include/drm/drm_crtc.h                          |    1 +
 include/drm/i915_drm.h                          |    2 +-
 include/linux/cryptohash.h                      |    5 +
 include/linux/if.h                              |    2 +
 include/linux/mm.h                              |   12 +-
 include/linux/random.h                          |   11 -
 include/net/ipv6.h                              |   12 +-
 include/net/secure_seq.h                        |   20 ++
 include/net/transp_v6.h                         |    2 +
 include/xen/interface/xen.h                     |   39 +++
 kernel/futex.c                                  |   54 +++-
 lib/Makefile                                    |    2 +-
 lib/md5.c                                       |   95 +++++++
 net/8021q/vlan_dev.c                            |    2 +-
 net/bluetooth/bnep/netdev.c                     |    1 +
 net/core/Makefile                               |    2 +-
 net/core/link_watch.c                           |    2 +-
 net/core/pktgen.c                               |    8 +-
 net/core/secure_seq.c                           |  184 +++++++++++++
 net/dccp/ipv4.c                                 |    1 +
 net/dccp/ipv6.c                                 |    9 +-
 net/ethernet/eth.c                              |    1 +
 net/ipv4/devinet.c                              |   16 +-
 net/ipv4/gre.c                                  |   21 +-
 net/ipv4/icmp.c                                 |   14 +-
 net/ipv4/igmp.c                                 |    2 +-
 net/ipv4/inet_hashtables.c                      |    1 +
 net/ipv4/inetpeer.c                             |    1 +
 net/ipv4/ip_output.c                            |    6 +-
 net/ipv4/ipmr.c                                 |    2 +-
 net/ipv4/netfilter/nf_nat_proto_common.c        |    1 +
 net/ipv4/route.c                                |    6 +-
 net/ipv4/tcp_ipv4.c                             |    1 +
 net/ipv6/af_inet6.c                             |    2 +
 net/ipv6/inet6_hashtables.c                     |    1 +
 net/ipv6/ip6_output.c                           |   40 +++-
 net/ipv6/tcp_ipv6.c                             |    1 +
 net/ipv6/udp.c                                  |    2 +-
 net/l2tp/l2tp_eth.c                             |    2 +-
 net/mac80211/iface.c                            |    1 +
 net/netfilter/ipvs/ip_vs_ctl.c                  |    1 +
 net/sched/sch_sfq.c                             |    7 +-
 net/socket.c                                    |   73 +++---
 net/xfrm/xfrm_algo.c                            |    4 +-
 sound/core/timer.c                              |    2 +
 sound/soc/codecs/sgtl5000.c                     |  128 +++-------
 sound/usb/caiaq/input.c                         |    2 +-
 sound/usb/endpoint.c                            |    2 +-
 sound/usb/mixer.c                               |   25 +-
 sound/usb/mixer.h                               |    1 +
 157 files changed, 1967 insertions(+), 1173 deletions(-)

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

end of thread, other threads:[~2011-08-16 21:45 UTC | newest]

Thread overview: 99+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-12 21:06 [00/90] 3.0.2-stable review Greg KH
2011-08-12 21:03 ` [01/90] cris: fix a build error in kernel/fork.c Greg KH
2011-08-12 21:03 ` [02/90] cris: fix a build error in sync_serial_open() Greg KH
2011-08-12 21:03 ` [03/90] cris: fix the prototype of sync_serial_ioctl() Greg KH
2011-08-12 21:03 ` [04/90] cris: add missing declaration of kgdb_init() and breakpoint() Greg KH
2011-08-12 21:03 ` [05/90] futex: Fix regression with read only mappings Greg KH
2011-08-12 21:03 ` [06/90] [PARISC] wire up sendmmsg syscall Greg KH
2011-08-12 21:03 ` [07/90] [PARISC] Fix futex support Greg KH
2011-08-12 21:03 ` [08/90] [PARISC] fix return type of __atomic64_add_return Greg KH
2011-08-12 21:03 ` [09/90] rt2x00: rt2800: fix zeroing skb structure Greg KH
2011-08-12 21:03 ` [10/90] rt2x00: fix usage of NULL queue Greg KH
2011-08-12 21:03 ` [11/90] rtlwifi: Fix kernel oops on ARM SOC Greg KH
2011-08-12 21:03 ` [12/90] iwlegacy: set tx power after rxon_assoc Greg KH
2011-08-12 21:03 ` [13/90] ath9k: initialize tx chainmask before testing channel tx power values Greg KH
2011-08-12 21:03 ` [14/90] ath9k: skip ->config_pci_powersave() if PCIe port has ASPM disabled Greg KH
2011-08-12 21:04 ` [15/90] net: sendmmsg should only return an error if no messages were sent Greg KH
2011-08-12 21:04 ` [16/90] net: Cap number of elements for sendmmsg Greg KH
2011-08-12 21:04 ` [17/90] net: Fix security_socket_sendmsg() bypass problem Greg KH
2011-08-12 21:04 ` [18/90] xen: allow enable use of VGA console on dom0 Greg KH
2011-08-12 21:04 ` [19/90] drm: Separate EDID Header Check from EDID Block Check Greg KH
2011-08-12 21:04 ` [20/90] drm/radeon: Extended DDC Probing for Connectors with Improperly Wired DDC Lines (here: Asus M2A-VM HDMI) Greg KH
2011-08-12 21:04 ` [21/90] drm/radeon: Extended DDC Probing for ECS A740GM-M DVI-D Connector Greg KH
2011-08-12 21:04 ` [22/90] drm/radeon: Log Subsystem Vendor and Device Information Greg KH
2011-08-12 21:04 ` [23/90] drm/i915/pch: Fix integer math bugs in panel fitting Greg KH
2011-08-12 21:04 ` [24/90] drm/i915: load the LUT before pipe enable on ILK+ Greg KH
2011-08-12 21:04 ` [25/90] drm/i915: Fix typo in DRM_I915_OVERLAY_PUT_IMAGE ioctl define Greg KH
2011-08-12 21:04 ` [26/90] drm/i915: Initialize RCS ring status page address in intel_render_ring_init_dri Greg KH
2011-08-12 21:04 ` [27/90] drm/i915: Hold mode_config->mutex during hotplug processing Greg KH
2011-08-12 21:04 ` [28/90] drm/i915: Fixup for Hold mode_config->mutex during hotplug Greg KH
2011-08-12 21:04 ` [29/90] crypto: Move md5_transform to lib/md5.c Greg KH
2011-08-12 21:04 ` [30/90] net: Compute protocol sequence numbers and fragment IDs using MD5 Greg KH
2011-08-12 21:04 ` [31/90] asus-wmi: fix hwmon/pwm1 Greg KH
2011-08-12 21:04 ` [32/90] asus-wmi: return proper value in store_cpufv() Greg KH
2011-08-12 21:04 ` [33/90] CIFS: Fix missing a decrement of inFlight value Greg KH
2011-08-12 21:04 ` [34/90] cifs: cope with negative dentries in cifs_get_root Greg KH
2011-08-12 21:04 ` [35/90] cifs: convert prefixpath delimiters in Greg KH
2011-08-12 21:04 ` [36/90] ASoC: sgtl5000: fix cache handling Greg KH
2011-08-12 21:04 ` [37/90] ALSA: timer - Fix Oops at closing slave timer Greg KH
2011-08-12 21:04 ` [38/90] ALSA: snd-usb-caiaq: Fix keymap for RigKontrol3 Greg KH
2011-08-12 21:04 ` [39/90] ALSA: snd-usb: avoid dividing by zero on invalid input Greg KH
2011-08-12 21:04 ` [40/90] ALSA: snd-usb: operate on given mixer interface only Greg KH
2011-08-12 21:04 ` [41/90] ALSA: snd-usb: Accept UAC2 FORMAT_TYPE descriptors with Greg KH
2011-08-12 21:04 ` [42/90] ipv6: make fragment identifications less predictable Greg KH
2011-08-12 21:04 ` [43/90] icmp: Fix regression in nexthop resolution during replies Greg KH
2011-08-12 21:04 ` [44/90] ipv4: Constrain UFO fragment sizes to multiples of 8 bytes Greg KH
2011-08-12 21:04 ` [45/90] ipv4: fix the reusing of routing cache entries Greg KH
2011-08-12 21:04 ` [46/90] IPVS: Free resources on module removal Greg KH
2011-08-12 21:04 ` [47/90] net: adjust array index Greg KH
2011-08-12 21:04 ` [48/90] drivers/net/niu.c: " Greg KH
2011-08-12 21:04 ` [49/90] sch_sfq: fix sfq_enqueue() Greg KH
2011-08-12 21:04 ` [50/90] IPv4: Send gratuitous ARP for secondary IP addresses also Greg KH
2011-08-12 21:04 ` [51/90] net: add IFF_SKB_TX_SHARED flag to priv_flags Greg KH
2011-08-12 21:04 ` [52/90] net: Audit drivers to identify those needing IFF_TX_SKB_SHARING cleared Greg KH
2011-08-12 21:04 ` [53/90] bonding: fix string comparison errors Greg KH
2011-08-12 21:04 ` [54/90] Fix cdc-phonet build Greg KH
2011-08-12 21:04 ` [55/90] xfrm: Fix key lengths for rfc3686(ctr(aes)) Greg KH
2011-08-12 21:04 ` [56/90] sis190: Rx filter init is needed for MAC address change Greg KH
2011-08-12 21:04 ` [57/90] r8169: Add support for D-Link 530T rev C1 (Kernel Bug 38862) Greg KH
2011-08-12 21:04 ` [58/90] net: allow netif_carrier to be called safely from IRQ Greg KH
2011-08-12 21:04 ` [59/90] ipv4: use RT_TOS after some rt_tos conversions Greg KH
2011-08-12 21:04 ` [60/90] gre: fix improper error handling Greg KH
2011-08-12 21:04 ` [61/90] iwlagn: 5000 do not support idle mode Greg KH
2011-08-12 21:04 ` [62/90] [SCSI] mpt2sas: Fixed Big Indian Issues on 32 bit PPC Greg KH
2011-08-12 21:04 ` [63/90] sparc: Dont leave sparc_pmu_type NULL on sun4v Greg KH
2011-08-12 21:04 ` [64/90] sparc: Add T3 sun4v cpu type and hypervisor group defines Greg KH
2011-08-12 21:04 ` [65/90] sparc: Dont do expensive hypervisor PCR write unless necessary Greg KH
2011-08-12 21:04 ` [66/90] sparc: Detect and handle UltraSPARC-T3 cpu types Greg KH
2011-08-12 21:04 ` [67/90] sparc: Sanitize cpu feature detection and reporting Greg KH
2011-08-12 21:04 ` [68/90] sparc: Minor tweaks to Niagara page copy/clear Greg KH
2011-08-12 21:04 ` [69/90] sparc: Use popc if possible for hweight routines Greg KH
2011-08-12 21:04 ` [70/90] sparc: Use hweight64() in popc emulation Greg KH
2011-08-12 21:04 ` [71/90] sparc: Add some missing hypervisor API groups Greg KH
2011-08-12 21:04 ` [72/90] sparc: Set reboot-cmd using reboot data hypervisor call if available Greg KH
2011-08-12 21:04 ` [73/90] sparc: Use popc when possible for ffs/__ffs/ffz Greg KH
2011-08-12 21:04 ` [74/90] sparc: Access kernel TSB using physical addressing when possible Greg KH
2011-08-12 21:05 ` [75/90] sparc: Size mondo queues more sanely Greg KH
2011-08-12 21:05 ` [76/90] sparc: Fix build with DEBUG_PAGEALLOC enabled Greg KH
2011-08-12 21:05 ` [77/90] Ecryptfs: Add mount option to check uid of device being Greg KH
2011-08-12 21:05 ` [78/90] eCryptfs: Return error when lower file pointer is NULL Greg KH
2011-08-12 21:05 ` [79/90] powerpc/pseries: Fix kexec on recent firmware versions Greg KH
2011-08-12 21:05 ` [80/90] powerpc: Fix device tree claim code Greg KH
2011-08-12 21:05 ` [81/90] powerpc: pseries: Fix kexec on machines with more than 4TB of RAM Greg KH
2011-08-12 21:05 ` [82/90] ext3: Properly count journal credits for long symlinks Greg KH
2011-08-12 21:05 ` [83/90] ext4: " Greg KH
2011-08-12 21:05 ` [84/90] e1000e: alternate MAC address does not work on device id 0x1060 Greg KH
2011-08-12 21:05 ` [85/90] gianfar: fix fiper alignment after resetting the time Greg KH
2011-08-12 21:05 ` [86/90] dp83640: increase receive time stamp buffer size Greg KH
2011-08-12 21:05 ` [87/90] ath9k_hw: Fix incorrect Tx control power in AR9003 template Greg KH
2011-08-12 21:05 ` [88/90] ath9k: fix a misprint which leads to incorrect calibration Greg KH
2011-08-12 21:05 ` [89/90] sparc: Dont do hypervisor calls on non-sun4v in DS driver Greg KH
2011-08-12 21:05 ` [90/90] mm: Fix fixup_user_fault() for MMU=n Greg KH
2011-08-14 10:31 ` [00/90] 3.0.2-stable review Jiri Slaby
2011-08-14 16:18   ` Greg KH
2011-08-15 20:56     ` Dave Jones
2011-08-16  1:24       ` Greg KH
2011-08-16 17:46 ` Arnaud Lacombe
2011-08-16 17:59   ` Greg KH
2011-08-16 18:10     ` Linus Torvalds
2011-08-16 21:11       ` H. Peter Anvin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.