From: Greg KH <gregkh@suse.de>
To: linux-kernel@vger.kernel.org, stable@kernel.org
Cc: stable-review@kernel.org, torvalds@linux-foundation.org,
akpm@linux-foundation.org, alan@lxorguk.ukuu.org.uk
Subject: [00/85] 2.6.33.15-longterm review
Date: Wed, 15 Jun 2011 17:29:17 -0700 [thread overview]
Message-ID: <20110616002917.GA3627@kroah.com> (raw)
This is the start of the stable review cycle for the 2.6.33.15 release.
There are 85 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 Sat, Jun 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/stable-review/patch-2.6.33.15-rc1.gz
and the diffstat can be found below.
thanks,
greg k-h
Makefile | 2 +-
arch/arm/mm/cache-v6.S | 1 +
arch/arm/mm/cache-v7.S | 2 +
arch/powerpc/oprofile/op_model_power4.c | 24 ++++++++++++-
arch/x86/include/asm/uaccess.h | 2 +-
arch/x86/kernel/amd_iommu.c | 48 +++++++++++++++++++++++--
arch/x86/kernel/amd_iommu_init.c | 8 ++--
arch/x86/kernel/cpu/amd.c | 16 ++++++---
arch/x86/lib/copy_user_64.S | 4 +-
arch/x86/xen/mmu.c | 2 +-
arch/x86/xen/multicalls.c | 12 +++---
block/blk-core.c | 2 +
block/blk.h | 3 +-
drivers/ata/pata_cmd64x.c | 61 ++++++++++++++++++++++---------
drivers/block/brd.c | 11 ++++--
drivers/block/loop.c | 11 ++++--
drivers/block/nbd.c | 6 +++
drivers/char/i8k.c | 4 +-
drivers/cpufreq/cpufreq.c | 20 +++++++++-
drivers/cpufreq/cpufreq_stats.c | 22 ++++++++++--
drivers/cpuidle/governors/menu.c | 4 ++-
drivers/gpu/drm/i915/intel_lvds.c | 8 ++++
drivers/gpu/drm/radeon/radeon_device.c | 1 +
drivers/md/dm-table.c | 17 +++++++++
drivers/md/md.c | 2 +-
drivers/md/raid5.c | 8 ++--
drivers/mtd/mtdconcat.c | 4 +-
drivers/net/wireless/ath/ath9k/rc.c | 3 +-
drivers/net/wireless/iwlwifi/iwl-5000.c | 2 +-
drivers/net/wireless/p54/p54usb.c | 1 +
drivers/pci/hotplug/pcihp_slot.c | 45 +++++++++++++++++++++++
drivers/pci/quirks.c | 10 +++++
drivers/scsi/bnx2i/bnx2i_hwi.c | 1 +
drivers/scsi/bnx2i/bnx2i_iscsi.c | 3 ++
drivers/scsi/scsi_scan.c | 11 +++---
drivers/scsi/scsi_sysfs.c | 19 ++++------
drivers/scsi/ultrastor.c | 2 +-
drivers/staging/usbip/usbip_common.c | 2 +-
drivers/usb/core/hub.c | 6 ++-
drivers/usb/gadget/at91_udc.c | 2 +-
drivers/usb/gadget/f_rndis.c | 3 +-
drivers/usb/host/xhci-mem.c | 18 +++++++--
drivers/usb/serial/ftdi_sio.c | 2 +
drivers/usb/serial/ftdi_sio_ids.h | 6 +++
drivers/usb/serial/garmin_gps.c | 20 +++++++----
drivers/usb/serial/moto_modem.c | 1 +
fs/block_dev.c | 27 +++++++++-----
fs/dcookies.c | 3 ++
fs/ecryptfs/keystore.c | 46 +++++++++++-------------
fs/ext3/namei.c | 13 ++++++-
fs/ext4/mballoc.c | 2 +
fs/fat/file.c | 2 +-
fs/jbd/commit.c | 9 ++++-
fs/jbd/journal.c | 16 +++++++--
fs/partitions/ldm.c | 5 +++
fs/ubifs/journal.c | 1 +
fs/ubifs/sb.c | 3 +-
fs/ubifs/shrinker.c | 6 +++-
fs/ubifs/super.c | 1 +
fs/xfs/linux-2.6/xfs_sync.c | 16 ++++++--
fs/xfs/linux-2.6/xfs_sync.h | 1 +
fs/xfs/xfs_iget.c | 1 +
include/linux/pci_ids.h | 2 +
include/linux/seqlock.h | 4 +-
kernel/lockdep.c | 2 +-
kernel/time/timekeeping.c | 9 ++++-
kernel/trace/ftrace.c | 12 ++++---
lib/locking-selftest.c | 2 +-
mm/hugetlb.c | 4 +-
mm/kmemleak.c | 7 +++-
mm/page_alloc.c | 2 +-
net/atm/atm_sysfs.c | 10 +++++
net/ipv6/netfilter/ip6t_REJECT.c | 4 ++-
net/ipv6/netfilter/nf_conntrack_reasm.c | 8 +----
net/netfilter/xt_DSCP.c | 2 +-
net/sunrpc/xprtsock.c | 16 +++++++--
net/wireless/nl80211.c | 2 +-
sound/pci/hda/patch_realtek.c | 1 +
sound/pci/hda/patch_sigmatel.c | 2 +-
sound/soc/codecs/wm_hubs.c | 24 +++++++-----
80 files changed, 538 insertions(+), 189 deletions(-)
next reply other threads:[~2011-06-16 0:29 UTC|newest]
Thread overview: 70+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-16 0:29 Greg KH [this message]
2011-06-16 0:27 ` [02/85] kmemleak: Do not return a pointer to an object that kmemleak did not get Greg KH
2011-06-16 0:27 ` [03/85] [CPUFREQ] CPU hotplug, re-create sysfs directory and symlinks Greg KH
2011-06-16 0:28 ` [04/85] [CPUFREQ] Fix memory leak in cpufreq_stat Greg KH
2011-06-16 0:28 ` [05/85] powerpc/oprofile: Handle events that raise an exception without overflowing Greg KH
2011-06-16 0:28 ` [06/85] block: rescan partitions on invalidated devices on -ENOMEDIA Greg KH
2011-06-16 0:28 ` [07/85] block: add proper state guards to __elv_next_request Greg KH
2011-06-16 0:28 ` [08/85] mtd: mtdconcat: fix NAND OOB write Greg KH
2011-06-16 0:28 ` [09/85] x86, 64-bit: Fix copy_[to/from]_user() checks for the Greg KH
2011-06-16 0:28 ` [10/85] ext3: Fix fs corruption when make_indexed_dir() fails Greg KH
2011-06-16 0:28 ` [11/85] jbd: Fix forever sleeping process in do_get_write_access() Greg KH
2011-06-16 0:28 ` [12/85] jbd: fix fsync() tid wraparound bug Greg KH
2011-06-16 0:28 ` [13/85] ext4: release page cache in ext4_mb_load_buddy error path Greg KH
2011-06-16 0:28 ` [14/85] [SCSI] bnx2i: Fixed packet error created when the sq_size is Greg KH
2011-06-16 0:28 ` [15/85] [SCSI] Fix Ultrastor asm snippet Greg KH
2011-06-16 0:28 ` [16/85] x86, amd: Do not enable ARAT feature on AMD processors below Greg KH
2011-06-16 0:28 ` [17/85] x86, amd: Use _safe() msr access for GartTlbWlk disable code Greg KH
2011-06-16 0:28 ` [18/85] rcu: Fix unpaired rcu_irq_enter() from locking selftests Greg KH
2011-06-16 0:28 ` [19/85] staging: usbip: fix wrong endian conversion Greg KH
2011-06-16 0:28 ` [20/85] Fix for buffer overflow in ldm_frag_add not sufficient Greg KH
2011-06-16 0:28 ` [21/85] seqlock: Dont smp_rmb in seqlock reader spin loop Greg KH
2011-06-16 0:28 ` [22/85] time: Compensate for rounding on odd-frequency clocksources Greg KH
2011-06-16 0:28 ` [23/85] ALSA: HDA: Use one dmic only for Dell Studio 1558 Greg KH
2011-06-16 0:28 ` [24/85] ASoC: Ensure output PGA is enabled for line outputs in Greg KH
2011-06-16 0:28 ` [25/85] ASoC: Add some missing volume update bit sets for wm_hubs Greg KH
2011-06-16 0:28 ` [26/85] mm/page_alloc.c: prevent unending loop in Greg KH
2011-06-16 0:28 ` [27/85] loop: limit max_part module param to DISK_MAX_PARTS Greg KH
2011-06-16 0:28 ` [28/85] loop: handle on-demand devices correctly Greg KH
2011-06-16 0:28 ` [29/85] USB: moto_modem: Add USB identifier for the Motorola VE240 Greg KH
2011-06-16 0:28 ` [30/85] USB: serial: ftdi_sio: adding support for TavIR STK500 Greg KH
2011-06-16 0:28 ` [31/85] USB: gamin_gps: Fix for data transfer problems in native Greg KH
2011-06-16 0:28 ` [32/85] usb/gadget: at91sam9g20 fix end point max packet size Greg KH
2011-06-16 0:28 ` [33/85] usb: gadget: rndis: dont test against req->length Greg KH
2011-06-16 0:28 ` [34/85] xhci: Fix full speed bInterval encoding Greg KH
2011-06-16 0:28 ` [35/85] p54usb: add zoom 4410 usbid Greg KH
2011-06-16 0:28 ` [36/85] eCryptfs: Allow 2 scatterlist entries for encrypted Greg KH
2011-06-16 0:28 ` [37/85] UBIFS: fix a rare memory leak in ro to rw remounting path Greg KH
2011-06-16 0:28 ` [38/85] i8k: Avoid lahf in 64-bit code Greg KH
2011-06-16 0:28 ` [39/85] cpuidle: menu: fixed wrapping timers at 4.294 seconds Greg KH
2011-06-16 0:28 ` [40/85] dm table: reject devices without request fns Greg KH
2011-06-16 0:28 ` [41/85] ARM: 6941/1: cache: ensure MVA is cacheline aligned in Greg KH
2011-06-16 0:28 ` [57/85] ath9k: set 40 Mhz rate only if hw is configured in ht40 Greg KH
2011-06-16 0:28 ` [58/85] mm: fix ENOSPC returned by handle_mm_fault() Greg KH
2011-06-16 0:28 ` [59/85] PCI: Set PCIE maxpayload for card during hotplug insertion Greg KH
2011-06-16 0:28 ` [60/85] nl80211: fix check for valid SSID size in scan operations Greg KH
2011-06-16 0:28 ` [61/85] lockdep: Fix lock_is_held() on recursion Greg KH
2011-06-16 0:28 ` [62/85] drm/i915: Add a no lvds quirk for the Asus EeeBox PC EB1007 Greg KH
2011-06-16 0:28 ` [63/85] drm/radeon/kms: fix for radeon on systems >4GB without Greg KH
2011-06-16 0:29 ` [64/85] fat: Fix corrupt inode flags when remove ATTR_SYS flag Greg KH
2011-06-16 0:29 ` [65/85] xen: off by one errors in multicalls.c Greg KH
2011-06-16 0:29 ` [66/85] x86/amd-iommu: Use only per-device dma_ops Greg KH
2011-06-16 0:29 ` [67/85] x86/amd-iommu: Fix 3 possible endless loops Greg KH
2011-06-16 0:29 ` [68/85] x86/amd-iommu: Fix boot crash with hidden PCI devices Greg KH
2011-06-16 0:29 ` [69/85] USB: core: Tolerate protocol stall during hub and port Greg KH
2011-06-16 0:29 ` [70/85] USB: serial: add another 4N-GALAXY.DE PID to ftdi_sio driver Greg KH
2011-06-16 0:29 ` [71/85] USB: xhci - fix interval calculation for FS isoc endpoints Greg KH
2011-06-16 0:29 ` [72/85] ALSA: hda: Fix quirk for Dell Inspiron 910 Greg KH
2011-06-16 0:29 ` [73/85] oprofile, dcookies: Fix possible circular locking dependency Greg KH
2011-06-16 0:29 ` [74/85] CPUFREQ: Remove cpufreq_stats sysfs entries on module unload Greg KH
2011-06-16 0:29 ` [75/85] md: check ->hot_remove_disk when removing disk Greg KH
2011-06-16 0:29 ` [76/85] md/raid5: fix raid5_set_bi_hw_segments Greg KH
2011-06-16 0:29 ` [77/85] md/raid5: fix FUA request handling in ops_run_io() Greg KH
2011-06-16 0:29 ` [78/85] pata_cmd64x: fix PIO setup Greg KH
2011-06-16 0:29 ` [79/85] pata_cmd64x: cmd648_bmdma_stop() fix Greg KH
2011-06-16 0:29 ` [80/85] pata_cmd64x: remove unused definitions Greg KH
2011-06-16 0:29 ` [81/85] pata_cm64x: fix boot crash on parisc Greg KH
2011-06-16 0:29 ` [82/85] xfs: properly account for reclaimed inodes Greg KH
2011-06-16 0:29 ` [83/85] netfilter: IPv6: initialize TOS field in REJECT target module Greg KH
2011-06-16 0:29 ` [84/85] netfilter: IPv6: fix DSCP mangle code Greg KH
2011-06-16 0:29 ` [85/85] [PATCH] Revert "iwlagn: Support new 5000 microcode." Greg KH
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=20110616002917.GA3627@kroah.com \
--to=gregkh@suse.de \
--cc=akpm@linux-foundation.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=stable-review@kernel.org \
--cc=stable@kernel.org \
--cc=torvalds@linux-foundation.org \
/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