lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri,  1 Mar 2013 11:44:48 -0800
From:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To:	linux-kernel@...r.kernel.org
Cc:	Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
	torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
	stable@...r.kernel.org
Subject: [ 00/46] 3.4.35-stable review

This is the start of the stable review cycle for the 3.4.35 release.
There are 46 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 me know.

Responses should be made by Sun Mar  3 19:44:00 UTC 2013.
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.4.35-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-------------
Pseudo-Shortlog of commits:

Greg Kroah-Hartman <gregkh@...uxfoundation.org>
    Linux 3.4.35-rc1

Alexey Klimov <klimov.linux@...il.com>
    usb hid quirks for Masterkit MA901 usb radio

James Ralston <james.d.ralston@...el.com>
    ata_piix: Add Device IDs for Intel Wellsburg PCH

Seth Heasley <seth.heasley@...el.com>
    ata_piix: IDE-mode SATA patch for Intel Avoton DeviceIDs

Vinson Lee <vlee@...tter.com>
    perf tools: Fix build with bison 2.3 and older.

Ian Abbott <abbotti@....co.uk>
    staging: comedi: check s->async for poll(), read() and write()

Ian Abbott <abbotti@....co.uk>
    staging: comedi: ni_labpc: set up command4 register *after* command3

Ian Abbott <abbotti@....co.uk>
    staging: comedi: ni_labpc: correct differential channel sequence for AI commands

Joseph Salisbury <joseph.salisbury@...onical.com>
    ACPI: Add DMI entry for Sony VGN-FW41E_H

Rajanikanth H.V <rajanikanth.hv@...ricsson.com>
    ab8500_btemp: Demote initcall sequence

Lee Jones <lee.jones@...aro.org>
    ab8500-chargalg: Only root should have write permission on sysfs file

Li Zefan <lizefan@...wei.com>
    cgroup: fix exit() vs rmdir() race

Li Zefan <lizefan@...wei.com>
    cpuset: fix cpuset_print_task_mems_allowed() vs rename() race

Seiji Aguchi <seiji.aguchi@....com>
    pstore: Avoid deadlock in panic and emergency-restart path

Felix Fietkau <nbd@...nwrt.org>
    ath9k_hw: fix calibration issues on chainmask that don't include chain 0

Helge Deller <deller@....de>
    unbreak automounter support on 64-bit kernel with 32-bit userspace (v2)

Miklos Szeredi <mszeredi@...e.cz>
    fuse: don't WARN when nlink is zero

Michael S. Tsirkin <mst@...hat.com>
    vhost: fix length for cross region descriptor

J. Bruce Fields <bfields@...hat.com>
    svcrpc: make svc_age_temp_xprts enqueue under sv_lock

majianpeng <majianpeng@...il.com>
    nfsd: Fix memleak

Lukas Czerner <lczerner@...hat.com>
    ext4: fix free clusters calculation in bigalloc filesystem

Lukas Czerner <lczerner@...hat.com>
    ext4: fix xattr block allocation/release with bigalloc

Niu Yawei <yawei.niu@...il.com>
    ext4: fix race in ext4_mb_add_n_trim()

Eryu Guan <guaneryu@...il.com>
    ext4: check bh in ext4_read_block_bitmap()

Dan Carpenter <dan.carpenter@...cle.com>
    media: rc: unlock on error in show_protocols()

Jan Kara <jack@...e.cz>
    fs: Fix possible use-after-free with AIO

Xi Wang <xi.wang@...il.com>
    sysctl: fix null checking in bin_dn_node_address()

Tejun Heo <tj@...nel.org>
    firewire: add minor number range check to fw_device_init()

Tejun Heo <tj@...nel.org>
    block: fix synchronization and limit check in blk_alloc_devt()

Tejun Heo <tj@...nel.org>
    idr: fix a subtle bug in idr_get_next()

Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
    xen/blkback: Don't trust the handle from the frontend.

Jan Beulich <JBeulich@...e.com>
    xen-blkback: do not leak mode property

Tomas Henzl <thenzl@...hat.com>
    block: fix ext_devt_idr handling

Xiaowei.Hu <xiaowei.hu@...cle.com>
    ocfs2: ac->ac_allow_chain_relink=0 won't disable group relink

Jeff Liu <jeff.liu@...cle.com>
    ocfs2: fix ocfs2_init_security_and_acl() to initialize acl correctly

Jan Kara <jack@...e.cz>
    ocfs2: fix possible use-after-free with AIO

Nicholas Bellinger <nab@...ux-iscsi.org>
    target: Add missing mapped_lun bounds checking during make_mappedlun setup

