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:	Sun, 21 Oct 2012 10:25:12 -0700
From:	Greg KH <gregkh@...uxfoundation.org>
To:	linux-kernel@...r.kernel.org,
	Andrew Morton <akpm@...ux-foundation.org>,
	torvalds@...ux-foundation.org, stable@...r.kernel.org
Cc:	lwn@....net, Jiri Slaby <jslaby@...e.cz>
Subject: Linux 3.4.15

I'm announcing the release of the 3.4.15 kernel.

All users of the 3.4 kernel series must upgrade.

The updated 3.4.y git tree can be found at:
        git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.4.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;a=summary

thanks,

greg k-h

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

 Makefile                                        |    2 
 arch/arm/Kconfig                                |   10 ++
 arch/arm/include/asm/vfpmacros.h                |    4 
 arch/arm/mm/cache-v7.S                          |    3 
 arch/mips/kernel/kgdb.c                         |    9 ++
 arch/x86/xen/enlighten.c                        |   18 ++++
 block/blk-core.c                                |    2 
 drivers/acpi/ec.c                               |   30 ++++++-
 drivers/char/tpm/tpm.c                          |   21 +++--
 drivers/firewire/core-cdev.c                    |    4 
 drivers/gpu/drm/i915/intel_display.c            |    4 
 drivers/gpu/drm/radeon/radeon_legacy_encoders.c |    6 -
 drivers/md/raid10.c                             |    2 
 drivers/net/ethernet/intel/e1000e/e1000.h       |    6 -
 drivers/net/ethernet/intel/e1000e/netdev.c      |    2 
 drivers/net/wireless/ath/ath9k/beacon.c         |    2 
 drivers/net/wireless/ath/ath9k/main.c           |    2 
 drivers/net/wireless/ath/ath9k/xmit.c           |   53 ++++++------
 drivers/scsi/hpsa.c                             |   39 ++++++++-
 drivers/scsi/hpsa.h                             |    2 
 drivers/scsi/hpsa_cmd.h                         |    1 
 drivers/scsi/scsi_debug.c                       |    2 
 drivers/scsi/storvsc_drv.c                      |    5 +
 drivers/target/iscsi/iscsi_target.c             |    2 
 drivers/target/iscsi/iscsi_target_core.h        |    4 
 drivers/target/iscsi/iscsi_target_tpg.c         |   12 ++
 drivers/target/target_core_configfs.c           |    8 +
 drivers/tty/vt/vt.c                             |   13 +++
 drivers/usb/class/cdc-acm.c                     |    3 
 drivers/usb/gadget/at91_udc.c                   |    2 
 drivers/video/udlfb.c                           |    2 
 drivers/video/via/via_clock.c                   |   19 ++++
 fs/autofs4/root.c                               |    6 -
 fs/ceph/export.c                                |   18 +++-
 fs/ecryptfs/ecryptfs_kernel.h                   |    2 
 fs/ecryptfs/file.c                              |  100 +++++++++++-------------
 fs/ecryptfs/inode.c                             |   65 ++++++++-------
 fs/ecryptfs/main.c                              |    1 
 fs/ecryptfs/mmap.c                              |   39 +++------
 fs/gfs2/export.c                                |    4 
 fs/isofs/export.c                               |    2 
 fs/jbd/commit.c                                 |   45 ++++++++--
 fs/jbd/transaction.c                            |   64 ++++++++++-----
 fs/lockd/mon.c                                  |    4 
 fs/nfsd/nfs4idmap.c                             |    2 
 fs/nfsd/nfs4state.c                             |    1 
 fs/reiserfs/inode.c                             |    6 +
 fs/xfs/xfs_export.c                             |    3 
 include/linux/netfilter/ipset/ip_set_timeout.h  |    4 
 include/net/ip_vs.h                             |    2 
 include/net/netfilter/nf_conntrack_ecache.h     |    1 
 kernel/debug/kdb/kdb_io.c                       |   33 ++++++-
 kernel/module.c                                 |    4 
 kernel/timer.c                                  |   10 +-
 mm/shmem.c                                      |    6 -
 net/core/pktgen.c                               |    2 
 net/ipv4/netfilter/nf_nat_sip.c                 |   10 +-
 net/netfilter/ipvs/ip_vs_ctl.c                  |    5 -
 net/netfilter/nf_conntrack_core.c               |   16 ++-
 net/netfilter/nf_conntrack_expect.c             |   29 +-----
 net/netfilter/xt_hashlimit.c                    |    8 -
 net/netfilter/xt_limit.c                        |   13 +--
 net/netfilter/xt_set.c                          |   17 +++-
 net/sunrpc/xprtsock.c                           |   21 +++--
 sound/pci/ac97/ac97_codec.c                     |    2 
 sound/pci/emu10k1/emu10k1_main.c                |    9 ++
 sound/pci/hda/patch_cirrus.c                    |    6 -
 sound/pci/hda/patch_realtek.c                   |    6 +
 sound/soc/codecs/wm2200.c                       |    3 
 sound/soc/omap/omap-abe-twl6040.c               |    2 
 sound/soc/sh/fsi.c                              |   15 +--
 71 files changed, 583 insertions(+), 297 deletions(-)

Alexander Holler (1):
      video/udlfb: fix line counting in fb_write

Amerigo Wang (1):
      pktgen: fix crash when generating IPv6 packets

Christoph Hellwig (1):
      iscsit: remove incorrect unlock in iscsit_build_sendtargets_resp

