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:	Fri, 7 Jun 2013 12:57:20 -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.81

I'm announcing the release of the 3.0.81 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/arm/mach-kirkwood/ts219-setup.c   |    2 
 arch/arm/plat-orion/common.c           |   12 ++--
 arch/avr32/kernel/module.c             |    2 
 arch/um/include/asm/pgtable.h          |    2 
 drivers/ata/libata-core.c              |    6 ++
 drivers/block/brd.c                    |    4 -
 drivers/gpu/drm/radeon/radeon_device.c |   19 +++----
 drivers/platform/x86/thinkpad_acpi.c   |    7 ++
 drivers/staging/vt6656/hostap.c        |    2 
 drivers/tty/n_tty.c                    |    8 +++
 drivers/usb/atm/cxacru.c               |    3 -
 drivers/usb/core/quirks.c              |    3 +
 drivers/usb/host/uhci-hub.c            |    3 -
 drivers/usb/serial/ftdi_sio.c          |    2 
 drivers/usb/serial/ftdi_sio_ids.h      |    2 
 drivers/usb/serial/io_ti.c             |    3 +
 drivers/usb/serial/option.c            |   13 +++--
 drivers/xen/events.c                   |   19 ++++++-
 fs/cifs/cifs_dfs_ref.c                 |    4 +
 fs/cifs/inode.c                        |    3 -
 fs/fat/inode.c                         |   15 +++++-
 fs/jfs/inode.c                         |    2 
 fs/jfs/jfs_logmgr.c                    |    3 -
 fs/nilfs2/inode.c                      |   27 +++++++++--
 fs/ocfs2/extent_map.c                  |    2 
 include/linux/wait.h                   |   16 ++++--
 lib/klist.c                            |    2 
 mm/huge_memory.c                       |    7 ++
 mm/migrate.c                           |    2 
 mm/mmu_notifier.c                      |   80 ++++++++++++++++-----------------
 net/mac80211/iface.c                   |    9 +++
 sound/usb/card.h                       |    1 
 sound/usb/format.c                     |    6 ++
 sound/usb/quirks.c                     |    6 ++
 35 files changed, 207 insertions(+), 92 deletions(-)

Alan Stern (1):
      USB: UHCI: fix for suspend of virtual HP controller

Alex Deucher (1):
      drm/radeon: fix card_posted check for newer asics

Aneesh Kumar K.V (1):
      mm/THP: use pmd_populate() to update the pmd with pgtable_t pointer

Brian Behlendorf (1):
      drivers/block/brd.c: fix brd_lookup_page() race

Dan Carpenter (1):
      USB: cxacru: potential underflow in cxacru_cm_get_array()

Dan Williams (1):
      USB: option: add device IDs for Dell 5804 (Novatel E371) WWAN card

Dave Kleikamp (1):
      jfs: fix a couple races

Gomella, Andrew (NIH/NHLBI) [F] (1):
      USB: ftdi_sio: Add support for Newport CONEX motor drivers

Greg Kroah-Hartman (1):
      Linux 3.0.81

Gregory CLEMENT (1):
      ARM: plat-orion: Fix num_resources and id for ge10 and ge11

Hans-Christian Egtvedt (1):
      avr32: fix relocation check for signed 18-bit offset

Hema Prathaban (1):
      staging: vt6656: use free_netdev instead of kfree

Imre Deak (1):
      wait: fix false timeouts when using wait_event_timeout()

Jeff Layton (2):
      cifs: only set ops for inodes in I_NEW state
      cifs: fix potential buffer overrun when composing a new options string

Johannes Berg (1):
      mac80211: close AP_VLAN interfaces before unregistering all

Joseph Qi (1):
      ocfs2: goto out_unlock if ocfs2_get_clusters_nocache() failed in ocfs2_fiemap()

Keir Fraser (1):
      xen/events: Handle VIRQ_TIMER before any other hardirq in event loop.

Leonid Yegoshin (1):
      mm compaction: fix of improper cache flush in migration code

Manoj Iyer (1):
      thinkpad-acpi: recognize latest V-Series using DMI_BIOS_VENDOR

Martin Michlmayr (1):
      Kirkwood: Enable PCIe port 1 on QNAP TS-11x/TS-21x

OGAWA Hirofumi (1):
      fat: fix possible overflow for fat_clusters

Oliver Neukum (1):
      USB: reset resume quirk needed by a hub

Richard Weinberger (1):
      um: Serve io_remap_pfn_range()

Ryusuke Konishi (1):
      nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundary

Schemmel Hans-Christoph (1):
      USB: Blacklisted Cinterion's PLxx WWAN Interface

Teppo Kotilainen (1):
      usb: option: Add Telewell TW-LTE 4G

Vincent Pelletier (1):
      libata: make ata_exec_internal_sg honor DMADIR

Wang YanQing (1):
      TTY: Fix tty miss restart after we turn off flow-control

Wolfgang Frisch (1):
      USB: io_ti: Fix NULL dereference in chase_port()

Xi Wang (2):
      ALSA: usb-audio: fix possible hang and overflow in parse_uac2_sample_rate_range()
      ALSA: usb-audio: avoid integer overflow in create_fixed_stream_quirk()

Xiao Guangrong (1):
      mm: mmu_notifier: re-fix freed page still mapped in secondary MMU

wang, biao (1):
      klist: del waiter from klist_remove_waiters before wakeup waitting process


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