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:	Sat, 12 May 2012 10:20:52 -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
Subject: Linux 3.3.6

I'm announcing the release of the 3.3.6 kernel.

All users of the 3.3 kernel series must upgrade.

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

------------
 Documentation/networking/ip-sysctl.txt                       |    4 
 Makefile                                                     |    2 
 arch/arm/kernel/ptrace.c                                     |   24 -
 arch/arm/kernel/smp.c                                        |    4 
 arch/arm/kernel/sys_arm.c                                    |    2 
 arch/arm/mach-omap2/include/mach/ctrl_module_pad_core_44xx.h |    8 
 arch/arm/mach-orion5x/mpp.h                                  |    4 
 arch/arm/mm/cache-l2x0.c                                     |   25 +-
 arch/ia64/kvm/kvm-ia64.c                                     |    5 
 arch/s390/kvm/intercept.c                                    |   20 -
 arch/s390/kvm/kvm-s390.c                                     |    2 
 arch/x86/boot/compressed/relocs.c                            |    2 
 arch/x86/kernel/setup_percpu.c                               |   14 +
 arch/x86/kvm/pmu.c                                           |    2 
 arch/x86/kvm/vmx.c                                           |   10 
 arch/x86/kvm/x86.c                                           |   19 +
 arch/x86/xen/enlighten.c                                     |    7 
 arch/x86/xen/mmu.c                                           |    7 
 drivers/block/mtip32xx/Kconfig                               |    2 
 drivers/block/mtip32xx/mtip32xx.c                            |   34 +-
 drivers/gpu/drm/i915/intel_hdmi.c                            |    2 
 drivers/gpu/drm/i915/intel_ringbuffer.c                      |    9 
 drivers/gpu/drm/i915/intel_sdvo.c                            |    6 
 drivers/net/ethernet/broadcom/tg3.c                          |   18 +
 drivers/net/ethernet/intel/e1000/e1000_main.c                |   35 +-
 drivers/net/ethernet/marvell/sky2.c                          |   31 +-
 drivers/net/ethernet/marvell/sky2.h                          |    1 
 drivers/net/ethernet/sun/sungem.c                            |    2 
 drivers/net/usb/asix.c                                       |    4 
 drivers/net/usb/smsc95xx.c                                   |    2 
 drivers/platform/x86/sony-laptop.c                           |    2 
 drivers/regulator/max8997.c                                  |    2 
 drivers/usb/gadget/udc-core.c                                |    4 
 fs/cifs/cifssmb.c                                            |    6 
 fs/hugetlbfs/inode.c                                         |   54 +---
 fs/nfsd/nfs4proc.c                                           |    8 
 fs/nfsd/vfs.c                                                |    2 
 include/asm-generic/statfs.h                                 |    2 
 include/linux/hugetlb.h                                      |   14 -
 include/linux/kvm_host.h                                     |    7 
 include/linux/netdevice.h                                    |   50 ++--
 include/linux/seqlock.h                                      |    2 
 mm/hugetlb.c                                                 |  135 ++++++++---
 net/core/dev.c                                               |   20 +
 net/ipv4/tcp.c                                               |    9 
 net/ipv4/tcp_input.c                                         |   11 
 net/l2tp/l2tp_ip.c                                           |    3 
 net/sched/sch_netem.c                                        |    6 
 sound/soc/codecs/tlv320aic23.c                               |    4 
 sound/soc/soc-core.c                                         |    6 
 virt/kvm/iommu.c                                             |   23 +
 virt/kvm/kvm_main.c                                          |   23 +
 52 files changed, 461 insertions(+), 239 deletions(-)
Alan Stern (1):
      usb: gadget: udc-core: fix incompatibility with dummy-hcd

Alex Williamson (1):
      KVM: lock slots_lock around device assignment

Alexander Duyck (2):
      net: Add memory barriers to prevent possible race in byte queue limits
      net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF state

Archit Taneja (1):
      ARM: OMAP: Revert "ARM: OMAP: ctrl: Fix CONTROL_DSIPHY register fields"

Asai Thambi S P (1):
      mtip32xx: fix incorrect value set for drv_cleanup_done, and re-initialize and start port in mtip_restart_port()

