search for: delvare

Displaying 20 results from an estimated 34 matches for "delvare".

Did you mean: delcare
2023 Apr 07
3
[PATCH 1/2] drm/i915: constify pointers to hwmon_channel_info
...be made const for safety. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org> --- This depends on hwmon core patch: https://lore.kernel.org/all/20230406203103.3011503-2-krzysztof.kozlowski at linaro.org/ Therefore I propose this should also go via hwmon tree. Cc: Jean Delvare <jdelvare at suse.com> Cc: Guenter Roeck <linux at roeck-us.net> Cc: linux-hwmon at vger.kernel.org --- drivers/gpu/drm/i915/i915_hwmon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_hwmon.c b/drivers/gpu/drm/i915/i915_hwmon.c index...
2009 Oct 11
1
demo site
...guest room and will thus be shut down for the night each time I receive guests. I leave it up to you to decide if it is deemed acceptable that the demo site is occasionally not reachable, or if we should switch to a server which is always reachable, if someone volunteers to provide one. -- Jean Delvare
2010 Jan 29
1
New nut release?
Hi folks, The last release of nut, 2.4.1, happened almost one year ago. Don't you think it would be the right time for a new one? Thanks, -- Jean Delvare
2023 Apr 07
1
[PATCH] vdpa: solidrun: constify pointers to hwmon_channel_info
...es for 10+ subsystems through the hwmon tree. This can only result in chaos. The dependent patch is available at git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git hwmon-const or wait until after the next commit window to apply this patch. Thanks, Guenter > > Cc: Jean Delvare <jdelvare at suse.com> > Cc: Guenter Roeck <linux at roeck-us.net> > Cc: linux-hwmon at vger.kernel.org > --- > drivers/vdpa/solidrun/snet_hwmon.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/vdpa/solidrun/snet_hwmon.c b/drive...
2008 Feb 19
1
Success report: APC Back-UPS RS 800
...t maybe it has a special meaning? As far as the hardware is concerned, the Back-UPS RS 800 seems to work reasonably well for my limited needs. My only concern is its power consumption, which I measured between 7 and 11 Watts, when my previous model (APC Back-UPS 500) needed only 2 Watts. -- Jean Delvare
2009 May 08
1
Battery test feature of APC Back-UPS RS series
...d like to know why, as well as offer my help to implement it. I don't know the NUT code at all, but I can help with testing. I know the hardware supports it because the Windows software that APC ships does implement it, and it worked OK last time I tried (several months ago.) Thanks, -- Jean Delvare
2023 Apr 10
1
[PATCH] vdpa: solidrun: constify pointers to hwmon_channel_info
...ors or warnings ? I have not seen any such reports, and I don't immediately see why that would be the case. Please elaborate. Guenter >> or wait until after the next commit window to apply this patch. >> >> Thanks, >> Guenter >> >>> >>> Cc: Jean Delvare <jdelvare at suse.com> >>> Cc: Guenter Roeck <linux at roeck-us.net> >>> Cc: linux-hwmon at vger.kernel.org >>> --- >>> drivers/vdpa/solidrun/snet_hwmon.c | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >>> >>&gt...
2005 Mar 25
2
[2.6 patch] fs/smbfs/request.c: fix NULL dereference
The Coverity checker found that if req was NULL because find_request returned NULL, this resulted in a break from the switch, but req was later dereferenced (look at the last line of this patch). Signed-off-by: Adrian Bunk <bunk@stusta.de> --- linux-2.6.12-rc1-mm2-full/fs/smbfs/request.c.old 2005-03-25 00:45:08.000000000 +0100 +++ linux-2.6.12-rc1-mm2-full/fs/smbfs/request.c 2005-03-25
2008 Feb 25
1
[Fwd: Re: [Fwd: Update to 2.2.1-2]]
An HTML attachment was scrubbed... URL: http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20080225/377bed98/attachment.htm -------------- next part -------------- A non-text attachment was scrubbed... Name: usbhid-ups.loghid-ups.log.D4.zip Type: application/zip Size: 5428 bytes Desc: not available Url :
2023 Apr 07
0
[PATCH] vdpa: solidrun: constify pointers to hwmon_channel_info
...propriate Acked-by: Michael S. Tsirkin <mst at redhat.com> > --- > > This depends on hwmon core patch: > https://lore.kernel.org/all/20230406203103.3011503-2-krzysztof.kozlowski at linaro.org/ > > Therefore I propose this should also go via hwmon tree. > > Cc: Jean Delvare <jdelvare at suse.com> > Cc: Guenter Roeck <linux at roeck-us.net> > Cc: linux-hwmon at vger.kernel.org > --- > drivers/vdpa/solidrun/snet_hwmon.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/vdpa/solidrun/snet_hwmon.c b/drivers...
2023 Apr 11
0
[PATCH 1/2] drm/i915: constify pointers to hwmon_channel_info
...t; Therefore I propose this should also go via hwmon tree. Thanks for doing this, I couldn't be bothered to follow through with it [1]. Acked-by: Jani Nikula <jani.nikula at intel.com> [1] https://lore.kernel.org/r/20230309082841.400118-1-jani.nikula at intel.com > > Cc: Jean Delvare <jdelvare at suse.com> > Cc: Guenter Roeck <linux at roeck-us.net> > Cc: linux-hwmon at vger.kernel.org > --- > drivers/gpu/drm/i915/i915_hwmon.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/i915/i915_hwmon.c b/driver...
2023 Apr 13
0
[PATCH 2/2] drm/nouveau: constify pointers to hwmon_channel_info
...zysztof Kozlowski <krzysztof.kozlowski at linaro.org> > > --- > > This depends on hwmon core patch: > https://lore.kernel.org/all/20230406203103.3011503-2-krzysztof.kozlowski at linaro.org/ > > Therefore I propose this should also go via hwmon tree. > > Cc: Jean Delvare <jdelvare at suse.com> > Cc: Guenter Roeck <linux at roeck-us.net> > Cc: linux-hwmon at vger.kernel.org > --- > drivers/gpu/drm/nouveau/nouveau_hwmon.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/nouveau/nouveau_hwmon.c...
2011 Jan 16
0
HDT & DMI
...HDT sees that it's out of spec, report out of spec and when appropriate, the raw data. For example, for DMI 17 (Memory Module), Type 18h (DDR3), report something like "OUT OF SPEC (18h)" or "OUT OF SPEC (24)". 2) With regards to dmidecode, it appears Anton Arapov and Jean Delvare have been talking about releasing 2.11, which should include updates to SMBIOS spec version 2.7.0. This would include updates necessary to properly decode this data (which are already committed on their cvs). -- -Gene
2010 Aug 10
0
Asterisk 1.6.2.11 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.6.2.11. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ The release of Asterisk 1.6.2.11 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are a few of the issues resolved by community
2010 Aug 10
0
Asterisk 1.6.2.11 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.6.2.11. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk/ The release of Asterisk 1.6.2.11 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are a few of the issues resolved by community
2009 Jul 09
1
Premature end of script headers: upsimage.cgi
hi- i'm using version 2.4.1, courtesy of debian testing, and noticed that in the web interface, the image for the battery voltage bar graph wasn't displaying. the other images (change, input, output, load) seem to be fine. the browser reports "500 internal server error", and apache reports "Premature end of script headers: upsimage.cgi, referer:
2010 Feb 01
1
nut mailing-list user by spammers
Hi, FYI, I started receiving spam to the email address I use only for this mailing-list, about one week after I posted a couple messages onto it. So the nut mailing-list is definitely used by spammers for email addresses harvesting :-( -- Michel Bouissou <michel at bouissou.net> OpenPGP ID 0xEB04D09C
2011 Jan 16
0
HDT & DMI
...HDT sees that it's out of spec, report out of spec and when appropriate, the raw data. For example, for DMI 17 (Memory Module), Type 18h (DDR3), report something like "OUT OF SPEC (18h)" or "OUT OF SPEC (24)". 2) With regards to dmidecode, it appears Anton Arapov and Jean Delvare have been talking about releasing 2.11, which should include updates to SMBIOS spec version 2.7.0. This would include updates necessary to properly decode this data (which are already committed on their cvs). -- -Gene
2008 Apr 02
1
Network UPS Tools version 2.2.2-pre1 released
Network UPS Tools version 2.2.2-pre1 has been released. http://www.networkupstools.org/ Direct access: - Download: http://www.networkupstools.org/source/2.2/testing/nut-2.2.2-pre1.tar.gz - News: http://www.networkupstools.org/source/2.2/testing/new-2.2.2-pre1.txt - ChangeLog: http://www.networkupstools.org/source/2.2/testing/ChangeLog Arnaud and the NUT team -- Linux / Unix Expert R&D -
2009 Feb 17
2
Network UPS Tools version 2.4.1 released
Network UPS Tools version 2.4.1 has been released. http://www.networkupstools.org/ Direct access: - Download: http://www.networkupstools.org/source/2.4/nut-2.4.1.tar.gz - News: http://www.networkupstools.org/source/2.4/new-2.4.1.txt - ChangeLog: http://www.networkupstools.org/source/2.4/ChangeLog Arnaud and the NUT team -- Linux / Unix Expert R&D - Eaton - http://www.eaton.com/mgeops