Re: [PATCH] powerpc/pseries failed reconfig notifier chain call cleanup

2009-03-11 Thread Nathan Fontenot
Benjamin Herrenschmidt wrote: On Thu, 2009-03-05 at 13:53 -0600, Nathan Fontenot wrote: The return code from invoking the notifier chain when updating the ibm,dynamic-memory property is not handled properly. In failure cases (rc == NOTIFY_BAD) we should be restoring the original value of the

Re: [PATCH] powerpc/pseries failed reconfig notifier chain call cleanup

2009-03-10 Thread Benjamin Herrenschmidt
On Thu, 2009-03-05 at 13:53 -0600, Nathan Fontenot wrote: The return code from invoking the notifier chain when updating the ibm,dynamic-memory property is not handled properly. In failure cases (rc == NOTIFY_BAD) we should be restoring the original value of the property. In success (rc ==

[PATCH] powerpc/pseries failed reconfig notifier chain call cleanup

2009-03-05 Thread Nathan Fontenot
The return code from invoking the notifier chain when updating the ibm,dynamic-memory property is not handled properly. In failure cases (rc == NOTIFY_BAD) we should be restoring the original value of the property. In success (rc == NOTIFY_OK) we should be returning zero from the calling