Avi Kivity (3):
      KVM: Ensure all vcpus are consistent with in-kernel irqchip settings
      KVM: VMX: Fix delayed load of shared MSRs
      KVM: VMX: Fix kvm_set_shared_msr() called in preemptible context

Axel Lin (1):
      regulator: Fix the logic to ensure new voltage setting in valid range

Ben Hutchings (1):
      ARM: orion5x: Fix GPIO enable bits for MPP9

Christian Borntraeger (1):
      KVM: s390: Sanitize fpc registers for KVM_SET_FPU

Colin Cross (1):
      ARM: 7414/1: SMP: prevent use of the console when using idmap_pgd

Daniel Vetter (2):
      drm/i915: disable sdvo hotplug on i945g/gm
      drm/i915: Do no set Stencil Cache eviction LRA w/a on gen7+

David Gibson (1):
      hugepages: fix use after free bug in "quota" handling

David Vrabel (1):
      xen/pci: don't use PCI BIOS service for configuration space accesses

Eric BĂ©nard (1):
      ASoC: tlv312aic23: unbreak resume

Eric Dumazet (2):
      netem: fix possible skb leak
      tcp: change tcp_adv_win_scale and tcp_rmem[2]

Eric W. Biederman (1):
      net: In unregister_netdevice_notifier unregister the netdevices.

Felipe Balbi (1):
      usb: gadget: udc-core: fix wrong call order

Gerard Lledo (1):
      sungem: Fix WakeOnLan

Gleb Natapov (1):
      KVM: x86 emulator: correctly mask pmc index bits in RDPMC instruction emulation

Greg Kroah-Hartman (2):
      block: mtip32xx: remove HOTPLUG_PCI_PCIE dependancy
      Linux 3.3.6

H. Peter Anvin (1):
      asm-generic: Use __BITS_PER_LONG in statfs.h

Ingo van Lil (1):
      asix: Fix tx transfer padding for full-speed USB

J. Bruce Fields (1):
      nfsd: don't fail unchecked creates of non-special files

Jens Freimann (1):
      KVM: s390: do store status after handling STOP_ON_STOP bit

Jiri Pirko (1):
      e1000: fix vlan processing regression

Josh Boyer (1):
      sony-laptop: Enable keyboard backlight by default

Konrad Rzeszutek Wilk (1):
      xen/pte: Fix crashes when trying to see non-existent PGD/PMD/PUD/PTEs

Kusanagi Kouichi (1):
      x86, relocs: Remove an unused variable

Linus Torvalds (1):
      Fix __read_seqcount_begin() to use ACCESS_ONCE for sequence value read

Marcelo Tosatti (1):
      KVM: VMX: vmx_set_cr0 expects kvm->srcu locked

Matt Carlson (1):
      tg3: Avoid panic from reserved statblk field access

Nadav Har'El (1):
      KVM: nVMX: Fix erroneous exception bitmap check

Paolo Pisati (1):
      smsc95xx: mark link down on startup and let PHY interrupt deal with carrier changes

Paulo Zanoni (1):
      drm/i915: enable dip before writing data on gen4

Richard Zhao (1):
      ASoC: core: check of_property_count_strings failure

Ryosuke Saito (1):
      mtip32xx: fix error handling in mtip_init()

Sasha Levin (1):
      net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsg

Stefan Metzmacher (1):
      fs/cifs: fix parsing of dfs referrals

Takuya Yoshikawa (2):
      KVM: Fix write protection race during dirty logging
      KVM: mmu_notifier: Flush TLBs before releasing mmu_lock

Tejun Heo (1):
      percpu, x86: don't use PMD_SIZE as embedded atom_size on 32bit

Tim Bird (1):
      ARM: 7410/1: Add extra clobber registers for assembly in kernel_execve

Will Deacon (4):
      ARM: 7411/1: audit: fix treatment of saved ip register during syscall tracing
      ARM: 7412/1: audit: use only AUDIT_ARCH_ARM regardless of endianness
      ARM: 7397/1: l2x0: only apply workaround for erratum #753970 on PL310
      ARM: 7398/1: l2x0: only write to debug registers on PL310

Yuchung Cheng (1):
      tcp: fix infinite cwnd in tcp_complete_cwr()

stephen hemminger (2):
      sky2: propogate rx hash when packet is copied
      sky2: fix receive length error in mixed non-VLAN/VLAN traffic


Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists