Re: CVS commit: [netbsd-6-0] src/sys/dev/ic
On 08/19 03:15, Soren Jacobsen wrote: > Module Name: src > Committed By: snj > Date: Sat Aug 19 03:15:53 UTC 2017 > > Modified Files: > src/sys/dev/ic [netbsd-6-0]: bwi.c > > Log Message: > `cat ~/releng/r-commit` > > > To generate a diff of this commit: > cvs rdiff -u -r1.18 -r1.18.12.1 src/sys/dev/ic/bwi.c Doh. Log message Fixed (along with the equivalent changes in netbsd-6-1 and netbsd-6 to be: Pull up following revision(s) (requested by mrg in ticket #1478): sys/dev/ic/bwi.c: revision 1.32 Check for M_EXT in m->m_flags, whether m is NULL, after MCLGET. >From Ilja Van Sprundel.
Re: CVS commit: [netbsd-6-0] src/sys/dev/pci
Hi, Erik. On 2014/11/30 8:12, Erik Fair wrote: > > On Nov 29, 2014, at 03:38, Martin Husemann wrote: > >> Module Name: src >> Committed By:martin >> Date:Sat Nov 29 11:38:46 UTC 2014 >> >> Modified Files: >> src/sys/dev/pci [netbsd-6-0]: if_bge.c >> >> Log Message: >> Pullup revision 1.260 (via patch), requested by msaitoh in #1200: >> >> Set maximum read byte count to 2048 for PCI-X BCM5703/5704 devices. >> For PCI-X BCM5704, set maximum outstanding split transactions to 0. >> This change fixes a serious stability problem on those chips. > > Why no pull-up to netbsd-6? > > curious, > > Erik Rev. 1.260 was pulled up to netbsd-6 more than one year ago: > http://mail-index.netbsd.org/source-changes/2013/11/17/msg049276.html Thanks. -- --- SAITOH Masanobu (msai...@execsw.org msai...@netbsd.org)
Re: CVS commit: [netbsd-6-0] src/sys/dev/pci
On Nov 29, 2014, at 03:38, Martin Husemann wrote: > Module Name: src > Committed By: martin > Date: Sat Nov 29 11:38:46 UTC 2014 > > Modified Files: > src/sys/dev/pci [netbsd-6-0]: if_bge.c > > Log Message: > Pullup revision 1.260 (via patch), requested by msaitoh in #1200: > > Set maximum read byte count to 2048 for PCI-X BCM5703/5704 devices. > For PCI-X BCM5704, set maximum outstanding split transactions to 0. > This change fixes a serious stability problem on those chips. Why no pull-up to netbsd-6? curious, Erik
Re: CVS commit: [netbsd-6-0] src/sys
Hi, Erik. (2014/06/23 7:15), Manuel Bouyer wrote: On Sun, Jun 22, 2014 at 02:30:42PM -0700, Erik Fair wrote: It appears that these changes were applied to "netbsd-6-0" and "netbsd-6-1" but not to "netbsd-6" (which is a problem for those of us following "netbsd-6"). AFAIK it was pulled up on Jun 3 on -6. As it's a bit invasive I suggested to wait a bit before pulling up to 6-0 and 6-1. Right. I used netbsd-6 kernel with that patch for two weeks and I had not gotten any problem, so I pulled up the change to netbsd-6-1 and netbsd-6-0. You can see the discussion in: http://releng.netbsd.org/cgi-bin/req-6.cgi?show=1067 Thanks. -- --- SAITOH Masanobu (msai...@execsw.org msai...@netbsd.org)
Re: CVS commit: [netbsd-6-0] src/sys
On Sun, Jun 22, 2014 at 02:30:42PM -0700, Erik Fair wrote: > It appears that these changes were applied to "netbsd-6-0" and "netbsd-6-1" > but not to "netbsd-6" (which is a problem for those of us following > "netbsd-6"). AFAIK it was pulled up on Jun 3 on -6. As it's a bit invasive I suggested to wait a bit before pulling up to 6-0 and 6-1. -- Manuel Bouyer NetBSD: 26 ans d'experience feront toujours la difference --
Re: CVS commit: [netbsd-6-0] src/sys
It appears that these changes were applied to "netbsd-6-0" and "netbsd-6-1" but not to "netbsd-6" (which is a problem for those of us following "netbsd-6"). Erik On Jun 18, 2014, at 02:35 , SAITOH Masanobu wrote: > Module Name: src > Committed By: msaitoh > Date: Wed Jun 18 09:35:40 UTC 2014 > > Modified Files: > src/sys/dist/ipf/netinet [netbsd-6-0]: ip_fil_netbsd.c > src/sys/net [netbsd-6-0]: if_ethersubr.c if_loop.c if_vlan.c > src/sys/netinet [netbsd-6-0]: if_arp.c ip_carp.c > src/sys/netinet6 [netbsd-6-0]: ip6_flow.c nd6.c > src/sys/rump/librump/rumpkern [netbsd-6-0]: klock.c > > Log Message: > Pull up following revision(s) (requested by bouyer in ticket #1067): > sys/dist/ipf/netinet/ip_fil_netbsd.c1.9 via patch > sys/net/if_ethersubr.c 1.197 via patch > sys/net/if_loop.c 1.77 via patch > sys/net/if_vlan.c 1.70 via patch > sys/netinet/if_arp.c1.158 > sys/netinet/ip_carp.c 1.54 via patch > sys/netinet6/ip6_flow.c 1.23 via patch > sys/netinet6/nd6.c 1.150 via patch > sys/rump/librump/rumpkern/klock.c 1.4 > > Make sure *(if_output)() is called with KERNEL_LOCK held to avoid mbuf leak. > See http://mail-index.netbsd.org/tech-net/2014/04/09/msg004511.html > for details. For netinet6, the problem report, fix and test were done > by njoly@ on current-users@ > > > To generate a diff of this commit: > cvs rdiff -u -r1.61.6.1 -r1.61.6.2 src/sys/dist/ipf/netinet/ip_fil_netbsd.c > cvs rdiff -u -r1.188.8.2 -r1.188.8.2.4.1 src/sys/net/if_ethersubr.c > cvs rdiff -u -r1.75 -r1.75.14.1 src/sys/net/if_loop.c > cvs rdiff -u -r1.69 -r1.69.14.1 src/sys/net/if_vlan.c > cvs rdiff -u -r1.154 -r1.154.8.1 src/sys/netinet/if_arp.c > cvs rdiff -u -r1.47.4.1 -r1.47.4.1.4.1 src/sys/netinet/ip_carp.c > cvs rdiff -u -r1.19 -r1.19.8.1 src/sys/netinet6/ip6_flow.c > cvs rdiff -u -r1.141.6.2 -r1.141.6.3 src/sys/netinet6/nd6.c > cvs rdiff -u -r1.3 -r1.3.18.1 src/sys/rump/librump/rumpkern/klock.c > > Please note that diffs are not public domain; they are subject to the > copyright notices on the relevant files. >