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:	Thu, 25 Apr 2013 21:29:29 -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.42

I'm announcing the release of the 3.4.42 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/kernel/perf_event.c                         |    5 +
 arch/arm/mm/cache-feroceon-l2.c                      |    1 
 arch/arm/mm/proc-arm920.S                            |    2 
 arch/arm/mm/proc-arm926.S                            |    2 
 arch/arm/mm/proc-sa1100.S                            |    2 
 arch/arm/mm/proc-v6.S                                |    2 
 arch/arm/mm/proc-xsc3.S                              |    2 
 arch/arm/mm/proc-xscale.S                            |    2 
 arch/x86/include/asm/kvm_host.h                      |    4 -
 arch/x86/kernel/cpu/perf_event_intel.c               |   15 ++++-
 arch/x86/kvm/x86.c                                   |   43 +++++++----------
 crypto/algif_hash.c                                  |    2 
 crypto/algif_skcipher.c                              |    1 
 drivers/char/hpet.c                                  |   14 -----
 drivers/gpu/vga/vga_switcheroo.c                     |    3 +
 drivers/mtd/mtdchar.c                                |   32 ------------
 drivers/net/can/sja1000/sja1000_of_platform.c        |   31 +++++-------
 drivers/net/wireless/ath/ath9k/ar9580_1p0_initvals.h |    2 
 drivers/net/wireless/ath/ath9k/htc_drv_init.c        |    2 
 drivers/net/wireless/b43/phy_n.c                     |    3 -
 drivers/ssb/driver_chipcommon_pmu.c                  |   29 +++++++++++
 drivers/video/console/fbcon.c                        |   11 +++-
 drivers/video/fbmem.c                                |   42 ++++++----------
 fs/btrfs/tree-log.c                                  |   48 ++++++++++++++++---
 fs/hfsplus/extents.c                                 |    2 
 include/linux/kvm_host.h                             |    2 
 include/linux/kvm_types.h                            |    1 
 include/linux/mm.h                                   |    2 
 include/linux/ssb/ssb_driver_chipcommon.h            |    2 
 kernel/events/core.c                                 |    2 
 kernel/hrtimer.c                                     |    3 -
 kernel/sched/core.c                                  |    6 +-
 kernel/signal.c                                      |    2 
 mm/hugetlb.c                                         |   12 ++++
 mm/memory.c                                          |   47 ++++++++++++++++++
 sound/core/pcm_native.c                              |   12 ----
 virt/kvm/ioapic.c                                    |    7 +-
 virt/kvm/kvm_main.c                                  |   47 ++++++++++++++----
 39 files changed, 283 insertions(+), 166 deletions(-)

Andrew Honig (1):
      KVM: Allow cross page reads and writes from cached translations.

Andy Honig (3):
      KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-2013-1796)
      KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-2013-1797)
      KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798)

Christoph Fritz (1):
      can: sja1000: fix handling on dt properties on little endian systems

Dave Airlie (1):
      fbcon: fix locking harder

Emese Revfy (1):
      kernel/signal.c: stop info leak via the tkill and the tgkill syscalls

Felix Fietkau (2):
      ath9k_htc: accept 1.x firmware newer than 1.3
      ath9k_hw: change AR9580 initvals to fix a stability issue

Greg Kroah-Hartman (1):
      Linux 3.4.42

Illia Ragozin (1):
      ARM: 7696/1: Fix kexec by setting outer_cache.inv_all for Feroceon

Josef Bacik (1):
      Btrfs: make sure nbytes are right after log replay

Linus Torvalds (5):
      vm: add vm_iomap_memory() helper function
      vm: convert snd_pcm_lib_mmap_iomem() to vm_iomap_memory() helper
      vm: convert fb_mmap to vm_iomap_memory() helper
      vm: convert HPET mmap to vm_iomap_memory() helper
      vm: convert mtdchar mmap to vm_iomap_memory() helper

Mathias Krause (1):
      crypto: algif - suppress sending source address information in recvmsg

Michael Bohan (1):
      hrtimer: Don't reinitialize a cpu_base lock on CPU_UP

Naoya Horiguchi (1):
      hugetlbfs: add swap entry check in follow_hugetlb_page()

Rafał Miłecki (1):
      ssb: implement spurious tone avoidance

Russell King (1):
      ARM: Do 15e0d9e37c (ARM: pm: let platforms select cpu_suspend support) properly

Stephane Eranian (1):
      perf/x86: Fix offcore_rsp valid mask for SNB/IVB

Tejun Heo (1):
      sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()s

Tommi Rantala (1):
      perf: Treat attr.config as u64 in perf_swevent_init()

Vyacheslav Dubeyko (1):
      hfsplus: fix potential overflow in hfsplus_file_truncate()

Will Deacon (1):
      ARM: 7698/1: perf: fix group validation when using enable_on_exec


Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