[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20110623223539.GA26114@kroah.com>
Date: Thu, 23 Jun 2011 15:35:39 -0700
From: Greg KH <gregkh@...e.de>
To: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
torvalds@...ux-foundation.org, stable@...nel.org
Cc: lwn@....net
Subject: Linux 2.6.33.15
I'm announcing the release of the 2.6.33.15 kernel.
This is primarily for the use of those people who are stuck using the
.33-rt kernel. Anyone else who really wants to use the .33 kernel tree
is welcome to use this one as well.
I'll be maintaining it for a while longer as it looks like the -rt tree
isn't moving forward to any newer kernel any time soon.
The updated 2.6.33.y git tree can be found at:
git://git.kernel.org/pub/scm/linux/kernel/git/longterm/linux-2.6.33.y.git
and can be browsed at the normal kernel.org git web browser:
http://git.kernel.org/?p=linux/kernel/git/longterm/linux-2.6.33.y.git;a=summary
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 | 2 -
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, 535 insertions(+), 186 deletions(-)
Alan Stern (3):
fix memory leak in scsi_report_lun_scan
fix refcounting bug in scsi_get_host_dev
fix duplicate removal on error path in scsi_sysfs_add_sdev
Andrew Barry (1):
mm/page_alloc.c: prevent unending loop in __alloc_pages_slowpath()
Artem Bityutskiy (3):
UBIFS: fix a rare memory leak in ro to rw remounting path
UBIFS: fix shrinker object count reports
UBIFS: fix memory leak on error path
Bartlomiej Zolnierkiewicz (3):
pata_cmd64x: fix PIO setup
pata_cmd64x: cmd648_bmdma_stop() fix
pata_cmd64x: remove unused definitions
Benedek László (1):
USB: serial: ftdi_sio: adding support for TavIR STK500
Boris Ostrovsky (1):
x86, amd: Do not enable ARAT feature on AMD processors below family 0x12
Catalin Marinas (1):
kmemleak: Do not return a pointer to an object that kmemleak did not get
Christian Lamparter (1):
p54usb: add zoom 4410 usbid
Dan Carpenter (1):
xen: off by one errors in multicalls.c
Dan Williams (1):
atm: expose ATM device index in sysfs
Daniel Haid (1):
drm/radeon/kms: fix for radeon on systems >4GB without hardware iommu
Daniel T Chen (1):
ALSA: hda: Fix quirk for Dell Inspiron 910
Dave Jones (1):
CPUFREQ: Remove cpufreq_stats sysfs entries on module unload.
David Chang (1):
staging: usbip: fix wrong endian conversion
David Henningsson (1):
ALSA: HDA: Use one dmic only for Dell Studio 1558
Dmitry Torokhov (1):
USB: xhci - fix interval calculation for FS isoc endpoints
Eddie Wai (1):
bnx2i: Fixed packet error created when the sq_size is set to 16
Elizabeth Jennifer Myers (1):
USB: moto_modem: Add USB identifier for the Motorola VE240.
Eric B Munson (1):
powerpc/oprofile: Handle events that raise an exception without overflowing
Felipe Balbi (1):
usb: gadget: rndis: don't test against req->length
Felix Radensky (1):
mtd: mtdconcat: fix NAND OOB write
Fernando Luis Vazquez Cao (2):
netfilter: IPv6: initialize TOS field in REJECT target module
netfilter: IPv6: fix DSCP mangle code
Frederic Weisbecker (1):
rcu: Fix unpaired rcu_irq_enter() from locking selftests
Greg Kroah-Hartman (2):
Revert "iwlagn: Support new 5000 microcode."
Linux 2.6.33.15
Hans de Goede (1):
drm/i915: Add a no lvds quirk for the Asus EeeBox PC EB1007
Hemant Pedanekar (1):
PCI: Add quirk for setting valid class for TI816X Endpoint
Hermann Kneissel (1):
USB: gamin_gps: Fix for data transfer problems in native mode
Hugh Dickins (1):
mm: fix ENOSPC returned by handle_mm_fault()
Jacob Shin (1):
CPU hotplug, re-create sysfs directory and symlinks
James Bottomley (3):
block: add proper state guards to __elv_next_request
Fix oops caused by queue refcounting failure
pata_cm64x: fix boot crash on parisc
Jan Kara (2):
ext3: Fix fs corruption when make_indexed_dir() fails
jbd: Fix forever sleeping process in do_get_write_access()
Jean-Christophe PLAGNIOL-VILLARD (1):
usb/gadget: at91sam9g20 fix end point max packet size
Jens Axboe (1):
block: export blk_{get,put}_queue()
Jiri Olsa (1):
x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limit
Joerg Roedel (3):
x86/amd-iommu: Use only per-device dma_ops
x86/amd-iommu: Fix 3 possible endless loops
x86/amd-iommu: Fix boot crash with hidden PCI devices
Johannes Weiner (1):
xfs: properly account for reclaimed inodes
Jordan_Hargrave@...l.com (1):
PCI: Set PCIE maxpayload for card during hotplug insertion
Kasper Pedersen (1):
time: Compensate for rounding on odd-frequency clocksources
Libor Pechacek (1):
USB: core: Tolerate protocol stall during hub and port status read
Luca Tettamanti (1):
i8k: Avoid lahf in 64-bit code
Luciano Coelho (1):
nl80211: fix check for valid SSID size in scan operations
Mark Brown (2):
ASoC: Ensure output PGA is enabled for line outputs in wm_hubs
ASoC: Add some missing volume update bit sets for wm_hubs devices
Milan Broz (1):
dm table: reject devices without request fns
Milton Miller (1):
seqlock: Don't smp_rmb in seqlock reader spin loop
Namhyung Kim (7):
loop: limit 'max_part' module param to DISK_MAX_PARTS
loop: handle on-demand devices correctly
brd: limit 'max_part' module param to DISK_MAX_PARTS
brd: handle on-demand devices correctly
nbd: limit module parameters to a sane value
md: check ->hot_remove_disk when removing disk
md/raid5: fix raid5_set_bi_hw_segments
OGAWA Hirofumi (1):
fat: Fix corrupt inode flags when remove ATTR_SYS flag
Patrick McHardy (1):
netfilter: nf_conntrack_reasm: properly handle packets fragmented into a single fragment
Peter Zijlstra (1):
lockdep: Fix lock_is_held() on recursion
Rajkumar Manoharan (1):
ath9k: set 40 Mhz rate only if hw is configured in ht40
Robert Richter (1):
oprofile, dcookies: Fix possible circular locking dependency
Roedel, Joerg (1):
x86, amd: Use _safe() msr access for GartTlbWlk disable code
Samuel Thibault (1):
Fix Ultrastor asm snippet
Sarah Sharp (1):
xhci: Fix full speed bInterval encoding.
Steffen Sledz (1):
USB: serial: add another 4N-GALAXY.DE PID to ftdi_sio driver
Steven Rostedt (1):
ftrace: Only update the function code on write to filter files
Ted Ts'o (1):
jbd: fix fsync() tid wraparound bug
Tejun Heo (1):
block: rescan partitions on invalidated devices on -ENOMEDIA too
Tero Kristo (1):
cpuidle: menu: fixed wrapping timers at 4.294 seconds
Tian, Kevin (1):
xen mmu: fix a race window causing leave_mm BUG()
Timo Warns (1):
Fix for buffer overflow in ldm_frag_add not sufficient
Trond Myklebust (1):
SUNRPC: Deal with the lack of a SYN_SENT sk->sk_state_change callback...
Tyler Hicks (1):
eCryptfs: Allow 2 scatterlist entries for encrypted filenames
Will Deacon (1):
ARM: 6941/1: cache: ensure MVA is cacheline aligned in flush_kern_dcache_area
Yang Ruirui (1):
ext4: release page cache in ext4_mb_load_buddy error path
steven finney (1):
Fix memory leak in cpufreq_stat
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists