public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster/cman-kernel/src cnxman-private.h cnxman.c
@ 2006-04-19  8:01 pcaulfield
  0 siblings, 0 replies; 5+ messages in thread
From: pcaulfield @ 2006-04-19  8:01 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	pcaulfield@sourceware.org	2006-04-19 08:01:11

Modified files:
	cman-kernel/src: cnxman-private.h cnxman.c 

Log message:
	Don't try to delete AUTODELETE barriers in timer context as we can't get
	the semaphore that protects the structures.
	bz#177577

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman-kernel/src/cnxman-private.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.12.2.4&r2=1.12.2.5
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman-kernel/src/cnxman.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.42.2.23&r2=1.42.2.24


^ permalink raw reply	[flat|nested] 5+ messages in thread

* cluster/cman-kernel/src cnxman-private.h cnxman.c
@ 2006-04-19  7:59 pcaulfield
  0 siblings, 0 replies; 5+ messages in thread
From: pcaulfield @ 2006-04-19  7:59 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	STABLE
Changes by:	pcaulfield@sourceware.org	2006-04-19 07:59:05

Modified files:
	cman-kernel/src: cnxman-private.h cnxman.c 

Log message:
	Don't try to delete AUTODELETE barriers in timer context as we can't get
	the semaphore that protects the structures.
	bz#177577#177577#177577

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman-kernel/src/cnxman-private.h.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.12.2.2.6.2&r2=1.12.2.2.6.3
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman-kernel/src/cnxman.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.42.2.12.4.1.2.10&r2=1.42.2.12.4.1.2.11


^ permalink raw reply	[flat|nested] 5+ messages in thread

* cluster/cman-kernel/src cnxman-private.h cnxman.c
@ 2006-01-23 17:00 pcaulfield
  0 siblings, 0 replies; 5+ messages in thread
From: pcaulfield @ 2006-01-23 17:00 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4
Changes by:	pcaulfield@sourceware.org	2006-01-23 17:00:08

Modified files:
	cman-kernel/src: cnxman-private.h cnxman.c 

Log message:
	Fix bz#177163
	
	The comparision function now actually works (ie it looks like the one I
	thought I had stolen from jiffies.h), and cman keeps a track of all sequence
	numbers received as well as those that need ACKs, so each node has an idea
	of where each other node's sequence nubers are. otherwise we don't know what
	is a delayed packet and what isn't.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman-kernel/src/cnxman-private.h.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.12.2.3&r2=1.12.2.4
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman-kernel/src/cnxman.c.diff?cvsroot=cluster&only_with_tag=RHEL4&r1=1.42.2.20&r2=1.42.2.21


^ permalink raw reply	[flat|nested] 5+ messages in thread

* cluster/cman-kernel/src cnxman-private.h cnxman.c
@ 2006-01-23 16:55 pcaulfield
  0 siblings, 0 replies; 5+ messages in thread
From: pcaulfield @ 2006-01-23 16:55 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4U3
Changes by:	pcaulfield@sourceware.org	2006-01-23 16:55:59

Modified files:
	cman-kernel/src: cnxman-private.h cnxman.c 

Log message:
	Fix bz#177163
	The comparision function now actually works (ie it looks like the one I
	thought I had stolen from jiffies.h), and cman keeps a track of all sequence
	numbers received as well as those that need ACKs, so each node has an idea
	of where each other node's sequence nubers are. otherwise we don't know what
	is a delayed packet and what isn't.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman-kernel/src/cnxman-private.h.diff?cvsroot=cluster&only_with_tag=RHEL4U3&r1=1.12.2.2&r2=1.12.2.2.10.1
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman-kernel/src/cnxman.c.diff?cvsroot=cluster&only_with_tag=RHEL4U3&r1=1.42.2.18&r2=1.42.2.18.2.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* cluster/cman-kernel/src cnxman-private.h cnxman.c
@ 2006-01-23 10:36 pcaulfield
  0 siblings, 0 replies; 5+ messages in thread
From: pcaulfield @ 2006-01-23 10:36 UTC (permalink / raw)
  To: cluster-cvs

CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	STABLE
Changes by:	pcaulfield@sourceware.org	2006-01-23 10:36:19

Modified files:
	cman-kernel/src: cnxman-private.h cnxman.c 

Log message:
	Fix the disaster that was version 1.42.2.12.4.1.2.7 of cnxman.c
	
	The comparision function now actually works (ie it looks like the one I
	thought I had stolen from jiffies.h), and cman keeps a track of all sequence
	numbers received as well as those that need ACKs, so each node has an idea
	of where each other node's sequence nubers are. otherwise we don't know what
	is a delayed packet and what isn't.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman-kernel/src/cnxman-private.h.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.12.2.2.6.1&r2=1.12.2.2.6.2
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman-kernel/src/cnxman.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.42.2.12.4.1.2.8&r2=1.42.2.12.4.1.2.9


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-04-19  8:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-19  8:01 cluster/cman-kernel/src cnxman-private.h cnxman.c pcaulfield
  -- strict thread matches above, loose matches on Subject: below --
2006-04-19  7:59 pcaulfield
2006-01-23 17:00 pcaulfield
2006-01-23 16:55 pcaulfield
2006-01-23 10:36 pcaulfield

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).