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:	Wed,  5 Jun 2013 13:52:38 -0700
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/33] 3.0.81-stable review

This is the start of the stable review cycle for the 3.0.81 release.
There are 33 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 Fri Jun  7 20:43:03 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.0.81-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.0.81-rc1

Manoj Iyer <manoj.iyer@...onical.com>
    thinkpad-acpi: recognize latest V-Series using DMI_BIOS_VENDOR

Johannes Berg <johannes.berg@...el.com>
    mac80211: close AP_VLAN interfaces before unregistering all

Xi Wang <xi.wang@...il.com>
    ALSA: usb-audio: avoid integer overflow in create_fixed_stream_quirk()

Xi Wang <xi.wang@...il.com>
    ALSA: usb-audio: fix possible hang and overflow in parse_uac2_sample_rate_range()

Dave Kleikamp <dave.kleikamp@...cle.com>
    jfs: fix a couple races

Keir Fraser <keir.fraser@...rix.com>
    xen/events: Handle VIRQ_TIMER before any other hardirq in event loop.

Vincent Pelletier <plr.vincent@...il.com>
    libata: make ata_exec_internal_sg honor DMADIR

Wolfgang Frisch <wfpub@...mbden.net>
    USB: io_ti: Fix NULL dereference in chase_port()

Jeff Layton <jlayton@...hat.com>
    cifs: fix potential buffer overrun when composing a new options string

Alex Deucher <alexander.deucher@....com>
    drm/radeon: fix card_posted check for newer asics

Richard Weinberger <richard@....at>
    um: Serve io_remap_pfn_range()

Aneesh Kumar K.V <aneesh.kumar@...ux.vnet.ibm.com>
    mm/THP: use pmd_populate() to update the pmd with pgtable_t pointer

Brian Behlendorf <behlendorf1@...l.gov>
    drivers/block/brd.c: fix brd_lookup_page() race

Xiao Guangrong <xiaoguangrong@...ux.vnet.ibm.com>
    mm: mmu_notifier: re-fix freed page still mapped in secondary MMU

Ryusuke Konishi <konishi.ryusuke@....ntt.co.jp>
    nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundary

Imre Deak <imre.deak@...el.com>
    wait: fix false timeouts when using wait_event_timeout()

wang, biao <biao.wang@...el.com>
    klist: del waiter from klist_remove_waiters before wakeup waitting process

Leonid Yegoshin <Leonid.Yegoshin@...tec.com>
    mm compaction: fix of improper cache flush in migration code

Martin Michlmayr <tbm@...ius.com>
    Kirkwood: Enable PCIe port 1 on QNAP TS-11x/TS-21x

Joseph Qi <joseph.qi@...wei.com>
    ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in ocfs2_fiemap()

OGAWA Hirofumi <hirofumi@...l.parknet.co.jp>
    fat: fix possible overflow for fat_clusters

Jeff Layton <jlayton@...hat.com>
    cifs: only set ops for inodes in I_NEW state

Alan Stern <stern@...land.harvard.edu>
    USB: UHCI: fix for suspend of virtual HP controller

Oliver Neukum <oliver@...kum.org>
    USB: reset resume quirk needed by a hub

Schemmel Hans-Christoph <Hans-Christoph.Schemmel@...alto.com>
    USB: Blacklisted Cinterion's PLxx WWAN Interface

Wang YanQing <udknight@...il.com>
    TTY: Fix tty miss restart after we turn off flow-control

Dan Carpenter <dan.carpenter@...cle.com>
    USB: cxacru: potential underflow in cxacru_cm_get_array()

Gomella, Andrew (NIH/NHLBI) [F] <andrew.gomella@....gov>
    USB: ftdi_sio: Add support for Newport CONEX motor drivers

Dan Williams <dcbw@...hat.com>
    USB: option: add device IDs for Dell 5804 (Novatel E371) WWAN card

Teppo Kotilainen <qubit303@...il.com>
    usb: option: Add Telewell TW-LTE 4G

Hema Prathaban <hemaklnce@...il.com>
    staging: vt6656: use free_netdev instead of kfree

Gregory CLEMENT <gregory.clement@...e-electrons.com>
    ARM: plat-orion: Fix num_resources and id for ge10 and ge11

Hans-Christian Egtvedt <egtvedt@...fundet.no>
    avr32: fix relocation check for signed 18-bit offset


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

Diffstat:

 Makefile                               |  4 +-
 arch/arm/mach-kirkwood/ts219-setup.c   |  2 +-
 arch/arm/plat-orion/common.c           | 12 ++---
 arch/avr32/kernel/module.c             |  2 +-
 arch/um/include/asm/pgtable.h          |  2 +
 drivers/ata/libata-core.c              |  6 +++
 drivers/block/brd.c                    |  4 +-
 drivers/gpu/drm/radeon/radeon_device.c | 19 ++++----
 drivers/platform/x86/thinkpad_acpi.c   |  7 +++
 drivers/staging/vt6656/hostap.c        |  2 +-
 drivers/tty/n_tty.c                    |  8 ++++
 drivers/usb/atm/cxacru.c               |  3 +-
 drivers/usb/core/quirks.c              |  3 ++
 drivers/usb/host/uhci-hub.c            |  3 +-
 drivers/usb/serial/ftdi_sio.c          |  2 +
 drivers/usb/serial/ftdi_sio_ids.h      |  2 +
 drivers/usb/serial/io_ti.c             |  3 ++
 drivers/usb/serial/option.c            | 13 ++++--
 drivers/xen/events.c                   | 19 ++++++--
 fs/cifs/cifs_dfs_ref.c                 |  4 +-
 fs/cifs/inode.c                        |  3 +-
 fs/fat/inode.c                         | 15 ++++++-
 fs/jfs/inode.c                         |  2 +-
 fs/jfs/jfs_logmgr.c                    |  3 +-
 fs/nilfs2/inode.c                      | 27 ++++++++++--
 fs/ocfs2/extent_map.c                  |  2 +-
 include/linux/wait.h                   | 16 ++++---
 lib/klist.c                            |  2 +-
 mm/huge_memory.c                       |  7 ++-
 mm/migrate.c                           |  2 +-
 mm/mmu_notifier.c                      | 80 +++++++++++++++++-----------------
 net/mac80211/iface.c                   |  9 ++++
 sound/usb/card.h                       |  1 +
 sound/usb/format.c                     |  6 ++-
 sound/usb/quirks.c                     |  6 ++-
 35 files changed, 208 insertions(+), 93 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