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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 15 Aug 2012 12:08: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.0.41

I'm announcing the release of the 3.0.41 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

------------

 MAINTAINERS                           |    2 
 Makefile                              |    2 
 arch/arm/configs/mxs_defconfig        |    1 
 arch/arm/include/asm/cacheflush.h     |    8 
 arch/arm/mm/tlb-v7.S                  |   12 +
 arch/ia64/include/asm/atomic.h        |    4 
 arch/ia64/kernel/irq_ia64.c           |    1 
 arch/x86/include/asm/processor.h      |    2 
 arch/x86/kernel/alternative.c         |    2 
 arch/x86/kernel/amd_nb.c              |    8 
 arch/x86/kernel/cpu/amd.c             |    2 
 arch/x86/kernel/cpu/common.c          |    5 
 arch/x86/kernel/cpu/intel.c           |    2 
 arch/x86/kernel/cpu/mcheck/mce.c      |    2 
 arch/x86/kernel/cpu/mcheck/mce_amd.c  |    5 
 arch/x86/kernel/cpu/proc.c            |    4 
 arch/x86/kernel/microcode_core.c      |   31 +-
 drivers/char/mspec.c                  |    2 
 drivers/char/random.c                 |  374 +++++++++++++++++++++++-----------
 drivers/edac/i7core_edac.c            |    2 
 drivers/firmware/dmi_scan.c           |    3 
 drivers/firmware/pcdp.c               |    4 
 drivers/hwmon/coretemp.c              |    7 
 drivers/input/tablet/wacom_wac.c      |    2 
 drivers/mfd/ab3100-core.c             |    5 
 drivers/mfd/ab3550-core.c             |    2 
 drivers/mfd/ezx-pcap.c                |    2 
 drivers/mfd/wm831x-otp.c              |    8 
 drivers/net/e1000e/82571.c            |    4 
 drivers/net/wireless/rt2x00/rt61pci.c |    3 
 drivers/rtc/rtc-wm831x.c              |   24 ++
 drivers/usb/core/hub.c                |    9 
 fs/nilfs2/ioctl.c                     |    4 
 fs/nilfs2/super.c                     |    3 
 fs/nilfs2/the_nilfs.c                 |    1 
 fs/nilfs2/the_nilfs.h                 |    2 
 include/linux/irqdesc.h               |    1 
 include/linux/mfd/ezx-pcap.h          |    1 
 include/linux/random.h                |   19 +
 include/trace/events/random.h         |  134 ++++++++++++
 kernel/irq/handle.c                   |    7 
 kernel/irq/manage.c                   |   17 -
 mm/hugetlb.c                          |   25 ++
 mm/memory-failure.c                   |    6 
 mm/mmu_notifier.c                     |   45 ++--
 net/core/dev.c                        |    3 
 net/core/rtnetlink.c                  |    1 
 net/mac80211/mesh.c                   |    1 
 net/sunrpc/rpcb_clnt.c                |    4 
 net/wireless/core.c                   |    5 
 net/wireless/core.h                   |    1 
 net/wireless/util.c                   |    5 
 52 files changed, 585 insertions(+), 244 deletions(-)

Alan Cox (1):
      x86, nops: Missing break resulting in incorrect selection on Intel

Arnd Bergmann (1):
      ARM: pxa: remove irq_to_gpio from ezx-pcap driver

Borislav Petkov (1):
      x86, microcode: Sanitize per-cpu microcode reloading interface

Chris Bagwell (1):
      Input: wacom - Bamboo One 1024 pressure fix

Daniel Drake (1):
      cfg80211: process pending events when unregistering net device

Greg Kroah-Hartman (1):
      Linux 3.0.41

Greg Pearson (1):
      pcdp: use early_ioremap/early_iounmap to access pcdp table

H. Peter Anvin (3):
      random: Add support for architectural random hooks
      random: Adjust the number of loops when initializing
      random: mix in architectural randomness in extract_buf()

Johannes Berg (1):
      mac80211: cancel mesh path timer

Joonsoo Kim (1):
      mm: fix wrong argument of migrate_huge_pages() in soft_offline_huge_page()

Kevin Winchester (1):
      x86: Simplify code by removing a !SMP #ifdefs from 'struct cpuinfo_x86'

Liang Li (1):
      cfg80211: fix interface combinations check for ADHOC(IBSS)

Linus Torvalds (2):
      random: Use arch_get_random_int instead of cycle counter if avail
      random: create add_device_randomness() interface

Marek Vasut (1):
      ARM: mxs: Remove MMAP_MIN_ADDR setting from mxs_defconfig

Mark Brown (2):
      rtc: wm831x: Feed the write counter into device_add_randomness()
      mfd: wm831x: Feed the device UUID into device_add_randomness()

Mathieu Desnoyers (1):
      drivers/char/random.c: fix boot id uniqueness race

Mel Gorman (1):
      mm: hugetlbfs: close race during teardown of hugetlbfs shared page tables

Ryusuke Konishi (1):
      nilfs2: fix deadlock issue between chcp and thaw ioctls

Shuah Khan (1):
      x86, microcode: microcode_core.c simple_strtoul cleanup

Stanislav Kinsbursky (1):
      SUNRPC: return negative value in case rpcbind client creation error

Stanislaw Gruszka (1):
      rt61pci: fix NULL pointer dereference in config_lna_gain

Theodore Ts'o (10):
      random: Use arch-specific RNG to initialize the entropy store
      random: make 'add_interrupt_randomness()' do something sane
      random: use lockless techniques in the interrupt path
      usb: feed USB device information to the /dev/random driver
      net: feed /dev/random with the MAC address when registering a device
      random: use the arch-specific rng in xfer_secondary_pool
      random: add new get_random_bytes_arch() function
      random: add tracepoints for easier debugging and verification
      MAINTAINERS: Theodore Ts'o is taking over the random driver
      random: remove rand_initialize_irq()

Tony Luck (4):
      Redefine ATOMIC_INIT and ATOMIC64_INIT to drop the casts
      fix typo/thinko in get_random_bytes()
      random: Add comment to random_initialize()
      dmi: Feed DMI table to /dev/random driver

Tushar Dave (1):
      e1000e: NIC goes up and immediately goes down

Will Deacon (2):
      ARM: 7478/1: errata: extend workaround for erratum #720789
      ARM: 7479/1: mm: avoid NULL dereference when flushing gate_vma with VIVT caches

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


Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