patches in the linux-2.6-watchdog-mm tree

2006-11-19 Thread Wim Van Sebroeck
| 29 + drivers/char/watchdog/pc87413_wdt.c | 635 drivers/char/watchdog/rm9k_wdt.c| 420 ++ 6 files changed, 1423 insertions(+), 4 deletions(-) Changes: Author: Wim Van Sebroeck [EMAIL PROTECTED] Date: Fri Nov 17 23:50:06

Re: [WATCHDOG] v2.6.13 watchdog-patches

2005-09-07 Thread Wim Van Sebroeck
ign of a bug or at least really bad design, and I think that is the > case here. However, the goal is to make sure that the "watchdog" stays running and watches the system and that it in case of abnormal behaviour reboots the system. And you can't get that if you delete t

Re: [WATCHDOG] v2.6.13 watchdog-patches

2005-09-07 Thread Wim Van Sebroeck
or at least really bad design, and I think that is the case here. However, the goal is to make sure that the watchdog stays running and watches the system and that it in case of abnormal behaviour reboots the system. And you can't get that if you delete the timer. Greetings, Wim

[WATCHDOG] v2.6.13 watchdog-patches

2005-09-03 Thread Wim Van Sebroeck
Hi Linus, please do a git pull rsync://rsync.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git This will update the following files: drivers/char/watchdog/Kconfig| 43 - drivers/char/watchdog/Makefile | 71

Re: GFS, what's remaining

2005-09-03 Thread Wim Coekaerts
On Fri, Sep 02, 2005 at 11:17:08PM +0200, Andi Kleen wrote: > Andrew Morton <[EMAIL PROTECTED]> writes: > > > > > Again, that's not a technical reason. It's _a_ reason, sure. But what are > > the technical reasons for merging gfs[2], ocfs2, both or neither? clusterfilesystems are very common,

Re: [Linux-cluster] Re: GFS, what's remaining

2005-09-03 Thread Wim Coekaerts
On Sat, Sep 03, 2005 at 02:42:36AM -0400, Daniel Phillips wrote: > On Friday 02 September 2005 20:16, Mark Fasheh wrote: > > As far as userspace dlm apis go, dlmfs already abstracts away a large part > > of the dlm interaction... > > Dumb question, why can't you use sysfs for this instead of

Re: [Linux-cluster] Re: GFS, what's remaining

2005-09-03 Thread Wim Coekaerts
On Sat, Sep 03, 2005 at 02:42:36AM -0400, Daniel Phillips wrote: On Friday 02 September 2005 20:16, Mark Fasheh wrote: As far as userspace dlm apis go, dlmfs already abstracts away a large part of the dlm interaction... Dumb question, why can't you use sysfs for this instead of rolling

Re: GFS, what's remaining

2005-09-03 Thread Wim Coekaerts
On Fri, Sep 02, 2005 at 11:17:08PM +0200, Andi Kleen wrote: Andrew Morton [EMAIL PROTECTED] writes: Again, that's not a technical reason. It's _a_ reason, sure. But what are the technical reasons for merging gfs[2], ocfs2, both or neither? clusterfilesystems are very common, there are

[WATCHDOG] v2.6.13 watchdog-patches

2005-09-03 Thread Wim Van Sebroeck
Hi Linus, please do a git pull rsync://rsync.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git This will update the following files: drivers/char/watchdog/Kconfig| 43 - drivers/char/watchdog/Makefile | 71

Re: Fw: suspicious behaviour in pcwd driver.

2005-08-31 Thread Wim Van Sebroeck
nion this isn't used a lott and is simply an option to protect your hardware. But your comment is valid: chances that the warning is written to the log files is very small. So I think that it might indeed be better to sync most devices if that can be done in a few seconds... Greetings, Wim. - T

Re: Fw: suspicious behaviour in pcwd driver.

2005-08-31 Thread Wim Van Sebroeck
. But your comment is valid: chances that the warning is written to the log files is very small. So I think that it might indeed be better to sync most devices if that can be done in a few seconds... Greetings, Wim. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

Re: [patch 2.6.13-rc6] watchdog: fix oops in softdog driver

2005-08-18 Thread Wim Van Sebroeck
boot option. While the > timer is running and the device is closed, the module use count > stays at 1. After the timer fires, it drops to 0. Repeatedly > opening and closing the driver caused no problems. Please apply. I'll add this to the watchdog tree. Thanks, Wim. - To unsubscri

Re: [patch 2.6.13-rc6] watchdog: fix oops in softdog driver

