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, 13 Oct 2013 15:19:54 -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.0.100

------------------------------
NOTE!  The 3.0.x kernel series will be moving to End-Of-Life soon,
within a week.  Please move anything that is relying on this kernel
version to the other longterm kernel releases (3.4.x or 3.10.x) as soon
as possible.  If anyone has any questions about this, please let me
know.
------------------------------

I'm announcing the release of the 3.0.100 kernel.

All users of the 3.0 kernel series must upgrade.

The updated 3.0.y git tree can be found at:
	git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git linux-3.0.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/powerpc/kernel/iommu.c              |    2 
 arch/powerpc/kernel/vio.c                |   12 +++--
 arch/powerpc/lib/checksum_64.S           |    4 -
 arch/sparc/kernel/entry.S                |    2 
 arch/sparc/kernel/ktlb.S                 |    3 -
 arch/sparc/kernel/syscalls.S             |    8 +--
 arch/sparc/kernel/trampoline_64.S        |    2 
 arch/sparc/lib/ksyms.c                   |    9 ---
 arch/tile/include/asm/percpu.h           |   34 +++++++++++++-
 drivers/acpi/acpi_ipmi.c                 |   24 ++++++----
 drivers/block/cciss.c                    |    1 
 drivers/block/cpqarray.c                 |    1 
 drivers/net/bonding/bond_main.c          |   13 ++++-
 drivers/net/ll_temac_main.c              |    6 ++
 drivers/net/pptp.c                       |    2 
 drivers/net/tg3.c                        |    7 ++-
 drivers/net/usb/dm9601.c                 |    2 
 drivers/net/via-rhine.c                  |    9 +++
 drivers/net/wireless/p54/p54usb.c        |    1 
 drivers/net/wireless/rtlwifi/wifi.h      |    2 
 drivers/pci/intel-iommu.c                |   72 +++++++++++++++----------------
 drivers/scsi/esp_scsi.c                  |   14 +++---
 drivers/scsi/esp_scsi.h                  |    1 
 drivers/staging/comedi/drivers/ni_65xx.c |   26 ++++-------
 drivers/staging/hv/tools/hv_kvp_daemon.c |   10 +++-
 drivers/usb/serial/option.c              |    3 +
 fs/btrfs/relocation.c                    |   14 +++---
 fs/ext4/namei.c                          |    3 -
 include/net/ip.h                         |   12 +++--
 include/net/ipip.h                       |    2 
 net/bridge/br_private.h                  |    1 
 net/bridge/br_stp.c                      |   23 ++++++---
 net/bridge/br_stp_if.c                   |   12 ++++-
 net/caif/cfctrl.c                        |    3 -
 net/core/netpoll.c                       |    9 +--
 net/ipv4/igmp.c                          |    8 +--
 net/ipv4/inetpeer.c                      |    4 -
 net/ipv4/ip_output.c                     |    6 +-
 net/ipv4/ipmr.c                          |    2 
 net/ipv4/raw.c                           |    2 
 net/ipv4/xfrm4_mode_tunnel.c             |    2 
 net/ipv6/ip6_output.c                    |   53 +++++++++-------------
 net/ipv6/mcast.c                         |    4 -
 net/netfilter/ipvs/ip_vs_xmit.c          |    2 
 net/sctp/ipv6.c                          |   42 +++++-------------
 sound/soc/codecs/88pm860x-codec.c        |    3 +
 sound/soc/codecs/max98095.c              |    4 -
 48 files changed, 267 insertions(+), 216 deletions(-)

Alex Williamson (1):
      intel-iommu: Fix leaks in pagetable freeing

Ansis Atteka (1):
      ip: generate unique IP identificator if local fragmentation is allowed

Chris Healy (1):
      resubmit bridge: fix message_age_timer calculation

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

Christian Lamparter (1):
      p54usb: add USB ID for Corega WLUSB2GTST USB adapter

Dan Carpenter (4):
      cpqarray: fix info leak in ida_locked_ioctl()
      cciss: fix info leak in cciss_ioctl32_passthru()
      ASoC: max98095: a couple array underflows
      ASoC: 88pm860x: array overflow in snd_soc_put_volsw_2r_st()

Daniel Borkmann (1):
      net: sctp: fix ipv6 ipsec encryption bug in sctp_v6_xmit

Dave Jones (1):
      caif: Add missing braces to multiline if in cfctrl_linkup_request

David S. Miller (2):
      esp_scsi: Fix tag state corruption when autosensing.
      sparc64: Fix off by one in trampoline TLB mapping installation loop.

Greg Kroah-Hartman (1):
      Linux 3.0.100

Hannes Frederic Sowa (1):
      ipv6: udp packets following an UFO enqueued packet need also be handled by UFO

Herbert Xu (1):
      bridge: Clamp forward_delay when enabling STP

Ian Abbott (1):
      staging: comedi: ni_65xx: (bug fix) confine insn_bits to one subdevice

Josef Bacik (1):
      Btrfs: change how we queue blocks for backref checking

Kees Cook (1):
      tg3: fix length overflow in VPD firmware parsing

Kirill Tkhai (4):
      sparc64: Fix ITLB handler of null page
      sparc64: Remove RWSEM export leftovers
      sparc64: Fix not SRA'ed %o5 in 32-bit traced syscall
      sparc32: Fix exit flag passed from traced sys_sigreturn

Larry Finger (1):
      rtlwifi: Align private space in rtl_priv struct

Lv Zheng (1):
      ACPI / IPMI: Fix atomic context requirement of ipmi_msg_handler()

Michal MalĂ˝ (1):
      USB: serial: option: Ignore card reader interface on Huawei E1750

Neil Horman (1):
      bonding: Fix broken promiscuity reference counting issue

Nikolay Aleksandrov (1):
      netpoll: fix NULL pointer dereference in netpoll_cleanup

Nishanth Aravamudan (1):
      powerpc/iommu: Use GFP_KERNEL instead of GFP_ATOMIC in iommu_init_table()

Olaf Hering (1):
      Tools: hv: verify origin of netlink connector message

Paul E. McKenney (1):
      powerpc: Fix parameter clobber in csum_partial_copy_generic()

Peter Korsgaard (1):
      dm9601: fix IFF_ALLMULTI handling

Prarit Bhargava (1):
      powerpc/vio: Fix modalias_show return values

Ricardo Ribalda (1):
      ll_temac: Reset dma descriptors indexes on ndo_open

Roger Luethi (1):
      via-rhine: fix VLAN priority field (PCP, IEEE 802.1p)

Salam Noureddine (2):
      ipv6 mcast: use in6_dev_put in timer handlers instead of __in6_dev_put
      ipv4 igmp: use in_dev_put in timer handlers instead of __in_dev_put

Theodore Ts'o (1):
      ext4: avoid hang when mounting non-journal filesystems with orphan list


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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