Am Samstag 04 Juni 2011, 00:04:51 schrieb Eric Paris:
> The audit system previously expected arches calling to audit_syscall_exit
> to supply as arguments if the syscall was a success and what the return
> code was. Audit also provides a helper AUDITSC_RESULT which was supposed
> to simplify things
Since printk_ratelimit() shouldn't be used anymore (see comment in
include/linux/printk.h), replace it with printk_ratelimited.
Signed-off-by: Christian Dietrich
---
arch/powerpc/kernel/signal_32.c | 57 +-
arch/powerpc/kernel/signal_64.c | 17 ++-
Hi,
since printk_ratelimit() shouldn't be used anymore, I replaced it at several
points, where it was possible with printk_ratelimited(FMT,...). This shouldn't
change the behaviour in most cases, except that the printk will use an local
ratelimit instead of an global one shared with all other print
Don't use printk_ratelimit() as an additional condition for returning
on an error. Because when the ratelimit is reached, printk_ratelimit
will return 0 and e.g. in rtas_get_boot_time won't check for an error
condition.
Signed-off-by: Christian Dietrich
---
arch/powerpc/kernel/rtas-rtc.c | 29
Hi All,
I'm new to linux development. We are often seeing kernel oops and failure to
handle paging requests. Any idea how to debug these issues. We have a NAND
flash. I don't know how paging works on an embedded device with flash
memories and not sure why is it needed.
Any help would be greatly a
As a device for pci node isn't created, create a special platform_device
for PCI EDAC device on MPC85xx.
Signed-off-by: Dmitry Eremin-Solenikov
---
arch/powerpc/sysdev/fsl_pci.c | 28
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/sysd
On 6/4/11, Benjamin Herrenschmidt wrote:
> On Sat, 2011-06-04 at 13:00 +0400, Dmitry Eremin-Solenikov wrote:
>> On 5/30/11, Dmitry Eremin-Solenikov wrote:
>> > Hello,
>> >
>> > On 5/21/11, Dmitry Eremin-Solenikov wrote:
>> >> Add simple cpufreq driver for Maple-based boards (ppc970fx evaluation
On Sat, 2011-06-04 at 13:00 +0400, Dmitry Eremin-Solenikov wrote:
> On 5/30/11, Dmitry Eremin-Solenikov wrote:
> > Hello,
> >
> > On 5/21/11, Dmitry Eremin-Solenikov wrote:
> >> Add simple cpufreq driver for Maple-based boards (ppc970fx evaluation
> >> kit and others). Driver is based on a cpufre
04.06.2011 02:36, Giuliano Pochini пишет:
On Fri, 03 Jun 2011 13:10:45 +1000
Benjamin Herrenschmidt wrote:
On Fri, 2011-06-03 at 12:41 +1000, Benjamin Herrenschmidt wrote:
On Fri, 2011-06-03 at 00:00 +0200, Giuliano Pochini wrote:
On Sat, 28 May 2011 11:55:14 +0400
Andrey Gusev wrote:
Hi!
On 5/30/11, Dmitry Eremin-Solenikov wrote:
> Hello,
>
> On 5/21/11, Dmitry Eremin-Solenikov wrote:
>> Add simple cpufreq driver for Maple-based boards (ppc970fx evaluation
>> kit and others). Driver is based on a cpufreq driver for 64-bit powermac
>> boxes with all pmac-dependant features removed
10 matches
Mail list logo