Dan Carpenter (1):
      md/raid10: use correct limit variable

Daniel Drake (1):
      viafb: don't touch clock state on OLPC XO-1.5

David Henningsson (2):
      ALSA: hda - do not detect jack on internal speakers for Realtek
      ALSA: hda - Always check array bounds in alc_get_line_out_pfx

Egbert Eich (1):
      drm/radeon: Don't destroy I2C Bus Rec in radeon_ext_tmds_enc_destroy().

Fabio Porcedda (1):
      usb: gadget: at91_udc: fix dt support

Felix Fietkau (1):
      ath9k: use ieee80211_free_txskb

Feng Tang (2):
      ACPI: EC: Make the GPE storm threshold a module parameter
      ACPI: EC: Add a quirk for CLEVO M720T/M730T laptop

Florian Westphal (1):
      netfilter: limit, hashlimit: avoid duplicated inline

Greg Kroah-Hartman (1):
      Linux 3.4.15

Guennadi Liakhovetski (1):
      ASoC: fsi: don't reschedule DMA from an atomic context

Hildner, Christian (1):
      timers: Fix endless looping between cascade() and internal_add_timer()

Hiroaki SHIMODA (1):
      e1000e: Change wthresh to 1 to avoid possible Tx stalls

Hugh Dickins (1):
      tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking

Ian Kent (1):
      autofs4 - fix reset pending flag on mount fail

J. Bruce Fields (1):
      nfsd4: fix nfs4 stateid leak

Jan Engelhardt (1):
      netfilter: xt_limit: have r->cost != 0 case work

Jan Kara (1):
      jbd: Fix assertion failure in commit code due to lacking transaction credits

Jani Nikula (1):
      drm/i915: use adjusted_mode instead of mode for checking the 6bpc force flag

Jason Wessel (2):
      mips,kgdb: fix recursive page fault with CONFIG_KPROBES
      kdb,vt_console: Fix missed data due to pager overruns

Jean-Christian de Rivaz (1):
      Add CDC-ACM support for the CX93010-2x UCMxx USB Modem

Jozsef Kadlecsik (2):
      netfilter: ipset: fix timeout value overflow bug
      netfilter: ipset: timeout fixing bug broke SET target special timeout value

Julian Anastasov (1):
      ipvs: fix oops in ip_vs_dst_event on rmmod

K. Y. Srinivasan (1):
      SCSI: storvsc: Account for in-transit packets in the RESET path

Konrad Rzeszutek Wilk (2):
      xen/bootup: allow {read|write}_cr8 pvops call.
      xen/bootup: allow read_tscp call for Xen PV guests.

Lin Ming (1):
      ipvs: fix oops on NAT reply in br_nf context

Lukas Czerner (1):
      SCSI: scsi_debug: Fix off-by-one bug when unmapping region

Malahal Naineni (1):
      NFSD: pass null terminated buf to kstrtouint()

Mark Brown (2):
      ASoC: wm2200: Use rev A register patches on rev B
      ASoC: wm2200: Fix non-inverted OUT2 mute control

Matthew Garrett (1):
      module: taint kernel when lve module is loaded

Maxim Kachur (1):
      ALSA: emu10k1: add chip details for E-mu 1010 PCIe card

Nicholas Bellinger (3):
      iscsi-target: Correctly set 0xffffffff field within ISCSI_OP_REJECT PDU
      iscsi-target: Add explicit set of cache_dynamic_acls=1 for TPG demo-mode
      iscsi-target: Bump defaults for nopin_timeout + nopin_response_timeout values

Pablo Neira Ayuso (3):
      netfilter: nf_conntrack: fix racy timer handling with reliable events
      netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectation
      netfilter: nf_ct_expect: fix possible access to uninitialized timer

Patrick McHardy (1):
      netfilter: nf_nat_sip: fix via header translation with multiple parameters

Peter Huewe (1):
      tpm: Propagate error from tpm_transmit to fix a timeout hang

Peter Senna Tschudin (1):
      target: fix return code in target_core_init_configfs error path

Peter Ujfalusi (1):
      ASoC: omap-abe-twl6040: Fix typo of Vibrator

Russell King (1):
      ARM: vfp: fix saving d16-d31 vfp registers on v6+ kernels

Simon Horman (1):
      ARM: 7541/1: Add ARM ERRATA 775420 workaround

Stanislav Kinsbursky (1):
      lockd: use rpc client's cl_nodename for id encoding

Stefan Richter (1):
      firewire: cdev: fix user memory corruption (i386 userland on amd64 kernel)

Stephen M. Cameron (1):
      SCSI: hpsa: dial down lockup detection during firmware flash

Takashi Iwai (2):
      ALSA: hda - Fix memory leaks at error path in patch_cirrus.c
      ALSA: ac97 - Fix missing NULL check in snd_ac97_cvol_new()

Tejun Heo (1):
      block: fix request_queue->flags initialization

Trond Myklebust (1):
      SUNRPC: Ensure that the TCP socket is closed when in CLOSE_WAIT

Tyler Hicks (5):
      eCryptfs: Unlink lower inode when ecryptfs_create() fails
      eCryptfs: Initialize empty lower files when opening them
      eCryptfs: Revert to a writethrough cache model
      eCryptfs: Write out all dirty pages just before releasing the lower file
      eCryptfs: Call lower ->flush() from ecryptfs_flush()


Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