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, 14 Sep 2012 20:38:39 -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.43

I'm announcing the release of the 3.0.43 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/alpha/include/asm/socket.h            |    2 
 arch/arm/Kconfig                           |    1 
 arch/arm/include/asm/pgtable.h             |   40 +++++++++--------
 arch/arm/mm/flush.c                        |    2 
 arch/arm/mm/tlb-v7.S                       |    6 +-
 arch/arm/plat-s3c24xx/dma.c                |    2 
 arch/parisc/include/asm/atomic.h           |    4 -
 arch/powerpc/kernel/asm-offsets.c          |    1 
 arch/powerpc/kernel/entry_64.S             |   23 +++++++---
 arch/powerpc/kernel/process.c              |   12 -----
 arch/x86/mm/hugetlbpage.c                  |   21 +++++++--
 drivers/acpi/acpica/tbxface.c              |    1 
 drivers/block/cciss_scsi.c                 |   11 ----
 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c        |    1 
 drivers/hwmon/asus_atk0110.c               |    6 ++
 drivers/input/serio/i8042-x86ia64io.h      |   14 ++++++
 drivers/media/dvb/siano/smsusb.c           |    2 
 drivers/media/video/gspca/spca506.c        |    2 
 drivers/net/wireless/ath/ath9k/recv.c      |    2 
 drivers/net/wireless/p54/p54usb.c          |    2 
 drivers/net/wireless/rtl818x/rtl8187/dev.c |    2 
 drivers/pci/pci-driver.c                   |    7 +++
 drivers/scsi/megaraid/megaraid_sas_base.c  |    3 -
 drivers/scsi/mpt2sas/mpt2sas_base.c        |   13 +++--
 drivers/scsi/scsi_error.c                  |   10 ++++
 drivers/scsi/scsi_scan.c                   |   10 ++++
 drivers/staging/vt6656/main_usb.c          |    2 
 drivers/staging/winbond/wbusb.c            |    2 
 drivers/usb/class/cdc-acm.c                |    3 -
 drivers/usb/misc/emi62.c                   |    2 
 fs/buffer.c                                |   66 +++++++++++++----------------
 fs/compat.c                                |   10 +++-
 fs/ext3/inode.c                            |   17 ++++++-
 fs/fuse/dev.c                              |    1 
 fs/nfs/nfs3proc.c                          |    2 
 fs/nfs/nfs4proc.c                          |    8 ---
 fs/nfs/super.c                             |    2 
 fs/open.c                                  |    7 +--
 fs/udf/file.c                              |   35 ++++++++++++---
 kernel/audit_tree.c                        |   11 ++--
 mm/mempolicy.c                             |    2 
 net/dccp/ccid.h                            |    4 -
 net/sunrpc/svc_xprt.c                      |   10 +---
 net/sunrpc/svcsock.c                       |    2 
 sound/pci/hda/hda_proc.c                   |    2 
 sound/soc/codecs/wm9712.c                  |   19 +++++++-
 47 files changed, 259 insertions(+), 150 deletions(-)

Al Viro (1):
      vfs: missed source of ->f_pos races

Alex Deucher (1):
      ACPI: export symbol acpi_get_table_with_size

Anton Blanchard (2):
      powerpc: Fix DSCR inheritance in copy_thread()
      powerpc: Restore correct DSCR in context switch

Arnd Bergmann (1):
      ARM: imx: select CPU_FREQ_TABLE when needed

Dave Airlie (1):
      drm/vmwgfx: add MODULE_DEVICE_TABLE so vmwgfx loads at boot

Dave Jones (1):
      Remove user-triggerable BUG from mpol_to_str

Dmitry Torokhov (1):
      Input: i8042 - add Gigabyte T1005 series netbooks to noloop table

Greg Kroah-Hartman (8):
      USB: vt6656: remove __devinit* from the struct usb_device_id table
      USB: emi62: remove __devinit* from the struct usb_device_id table
      USB: winbond: remove __devinit* from the struct usb_device_id table
      USB: spca506: remove __devinit* from the struct usb_device_id table
      USB: p54usb: remove __devinit* from the struct usb_device_id table
      USB: rtl8187: remove __devinit* from the struct usb_device_id table
      USB: smsusb: remove __devinit* from the struct usb_device_id table
      Linux 3.0.43

Heiko Stuebner (1):
      ARM: S3C24XX: Fix s3c2410_dma_enqueue parameters

Hugh Dickins (1):
      block: replace __getblk_slow misfix by grow_dev_page fix

J. Bruce Fields (3):
      svcrpc: fix BUG() in svc_tcp_clear_pages
      svcrpc: fix svc_xprt_enqueue/svc_recv busy-looping
      svcrpc: sends on closed socket should stop immediately

James Bottomley (1):
      SCSI: Fix 'Device not ready' issue on mpt2sas

Jan Kara (2):
      udf: Fix data corruption for files in ICB
      ext3: Fix fdatasync() for files with only i_size changes

Kashyap Desai (1):
      SCSI: megaraid_sas: Move poll_aen_lock initializer

Lorenzo Bianconi (1):
      ath9k: fix decrypt_error initialization in ath_rx_tasklet()

Luca Tettamanti (1):
      hwmon: (asus_atk0110) Add quirk for Asus M5A78L

Mark Brown (1):
      ASoC: wm9712: Fix microphone source selection

Mathias Krause (1):
      dccp: check ccid before dereferencing

Mel Gorman (1):
      PARISC: Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the casts

Michael Cree (1):
      alpha: Don't export SOCK_NONBLOCK to user space.

Michal Hocko (1):
      mm: hugetlbfs: correctly populate shared pmd

Miklos Szeredi (4):
      vfs: canonicalize create mode in build_open_flags()
      audit: don't free_chunk() after fsnotify_add_mark()
      audit: fix refcounting in audit-tree
      fuse: fix retrieve length

Rafael J. Wysocki (1):
      PCI: EHCI: Fix crash during hibernation on ASUS computers

Stephen M. Cameron (1):
      cciss: fix incorrect scsi status reporting

Sven Schnelle (1):
      USB: CDC ACM: Fix NULL pointer dereference

Trond Myklebust (2):
      NFSv3: Ensure that do_proc_get_root() reports errors correctly
      NFSv4.1: Remove a bogus BUG_ON() in nfs4_layoutreturn_done

Wang Xingchao (1):
      ALSA: hda - fix Copyright debug message

Will Deacon (3):
      ARM: 7487/1: mm: avoid setting nG bit for user mappings that aren't present
      ARM: 7488/1: mm: use 5 bits for swapfile type encoding
      ARM: 7489/1: errata: fix workaround for erratum #720789 on UP systems

bjschuma@...il.com (1):
      NFS: Alias the nfs module to nfs4

sreekanth.reddy@....com (1):
      SCSI: mpt2sas: Fix for Driver oops, when loading driver with max_queue_depth command line option to a very small value


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