2005-08-18 Thread Wim Van Sebroeck
is closed, the module use count stays at 1. After the timer fires, it drops to 0. Repeatedly opening and closing the driver caused no problems. Please apply. I'll add this to the watchdog tree. Thanks, Wim. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body

watchdog-mm git tree

2005-08-17 Thread Wim Van Sebroeck
Hi Andrew, I (finaly) converted the watchdog-mm bitkeeper tree to a git repository: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog-mm.git The tree contains the following patches at this moment (in reverse order): Author: Wim Van Sebroeck <[EMAIL PROTECTED]> Date:

watchdog-mm git tree

2005-08-17 Thread Wim Van Sebroeck
Hi Andrew, I (finaly) converted the watchdog-mm bitkeeper tree to a git repository: rsync://rsync.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog-mm.git The tree contains the following patches at this moment (in reverse order): Author: Wim Van Sebroeck [EMAIL PROTECTED] Date: Tue

Re: [-mm PATCH] set enable bit instead of lock bit of Watchdog Timer in Intel 6300 chipset

2005-08-16 Thread Wim Van Sebroeck
these new patches to the watchdog-tree. I'll keep you posted. Greetings, Wim. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [-mm PATCH] set enable bit instead of lock bit of Watchdog Timer in Intel 6300 chipset

2005-08-16 Thread Wim Van Sebroeck
, Wim. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: deactivating PXA255 watchdog

2005-08-09 Thread Wim Van Sebroeck
anism for if the watchdog daemon would crash and close /dev/watchdog when it is supposed to keep working... Greetings, Wim. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http:/

Re: deactivating PXA255 watchdog

2005-08-09 Thread Wim Van Sebroeck
when it is supposed to keep working... Greetings, Wim. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

[WATCHDOG] i8xx_tco.c - patch to arm watchdog only when started (Kernel Bug 4251)

2005-08-07 Thread Wim Van Sebroeck
Hi Linus, Please add the following patch/bugfix: i8xx_tco.c v0.08: only "arm" the watchdog when the watchdog has been started. (Kernel Bug 4251: system reset when battery is read and i8xx_tco driver loaded) Gree

[WATCHDOG] i8xx_tco.c - patch to arm watchdog only when started (Kernel Bug 4251)

2005-08-07 Thread Wim Van Sebroeck
Hi Linus, Please add the following patch/bugfix: i8xx_tco.c v0.08: only arm the watchdog when the watchdog has been started. (Kernel Bug 4251: system reset when battery is read and i8xx_tco driver loaded) Greetings, Wim

[WATCHDOG] wdt285.c-printk-patch

2005-03-24 Thread Wim Van Sebroeck
ncer <[EMAIL PROTECTED]> Signed-off-by: Wim Van Sebroeck <[EMAIL PROTECTED]> The ChangeSets can also be looked at on: http://linux-watchdog.bkbits.net:8080/linux-2.6-watchdog For completeness, I added the patche

[WATCHDOG] wdt285.c-printk-patch

2005-03-24 Thread Wim Van Sebroeck
PROTECTED] Signed-off-by: Wim Van Sebroeck [EMAIL PROTECTED] The ChangeSets can also be looked at on: http://linux-watchdog.bkbits.net:8080/linux-2.6-watchdog For completeness, I added the patches below. Greetings, Wim

[WATCHDOG] linux-2.6-watchdog patches