Nicholas Bellinger <nab@...ux-iscsi.org>
    target: Fix lookup of dynamic NodeACLs during cached demo-mode operation

H. Peter Anvin <hpa@...ux.intel.com>
    x86: Make sure we can boot in the case the BDA contains pure garbage

Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
    doc, kernel-parameters: Document 'console=hvc<n>'

Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>
    doc, xen: Mention 'earlyprintk=xen' in the documentation.

Matt Fleming <matt.fleming@...el.com>
    x86, efi: Make "noefi" really disable EFI runtime serivces

Steven Rostedt (Red Hat) <rostedt@...dmis.org>
    ftrace: Call ftrace cleanup module notifier after all other notifiers

Tejun Heo <tj@...nel.org>
    posix-timer: Don't call idr_find() with out-of-range ID

Joerg Roedel <joro@...tes.org>
    iommu/amd: Initialize device table after dma_ops

Theodore Ts'o <tytso@....edu>
    quota: autoload the quota_v2 module for QFMT_VFS_V1 quota format

David Henningsson <david.henningsson@...onical.com>
    ALSA: hda - hdmi: Make jacks phantom, if they're not detectable


-------------

Diffstat:

 Documentation/kernel-parameters.txt           |  5 +++
 Makefile                                      |  4 +-
 arch/x86/kernel/head.c                        | 53 +++++++++++++++++----------
 arch/x86/platform/efi/efi.c                   |  5 ++-
 block/genhd.c                                 | 15 ++++----
 block/partition-generic.c                     |  2 +-
 drivers/acpi/sleep.c                          |  8 ++++
 drivers/ata/ata_piix.c                        | 17 +++++++++
 drivers/block/xen-blkback/blkback.c           |  1 -
 drivers/block/xen-blkback/xenbus.c            | 49 ++++++++++++-------------
 drivers/firewire/core-device.c                |  4 ++
 drivers/hid/hid-core.c                        |  1 +
 drivers/hid/hid-ids.h                         |  3 ++
 drivers/iommu/amd_iommu_init.c                |  9 ++++-
 drivers/media/rc/rc-main.c                    |  4 +-
 drivers/net/wireless/ath/ath9k/ar9003_calib.c |  2 +
 drivers/net/wireless/ath/ath9k/ar9003_phy.c   |  2 +-
 drivers/net/wireless/ath/ath9k/hw.h           |  1 +
 drivers/power/ab8500_btemp.c                  |  2 +-
 drivers/power/abx500_chargalg.c               |  2 +-
 drivers/staging/comedi/comedi_fops.c          |  8 ++--
 drivers/staging/comedi/drivers/ni_labpc.c     | 35 ++++++++++--------
 drivers/target/target_core_device.c           | 13 ++-----
 drivers/target/target_core_fabric_configfs.c  | 12 +++++-
 drivers/target/target_core_internal.h         |  2 +-
 drivers/target/target_core_tpg.c              | 10 +----
 drivers/vhost/vhost.c                         |  2 +-
 fs/direct-io.c                                |  2 +-
 fs/ext4/balloc.c                              | 13 +++++--
 fs/ext4/mballoc.c                             |  6 +--
 fs/ext4/xattr.c                               |  7 ++--
 fs/fuse/dir.c                                 |  9 ++++-
 fs/nfsd/nfs4state.c                           |  2 +
 fs/ocfs2/aops.c                               |  2 +-
 fs/ocfs2/suballoc.c                           |  7 ++--
 fs/ocfs2/suballoc.h                           |  2 +-
 fs/ocfs2/xattr.c                              |  2 +-
 fs/pstore/platform.c                          | 35 +++++++++++++++---
 include/linux/auto_fs.h                       | 25 ++++---------
 include/linux/pstore.h                        |  6 +++
 include/linux/quota.h                         |  1 +
 kernel/cgroup.c                               |  8 ++++
 kernel/cpuset.c                               | 12 +++++-
 kernel/posix-timers.c                         |  7 ++++
 kernel/sysctl_binary.c                        |  3 +-
 kernel/trace/ftrace.c                         | 46 ++++++++++++++++-------
 lib/idr.c                                     |  9 ++++-
 net/sunrpc/svc_xprt.c                         | 15 +-------
 sound/pci/hda/patch_hdmi.c                    |  3 ++
 tools/perf/Makefile                           |  4 +-
 tools/perf/util/parse-events.y                |  1 -
 tools/perf/util/pmu.y                         |  1 -
 52 files changed, 319 insertions(+), 180 deletions(-)


--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