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:	Fri, 29 Nov 2013 05:24:43 +0000
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.53

I'm announcing the release of the 3.2.53 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.52 is attached to this message.

Ben.

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

 Makefile                                        |   2 +-
 arch/mips/include/asm/jump_label.h              |   2 +-
 arch/parisc/kernel/head.S                       |   4 +
 arch/parisc/kernel/traps.c                      |   6 +-
 arch/powerpc/include/asm/jump_label.h           |   2 +-
 arch/powerpc/kvm/book3s_hv_rmhandlers.S         |   2 +-
 arch/s390/include/asm/jump_label.h              |   2 +-
 arch/sparc/include/asm/jump_label.h             |   2 +-
 arch/tile/include/asm/percpu.h                  |  34 +++-
 arch/um/kernel/exitcode.c                       |   4 +-
 arch/x86/include/asm/cpufeature.h               |   2 +-
 arch/x86/include/asm/jump_label.h               |   2 +-
 arch/xtensa/kernel/signal.c                     |   2 +-
 drivers/ata/libata-eh.c                         |   6 +-
 drivers/char/random.c                           |  11 +-
 drivers/connector/cn_proc.c                     |  16 ++
 drivers/connector/connector.c                   |   7 +-
 drivers/gpu/drm/drm_drv.c                       |   9 +-
 drivers/gpu/drm/radeon/atombios_encoders.c      |   2 +-
 drivers/gpu/drm/radeon/evergreen.c              |   2 +-
 drivers/hwmon/applesmc.c                        |  13 ++
 drivers/md/dm-snap-persistent.c                 |  18 +-
 drivers/net/can/dev.c                           |  10 +-
 drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c |   1 +
 drivers/net/ethernet/realtek/8139cp.c           |   1 +
 drivers/net/ethernet/ti/davinci_emac.c          |   3 +-
 drivers/net/wan/farsync.c                       |   1 +
 drivers/net/wan/wanxl.c                         |   1 +
 drivers/net/wireless/iwlwifi/iwl-2000.c         |  20 ---
 drivers/net/wireless/iwlwifi/iwl-6000.c         |  23 ++-
 drivers/net/wireless/iwlwifi/iwl-cfg.h          |   9 +-
 drivers/net/wireless/iwlwifi/iwl-pci.c          |  34 ++--
 drivers/net/wireless/rtlwifi/rtl8192cu/trx.c    |   3 +-
 drivers/net/xen-netback/common.h                |   1 +
 drivers/net/xen-netback/interface.c             |   3 +-
 drivers/net/xen-netback/netback.c               |  10 +-
 drivers/pci/setup-res.c                         |   3 +-
 drivers/scsi/aacraid/linit.c                    |   2 +
 drivers/staging/bcm/Bcmchar.c                   |   1 +
 drivers/staging/wlags49_h2/wl_priv.c            |   9 +-
 drivers/staging/zram/zram_drv.c                 |   2 +-
 drivers/target/target_core_pscsi.c              |   8 +-
 drivers/uio/uio.c                               |  16 +-
 drivers/usb/core/quirks.c                       |   6 +
 drivers/usb/host/xhci-hub.c                     |  28 ---
 drivers/usb/host/xhci-pci.c                     |  25 +++
 drivers/usb/host/xhci.c                         |  14 +-
 drivers/usb/host/xhci.h                         |   2 +
 drivers/usb/serial/option.c                     | 225 +++++++++++++++++++++++-
 drivers/video/au1100fb.c                        |  28 +--
 drivers/video/au1200fb.c                        |  27 +--
 fs/ecryptfs/keystore.c                          |   3 +-
 fs/ext3/dir.c                                   | 167 +++++++++++++-----
 fs/ext3/hash.c                                  |   4 +-
 fs/ext4/dir.c                                   | 214 +++++++++++++++++-----
 fs/ext4/ext4.h                                  |   6 +-
 fs/ext4/hash.c                                  |   4 +-
 fs/ext4/xattr.c                                 |   2 +
 fs/jfs/jfs_inode.c                              |   3 +-
 fs/nfsd/vfs.c                                   |  33 ++--
 fs/nfsd/vfs.h                                   |   2 +
 fs/statfs.c                                     |   2 +-
 include/drm/drm_mode.h                          |   2 +
 include/linux/compiler-gcc.h                    |   3 +
 include/linux/compiler-gcc4.h                   |  15 ++
 include/linux/ext3_fs.h                         |   6 +-
 include/linux/fs.h                              |   6 +
 include/linux/perf_event.h                      |  12 +-
 include/linux/random.h                          |   1 +
 include/linux/skbuff.h                          |  15 ++
 include/linux/timex.h                           |  14 ++
 include/net/cipso_ipv4.h                        |   6 +-
 include/net/dst.h                               |  12 ++
 init/main.c                                     |   2 +
 kernel/events/ring_buffer.c                     |  31 +++-
 kernel/trace/trace.c                            |   5 +-
 lib/scatterlist.c                               |   3 +-
 net/8021q/vlan_netlink.c                        |   2 +-
 net/compat.c                                    |   2 +
 net/ipv4/inet_hashtables.c                      |   2 +-
 net/ipv4/ip_output.c                            |   2 +-
 net/ipv4/route.c                                |   2 +-
 net/ipv4/tcp_input.c                            |   5 +-
 net/ipv4/tcp_output.c                           |   9 +-
 net/ipv6/inet6_hashtables.c                     |   2 +-
 net/ipv6/ip6_output.c                           |   2 +-
 net/ipv6/route.c                                |  11 +-
 net/l2tp/l2tp_ppp.c                             |   4 +
 net/mac80211/ieee80211_i.h                      |   3 +
 net/mac80211/rx.c                               |   3 +
 net/mac80211/scan.c                             |  19 ++
 net/mac80211/status.c                           |   3 +
 net/netfilter/nf_conntrack_sip.c                |   2 +-
 net/sctp/output.c                               |   3 +-
 net/socket.c                                    |  24 ++-
 net/unix/af_unix.c                              |  10 ++
 net/wireless/radiotap.c                         |   7 +-
 sound/pci/hda/patch_realtek.c                   |   2 +
 sound/soc/codecs/wm_hubs.c                      |   1 +
 sound/soc/soc-dapm.c                            |   2 +-
 sound/usb/usx2y/usbusx2yaudio.c                 |  22 +--
 sound/usb/usx2y/usx2yhwdeppcm.c                 |   7 +-
 tools/perf/builtin-sched.c                      |   1 +
 103 files changed, 1022 insertions(+), 369 deletions(-)

