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>] [day] [month] [year] [list]
Date:	Sat, 27 Jul 2013 15:18:24 +0100
From:	Ben Hutchings <ben@...adent.org.uk>
To:	linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...ux-foundation.org>,
	torvalds@...ux-foundation.org, Jiri Slaby <jslaby@...e.cz>,
	stable@...r.kernel.org
Cc:	lwn@....net
Subject: Linux 3.2.49

I'm announcing the release of the 3.2.49 kernel.

All users of the 3.2 kernel series should upgrade.

The updated 3.2.y git tree can be found at:
        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.2.y
and can be browsed at the normal kernel.org git web browser:
        http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git

The diff from 3.2.48 is attached to this message.

Ben.

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

 Documentation/i2c/busses/i2c-piix4             |   2 +-
 MAINTAINERS                                    |  30 +--
 Makefile                                       |   2 +-
 arch/arm/kernel/perf_event.c                   |   1 +
 arch/powerpc/kernel/setup_64.c                 |   2 +-
 arch/x86/xen/time.c                            |  17 +-
 block/genhd.c                                  |   2 +-
 crypto/algapi.c                                |   3 +-
 drivers/ata/ahci.c                             |   2 +
 drivers/ata/ata_piix.c                         |   2 +
 drivers/ata/libahci.c                          |   3 +-
 drivers/ata/libata-pmp.c                       |  33 ++--
 drivers/block/nbd.c                            |  10 +-
 drivers/cdrom/cdrom.c                          |   2 +-
 drivers/dma/pl330.c                            |   4 +-
 drivers/hv/ring_buffer.c                       |   2 +-
 drivers/hv/vmbus_drv.c                         |   2 +-
 drivers/i2c/busses/Kconfig                     |   1 +
 drivers/i2c/busses/i2c-piix4.c                 |   3 +-
 drivers/iommu/amd_iommu.c                      |   6 +-
 drivers/media/dvb/dvb-core/dmxdev.c            |   8 +-
 drivers/net/ethernet/realtek/r8169.c           |   8 -
 drivers/net/wan/dlci.c                         |  26 ++-
 drivers/net/wireless/ath/ath9k/ar9003_eeprom.c |   8 +-
 drivers/net/wireless/ath/ath9k/ar9003_phy.h    |   2 +
 drivers/net/wireless/ath/ath9k/calib.c         |   2 +-
 drivers/net/wireless/ath/ath9k/hw.c            |   3 +-
 drivers/net/wireless/ath/ath9k/hw.h            |   1 +
 drivers/net/wireless/ath/ath9k/main.c          |   7 -
 drivers/net/wireless/b43/Kconfig               |   4 +-
 drivers/net/wireless/rtlwifi/rtl8192cu/rf.c    |   2 +-
 drivers/net/wireless/rtlwifi/rtl8192cu/sw.c    |   1 +
 drivers/pci/quirks.c                           |   2 +
 drivers/rtc/rtc-rv3029c2.c                     |   2 +-
 drivers/s390/scsi/zfcp_aux.c                   |   5 +-
 drivers/s390/scsi/zfcp_fsf.c                   |  25 ++-
 drivers/s390/scsi/zfcp_scsi.c                  |  10 +-
 drivers/scsi/megaraid/megaraid_sas_base.c      |  10 +-
 drivers/scsi/mpt2sas/mpt2sas_base.c            |  13 +-
 drivers/scsi/mpt2sas/mpt2sas_base.h            |   3 +
 drivers/scsi/mpt2sas/mpt2sas_scsih.c           | 132 ++++++++++++-
 drivers/scsi/osd/osd_uld.c                     |   2 +-
 drivers/scsi/sd.c                              |  20 ++
 drivers/scsi/sd.h                              |   1 +
 drivers/staging/zram/zram_drv.c                |  36 ++--
 drivers/staging/zram/zram_drv.h                |   5 +-
 drivers/staging/zram/zram_sysfs.c              |   2 +
 drivers/target/iscsi/iscsi_target_configfs.c   |   2 +-
 drivers/tty/serial/8250_pci.c                  |   4 -
 drivers/tty/serial/pch_uart.c                  |  29 ++-
 drivers/usb/gadget/f_mass_storage.c            |   2 +
 drivers/usb/host/xhci-mem.c                    |   4 +
 drivers/usb/serial/option.c                    |   4 -
 drivers/usb/serial/qcserial.c                  |   8 +-
 drivers/video/console/vgacon.c                 |  17 +-
 fs/block_dev.c                                 |   9 +-
 fs/ceph/super.c                                |   7 +-
 fs/ceph/super.h                                |   2 +-
 fs/cifs/cifs_unicode.h                         |   8 +-
 fs/cifs/cifsencrypt.c                          |   6 +-
 fs/exec.c                                      |  16 +-
 fs/ext3/namei.c                                |   7 +-
 fs/ext4/extents.c                              |   4 +-
 fs/ext4/inode.c                                |   4 +-
 fs/ext4/namei.c                                |   7 +-
 fs/hpfs/map.c                                  |   3 +-
 fs/hpfs/super.c                                |   8 +-
 fs/jbd2/transaction.c                          |   2 +-
 fs/nfsd/nfs4xdr.c                              |   2 +-
 fs/ocfs2/xattr.c                               |  10 +
 fs/ubifs/dir.c                                 |  54 ++++--
 include/linux/cgroup.h                         |  52 ++++-
 include/linux/hugetlb.h                        |  16 ++
 include/linux/nbd.h                            |   1 +
 include/linux/perf_event.h                     |   3 +-
 kernel/events/core.c                           | 258 ++++++++++++++++++-------
 kernel/events/hw_breakpoint.c                  |   4 +-
 kernel/events/internal.h                       |   4 +
 kernel/futex.c                                 |   3 +-
 kernel/irq/manage.c                            |   6 +-
 kernel/printk.c                                |   2 +-
 kernel/timer.c                                 |   8 +-
 kernel/trace/trace_syscalls.c                  |  21 +-
 mm/hugetlb.c                                   |  17 ++
 net/bluetooth/l2cap_core.c                     |   5 +-
 net/ceph/auth_none.c                           |   6 +
 sound/pci/hda/patch_hdmi.c                     |   2 +-
 sound/soc/codecs/wm8962.c                      |  24 +--
 88 files changed, 796 insertions(+), 324 deletions(-)

