login
Header Space

 
 

Mailing list archives

Search results

Found 11848 matching messages (0.124 seconds). Page 1 of 50.

Re: [PATCH 2.6.20-rc3] TTY_IO: Remove unnecessary kmalloc casts

... Eike Beer wrote: > > One big patch for the whole kernel will ... own trees. > > With one big patch you would get collisions all ... tree causing t= he > > complete patch to get dropped. Also CC ... warning after sending the (big) patch. Sorry It's my > first ...

linux-kernel - Rolf Eike Beer - Jan 5 2007 - 07:54

Re: [PATCH 2/3] UIO: Documentation

... is my series file: > > uio.patch > fix-early-irq-problem-in- ... uio-hilscher-cif-card-driver.patch > ioremap-in-uio-hilscher-cif. ... -userspace-howto-to-uio-doc.patch > fix-uio-doc-build-problems. ... I also updated the original patch set with all these changes ...

linux-kernel - Hans-Jürgen Koch - May 4 2007 - 05:37

Re: [PATCH 2.6.21-rt2] PowerPC: revert fix for threaded fasteoi IRQ handlers

... > --- > The patch in question wasn't even initially ... > restored along with the TOD patch. I've asked to revert ... -irqs-ppc-ack-irq-fixups.patch preempt-irqs-ppc-fix-b5. ... -irqs-ppc-fix-more-fasteoi.patch as all that the latter ...

linux-kernel - Sergei Shtylyov - Jul 12 2007 - 12:47

Re: [PATCH 2/3] Fix the processing of multiple patch files with --check in git-apply.

... Here is another one that the patch seems to regress. Unfortunately this ... . This means that applying multiple-patches concatenated in a single file does ... -applied independently from the multiple-patch-files changes, though. ------------ echo frotz ...

git - Junio C Hamano - Sep 6 2005 - 20:54

Re: [PATCH 2/7] Merge with_raw, with_stat and summary variables to output_format

... > This should be part of patch 1/7. > > > > That clean up ... it is necessary to change the patch. > > > show_stats(diffstat); > > > free(diffstat); > > > > Why not ... (diffstat and/or summary) and patch. > There's no separator between ...

git - Johannes Schindelin - Jun 24 2006 - 19:20

Re: [PATCH 2/4] Rename remote_only to display_mode

... 1 and 0 > into symbolic constants. This patch taken alone is regression > in readability. ... I've been trying to keep my patches as minimal as possible. Digressing a ... this case)? > Something like this untested patch, that is... I'm very much ...

git - Andy Parkins - Nov 3 2006 - 04:40

Re: [PATCH 2.6.27-rc5 1/29] mdb: export ioapic read routines and detected ioapic count

... have reviewed the git clients and patch tools and I understand and ... fclose(fp); } sprintf(filename, "%i.patch", i); fp = fopen(filename, "wb") ... @wolfmountaingroup.com\n"); fprintf(fl, "Subject:[PATCH %s %i/%i] mdb: ...

linux-kernel - jmerkey - Sep 1 2008 - 09:39

Re: [PATCH 2] renaming git add -i [r]evert -> reset and adding gitt add -i [c]heckout

... those generated by format-patch (e.g., the Subject line generated by format- ... = git checkout) Please follow the usual "subject\n\nbody" convention for commit messages. ... , we usually say "subsystem: what the patch does." So something like: add-- ...

git - Jeff King - Oct 5 2008 - 18:11

Re: [PATCH 2/3] Introduce rename factorization in diffcore.

... could also consider making this patch output sequential with something like ... since a full-fledged git patch already cannot be used by ... as we already change the patch format, we could also simply ... don't care about the patch being "litterally splittable", add a ...

git - Yann Dirson - Nov 7 2008 - 15:39

Re: [PATCH 2.6.19] mmc: Add support for SDHC cards

... wrote: > > When you have a commit message larger than the patch, you know there is > something wrong. ;) > > Please skip the ... email. Will do. > > Actually, the way the spec describes version 2.0 of the CSD leaves my > stomach a bit upset. I ...

linux-kernel - Philip Langdale - Jan 1 2007 - 11:20

Re: [PATCH 2.6.19] mmc: Add support for SDHC cards

Pavel Machek wrote: > Would you describe what SDHC is? I know SD flash cards, and IIRC SDIO > cards exist, with functionality such as bluetooth...? But SDHC? > > SDHC is short for "Secure Digital High Capacity". It's simply SD flash cards than

linux-kernel - Pierre Ossman - Jan 1 2007 - 13:49

Re: [patch 2.6.20-rc1 0/6] arch-neutral GPIO calls

... a refresh of the generic GPIO > > patch, with several (ARM based) implementations in ... updating implementations along the lines the patch below. Other implementations could work too ... after the first round of patches go upstream: accept the interface first ...

linux-kernel - David Brownell - Jan 1 2007 - 16:06

Re: [patch 2.6.20-rc1 1/6] GPIO core

... 't be safely accessed without sleeping is undefined."). See the appended doc patch ... better? - Dave ================= CUT HERE Index: at91/Documentation/gpio.txt =================================================================== --- at91. ...

linux-kernel - David Brownell - Jan 1 2007 - 17:27

Re: [patch 2.6.20-rc1 0/6] arch-neutral GPIO calls

... > See the appended for a patch roughly along the lines of ... The interface in the "gpiolib" patch is along the lines of ... after the first round > of patches go upstream: accept the interface ... the arch directory (as your patch encourages) which can lead to ...

linux-kernel - Kevin O'Connor - Jan 1 2007 - 19:17

Re: [PATCH 2.6.19] Adding branch to remove possible unnecessary inst

... . But the > assignment is unconditionally after the flag is set. It introduce > possible unnecessary instructions. Your patch is white space damaged, it makes it hard to read and impossible to apply. Note that blk_queue_bounce_limit() is an ...

linux-kernel - Jens Axboe - Jan 2 2007 - 04:32

Re: [patch 2.6.20-rc1 1/6] GPIO core

... for > > GPIOs that can't be safely accessed without sleeping is undefined."). > > See the appended doc patch ... better? Yes, thanks. Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin. ...

linux-kernel - Pavel Machek - Jan 2 2007 - 10:18

Re: [PATCH 2.6.20-rc2] fs/jffs2/scan.c: Fix error-path leak

On Fri, 29 Dec 2006 03:32:02 -0800 Amit Choudhary wrote: > Description: Fix error-path leak in function jffs2_scan_medium(), in file fs/jffs2/scan.c > > Signed-off-by: Amit Choudhary > > diff --git a/fs/

linux-kernel - Andrew Morton - Jan 2 2007 - 17:07

Re: [PATCH 2/2] Handle error in sync_sb_inodes()

... when syncing, for example the following code could > write a file bigger than 10Mib on a 10Mib filesystem. With this patch, msync() > will report the error originally encountered by sync(). Tuning the number of > sync may be needed to reproduce the bug ...

linux-kernel - Andrew Morton - Jan 2 2007 - 17:26

Re: [PATCH 2/4] Add MMC Password Protection (lock/unlock) support V9: mmc_key_retention.diff

linux-kernel - Anderson Briglia - Jan 3 2007 - 08:08

Re: [PATCH 2.6.19.1-rt15][RFC] - futex_requeue_pi implementation (requeue from futex1 to PI-futex2)

... version is now > implemented too. > > Here after is the updated patch for kernel 2.6.19-rt15. looks good ... me in principle. The size of the patch is scary - is there really no simpler ... Also, could you send me a patch against a 20-rc3-rt0-ish ...

linux-kernel - Ingo Molnar - Jan 3 2007 - 08:35

speck-geostationary