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]
Message-ID: <20120419210322.GA6478@kroah.com>
Date:	Thu, 19 Apr 2012 14:03:22 -0700
From:	Greg KH <gregkh@...uxfoundation.org>
To:	linux-kernel@...r.kernel.org, stable@...r.kernel.org
Cc:	torvalds@...ux-foundation.org, akpm@...ux-foundation.org,
	alan@...rguk.ukuu.org.uk
Subject: [ 00/75] 3.3.3-stable review

This is the start of the stable review cycle for the 3.3.3 release.
There are 75 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 Sat Apr 21 21:03:00 UTC 2012.
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.3.3-rc1.gz
and the diffstat can be found below.

thanks,

greg k-h

-------------
 Makefile                                   |    4 +-
 arch/arm/boot/compressed/head.S            |    2 +-
 arch/arm/mm/proc-v7.S                      |   12 +++
 arch/ia64/include/asm/futex.h              |    9 ++-
 arch/s390/Kconfig                          |    1 -
 arch/s390/include/asm/pgalloc.h            |    3 -
 arch/s390/include/asm/tlb.h                |   22 +-----
 arch/s390/mm/pgtable.c                     |   63 ++++++++++++++-
 arch/sparc/kernel/ds.c                     |    2 +-
 arch/sparc/kernel/rtrap_64.S               |    7 --
 arch/x86/include/asm/cmpxchg.h             |    4 +-
 drivers/block/cciss_scsi.c                 |    3 +-
 drivers/bluetooth/ath3k.c                  |    4 +
 drivers/bluetooth/btusb.c                  |    2 +
 drivers/bluetooth/hci_ldisc.c              |    4 +-
 drivers/gpu/drm/i915/i915_drv.c            |    2 +-
 drivers/gpu/drm/i915/intel_dp.c            |   49 ++++++++----
 drivers/gpu/drm/i915/intel_fb.c            |    4 +
 drivers/gpu/drm/i915/intel_ringbuffer.c    |    2 +-
 drivers/gpu/drm/i915/intel_sprite.c        |    1 -
 drivers/gpu/drm/radeon/atombios_encoders.c |    4 +
 drivers/gpu/drm/radeon/radeon_connectors.c |    4 +-
 drivers/gpu/drm/radeon/radeon_i2c.c        |    4 +
 drivers/gpu/drm/radeon/radeon_irq_kms.c    |    6 ++
 drivers/infiniband/ulp/srpt/ib_srpt.c      |    1 +
 drivers/md/bitmap.c                        |    2 +
 drivers/md/raid1.c                         |    3 +-
 drivers/md/raid10.c                        |    4 +-
 drivers/net/wireless/rtlwifi/pci.c         |    7 +-
 drivers/net/wireless/rtlwifi/usb.c         |   34 ++++----
 drivers/net/wireless/rtlwifi/wifi.h        |    6 +-
 drivers/rtc/rtc-pl031.c                    |    3 +-
 drivers/spi/spi-topcliff-pch.c             |   33 ++++----
 drivers/staging/iio/magnetometer/hmc5843.c |    4 +-
 drivers/tty/serial/8250/8250.c             |   12 +--
 drivers/tty/serial/8250/8250_pci.c         |   16 +---
 drivers/tty/serial/altera_uart.c           |    4 +-
 drivers/tty/serial/amba-pl011.c            |   15 +++-
 drivers/tty/serial/pch_uart.c              |    1 +
 drivers/tty/serial/samsung.c               |    1 +
 drivers/usb/core/driver.c                  |    9 ++-
 drivers/usb/core/hub.c                     |   16 ++++
 drivers/usb/core/message.c                 |   11 +--
 drivers/usb/gadget/pch_udc.c               |   91 ++++++++++++++++++++--
 drivers/usb/host/pci-quirks.c              |   10 ++-
 drivers/usb/host/xhci-ext-caps.h           |    5 +-
 drivers/usb/host/xhci-mem.c                |    9 +--
 drivers/usb/host/xhci-pci.c                |    2 +
 drivers/usb/host/xhci-ring.c               |    2 +-
 drivers/usb/host/xhci.c                    |    9 ++-
 drivers/usb/host/xhci.h                    |    4 +
 drivers/usb/serial/ftdi_sio.c              |   36 +++++----
 drivers/usb/serial/option.c                |    1 +
 drivers/usb/serial/pl2303.c                |    2 +-
 drivers/usb/serial/sierra.c                |    1 +
 drivers/usb/serial/usb-serial.c            |    8 ++
 drivers/video/uvesafb.c                    |   11 ++-
 fs/btrfs/backref.c                         |  115 ++++++++++++++++------------
 fs/btrfs/backref.h                         |    5 +-
 fs/btrfs/extent-tree.c                     |    2 +-
 fs/btrfs/ioctl.c                           |    4 +-
 fs/btrfs/scrub.c                           |    4 +-
 fs/ext4/ext4.h                             |    3 -
 fs/ext4/extents.c                          |    4 -
 fs/ext4/super.c                            |   16 ----
 include/linux/serial_core.h                |    2 +-
 include/net/bluetooth/hci.h                |    1 +
 kernel/futex.c                             |   36 ++++-----
 kernel/futex_compat.c                      |   36 ++++-----
 kernel/panic.c                             |    2 +-
 kernel/time/tick-sched.c                   |    4 +-
 mm/hugetlb.c                               |    2 +
 mm/memcontrol.c                            |    1 +
 net/bluetooth/hci_conn.c                   |    5 --
 net/bluetooth/hci_core.c                   |    7 ++
 security/commoncap.c                       |    6 ++
 sound/pci/hda/patch_realtek.c              |    1 +
 tools/perf/util/hist.c                     |   12 +++
 78 files changed, 539 insertions(+), 320 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