The patch titled uml: pcap devices should get MACs from command line has been removed from the -mm tree. Its filename was uml-pcap-devices-should-get-macs-from-command-line.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: uml: pcap devices should get MACs from command line From: Jeff Dike <jdike@xxxxxxxxxxx> Allow a pcap device to be assigned a MAC on the command line. They don't really need one, but it is handy to be able to do when your distro assigns a new ethernet device whenever it sees a new MAC. Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxxxxxx> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/um/drivers/pcap_kern.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/um/drivers/pcap_kern.c~uml-pcap-devices-should-get-macs-from-command-line arch/um/drivers/pcap_kern.c --- a/arch/um/drivers/pcap_kern.c~uml-pcap-devices-should-get-macs-from-command-line +++ a/arch/um/drivers/pcap_kern.c @@ -70,7 +70,7 @@ int pcap_setup(char *str, char **mac_out .filter = NULL }); remain = split_if_spec(str, &host_if, &init->filter, - &options[0], &options[1], NULL); + &options[0], &options[1], mac_out, NULL); if(remain != NULL){ printk(KERN_ERR "pcap_setup - Extra garbage on " "specification : '%s'\n", remain); _ Patches currently in -mm which might be from jdike@xxxxxxxxxxx are origin.patch uml-fix-build-breakage.patch uml-mark-a-tt-only-function.patch fix-linuxdoc-comment.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html