security: remove dead hook acct
On Fri, 9 Apr 2010, Eric Paris wrote: Unused hook. Remove. Signed-off-by: Eric Paris <eparis(a)redhat.com> All applied to git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6#next -- James Morris <jmorris(a)namei.org> -- To unsubscribe from this list: send the line "unsubscr... 11 Apr 2010 23:25
linux-next: manual merge of the v4l-dvb tree with the input-current tree
Hi Mauro, Today's linux-next merge of the v4l-dvb tree got a conflict in drivers/input/input.c between commit 2e2e3b96d98d5c17e9c09bc6088df3e182a71814 ("Input: sparse-keymap - implement safer freeing of the keymap") from the input-current tree and commit edeada2cde748860846784cf3e5518d7c7c51ca2 ("V4L/DVB: input:... 11 Apr 2010 22:20
[PATCH] KVM: Enhance the coalesced_mmio_write() parameter to avoid stack buffer overflow
coalesced_mmio_write() is not check the len value, if len is negative, memcpy(ring->coalesced_mmio[ring->last].data, val, len); will cause stack buffer overflow. Signed-off-by: Zhitong Wang <zhitong.wangzt(a)alibaba-inc.com> --- virt/kvm/coalesced_mmio.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletio... 11 Apr 2010 22:20
pts_unix98_lookup returns -EIO dependent on path
Hi, for reason not ultimately known to me, opening a pts node outside of /dev/pts makes drivers/char/pty.c:pts_unix98_lookup return -EIO on 2.6.33. The next ancestral commit which looks related to this is possibly 99f1fe18. In the following screenlog, /dev is a tmpfs, and /dev/pts is devpts. Whether CONFI... 11 Apr 2010 21:14
setitimer vs. threads: SIGALRM returned to which thread? (process master or individual child)
On Sun, 11 Apr 2010, Andi Kleen wrote: "Frantisek Rysanek" <Frantisek.Rysanek(a)post.cz> writes: Yes, it used to be quite a relief to have Linux do the management of timers for me. Now I have two options to choose from: 1) write my own "timer queueing" (timekeeping) code to order the timers... 11 Apr 2010 19:01
tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv4
From: Yinghai <yinghai.lu(a)oracle.com> Date: Sun, 11 Apr 2010 14:07:40 -0700 On 04/11/2010 05:15 AM, Herbert Xu wrote: tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv4 This patch moves the common code between tcp_v4_send_check and tcp_v4_gso_send_check into a new function __tcp_v4_send_che... 11 Apr 2010 19:01
[PATCH] rtc-ds1302: add some abstraction for new platform support
The current ds1302 driver (or at least the one that lives in /drivers/rtc) seems to be designed for memory mapped devices only. This make it quite hard to add support for GPIO-based implementations (as this is the case for the upcoming Arcom Vulcan). This patch moves the direct register access to inline functions... 11 Apr 2010 19:01
tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv4
On 04/11/2010 05:15 AM, Herbert Xu wrote: tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv4 This patch moves the common code between tcp_v4_send_check and tcp_v4_gso_send_check into a new function __tcp_v4_send_check. It then uses the new function in tcp_v4_send_synack so that it handles C... 11 Apr 2010 17:54