--- - branch: netbsd-8 date: Tue Jan 2 10:56:58 UTC 2018 files: - new: 1.203.2.5 old: 1.203.2.4 path: src/sys/netinet/in.c pathrev: src/sys/netinet/in.c@1.203.2.5 type: modified - new: 1.279.2.4 old: 1.279.2.3 path: src/sys/netinet/ip_output.c pathrev: src/sys/netinet/ip_output.c@1.279.2.4 type: modified - new: 1.245.2.5 old: 1.245.2.4 path: src/sys/netinet6/in6.c pathrev: src/sys/netinet6/in6.c@1.245.2.5 type: modified - new: 1.161.4.2 old: 1.161.4.1 path: src/sys/netinet6/in6_pcb.c pathrev: src/sys/netinet6/in6_pcb.c@1.161.4.2 type: modified - new: 1.174.4.1 old: '1.174' path: src/sys/sys/lwp.h pathrev: src/sys/sys/lwp.h@1.174.4.1 type: modified id: 20180102T105658Z.829b0f9d2d71cc7d71fc1b1f9853bce430483630 log: "Pull up following revision(s) (requested by ozaki-r in ticket #463):\n\tsys/netinet/in.c: revision 1.212\n\tsys/netinet/ip_output.c: revision 1.288\n\tsys/netinet6/in6.c: revision 1.256\n\tsys/netinet6/in6_pcb.c: revision 1.163\n\tsys/sys/lwp.h: revision 1.176\nAdd missing curlwp_bindx\n--\nAdd missing curlwp_bindx\n--\nCheck LP_BOUND is surely set in curlwp_bindx\nThis may find an extra call of curlwp_bindx.\n--\nFix usage of curlwp_bind in ip_output\ncurlwp_bindx must be called in LIFO order, i.e., we can't call curlwp_bind\nand curlwp_bindx like this:\n bound1 = curlwp_bind();\n \ bound2 = curlwp_bind();\n curlwp_bindx(bound1);\n curlwp_bindx(bound2);\nip_outout did so if NET_MPSAFE. Fix it.\n--\nFix wrong usage of psref_held\nWe can't use it for checking if a caller does NOT hold a given target.\nIf you want to do it you should have psref_not_held or something.\n" module: src subject: 'CVS commit: [netbsd-8] src/sys' unixtime: '1514890618' user: snj