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>] [day] [month] [year] [list]
Date:	Tue, 29 Mar 2011 15:02:38 +0100
From:	David Howells <dhowells@...hat.com>
To:	torvalds@...l.org
cc:	dhowells@...hat.com, linux-kernel@...r.kernel.org,
	linux-mm@...r.kernel.org, tglx@...utronix.de, amwang@...hat.com,
	vapier@...too.org, lethal@...ux-sh.org
Subject: [GIT PULL] NOMMU and FRV patches [ver #2]

Hi Linus,

Can you pull these patches please?

There are a number of fixes for NOMMU: fixes to deal with breakage due to
MMU-mode changes.  I've dropped the vcoalesce() patches for the moment.

There are a number of fixes for FRV: a missing argument and a set of IRQ
patches from Thomas Gleixner.

The patches compile and run on FRV (NOMMU) and x86_64.

David
---
The following changes since commit 16c29dafcc86024048f1dbb8349d31cb22c7c55a:

  Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 (2011-03-25 21:07:59 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-frv.git frv

Amerigo Wang (1):
      FRV: Do some cleanups

David Howells (2):
      NOMMU: percpu should use is_vmalloc_addr().
      FRV: Missing node arg in alloc_thread_info_node() macro

Graf Yang (1):
      NOMMU: support SMP dynamic percpu_alloc

Mike Frysinger (1):
      NOMMU: implement access_remote_vm

Thomas Gleixner (9):
      frv: Remove stale irq_chip.end
      frv: Fix typo from __do_IRQ overhaul
      frv: Convert mb93091 irq_chip to new functions
      frv: Convert mb93093 irq_chip to new function
      frv: Convert mb93493 irq_chip to new functions
      frv: Convert cpu irq_chip to new functions
      frv: Select GENERIC_HARDIRQS_NO_DEPRECATED
      FRV: Convert genirq namespace
      FRV: Use generic show_interrupts()

 arch/frv/Kconfig                   |    3 +-
 arch/frv/include/asm/system.h      |    9 ----
 arch/frv/include/asm/thread_info.h |    4 +-
 arch/frv/kernel/irq-mb93091.c      |   30 +++++++-------
 arch/frv/kernel/irq-mb93093.c      |   31 +++++++-------
 arch/frv/kernel/irq-mb93493.c      |   25 ++++++-----
 arch/frv/kernel/irq.c              |   80 ++++++++----------------------------
 include/linux/vmalloc.h            |   32 ++++++++++++++
 mm/nommu.c                         |   52 +++++++++++++++++------
 mm/percpu.c                        |    3 +-
 10 files changed, 138 insertions(+), 131 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