Alex Deucher (1):
      drm/radeon/atom: workaround vbios bug in transmitter table on rs780

Baruch Siach (1):
      xtensa: don't use alternate signal stack on threads

Ben Hutchings (1):
      Linux 3.2.53

Bernd Schubert (3):
      fs: add new FMODE flags: FMODE_32bithash and FMODE_64bithash
      nfsd: rename 'int access' to 'int may_flags' in nfsd_open()
      nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes)

Chris Metcalf (1):
      tile: use a more conservative __my_cpu_offset in CONFIG_PREEMPT

Chris Wilson (2):
      drm: Prevent overwriting from userspace underallocating core ioctl structs
      drm: Pad drm_mode_get_connector to 64-bit boundary

Dan Carpenter (5):
      net: heap overflow in __audit_sockaddr()
      uml: check length in exitcode_proc_write()
      aacraid: missing capable() check in compat ioctl
      staging: wlags49_h2: buffer overflow setting station name
      Staging: bcm: info leak in ioctl

Daniel Borkmann (1):
      net: unix: inherit SOCK_PASS{CRED, SEC} flags from socket to fix race

Daniel Mack (1):
      ALSA: snd-usb-usx2y: remove bogus frame checks

Daniel Santos (1):
      compiler-gcc.h: Add gcc-recommended GCC_VERSION macro

Dave Jones (1):
      ext4: fix memory leak in xattr

Dave Kleikamp (1):
      jfs: fix error path in ialloc

David Woodhouse (1):
      8139cp: re-enable interrupts after tx timeout

Emmanuel Grumbach (2):
      iwlwifi: pcie: add SKUs for 6000, 6005 and 6235 series
      mac80211: correctly close cancelled scans

Enrico Mioso (1):
      usb: serial: option: blacklist Olivetti Olicard200

Eric Dumazet (5):
      tcp: must unclone packets before mangling them
      tcp: do not forget FIN in tcp_shifted_skb()
      net: do not call sock_put() on TIMEWAIT sockets
      l2tp: must disable bh before calling l2tp_xmit_skb()
      bnx2x: record rx queue for LRO packets

Eric Sandeen (1):
      ext3: return 32/64-bit dir name hash according to usage type

Fan Du (2):
      sctp: Use software crc32 checksum when xfrm transform will happen.
      include/linux/fs.h: disable preempt when acquire i_size_seqcount write lock

Fan Yong (1):
      ext4: return 32/64-bit dir name hash according to usage type

Fangxiaozhi (Franko) (1):
      USB: support new huawei devices in option.c

