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:	Wed, 1 Aug 2012 12:48:36 -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, Mel Gorman <mgorman@...e.de>
Subject: Linux 3.0.39

I'm announcing the release of the 3.0.39 kernel.

All users of the 3.0 kernel series must upgrade.

Many thanks to Mel Gorman for all of the backported performance patches
that he took the time to send in and get merged properly.  That was an
incredible job, everyone using the 3.0-stable tree now owes you a
beverage of your choice when they see you.

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

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

 Documentation/trace/postprocess/trace-vmscan-postprocess.pl |    8 
 Makefile                                                    |    2 
 arch/mips/include/asm/thread_info.h                         |    4 
 arch/mips/kernel/vmlinux.lds.S                              |    3 
 drivers/base/memory.c                                       |   58 +-
 drivers/md/dm-raid1.c                                       |    2 
 drivers/md/dm-region-hash.c                                 |    5 
 fs/btrfs/disk-io.c                                          |    5 
 fs/cifs/readdir.c                                           |    7 
 fs/hugetlbfs/inode.c                                        |    3 
 fs/nfs/internal.h                                           |    2 
 fs/nfs/write.c                                              |    4 
 fs/ubifs/sb.c                                               |    8 
 include/linux/cpuset.h                                      |   47 -
 include/linux/fs.h                                          |   11 
 include/linux/init_task.h                                   |    8 
 include/linux/memcontrol.h                                  |    3 
 include/linux/migrate.h                                     |   23 
 include/linux/mmzone.h                                      |   14 
 include/linux/sched.h                                       |    2 
 include/linux/swap.h                                        |    7 
 include/trace/events/vmscan.h                               |   85 +++
 kernel/cpuset.c                                             |   63 +-
 kernel/fork.c                                               |    3 
 kernel/time/ntp.c                                           |    8 
 mm/compaction.c                                             |   26 -
 mm/filemap.c                                                |   11 
 mm/hugetlb.c                                                |   13 
 mm/memcontrol.c                                             |    3 
 mm/memory-failure.c                                         |    2 
 mm/memory_hotplug.c                                         |    2 
 mm/mempolicy.c                                              |   30 -
 mm/migrate.c                                                |  240 ++++++---
 mm/page_alloc.c                                             |  118 +++-
 mm/slab.c                                                   |   13 
 mm/slub.c                                                   |   40 +
 mm/vmscan.c                                                 |  296 +++++++++---
 mm/vmstat.c                                                 |    2 
 38 files changed, 826 insertions(+), 355 deletions(-)

Aaditya Kumar (1):
      mm: fix lost kswapd wakeup in kswapd_stop()

Alex Shi (2):
      kswapd: avoid unnecessary rebalance after an unsuccessful balancing
      kswapd: assign new_order and new_classzone_idx after wakeup in sleeping

Artem Bityutskiy (1):
      UBIFS: fix a bug in empty space fix-up

Dave Chinner (3):
      vmscan: add shrink_slab tracepoints
      vmscan: shrinker->nr updates race and go wrong
      vmscan: reduce wind up shrinker->nr when shrinker can't do work

David Daney (1):
      MIPS: Properly align the .data..init_task section.

David Rientjes (2):
      cpusets: avoid looping when storing to mems_allowed if one node remains set
      cpusets: stall when updating mems_allowed for mempolicy or disjoint nodemask

Dimitri Sivanich (1):
      mm/vmstat.c: cache align vm_stat

Greg Kroah-Hartman (1):
      Linux 3.0.39

Hugh Dickins (1):
      mm: test PageSwapBacked in lumpy reclaim

Jeff Layton (1):
      cifs: always update the inode cache with the results from a FIND_*

Johannes Weiner (2):
      mm: vmscan: fix force-scanning small targets without swap
      mm: vmscan: convert global reclaim to per-memcg LRU lists

John Stultz (1):
      ntp: Fix STA_INS/DEL clearing bug

Konstantin Khlebnikov (4):
      vmscan: promote shared file mapped pages
      vmscan: activate executable pages after first usage
      mm/hugetlb: fix warning in alloc_huge_page/dequeue_huge_page_vma
      vmscan: fix initial shrinker size handling

Mel Gorman (12):
      mm: memory hotplug: Check if pages are correctly reserved on a per-section basis
      mm: reduce the amount of work done when updating min_free_kbytes
      vmscan: abort reclaim/compaction if compaction can proceed
      mm: compaction: allow compaction to isolate dirty pages
      mm: compaction: determine if dirty pages can be migrated without blocking within ->migratepage
      mm: page allocator: do not call direct reclaim for THP allocations while compaction is deferred
      mm: compaction: make isolate_lru_page() filter-aware again
      mm: compaction: introduce sync-light migration for use by compaction
      mm: vmscan: when reclaiming for compaction, ensure there are sufficient free pages available
      mm: vmscan: do not OOM if aborting reclaim to start compaction
      mm: vmscan: check if reclaim should really abort even if compaction_ready() is true for one zone
      cpuset: mm: reduce large amounts of memory barrier related damage v3

Mikulas Patocka (1):
      dm raid1: fix crash with mirror recovery and discard

Minchan Kim (6):
      mm: compaction: trivial clean up in acct_isolated()
      mm: change isolate mode from #define to bitwise type
      mm: compaction: make isolate_lru_page() filter-aware
      mm: zone_reclaim: make isolate_lru_page() filter-aware
      mm: migration: clean up unmap_and_move()
      mm/vmscan.c: consider swap space when deciding whether to continue reclaim

Rik van Riel (1):
      vmscan: limit direct reclaim for higher order allocations

Shaohua Li (1):
      vmscan: clear ZONE_CONGESTED for zone with good watermark


Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