Al Viro (1):
      ext3,ext4: don't mess with dir_file->f_pos in htree_dirblock_to_tree()

Alex Williamson (1):
      iommu/amd: Only unmap large pages from the first pte

Anderson Lizardo (1):
      Bluetooth: Fix crash in l2cap_build_cmd() with small MTU

Artem Bityutskiy (2):
      UBIFS: prepare to fix a horrid bug
      UBIFS: fix a horrid bug

Axel Lin (1):
      drivers/rtc/rtc-rv3029c2.c: fix disabling AIE irq

Bart Van Assche (1):
      timer: Fix jiffies wrap behavior of round_jiffies_common()

Bartlomiej Zolnierkiewicz (1):
      drivers/dma/pl330.c: fix locking in pl330_free_chan_resources()

Ben Hutchings (4):
      r8169: fix offloaded tx checksum for small packets.
      sd: Fix parsing of 'temporary ' cache mode prefix
      genirq: Fix can_request_irq() for IRQs without an action
      Linux 3.2.49

Bjørn Mork (1):
      megaraid_sas: fix memory leak if SGL has zero length entries

Bu, Yitian (1):
      printk: Fix rq->lock vs logbuf_lock unlock lock inversion

Chen Gang (1):
      powerpc/smp: Section mismatch from smp_release_cpus to __initdata spinning_secondaries

Dan Williams (1):
      USB: option,qcserial: move Novatel Gobi1K IDs to qcserial

Daniel Hansel (1):
      zfcp: fix adapter (re)open recovery while link to SAN is down

Greg KH (1):
      MAINTAINERS: Greg's suse email address is dead

Greg Kroah-Hartman (2):
      Revert "serial: 8250_pci: add support for another kind of NetMos Technology PCI 9835 Multi-I/O Controller"
      MAINTAINERS: add stable_kernel_rules.txt to stable maintainer information

Hauke Mehrtens (1):
      b43: ensue that BCMA is "y" when B43 is "y"

J. Bruce Fields (1):
      nfsd4: fix decoding of compounds across page boundaries

Jaganath Kanakkassery (1):
      Bluetooth: Fix invalid length check in l2cap_information_rsp()

James Bottomley (1):
      sd: fix array cache flushing bug causing performance problems

Jan Kara (3):
      writeback: Fix periodic writeback after fs mount
      ext4: fix overflow when counting used blocks on 32-bit architectures
      ext4: fix data offset overflow in ext4_xattr_fiemap() on 32-bit archs

