First  |  Prev |  Next  |  Last
Pages: 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
[12/38] 9p: strlen() doesnt count the terminator
2.6.35-stable review patch. If anyone has any objections, please let us know. ------------------ From: Dan Carpenter <error27(a)gmail.com> commit 5c4bfa17f3ec46becec4b23d12323f7605ebd696 upstream. This is an off by one bug because strlen() doesn't count the NULL terminator. We strcpy() addr into a fixed le... 6 Aug 2010 14:53
[07/38] amd64_edac: Fix operator precendence error
2.6.35-stable review patch. If anyone has any objections, please let us know. ------------------ From: Borislav Petkov <borislav.petkov(a)amd.com> commit 962b70a1eb22c467b95756a290c694e73da17f41 upstream. The bitwise AND is of higher precedence, make that explicit. Signed-off-by: Borislav Petkov <borislav... 6 Aug 2010 14:53
[28/38] cfg80211: dont get expired BSSes
2.6.35-stable review patch. If anyone has any objections, please let us know. ------------------ From: Johannes Berg <johannes.berg(a)intel.com> commit ccb6c1360f8dd43303c659db718e7e0b24175db5 upstream. When kernel-internal users use cfg80211_get_bss() to get a reference to a BSS struct, they may end up ge... 6 Aug 2010 14:53
[32/38] xen: drop xen_sched_clock in favour of using plain wallclock time
2.6.35-stable review patch. If anyone has any objections, please let us know. ------------------ From: Jeremy Fitzhardinge <jeremy.fitzhardinge(a)citrix.com> commit 8a22b9996b001c88f2bfb54c6de6a05fc39e177a upstream. xen_sched_clock only counts unstolen time. In principle this should be useful to the Linux ... 6 Aug 2010 14:53
[34/38] drm/radeon: fall back to GTT if bo creation/validation in VRAM fails.
2.6.35-stable review patch. If anyone has any objections, please let us know. ------------------ From: Michel Dänzer <daenzer(a)vmware.com> commit e376573f7267390f4e1bdc552564b6fb913bce76 upstream. This fixes a problem where on low VRAM cards we'd run out of space for validation. [airlied: Tested on my M7... 6 Aug 2010 14:53
[29/38] mac80211: avoid scheduling while atomic in mesh_rx_plink_frame
2.6.35-stable review patch. If anyone has any objections, please let us know. ------------------ From: John W. Linville <linville(a)tuxdriver.com> commit c937019761a758f2749b1f3a032b7a91fb044753 upstream. While mesh_rx_plink_frame holds sta->lock... mesh_rx_plink_frame -> mesh_plink_inc_estab_count -> ... 6 Aug 2010 14:53
[38/38] drm/i915: Check overlay stride errata for i830 and i845
2.6.35-stable review patch. If anyone has any objections, please let us know. ------------------ From: Chris Wilson <chris(a)chris-wilson.co.uk> commit a1efd14a99483a4fb9308902397ed86b69454c99 upstream. Apparently i830 and i845 cannot handle any stride that is not a multiple of 256, unlike their brethren wh... 6 Aug 2010 14:53
DNS: If the DNS server returns an error, allow that to be cached
The userspace upcall program is the attached. David --- /* * DNS Resolver Module User-space Helper for AFSDB records * * Copyright (C) Wang Lei (wang840925(a)gmail.com) 2010 * Authors: Wang Lei (wang840925(a)gmail.com) * David Howells (dhowells(a)redhat.com) * * This is a userspace tool for quer... 6 Aug 2010 14:53
[GIT PULL] Please pull NFS client changes
Hi Linus, Please pull from the "nfs-for-2.6.36" branch of the repository at git pull git://git.linux-nfs.org/projects/trondmy/nfs-2.6.git nfs-for-2.6.36 This will update the following files through the appended changesets. Cheers, Trond ---- fs/nfs/Kconfig | 10 +- fs/nfs/c... 6 Aug 2010 14:53
[PATCH 3/5] percpu: add missing markups in kernel/workqueue.c
Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> --- kernel/workqueue.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/workqueue.c b/kernel/workqueue.c index 327d2de..bb030e3 100644 --- a/kernel/workqueue.c +++ b/kernel/workqueue.c @@ -57,7 +57,7 @@ struct cpu_workqueue_s... 6 Aug 2010 14:53
First  |  Prev |  Next  |  Last
Pages: 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148