stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [00/53] 3.1.6-stable review
@ 2011-12-16 19:46 Greg KH
  2011-12-16 19:44 ` [01/53] ALSA: sis7019 - give slow codecs more time to reset Greg KH
                   ` (52 more replies)
  0 siblings, 53 replies; 54+ messages in thread
From: Greg KH @ 2011-12-16 19:46 UTC (permalink / raw)
  To: linux-kernel, stable; +Cc: torvalds, akpm, alan

This is the start of the stable review cycle for the 3.1.6 release.
There are 53 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 December 19, 2011, 18: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.1.X-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

 Makefile                                   |    4 +-
 arch/arm/kernel/setup.c                    |   12 ++--
 arch/arm/mach-at91/at91rm9200_devices.c    |    2 +-
 arch/arm/mach-at91/at91sam9260.c           |    6 +-
 arch/arm/mach-at91/at91sam9260_devices.c   |    2 +-
 arch/arm/mach-at91/at91sam9261_devices.c   |    2 +-
 arch/arm/mach-at91/at91sam9263_devices.c   |    2 +-
 arch/arm/mach-davinci/board-da850-evm.c    |    2 +-
 arch/arm/mach-davinci/board-dm646x-evm.c   |    6 +-
 arch/arm/mach-mxs/include/mach/mxs.h       |    1 +
 arch/x86/include/asm/system.h              |    1 +
 arch/x86/kernel/hpet.c                     |   21 ++++++---
 arch/x86/kernel/process.c                  |    8 +++
 arch/x86/mm/gup.c                          |    2 +
 arch/x86/xen/setup.c                       |   20 ++++++--
 drivers/firmware/iscsi_ibft.c              |   42 ++++++++++++++++-
 drivers/firmware/iscsi_ibft_find.c         |   26 +---------
 drivers/gpu/drm/radeon/atombios_crtc.c     |   53 +++++++-------------
 drivers/gpu/drm/radeon/atombios_dp.c       |    9 +++-
 drivers/gpu/drm/radeon/radeon_connectors.c |   16 +++----
 drivers/gpu/drm/radeon/radeon_display.c    |    3 +-
 drivers/gpu/drm/radeon/radeon_encoders.c   |   11 ++--
 drivers/gpu/drm/radeon/radeon_mode.h       |    4 +-
 drivers/hwmon/jz4740-hwmon.c               |    2 +-
 drivers/mmc/host/mxcmmc.c                  |    1 +
 drivers/ptp/ptp_clock.c                    |    4 +-
 drivers/rtc/rtc-s3c.c                      |    2 +-
 drivers/staging/rtl8712/usb_intf.c         |    1 +
 drivers/target/iscsi/iscsi_target.c        |   11 +++--
 drivers/target/iscsi/iscsi_target_core.h   |    1 -
 drivers/target/target_core_cdb.c           |    2 +-
 drivers/target/target_core_file.c          |   12 ++--
 drivers/target/target_core_transport.c     |   21 +++++++-
 drivers/usb/class/cdc-acm.c                |   10 ++++
 drivers/usb/serial/option.c                |    7 ++-
 fs/cifs/readdir.c                          |   10 +++-
 fs/dcache.c                                |   71 +++++++++++++++++-----------
 fs/ext4/inode.c                            |   13 +++--
 fs/ext4/page-io.c                          |   12 +++++
 fs/ext4/super.c                            |   17 +++----
 fs/fuse/dev.c                              |    3 +-
 fs/fuse/file.c                             |    2 +-
 fs/hfs/btree.c                             |   20 ++++++--
 fs/jbd/journal.c                           |    8 +++
 fs/jbd2/journal.c                          |    8 +++
 fs/namespace.c                             |   20 ++++----
 fs/proc/meminfo.c                          |    7 ++-
 fs/seq_file.c                              |    6 +-
 include/drm/drm_pciids.h                   |   10 ++++
 include/linux/dcache.h                     |    3 +-
 include/linux/fs.h                         |    1 +
 include/linux/log2.h                       |    1 -
 kernel/lockdep.c                           |    8 +++-
 kernel/time/alarmtimer.c                   |    2 +-
 mm/hugetlb.c                               |    1 +
 mm/page_alloc.c                            |   10 +++-
 mm/percpu-vm.c                             |   12 ++--
 mm/percpu.c                                |   34 ++++++++------
 mm/vmalloc.c                               |    2 +
 security/apparmor/path.c                   |   65 +++++++++++++++-----------
 security/tomoyo/realpath.c                 |   13 ++++-
 sound/pci/hda/patch_realtek.c              |    2 +
 sound/pci/hda/patch_sigmatel.c             |   45 +++++++++--------
 sound/pci/sis7019.c                        |   64 +++++++++++++++++++++----
 sound/soc/soc-utils.c                      |   31 ++++++++++++-
 65 files changed, 549 insertions(+), 281 deletions(-)

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

end of thread, other threads:[~2011-12-16 19:46 UTC | newest]

