login
Header Space

 
 

Mailing list archives

Search results

Found 6461 matching messages (0.062 seconds). Page 1 of 50.

Re: [PATCH 0/4 update] kprobes and traps

... I would really like to use it to patch dynamically my marker immediate value by doing ... for one function */ > - *MARK_ENABLE_OFFSET(iter->enable) = 0; > -#ifdef MARK_POLYMORPHIC > - flush_icache_range( > - MARK_ENABLE_OFFSET(iter->enable), > ...

linux-kernel - Mathieu Desnoyers - Jan 16 2007 - 17:27

Re: [PATCH 0/25] Sysfs cleanups & tagged directory support

... wrote: > > > > Got it: It's patch 6, the readdir simplification. > > > > > > (The ... card reader online: /dev/vmrdr-0.0.000c is created as ... n", 4096) = 5 close(3) = 0 lstat64("/sys/block/dasda", {st_mode ...

linux-kernel - Cornelia Huck - Aug 8 2007 - 10:16

Re: [patch 0/4] Updated AN patches, now without gendisk

... Here is an updated set of patches that implement Asynchronous Notification > > > support ... Sievers Subject: scsi: send media state change ... retval = sdp->changed; sdp->changed = 0; - +out: + if (retval != sdkp->previous_state) ...

linux-kernel - Kay Sievers - Aug 14 2007 - 08:10

Re: [PATCH 0/2] A new merge algorithm, take 3

... but I hope you get the idea. ------------ Subject: [PATCH] Multi-backend merge driver. This is ... case "$#,$1" in + *,*=*) + strategy=`expr "$1" : '-[^=]*=\(.*\)'` ;; + 0,*) + usage ;; + *) + strategy="$2" + shift ;; + esac + ...

git - Junio C Hamano - Sep 8 2005 - 16:54

Re: [PATCH 0/5][RFC] Physical PCI slot objects

... I did apply all 5 patches, 4 was a typo. Thanks ... Ethernet Controller +-[0000:14]---00.0-[0000:15-18]-- <- slot 5 ... Express Root Port (Slot+) IRQ 0 Device: Supported: MaxPayload 512 bytes ...

linux-kernel - Gary Hade - Nov 14 2007 - 14:13

Re: [patch 0/3] Per cpu relocation to ZERO and x86_32 percpu ops on x86_64

... cpu variables to start at 0. > > Patch applies on top of the per cpu cleanup patches V2. See > http://marc.info/ ... )+__per_cpu_offset[__i], \ - (src), (size)); \ -} while (0) - -#define EXPORT_PER_CPU_SYMBOL(var) EXPORT_SYMBOL(per_cpu__ ...

linux-kernel - Ingo Molnar - Nov 30 2007 - 07:24

Re: [PATCH 0/5] x86: another attempt at x86 pagetable unification

... 000000] Stack: ffff8100da102000 8000000000000163 8000000000000163 0000000000000000 [ 0.000000] ffffffff809320e0 ffff8100da102000 ffff81003f9c3d70 00000000000da103 [ ... .h but wouldnt build at this patch: Subject: x86: unify pgtable*.h nor ...

linux-kernel - Ingo Molnar - Dec 20 2007 - 07:20

Re: [PATCH 0/5] x86: another attempt at x86 pagetable unification

... .000000] Stack: ffff8100da102000 8000000000000163 8000000000000163 0000000000000000 > [ 0.000000] ffffffff809320e0 ffff8100da102000 ffff81003f9c3d70 00000000000da103 > [ ... > but wouldnt build at this patch: > > Subject: x86: unify pgtable*.h > ...

linux-kernel - Jeremy Fitzhardinge - Dec 20 2007 - 17:08

Re: [PATCH 0/3] enhanced ESTALE error handling

... Peter Staubach wrote: > Hi. > > Here is a patch set which modifies the system to enhance ... > check_error_child(error, "chroot"); > > do_stats_child(chroot_dir); > > exit(0); > } > > (void) wait(&status); > > do_stats(chroot_dir); > ...

linux-kernel - J. Bruce Fields - Jan 18 2008 - 11:46

Re: [PATCH 0/3] enhanced ESTALE error handling

... Peter Staubach wrote: > Hi. > > Here is a patch set which modifies the system to enhance ... > check_error_child(error, "chroot"); > > do_stats_child(chroot_dir); > > exit(0); > } > > (void) wait(&status); > > do_stats(chroot_dir); > ...

linux-fsdevel - J. Bruce Fields - Jan 18 2008 - 11:46

Re: [PATCH 0/6] RFC: Typesafe callbacks