2005-03-15 Thread Wim Van Sebroeck
) [WATCHDOG] pcwd_pci-register-driver-patch convert from pci_module_init to pci_register_driver Signed-off-by: Christophe Lucas <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> Signed-off-by: Wim Van Sebroeck <[EMAIL PROTECTED]> <[EMA

[WATCHDOG] linux-2.6-watchdog-mm patches

2005-03-15 Thread Wim Van Sebroeck
driver Signed-off-by: Christophe Lucas <[EMAIL PROTECTED]> Signed-off-by: Domen Puncer <[EMAIL PROTECTED]> Signed-off-by: Wim Van Sebroeck <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> (05/03/15 1.2190) [WATCHDOG] Makefile-patch The comment at the top of the Makefile su

[WATCHDOG] linux-2.6-watchdog-mm patches

2005-03-15 Thread Wim Van Sebroeck
Lucas [EMAIL PROTECTED] Signed-off-by: Domen Puncer [EMAIL PROTECTED] Signed-off-by: Wim Van Sebroeck [EMAIL PROTECTED] [EMAIL PROTECTED] (05/03/15 1.2190) [WATCHDOG] Makefile-patch The comment at the top of the Makefile suggests that the current ordering is incorrect. Signed

[WATCHDOG] linux-2.6-watchdog patches

2005-03-15 Thread Wim Van Sebroeck
-driver-patch convert from pci_module_init to pci_register_driver Signed-off-by: Christophe Lucas [EMAIL PROTECTED] Signed-off-by: Domen Puncer [EMAIL PROTECTED] Signed-off-by: Wim Van Sebroeck [EMAIL PROTECTED] [EMAIL PROTECTED] (05/03/15 1.2190) [WATCHDOG] Makefile-patch

[WATCHDOG] v2.6.11-mm watchdog patches

2005-03-05 Thread Wim Van Sebroeck
ay create the /dev/watchdog node if the driver is loaded. I dont have such a device, so I cant test it. The drivers below provide names with spaces and even with / in it. Not a big deal, but apps may expect /dev/watchdog. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> Signed-

[WATCHDOG] v2.6.11 patches

2005-03-05 Thread Wim Van Sebroeck
the /dev/watchdog node if the driver is loaded. I dont have such a device, so I cant test it. The drivers below provide names with spaces and even with / in it. Not a big deal, but apps may expect /dev/watchdog. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> Signed-

[WATCHDOG] v2.6.11 patches

2005-03-05 Thread Wim Van Sebroeck
/watchdog node if the driver is loaded. I dont have such a device, so I cant test it. The drivers below provide names with spaces and even with / in it. Not a big deal, but apps may expect /dev/watchdog. Signed-off-by: Olaf Hering [EMAIL PROTECTED] Signed-off-by: Wim Van Sebroeck

[WATCHDOG] v2.6.11-mm watchdog patches

2005-03-05 Thread Wim Van Sebroeck
the /dev/watchdog node if the driver is loaded. I dont have such a device, so I cant test it. The drivers below provide names with spaces and even with / in it. Not a big deal, but apps may expect /dev/watchdog. Signed-off-by: Olaf Hering [EMAIL PROTECTED] Signed-off-by: Wim Van

[WATCHDOG] correct sysfs name for watchdog devices

2005-02-27 Thread Wim Van Sebroeck
ers below provide names with spaces and even with / in it. Not a big deal, but apps may expect /dev/watchdog. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> Signed-off-by: Wim Van Sebroeck <[EMAIL PROTECTED]> The ChangeSets can also be looked at on: http://linux-wat

[WATCHDOG] correct sysfs name for watchdog devices

2005-02-27 Thread Wim Van Sebroeck
provide names with spaces and even with / in it. Not a big deal, but apps may expect /dev/watchdog. Signed-off-by: Olaf Hering [EMAIL PROTECTED] Signed-off-by: Wim Van Sebroeck [EMAIL PROTECTED] The ChangeSets can also be looked at on: http://linux-watchdog.bkbits.net:8080/linux

[WATCHDOG] 2.6.11-rc2 watchdog patches

2005-01-28 Thread Wim Van Sebroeck
it. The drivers below provide names with spaces and even with / in it. Not a big deal, but apps may expect /dev/watchdog. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> Signed-off-by: Wim Van Sebroeck <[EMAIL PROTECTED]> The ChangeSets can also be looked at on:

[WATCHDOG] 2.6.11-rc2 i8xx_tco.c-ICH4/6/7-patch

2005-01-28 Thread Wim Van Sebroeck
.bkbits.net:8080/linux-2.6-watchdog For completeness, I added the patches below. Greetings, Wim. diff -Nru a/drivers/char/watchdog/i8xx_tco.c b/drivers/char/watchdog/i8xx_tco.c --- a/drivers/char/watchdog/i8xx_tco.c

[WATCHDOG] 2.6.11-rc2 i8xx_tco.c-ICH4/6/7-patch

2005-01-28 Thread Wim Van Sebroeck
/linux-2.6-watchdog For completeness, I added the patches below. Greetings, Wim. diff -Nru a/drivers/char/watchdog/i8xx_tco.c b/drivers/char/watchdog/i8xx_tco.c --- a/drivers/char/watchdog/i8xx_tco.c 2005-01-28 22:51:31

[WATCHDOG] 2.6.11-rc2 watchdog patches

2005-01-28 Thread Wim Van Sebroeck
provide names with spaces and even with / in it. Not a big deal, but apps may expect /dev/watchdog. Signed-off-by: Olaf Hering [EMAIL PROTECTED] Signed-off-by: Wim Van Sebroeck [EMAIL PROTECTED] The ChangeSets can also be looked at on: http://linux-watchdog.bkbits.net:8080/linux-2.6

<    5   6   7   8   9   10