login
Header Space

 
 

Mailing list archives

Search results

Found 2219 matching messages (0.037 seconds). Page 1 of 50.

[StGIT PATCH 7/9] Replace crt_series uses with a method call.

... command' @@ -79,7 +79,7 @@ class Command: try: patch, branch, patch_id = ... (self): """Deletes one or more patches. """ - applied_patches = crt_series.get_applied() - unapplied_patches = crt_series. ...

git - Yann Dirson - Jun 16 2007 - 18:01

[ PATCH 7/7 ] UML - Add missing __init declarations

... not being properly marked, so this patch fixes that. Signed-off-by: Jeff ... -20 21:37:34.000000000 -0400 @@ -164,7 +164,8 @@ found: * (file: kernel/tt/ ... 37:43.000000000 -0400 @@ -21,6 +21,7 @@ #include "skas_ptrace.h" #include "kern_constants.h" ...

linux-kernel - Jeff Dike - Mar 22 2007 - 12:06

[patch 7/7] Add IRQF_IRQPOLL flag on arm

... at91/at91rm9200_time.c @@ -87,7 +87,7 @@ static irqreturn_t at91rm9200_timer_inte static ... at91/at91sam926x_time.c @@ -66,7 +66,7 @@ static irqreturn_t at91sam926x_timer_int static ... shark/core.c @@ -90,7 +90,7 @@ shark_timer_interrupt(int irq, void ...

linux-kernel - Bernhard Walle - Mar 27 2007 - 16:22

[PATCH 7/14] ARM: OMAP: Sync board specific files with linux-omap

... files with linux-omap tree. Patch consists mostly of driver updates ... &nor_device, &nand_device, @@ -372,6 +412,7 @@ static struct platform_device *devices[] &h3_irda_device, ... 000000000 -0400 @@ -29,6 +29,7 @@ #include #include ...

linux-kernel - Tony Lindgren - Apr 9 2007 - 17:28

[PATCH 7/9] Containers (V9): Make cpusets a client of containers

This patch removes the filesystem support logic from the cpusets system and ... use generic containers * * This file is subject to the terms and conditions of ... (cont), trial)) return -EBUSY; } @@ -738,7 +468,8 @@ static int validate_change( ...

linux-kernel - menage - Apr 27 2007 - 06:46

[PATCH 7/21] Char: cyclades, printk cleanups

... #endif return info->xmit_cnt; #ifdef Z_EXT_CHARS_IN_BUFFER @@ -3023,7 +3022,8 @@ static int cy_chars_in_buffer(struct tty_struct *tty ... d was %x\n", info->line, + retval); } } } @@ -4004,7 +4007,8 @@ cy_ioctl(struct tty_struct *tty, ...

linux-kernel - Jiri Slaby - Apr 29 2007 - 16:57

[PATCH 7/7] Replace DPRINTK with pr_debug_pid in autofs4

... ); dput(dentry); spin_lock(&dcache_lock); @@ -169,7 +169,7 @@ void autofs4_kill_sb(struct super_block kfree(sbi) ... pr_debug_pid("shutting down"); kill_anon_super(sb); } @@ -315,7 +315,7 @@ int autofs4_fill_super(struct super_bloc sbi = ...

linux-kernel - Jack Stone - Jun 8 2007 - 18:25

[PATCH 7/7] Replace DPRINTK with pr_debug_pid in autofs4

This patch uses the new pr_debug_pid function to replace DPRINKs in ... down"); kill_anon_super(sb); } @@ -315,7 +315,7 @@ int autofs4_fill_super(struct super_bloc ... spin_lock(&dentry->d_lock); @@ -330,7 +330,7 @@ static void *autofs4_follow_link(struct ...

linux-kernel - Jack Stone - Jun 9 2007 - 04:20

[RFC PATCH 7/8] remove DECLARE_TASKLET API

This patch replaces the DECLARE_TASKLET for tasklet_init. Signed-off-by: Steven Rostedt ... drivers/char/drm/drm_irq.c @@ -458,7 +458,13 @@ static void drm_locked_tasklet_func(unsi ... IUCV_QUERY = 0, @@ -1525,6 +1525,7 @@ static int iucv_init(void) rc ...

linux-kernel - Steven Rostedt - Jun 27 2007 - 15:36

[PATCH 7/8] drivers edac fix edac_mc sysfs completion code

From: doug thompson This patch refactors the 'releasing' of kobjects for the ... mem_ctls_mutex); return 1; } - EXPORT_SYMBOL_GPL(edac_mc_add_mc); /** @@ -501,7 +515,6 @@ struct mem_ctl_info *edac_mc_del_mc(stru ...

linux-kernel - dougthompson - Jul 9 2007 - 13:10

[PATCH 7/8] drivers edac fix edac_mc sysfs completion code

From: doug thompson This patch refactors the 'releasing' of kobjects for the ... mem_ctls_mutex); return 1; } - EXPORT_SYMBOL_GPL(edac_mc_add_mc); /** @@ -501,7 +515,6 @@ struct mem_ctl_info *edac_mc_del_mc(stru ...

linux-kernel - dougthompson - Jul 13 2007 - 12:54

[PATCH 7/14] UML - Style fixes pass 3

... (void) non_fatal("Checking advanced syscall emulation patch for ptrace..."); pid = start_ptraced_child(&stack); - ... + while (call < &__uml_initcall_end) { (*call)(); call++; } @@ -68,7 +62,8 @@ static void install_fatal_handler(int si ...

linux-kernel - Jeff Dike - Aug 14 2007 - 17:40

[PATCH 7/8] Builtin git-show-branch.

... + strcpy(pretty, "(unavailable)"); + if (!strncmp(pretty, "[PATCH] ", 8)) + cp = pretty + 8; + else + cp = ... + printf("[%s] ", + find_unique_abbrev(commit->object.sha1, 7)); + } + puts(cp); +} + +static char *ref_name[MAX_REVS + 1 ...

git - Peter Eriksen - May 23 2006 - 04:31

[PATCH 7/7] Remove all void-pointer arithmetic.

... >\n" while (!memcmp(buffer, "parent ", 7)) { memcpy(new + newlen, buffer, 48 ... buffer += 48; + convert_ascii_sha1((char *) buffer + 7); + buffer = (char *) buffer + 48; } convert_date ... c +++ b/patch-delta.c @@ -25,7 +25,7 @@ void *patch_delta ...

git - Florian Forster - Jun 18 2006 - 11:18

[PATCH 7/8] bash: Support unique completion when possible.

... ")) + " return ;; esac @@ -512,8 +503,7 @@ _git_format_patch () _git_ls_remote () { - local cur="${COMP_WORDS[COMP_CWORD]}" - ... -o default -o nospace -F _git_format_patch git-format-patch complete -o default -o nospace -F _git_log ...

git - Shawn O. Pearce - Feb 4 2007 - 03:38

[PATCH 7/7] Implement git commit as a builtin command.

... .sh | 4 +- t/t3901-i18n-patch.sh | 8 +- t/test-lib. ... .o \ builtin-describe.o \ @@ -363,7 +364,6 @@ BUILTIN_OBJS = \ builtin-rev ... t/t3901-i18n-patch.sh @@ -154,7 +154,7 @@ test_expect_success 'cherry ...

git - Kristian Høgsberg - Sep 17 2007 - 20:06

[patch 7/7] Port of blktrace to the Linux Kernel Markers.

... not active. A few remarks : this patch has the positive effect of removing ... 07.000000000 -0400 @@ -28,6 +28,7 @@ #include #include < ... 07.000000000 -0400 @@ -32,6 +32,7 @@ config BLK_DEV_IO_TRACE depends on SYSFS ...

linux-kernel - Mathieu Desnoyers - Sep 24 2007 - 12:49

[PATCH 7/9] convert in-kernel JBD2 blk type to sector_t

... jbd2_journal_next_log_block(journal, &blocknr); @@ -705,7 +705,7 @@ fail: */ journal_t * jbd2_journal_init_dev(struct ... void jbd2_journal_commit_transaction(journal_t *); @@ -872,7 +872,7 @@ extern int jbd2_journal_write_metadata_buffer(transaction_t ...

linux-fsdevel - Mingming Cao - Aug 9 2006 - 21:21

[PATCH 7/10] [NETFILTER]: Do not copy skb in skb_make_writable

... /netfilter/ipt_TOS.c @@ -33,7 +33,7 @@ target(struct sk_buff **pskb, ... pskb)->data + iphdroff; @@ -431,7 +431,7 @@ int nf_nat_icmp_reply_translation(struct nf_conn ... if (rep_len > match_len && @@ -234,7 +234,7 @@ nf_nat_mangle_udp_packet(struct sk_buff **pskb ...

linux-netdev - Herbert Xu - Oct 14 2007 - 00:27

[PATCH 7/10] USB: Eliminate urb->status usage!

This patch (as979) removes the last vestiges of urb->status from the ... /usb/core/hcd.h @@ -217,7 +217,8 @@ extern void usb_hcd_unlink_urb_from_ep(s ... spin_lock(&hcd_root_hub_lock); } } @@ -1252,6 +1250,7 @@ int usb_hcd_unlink_urb (struct urb *urb, ...

linux-usb-devel - Alan Stern - Aug 24 2007 - 15:42

speck-geostationary