bit errors on spitz + voipac
Dne Po 8. března 2010 13:16:35 Cyril Hrubis napsal(a): Hi! - And I see display noise while CF Wi-Fi card is active. Forgotten about this one. See for yourself, notice short black vertical lines flashing randomly. http://atrey.karlin.mff.cuni.cz/~metan/outgoing/zaurus_sickness.mpg This is... 2 Jun 2010 23:06
[PATCH] EVM
The previously posted EVM patches http://lkml.org/lkml/2010/4/21/372 have been rebased and are now available from git://git.kernel.org/pub/scm/linux/kernel/git/sergeh/security-next/#evm. They apply with minor offsets to security-testing/#next. New is the ima-appraise-measurement-required.patch, which resets the ... 2 Jun 2010 20:54
[PATCH] ima: appraise measurement required
Even if allowed to update security.ima, reset the appraisal flags, forcing re-appraisal. Signed-off-by: Mimi Zohar <zohar(a)us.ibm.com> --- security/integrity/ima/ima_main.c | 33 +++++++++++++++++++++++++++++++-- 1 files changed, 31 insertions(+), 2 deletions(-) diff --git a/security/integrity/ima/ima_main.... 2 Jun 2010 20:54
[PATCH] drivers/staging/batman-adv: Convert MAC_FMT to %pM
On Thu, 2010-06-03 at 01:23 +0200, Sven Eckelmann wrote: You've also changed the output. So you may partly broke batctl too (have to check that first). There was no change in output. MAC_FMT output is the same as %pM cheers, Joe -- To unsubscribe from this list: send the line "unsubscribe linux-kernel... 3 Jun 2010 12:16
Adding LogicPD OMAP 3530 LV SOM AND OMAP 35X
On Wed, Jun 02, 2010 at 01:54:43PM -0400, Jacob Tanenbaum wrote: Adding LogicPD OMAP3 board support Adding support for LogicPD's OMAP 3530 LV SOM and OMAP 35x Torpedo board. Signed-off-by: Jacob Tanenbaum <Jacob.Tanenbaum(a)logicpd.com> I assume no OMAP folk have see... 2 Jun 2010 19:49
MIPS: JZ4740: Add clock API support.
On 3 June 2010 04:32, Lars-Peter Clausen <lars(a)metafoo.de> wrote: + � � � { + � � � � � � � .name = "dma", + � � � � � � � .parent = &jz_clk_high_speed_peripheral.clk, + � � � � � � � .gate_bit = JZ_CLOCK_GATE_UART0, + � � � � � � � .ops = &jz_clk_simple_ops, + � � � }, Presumably this should be ... 3 Jun 2010 14:31
x86: Align skb w/ start of cache line on newer core 2/Xeon Arch
Le mercredi 02 juin 2010 à 15:25 -0700, Jeff Kirsher a écrit : From: Alexander Duyck <alexander.h.duyck(a)intel.com> x86 architectures can handle unaligned accesses in hardware, and it has been shown that unaligned DMA accesses can be expensive on Nehalem architectures. As such we should overwrite NET_IP... 11 Jun 2010 01:38
[net-next-2.6 PATCH 1/2] skbuff: add check for non-linear to warn_if_lro and needs_linearize
From: Alexander Duyck <alexander.h.duyck(a)intel.com> We can avoid an unecessary cache miss by checking if the skb is non-linear before accessing gso_size/gso_type in skb_warn_if_lro, the same can also be done to avoid a cache miss on nr_frags if data_len is 0. Signed-off-by: Alexander Duyck <alexander.h.duyck(a)in... 2 Jun 2010 18:42
How to stop kernel rebooting during startup?
Hi there, Kernel has a problem mounting root, but it reboots before I can read the message. Of course nothing gets logged so I cannot see exactly why the kernel wants to reboot. Can I stop kernel doing an automatic reboot? How? It's version 2.6.33.5, .4 has same behaviour. Filesystem is Reiserfs, In... 3 Jun 2010 13:25
[PATCH 3/3] hpwdt: implement WDIOC_GETTIMELEFT
Let applications check the amount of time left before the watchdog will fire. Signed-off-by: dann frazier <dannf(a)hp.com> --- drivers/watchdog/hpwdt.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index e3bf645..dbe650e 1006... 2 Jun 2010 18:42