... ugly", but here's an attempt. Two patches, the infrastructure then the stop_machine change, and ... ; } -EXPORT_SYMBOL_GPL(stop_machine_run); +EXPORT_SYMBOL_GPL(stop_machine_run_notype); + +#if 0 /* Compile test */ +int testfn_voidp(void *); +int ...

linux-kernel - Rusty Russell - Jan 21 2008 - 07:33

Re: [PATCH 0/2] Relax restrictions on setting CONFIG_NUMA on x86

... can you also try with the patch below applied please? It >should ... Setting physnode_map array to node 0 for pfns: 256 65792 get_memcfg_from_srat: ... used Zone PFN ranges: DMA 0 -> 4096 Normal 4096 -> 128652 HighMem ...

linux-kernel - KOSAKI Motohiro - Jan 26 2008 - 10:10

Re: [PATCH 0/3] solaris test results

... decide to do this. -- >8 -- Subject: [PATCH] tests: test_compare_expect helper function ... -merge/done | wc -l) && test 0 = $(grep -ve "^#" -e "^$" < .git/.dotest ... 12]" + fi if test "$test_fixed" != 0 then say_color pass "fixed $test_fixed ...

git - Junio C Hamano - Feb 22 2008 - 01:26

Re: [PATCH 0/3 (RFC)](memory hotplug) freeing pages allocated by bootmem for hotremove

... able to do by this patch. > (Not implemented yet.) > 5) The ... msg02881.html > > I think this patch set is not perfect. Because ... end_paddr = 72000000 bootmap_paddr = 71fdb000 reserve_bootmem 0 7cc000 reserve_bootmem 23d0000 10000 reserve_bootmem ...

linux-kernel - Badari Pulavarty - Mar 21 2008 - 13:05

Re: [patch 0/6] Guest page hinting version 6.

... to ruin my life." - Calvin. --- Subject: [PATCH] guest page hinting light ... 000000000 +0200 +++ linux-2.6-patched/include/asm-s390/page.h ... void); #define pfault_fini() do { } while (0) #endif /* CONFIG_PFAULT */ +#ifdef CONFIG_PAGE_STATES +extern ...

linux-kernel - Martin Schwidefsky - May 6 2008 - 11:33

Re: [PATCH 0/4] Fix forcedeth hibernate/wake-on-lan problems

... _GPE bits(pins?): > |[...] > | Scope (\_GPE) > | { > |[...] > | Method (_L0B, 0, NotSerialized) > | { > | Notify (\_SB.PCI0.MMAC, 0x02) ... is still there, but unused. AFAICS this patch should solve the "'ethtool -s eth0 ...

linux-netdev - Tobias Diedrich - May 27 2008 - 02:21

Re: [PATCH 0/4] Fix forcedeth hibernate/wake-on-lan problems

... _GPE bits(pins?): > |[...] > | Scope (\_GPE) > | { > |[...] > | Method (_L0B, 0, NotSerialized) > | { > | Notify (\_SB.PCI0.MMAC, 0x02) ... is still there, but unused. AFAICS this patch should solve the "'ethtool -s eth0 ...

linux-kernel - Tobias Diedrich - May 27 2008 - 02:21

Re: [PATCH 0/9] Scalability requirements for sysv ipc - v3

... > Reviewers are more than ever welcome! > > Patches should be applied on linux-2.6 ... = kmem_cache_create("idr_layer_cache", > sizeof(struct idr_layer), 0, SLAB_PANIC, > idr_cache_ctor); > } > > /** > * idr_init - initialize idr handle > ...

linux-kernel - Paul E. McKenney - May 30 2008 - 04:22

Re: [PATCH 0/9] Scalability requirements for sysv ipc - v3

... >>Reviewers are more than ever welcome! >> >>Patches should be applied on linux-2.6. ... = kmem_cache_create("idr_layer_cache", >> sizeof(struct idr_layer), 0, SLAB_PANIC, >> idr_cache_ctor); >>} >> >>/** >> * idr_init - initialize idr handle ...

linux-kernel - Nadia Derbey - Jun 2 2008 - 01:53

Re: [PATCH 0/12]: Proper compat WEXT support.

... of my previous WEXT compat patch set. > > I've actually tested ... net_dev if (bss && bss->supp_rates_len > 0) { /* display all supported rates in ... current_ev + IW_EV_LCP_LEN; +#endif + memset(&iwe, 0, sizeof(iwe)); iwe.cmd = SIOCGIWRATE ...

linux-kernel - Masakazu Mokuno - Jun 4 2008 - 06:09

speck-geostationary