Re: [PATCH 3/5] v2 seccomp_filters: Enable ftrace-based system call filtering

2011-05-26 Thread Pavel Machek
On Mon 2011-05-16 10:36:05, James Morris wrote: On Fri, 13 May 2011, Ingo Molnar wrote: How do you reason about the behavior of the system as a whole? I argue that this is the LSM and audit subsystems designed right: in the long run it could allow everything that LSM does at the

[PATCH] Add support for pt7c4338 (rtc device) in rtc-ds1307 driver

2011-05-26 Thread Priyanka Jain
PT7C4338 chip is being manufactured by Pericom Technology Inc. It is a serial real-time clock which provides: 1)Low-power clock/calendar. 2)Programmable square-wave output. It has 56 bytes of nonvolatile RAM. Its register set is same as that of rtc device: DS1307. Signed-off-by: Priyanka Jain

RE: [rtc-linux] [PATCH] RTC driver(Linux) for PT7C4338 chip.

2011-05-26 Thread Jain Priyanka-B32167
Hi Andrew Morton, I have added the support for pt7c4338 in Dallas driver rtc-ds1307.c as suggested by Wolfram Sang And send the patch Add support for pt7c4338 (rtc device) in rtc-ds1307 driver for the same which will supersede the previous patch. Please let me know if anything else is

Re: [PATCH 3/5] v2 seccomp_filters: Enable ftrace-based system call filtering

2011-05-26 Thread Ingo Molnar
* Pavel Machek pa...@ucw.cz wrote: On Mon 2011-05-16 10:36:05, James Morris wrote: On Fri, 13 May 2011, Ingo Molnar wrote: How do you reason about the behavior of the system as a whole? I argue that this is the LSM and audit subsystems designed right: in the long run it

Re: [PATCH 3/5] v2 seccomp_filters: Enable ftrace-based system call filtering

2011-05-26 Thread Ingo Molnar
* Thomas Gleixner t...@linutronix.de wrote: We do _NOT_ make any decision based on the trace point so what's the pre-existing active role in the syscall entry code? The seccomp code we are discussing in this thread. That's proposed code and has absolutely nothing to do with

Re: [PATCH] Add support for pt7c4338 (rtc device) in rtc-ds1307 driver

2011-05-26 Thread Wolfram Sang
On Thu, May 26, 2011 at 12:33:29PM +0530, Priyanka Jain wrote: PT7C4338 chip is being manufactured by Pericom Technology Inc. It is a serial real-time clock which provides: 1)Low-power clock/calendar. 2)Programmable square-wave output. It has 56 bytes of nonvolatile RAM. Its register set is

[PATCH] powerpc: Avoid extra indirect function call in sending IPIs

2011-05-26 Thread Paul Mackerras
On many platforms (including pSeries), smp_ops-message_pass is always smp_muxed_ipi_message_pass. This changes arch/powerpc/kernel/smp.c so that if smp_ops-message_pass is NULL, it calls smp_muxed_ipi_message_pass directly. This means that a platform doesn't need to set both .message_pass and

Re: [PATCH v7] powerpc: Force page alignment for initrd reserved memory

2011-05-26 Thread Milton Miller
On Wed, 25 May 2011 about 20:32:42 -0600, Dave Carroll wrote: When using 64K pages with a separate cpio rootfs, U-Boot will align the rootfs on a 4K page boundary. When the memory is reserved, and subsequent early memblock_alloc is called, it will allocate memory between the 64K page

Re: [PATCH 6/8] powerpc 8xx: cascade eoi will be performed by generic_handle_irq handler

2011-05-26 Thread Milton Miller
On Thu, 26 May 2011 about 13:32:33 +1000, Benjamin Herrenschmidt wrote: On Wed, 2011-05-25 at 01:34 -0500, Milton Miller wrote: The 8xx cpm_cascade was calling irq_eoi for the cascaded irq, but that will already have been called by the handle_fasteoi_irq that generic_handle_irq will

Re: [git pull] Please pull powerpc.git merge branch

2011-05-26 Thread Kumar Gala
On May 26, 2011, at 12:22 AM, Benjamin Herrenschmidt wrote: Hi Linus ! This is a bit more than I expected to send you that late in the merge window, but hopefully none of it should be problematic. A couple of patches were simply delayed due to misunderstandings as to which tree they

Re: [PATCH v2 0/2] powerpc: define and implement MPIC message register support

2011-05-26 Thread Meador Inge
Scott, I addressed your feedback in this patch set: * 1/2 - http://lists.ozlabs.org/pipermail/linuxppc-dev/2011-May/090405.html * 2/2 - http://lists.ozlabs.org/pipermail/linuxppc-dev/2011-May/090406.html Ben, my Cc for you didn't go through the first time. This patch set defines a

[PATCH v8] powerpc: Force page alignment for initrd reserved memory

2011-05-26 Thread Dave Carroll
From: Dave Carroll dcarr...@astekcorp.com When using 64K pages with a separate cpio rootfs, U-Boot will align the rootfs on a 4K page boundary. When the memory is reserved, and subsequent early memblock_alloc is called, it will allocate memory between the 64K page alignment and reserved memory.

Re: [PATCH v2 1/2] powerpc: document the FSL MPIC message register binding

2011-05-26 Thread Scott Wood
On Fri, 20 May 2011 11:36:38 -0500 Meador Inge meador_i...@mentor.com wrote: This binding documents how the message register blocks found in some FSL MPIC implementations shall be represented in a device tree. Signed-off-by: Meador Inge meador_i...@mentor.com Cc: Hollis Blanchard

Re: [PATCH v2 1/2] powerpc: document the FSL MPIC message register binding

2011-05-26 Thread Scott Wood
On Fri, 20 May 2011 11:36:38 -0500 Meador Inge meador_i...@mentor.com wrote: This binding documents how the message register blocks found in some FSL MPIC implementations shall be represented in a device tree. Signed-off-by: Meador Inge meador_i...@mentor.com Cc: Hollis Blanchard

Re: [git pull] Please pull powerpc.git merge branch

2011-05-26 Thread Benjamin Herrenschmidt
On Thu, 2011-05-26 at 09:02 -0500, Kumar Gala wrote: Ben, Did you ignore my pull request with a bug fix and two long standing RIO patches? I suppose I did ... oops :-) I'll send that today. Cheers, Ben. ___ Linuxppc-dev mailing list

[PATCH] drivers/misc: add Kbuild header file entry for Freescale hypervisor management driver

2011-05-26 Thread Timur Tabi
fsl_hypervisor.h includes an ioctl interface, so it should be made available via make headers_install. Signed-off-by: Timur Tabi ti...@freescale.com --- This adds one change that I forgot to include in my previous patch, drivers/misc: introduce Freescale hypervisor management driver. Kumar, if