Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MAINTAINERS: Update Yotam's E-mail

For the time being I will be available in my private mail. Update both the
MAINTAINERS file and the individual modules MODULE_AUTHOR directive with
the new address.

Signed-off-by: Yotam Gigi <yotam.gi@gmail.com>
Signed-off-by: Yuval Mintz <yuvalm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Yotam Gigi and committed by
David S. Miller
f1fd20c3 d2083d0e

+5 -5
+2 -2
MAINTAINERS
··· 6671 6671 F: Documentation/networking/ieee802154.txt 6672 6672 6673 6673 IFE PROTOCOL 6674 - M: Yotam Gigi <yotamg@mellanox.com> 6674 + M: Yotam Gigi <yotam.gi@gmail.com> 6675 6675 M: Jamal Hadi Salim <jhs@mojatatu.com> 6676 6676 F: net/ife 6677 6677 F: include/net/ife.h ··· 10890 10890 F: drivers/block/ps3vram.c 10891 10891 10892 10892 PSAMPLE PACKET SAMPLING SUPPORT: 10893 - M: Yotam Gigi <yotamg@mellanox.com> 10893 + M: Yotam Gigi <yotam.gi@gmail.com> 10894 10894 S: Maintained 10895 10895 F: net/psample 10896 10896 F: include/net/psample.h
+1 -1
net/ife/ife.c
··· 137 137 EXPORT_SYMBOL_GPL(ife_tlv_meta_encode); 138 138 139 139 MODULE_AUTHOR("Jamal Hadi Salim <jhs@mojatatu.com>"); 140 - MODULE_AUTHOR("Yotam Gigi <yotamg@mellanox.com>"); 140 + MODULE_AUTHOR("Yotam Gigi <yotam.gi@gmail.com>"); 141 141 MODULE_DESCRIPTION("Inter-FE LFB action"); 142 142 MODULE_LICENSE("GPL");
+1 -1
net/psample/psample.c
··· 296 296 module_init(psample_module_init); 297 297 module_exit(psample_module_exit); 298 298 299 - MODULE_AUTHOR("Yotam Gigi <yotamg@mellanox.com>"); 299 + MODULE_AUTHOR("Yotam Gigi <yotam.gi@gmail.com>"); 300 300 MODULE_DESCRIPTION("netlink channel for packet sampling"); 301 301 MODULE_LICENSE("GPL v2");
+1 -1
net/sched/act_sample.c
··· 271 271 module_init(sample_init_module); 272 272 module_exit(sample_cleanup_module); 273 273 274 - MODULE_AUTHOR("Yotam Gigi <yotamg@mellanox.com>"); 274 + MODULE_AUTHOR("Yotam Gigi <yotam.gi@gmail.com>"); 275 275 MODULE_DESCRIPTION("Packet sampling action"); 276 276 MODULE_LICENSE("GPL v2");