Jason Wang (1):
      drivers: hv: switch to use mb() instead of smp_mb()

Jed Davis (1):
      ARM: 7765/1: perf: Record the user-mode PC in the call chain.

Jiang Liu (5):
      zram: avoid invalid memory access in zram_exit()
      zram: use zram->lock to protect zram_free_page() in swap free notify path
      zram: destroy all devices on error recovery path in zram_init()
      zram: avoid access beyond the zram device
      zram: protect sysfs handler from invalid memory access

Jiri Olsa (2):
      perf: Clone child context from parent context pmu
      perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenario

Jonathan Salwan (1):
      drivers/cdrom/cdrom.c: use kzalloc() for failing hardware

Junxiao Bi (1):
      ocfs2: xattr: fix inlined xattr reflink

Jörn Engel (1):
      iscsi-target: Fix tfc_tpg_nacl_auth_cit configfs length overflow

Kees Cook (2):
      block: do not pass disk names as format strings
      crypto: sanitize argument for format string

Larry Finger (2):
      rtlwifi: rtl8192cu: Add new USB ID for TP-Link TL-WN8200ND
      rtlwifi: rtl8192cu: Fix duplicate if test

Laszlo Ersek (1):
      xen/time: remove blocked time accounting from xen "clockchip"

Liang Li (1):
      pch_uart: fix a deadlock when pch_uart as console

Marcelo Tosatti (1):
      vgacon.c: add cond reschedule points in vgacon_do_font_op

Mathias Nyman (1):
      xhci: check for failed dma pool allocation

Mikulas Patocka (1):
      hpfs: better test for errors

Nicolin Chen (1):
      ASoC: wm8962: Remove remaining direct register cache accesses

Oleg Nesterov (1):
      hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()

Paul Clements (1):
      nbd: correct disconnect behavior

Peter Zijlstra (3):
      perf: Fix perf_lock_task_context() vs RCU
      perf: Fix perf mmap bugs
      perf: Fix mmap() accounting hole

Rajkumar Manoharan (1):
      ath9k: fill channel mode in caldata

Reddy, Sreekanth (1):
      mpt2sas: Fix for issue Missing delay not getting set during system bootup

Sage Weil (1):
      ceph: fix statvfs fr_size

Seth Heasley (2):
      ata_piix: IDE-mode SATA patch for Intel Coleto Creek DeviceIDs
      ahci: AHCI-mode SATA patch for Intel Coleto Creek DeviceIDs

Shane Huang (3):
      ahci: Add AMD CZ SATA device ID
      i2c-piix4: Add AMD CZ SMBus device ID
      ahci: remove pmp link online check in FBS EH

Soeren Moch (1):
      media: dmxdev: remove dvb_ringbuffer_flush() on writer side

Sreekanth Reddy (2):
      mpt2sas: Fix for device scan following host reset could get stuck in a infinite loop
      mpt2sas: fix firmware failure with wrong task attribute

Steffen Maier (2):
      zfcp: block queue limits with data router
      zfcp: status read buffers on first adapter open with link down

Stephane Eranian (1):
      perf: Disable monitoring on setuid processes for regular users

Steve French (1):
      Handle big endianness in NTLM (ntlmv2) authentication

Sujith Manoharan (3):
      ath9k_hw: Assign default xlna config for AR9485
      ath9k: Fix noisefloor calibration
      ath9k: Do not assign noise for NULL caldata

Takashi Iwai (1):
      ALSA: hda - Cache the MUX selection for generic HDMI

Tejun Heo (2):
      libata: skip SRST for all SIMG [34]7x port-multipliers
      cgroup: fix RCU accesses to task->cgroups

Theodore Ts'o (1):
      jbd2: fix theoretical race in jbd2__journal_restart

Tyler Hicks (1):
      libceph: Fix NULL pointer dereference in auth client code

UCHINO Satoshi (1):
      usb: gadget: f_mass_storage: add missing memory barrier for thread_wakeup_needed

Zefan Li (2):
      dlci: acquire rtnl_lock before calling __dev_get_by_name()
      dlci: validate the net device in dlci_del()

Zhang Yi (1):
      futex: Take hugepages into account when generating futex_key

zhangwei(Jovi) (1):
      tracing: Fix irqs-off tag display in syscall tracing



View attachment "linux-3.2.49.patch" of type "text/x-diff" (102200 bytes)

Download attachment "signature.asc" of type "application/pgp-signature" (829 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