doc: console doc should read "bind & unbind" instead of "bind & bind"
On Mon, 1 Feb 2010, Thadeu Lima de Souza Cascardo wrote: Signed-off-by: Thadeu Lima de Souza Cascardo <cascardo(a)holoscopio.com> --- Documentation/console/console.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/console/console.txt b/Documentation/console/c... 24 Feb 2010 08:36
[GIT PULL] arch/microblaze fixes for 2.6.33
Hi Linus, Please pull the following two patches. Steven's patch just remove one semicolon and my patch fix wrong cache loop macro for write-through caches. Thanks, Michal The following changes since commit 75ef7cdda2daa35be9e070ac8e5258759ac03d06: Linus Torvalds (1): Merge git://git.kernel.org... 24 Feb 2010 08:36
2.6.33-rc8-rt1 on Beagle
Hi, I am facing NULL pointer deference error with beagle board. The bootargs used are - setenv bootargs 'console=ttyS2,115200n8 root=/dev/mmcblk0p2 rootwait rootfstype=ext3 omapfb.mode=dvi:800x600MR-24(a)60 omapdss.def_disp=dvi omapfb.vram=0:8M,1:2M,2:4M mem=216M' setenv bootcmd 'mmc init;fatload mmc 0 0x80200000 u... 1 Mar 2010 11:23
[PATCHv2 6/6] pps: add parallel port PPS client
Add parallel port PPS client. It uses a standard method for capturing timestamps for assert edge transitions: getting a timestamp soon after an interrupt has happened. This is not a very precise source of time information due to interrupt handling delays. However, timestamps for clear edge transitions are much more... 24 Feb 2010 07:31
[PATCHv2 2/6] pps: unify timestamp gathering
Add a helper function to gather timestamps. This way clients don't have to duplicate it. Signed-off-by: Alexander Gordeev <lasaine(a)lvk.cs.msu.su> --- drivers/pps/kapi.c | 15 +++++++++------ include/linux/pps_kernel.h | 23 ++++++++++++++++++++++- 2 files changed, 31 insertions(+), 7 deletions(-) ... 24 Feb 2010 07:31
tuntap with tun_no_pi and X25 question
Setting up tun using X25, I can read X25 from the tun but cannot write to it, hitting this -EINVAL on write. /* Get packet from user space buffer */ static __inline__ ssize_t tun_get_user(struct tun_struct *tun, const struct iovec *iv, size_t count, ... 24 Feb 2010 08:36
supress uid comparison test if core output files are pipes
On 02/22, Neil Horman wrote: --- a/fs/exec.c +++ b/fs/exec.c @@ -1987,8 +1987,9 @@ void do_coredump(long signr, int exit_code, struct pt_regs *regs) /* * Dont allow local users get cute and trick others to coredump * into their pre-created files: + * Note, this is not relevant for pipes... 24 Feb 2010 06:26
[PATCH v2 0/2] Document and enhance rfkill sysfs abi
Hi Marcel, so this obsoletes the claim and state sysfs files and introduces two new files: /sys/class/rfkill/*/sw and hw .. cheers, Flo p.s.: i even tested them... Florian Mickler (2): Document the rfkill sysfs ABI enhance sysfs rfkill interface Documentation/ABI/obsolete/sysfs-class-rfkill | ... 24 Feb 2010 06:26
Regulators: virtual - use sysfs attribute groups
On Tue, Feb 23, 2010 at 11:37:44PM -0800, Dmitry Torokhov wrote: Instead of open-coding sysfs attribute group use canned solution. Also add __devinit/__devexit markups for probe and remove methods and use 'bool' where it makes sense. Acked-by: Mark Brown <broonie(a)opensource.wolfsonmicro.com> -- To unsubsc... 24 Feb 2010 06:26
[PATCH] [resend] unusual_devs.h: Fix capacity for SL11R-IDE 2.6c
SL11R-IDE 2.6c (at least) reports wrong capacity (one sector more). Reading that last sector causes the device not to work anymore (and looks like HAL or something does that automatically after plugging in): sd 5:0:0:0: [sdc] Device not ready sd 5:0:0:0: [sdc] Result: hostbyte=0x00 driverbyte=0x08 sd 5:0:0:0: [sdc... 27 Feb 2010 16:34