Felix Fietkau (2):
      mac80211: drop spoofed packets in ad-hoc mode
      mac80211: update sta->last_rx on acked tx frames

Geyslan G. Bem (1):
      ecryptfs: Fix memory leakage in keystore.c

Greg Kroah-Hartman (1):
      USB: serial: option: add support for Inovia SEW858 device

Gwendal Grignou (1):
      libata: make ata_eh_qc_retry() bump scmd->allowed on bogus failures

Hannes Frederic Sowa (1):
      inet: fix possible memory corruption with UDP_CORK and UFO

Helge Deller (2):
      parisc: fix interruption handler to respect pagefault_disable()
      parisc: Do not crash 64bit SMP kernels on machines with >= 4GB RAM

Henrik Rydberg (1):
      hwmon: (applesmc) Always read until end of data

Ingo Molnar (1):
      compiler/gcc4: Add quirk for 'asm goto' miscompilation bug

Jiri Benc (1):
      ipv4: fix ineffective source address selection

Johannes Berg (1):
      wireless: radiotap: fix parsing buffer overrun

Linus Torvalds (2):
      vfs: allow O_PATH file descriptors for fstatfs()
      Fix a few incorrectly checked [io_]remap_pfn_range() calls

Marc Kleine-Budde (2):
      can: dev: fix nlmsg size calculation in can_get_size()
      net: vlan: fix nlmsg size calculation in vlan_get_size()

Marcelo Ricardo Leitner (1):
      ipv6: restrict neighbor entry creation to output flow

Mariusz Ceier (1):
      davinci_emac.c: Fix IFF_ALLMULTI setup

Mark Cave-Ayland (1):
      rtlwifi: rtl8192cu: Fix error in pointer arithmetic

Markus Trippelsdorf (1):
      perf tools: Fix getrusage() related build failure on glibc trunk

Mathias Krause (2):
      proc connector: fix info leaks
      connector: use nlmsg_len() to check message length

Mikulas Patocka (1):
      dm snapshot: fix data corruption

Ming Lei (1):
      lib/scatterlist.c: don't flush_kernel_dcache_page on slab page

Nikhil P Rao (1):
      PCI: fix truncation of resource size to 32 bits

Oliver Neukum (3):
      xhci: quirk for extra long delay for S4
      USB: quirks.c: add one device that cannot deal with suspension
      USB: quirks: add touchscreen that is dazzeled by remote wakeup

Patrick McHardy (1):
      netfilter: nf_ct_sip: don't drop packets with offsets pointing outside the packet

Paul Mackerras (1):
      KVM: PPC: Book3S HV: Fix typo in saving DSCR

Peter Zijlstra (1):
      perf: Fix perf ring buffer memory ordering

Salva Peiró (2):
      farsync: fix info leak in ioctl
      wanxl: fix info leak in ioctl

Sarah Sharp (1):
      xhci: Don't enable/disable RWE on bus suspend/resume.

Seif Mazareeb (1):
      net: fix cipso packet validation when !NETLABEL

Sergey Senozhatsky (1):
      zram: allow request end to coincide with disksize

Shuduo Sang (1):
      iwlwifi: add new pci id for 6x35 series

Steven Rostedt (1):
      tracing: Fix potential out-of-bounds in trace_get_user()

Takashi Iwai (5):
      ALSA: hda - Add fixup for ASUS N56VZ
      xhci: Fix spurious wakeups after S5 on Haswell
      ASoC: dapm: Fix source list debugfs outputs
      ALSA: hda - Add a fixup for ASUS N76VZ
      ASoC: wm_hubs: Add missing break in hp_supply_event()

Theodore Ts'o (2):
      random: run random_int_secret_init() run after all late_initcalls
      random: allow architectures to optionally define random_get_entropy()

Vlad Yasevich (2):
      net: dst: provide accessor function to dst->xfrm
      sctp: Perform software checksum if packet has to be fragmented.

Wei Liu (1):
      xen-netback: use jiffies_64 value to calculate credit timeout

Wei Yongjun (1):
      target/pscsi: fix return value check

Wey-Yi Guy (4):
      iwlwifi: two more SKUs for 6x05 series
      iwlwifi: remove un-supported SKUs
      iwlwifi: update pci subsystem id
      iwlwifi: one more sku added to 6x35 series

wojciech kapuscinski (1):
      drm/radeon: fix hw contexts for SUMO2 asics


-- 
Ben Hutchings
Usenet is essentially a HUGE group of people passing notes in class.
                      - Rachel Kadel, `A Quick Guide to Newsgroup Etiquette'

View attachment "linux-3.2.53.patch" of type "text/x-diff" (126285 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