Thread overview: 54+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-16 19:46 [00/53] 3.1.6-stable review Greg KH
2011-12-16 19:44 ` [01/53] ALSA: sis7019 - give slow codecs more time to reset Greg KH
2011-12-16 19:44 ` [02/53] ALSA: hda/realtek - Fix Oops in alc_mux_select() Greg KH
2011-12-16 19:45 ` [03/53] ALSA: hda - Fix GPIO LED setup for IDT 92HD75 codecs Greg KH
2011-12-16 19:45 ` [04/53] alarmtimers: Fix time comparison Greg KH
2011-12-16 19:45 ` [05/53] ARM: davinci: da850 evm: change audio edma event queue to EVENTQ_0 Greg KH
2011-12-16 19:45 ` [06/53] arm: mx23: recognise stmp378x as mx23 Greg KH
2011-12-16 19:45 ` [07/53] ARM: at91: fix clock conid for atmel_tcb.1 on 9260/9g20 Greg KH
2011-12-16 19:45 ` [08/53] ARM: at91: Fix USB AT91 gadget registration Greg KH
2011-12-16 19:45 ` [09/53] ARM: davinci: dm646x evm: wrong register used in setup_vpif_input_channel_mode Greg KH
2011-12-16 19:45 ` [10/53] ASoC: Provide a more complete DMA driver stub Greg KH
2011-12-16 19:45 ` [11/53] drivers/rtc/rtc-s3c.c: fix driver clock enable/disable balance issues Greg KH
2011-12-16 19:45 ` [12/53] fs/proc/meminfo.c: fix compilation error Greg KH
2011-12-16 19:45 ` [13/53] thp: add compound tail page _mapcount when mapped Greg KH
2011-12-16 19:45 ` [14/53] thp: set compound tail page _count to zero Greg KH
2011-12-16 19:45 ` [15/53] lockdep, kmemcheck: Annotate ->lock in lockdep_init_map() Greg KH
2011-12-16 19:45 ` [16/53] ptp: Fix clock_getres() implementation Greg KH
2011-12-16 19:45 ` [17/53] mm: Ensure that pfn_valid() is called once per pageblock when reserving pageblocks Greg KH
2011-12-16 19:45 ` [18/53] mm: vmalloc: check for page allocation failure before vmlist insertion Greg KH
2011-12-16 19:45 ` [19/53] fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API Greg KH
2011-12-16 19:45 ` [20/53] TOMOYO: Fix pathname handling of disconnected paths Greg KH
2011-12-16 19:45 ` [21/53] target: Reject SCSI data overflow for fabrics using transport_generic_map_mem_to_cmd Greg KH
2011-12-16 19:45 ` [22/53] iscsi-target: Fix residual count hanlding + remove iscsi_cmd->residual_count Greg KH
2011-12-16 19:45 ` [23/53] target: Handle 0 correctly in transport_get_sectors_6() Greg KH
2011-12-16 19:45 ` [24/53] target: Fix page length in emulated INQUIRY VPD page 86h Greg KH
2011-12-16 19:45 ` [25/53] iscsi-target: Add missing F_BIT for iscsi_tm_rsp Greg KH
2011-12-16 19:45 ` [26/53] target/file: walk properly over sg list Greg KH
2011-12-16 19:45 ` [27/53] percpu: fix chunk range calculation Greg KH
2011-12-16 19:45 ` [28/53] cifs: check for NULL last_entry before calling cifs_save_resume_key Greg KH
2011-12-16 19:45 ` [29/53] linux/log2.h: Fix rounddown_pow_of_two(1) Greg KH
2011-12-16 19:45 ` [30/53] hwmon: (jz4740) fix signedness bug Greg KH
2011-12-16 19:45 ` [31/53] ARM: 7204/1: arch/arm/kernel/setup.c: initialize arm_dma_zone_size earlier Greg KH
2011-12-16 19:45 ` [32/53] mmc: mxcmmc: fix falling back to PIO Greg KH
2011-12-16 19:45 ` [33/53] xen/pm_idle: Make pm_idle be default_idle under Xen Greg KH
2011-12-16 19:45 ` [34/53] x86, hpet: Immediately disable HPET timer 1 if rtc irq is masked Greg KH
2011-12-16 19:45 ` [35/53] jbd/jbd2: validate sb->s_first in journal_get_superblock() Greg KH
2011-12-16 19:45 ` [36/53] hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops Greg KH
2011-12-16 19:45 ` [37/53] drm/radeon/kms: cleanup atombios_adjust_pll() Greg KH
2011-12-16 19:45 ` [38/53] drm/radeon/kms: rework DP bridge checks Greg KH
2011-12-16 19:45 ` [39/53] drm/radeon/kms: fix DP setup on TRAVIS bridges Greg KH
2011-12-16 19:45 ` [40/53] xen: only limit memory map to maximum reservation for domain 0 Greg KH
2011-12-16 19:45 ` [41/53] ext4: fix ext4_end_io_dio() racing against fsync() Greg KH
2011-12-16 19:45 ` [42/53] ext4: display the correct mount option in /proc/mounts for [no]init_itable Greg KH
2011-12-16 19:45 ` [43/53] ext4: avoid hangs in ext4_da_should_update_i_disksize() Greg KH
2011-12-16 19:45 ` [44/53] ext4: avoid potential hang in mpage_submit_io() when blocksize < pagesize Greg KH
2011-12-16 19:45 ` [45/53] ext4: handle EOF correctly in ext4_bio_write_page() Greg KH
2011-12-16 19:45 ` [46/53] fuse: fix fuse_retrieve Greg KH
2011-12-16 19:45 ` [47/53] fuse: fix llseek bug Greg KH
2011-12-16 19:45 ` [48/53] staging: r8712u: Add new USB ID Greg KH
2011-12-16 19:45 ` [49/53] drm/radeon/kms: add some new pci ids Greg KH
2011-12-16 19:45 ` [50/53] ibft: Fix finding IBFT ACPI table on UEFI Greg KH
2011-12-16 19:45 ` [51/53] USB: cdc-acm: add IDs for Motorola H24 HSPA USB module Greg KH
2011-12-16 19:45 ` [52/53] usb: option: Add Huawei E398 controlling interfaces Greg KH
2011-12-16 19:45 ` [53/53] USB: option: Removing one bogus and adding some new Huawei combinations Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).