First  |  Prev |  Next  |  Last
Pages: 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
trivial: fix a typo in a filename
On 30.7.2010 20:43, Uwe Kleine-König wrote: Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> --- scripts/Makefile.modpost | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/Makefile.modpost b/scripts/Makefile.modpost index 8f14c81..82a2420 100644 -... 3 Aug 2010 09:14
x86: Add memory modify constraints to xchg() and cmpxchg()
On Mon, 02 Aug 2010, Jeremy Fitzhardinge wrote: Commit-ID: 113fc5a6e8c2288619ff7e8187a6f556b7e0d372 Gitweb: http://git.kernel.org/tip/113fc5a6e8c2288619ff7e8187a6f556b7e0d372 Author: H. Peter Anvin<hpa(a)zytor.com> AuthorDate: Tue, 27 Jul 2010 17:01:49 -0700 Committer: H. Peter Anvin<hpa@z... 3 Aug 2010 09:14
kconfig: introduce saveconfig and alldefconfig (+more)
On 31.7.2010 23:29, Sam Ravnborg wrote: This is an update of patches previous posted. Version 2 have addressed the following feedback: - Drop the idea of introducing allrandconfig (Michal, Randy) - Do more code refactoring (Michal) - Use long options in conf.c (Michal) - savedefconfig shall list s... 3 Aug 2010 09:14
[PATCH 2/2] perf symbols: work around incorrect ET_EXEC symbol adjustment
Workaround to adjust .text symbols from ET_EXEC images correctly. This is not a complete fix, but addresses the common case and does not create additional assumptions beyond those which perf already makes. ELF images with a weird link map may still be processed incorrectly (as at present) -- that will require a s... 3 Aug 2010 08:08
[PATCH 1/2] perf events: Fix mmap offset determination
Fix buggy-looking code which unnecessarily adjusts the file offset fields read from /proc/*/maps. This may have gone unnoticed since the offset is usually 0 (and the logic in util/symbol.c may work incorrectly for other offset values). I make assumptions about the intended design here. The cover note accompan... 3 Aug 2010 08:08
[PATCH 0/2] perf: symbol offset breakage with separated debug
Hi all, I've hit some problems in trying to get perf record/report to work correctly on systems with separated debug images (Ubuntu, in particular). I worked on some patches to ensure that separate debug images do actually get loaded, when present -- these commits have now been merged in linux-2.6-tip/master. ... 3 Aug 2010 08:08
drivers/usb/core/sysfs.c Fix variable 'retval' set but not used
On Mon, 02 Aug 2010 21:26:28 PDT, "Justin P. Mattock" said: diff --git a/drivers/usb/core/sysfs.c b/drivers/usb/core/sysfs.c if (alt->string) - retval = device_create_file(&intf->dev, &dev_attr_interface); + device_create_file(&intf->dev, &dev_attr_interface); intf->sysfs_files_created = 1; ... 3 Aug 2010 11:26
ucb1400_core: avoid calling platform_device_put() twice in ucb1400_core_probe error path
----- Původní zpráva ----- On Tue, Aug 03, 2010 at 04:34:13PM +0800, Axel Lin wrote: In the case of goto err2, what we want is to call platform_device_del() instead of platform_device_unregister(). Otherwise, we call platform_device_put() twice. Patch applied, thanks. Thanks guys, good cat... 3 Aug 2010 08:08
bio, fs: update RWA_MASK, READA and SWRITE to match the corresponding BIO_RW_* bits
On 2010-08-03 11:53, Tejun Heo wrote: Commit a82afdf (block: use the same failfast bits for bio and request) moved BIO_RW_* bits around such that they match up with REQ_* bits. Unfortunately, fs.h hard coded RW_MASK, RWA_MASK, READ, WRITE, READA and SWRITE as 0, 1, 2 and 3, and expected them to match with B... 3 Aug 2010 12:33
core_pattern: fix long parameters was truncated by core_pattern handler
On Mon, Aug 02, 2010 at 03:50:13PM +0200, Oleg Nesterov wrote: Also. Not sure this really makes sense, but if we ever need to expand the string, perhaps it makes sense to remeber this fact so that the next time we start with len > CORENAME_MAX_SIZE. In any case, I think this needs a separate patch. ... 3 Aug 2010 08:08
First  |  Prev |  Next  |  Last
Pages: 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239