-
48ef163...
by
Colin Ian King
on 2017-07-07
-
Import patches-unapplied version 1.6.0-5 to debian/sid
Imported using git-ubuntu import.
Changelog parent: c12a264967a6783e75241e93a23a23715758dd46
New changelog entries:
* Initialize lowest_valid_index to prevent SEGV
- upstream commit 18d6ca75bbc504a
-
c12a264...
by
Colin Ian King
on 2017-06-30
-
Import patches-unapplied version 1.6.0-4 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 97cba61978938e512dfb8b30895299522320ca94
New changelog entries:
* Fix dbus re-init accessing deleted pointer
- upstream fix 9c5d8354dd8efff340
* Update Standards-Version to 4.0.0
-
97cba61...
by
Colin Ian King
on 2017-04-21
-
Import patches-unapplied version 1.6.0-3 to debian/sid
Imported using git-ubuntu import.
Changelog parent: ff7cba226d96b37f87d8ada40f76132e92db4418
New changelog entries:
* Pull in a few upstream and Ubuntu fixes:
- remove duplicate assignment to critical_temp (minor code cleanup)
- thd_parse: check for xmlNodeListGetString NULL returns
fixes potential NULL ptr deference bug
- fix typo on field name default_prefernce
- Don't terminate thermald engine if thd_engine is null (LP: #1677427)
fixes segfault if SIGTERM occurs during startup.
-
ff7cba2...
by
Colin Ian King
on 2017-04-06
-
Import patches-unapplied version 1.6.0-2 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 6f46e8154cae9d2137ffe148da5afa0a2c3858fb
New changelog entries:
* set default preference to ENERGY_CONSERVE
- upstream fix 37a25879239466f2d096
-
6f46e81...
by
Colin Ian King
on 2017-03-13
-
Import patches-unapplied version 1.6.0-1 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 2db7f27043055f133697116de05fbf5f1db67a95
New changelog entries:
* sync with latest upstream release 1.6
* include 2 minor fixes for 1.6.0 to clean up build warnings
- thd_cdev: ensure _target_value is initialized
- fix build warning on i386 architecture builds
-
2db7f27...
by
Colin Ian King
on 2017-02-23
-
Import patches-unapplied version 1.5.4-4 to debian/sid
Imported using git-ubuntu import.
Changelog parent: ecc7374d123f68b93016800749e13f1756e8111e
New changelog entries:
* fix spamming of logs when writes file (LP: #1656528)
- patch from Srinivas Pandruvada at Intel, not yet mainline
-
ecc7374...
by
Colin Ian King
on 2017-02-10
-
Import patches-unapplied version 1.5.4-3 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 1a92a85bba3f390c06d8a8ac60d66f1b59367e93
New changelog entries:
* upstream fix 7f83ada8133 ("check for recv failure and ensure "
"buffer is null terminated")
- fixes potential buffer overrun
* upstream fix 53154fd496a ("Remove auto adjusted max temp")
- addresses aggressive over-throttling on some H/W (LP: #1600599)
-
1a92a85...
by
Colin Ian King
on 2017-01-03
-
Import patches-unapplied version 1.5.4-2 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 7e397e90a96887ea3fa9a160223f36b39f7d3de4
New changelog entries:
* upstream fix 9da073098f7 ("Fix added to improve modem throttling")
- handle crash at boot-up
- remove dependency on ofono
- remove hard-coding of sleep value
- enusre throttling works fine when ofono/RIL logs enabled
-
7e397e9...
by
Colin Ian King
on 2016-10-31
-
Import patches-unapplied version 1.5.4-1 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 02bacbafeaffc84938380a10aa5e968bd8264125
New changelog entries:
* sync with latest upstream release
- remove all debian/patches as these are now in the 1.5.4 release
- add depends on lsb-base (>= 3.0-6)
-
02bacba...
by
Colin Ian King
on 2016-07-21
-
Import patches-unapplied version 1.5.3-3 to debian/sid
Imported using git-ubuntu import.
Changelog parent: 91de0d520872bdd7157538d457f12b38bb0a0a35
New changelog entries:
* Minor upstream fix and add in model throttling for SoFIA-3GR:
- thd_cdev_modem: ensure private variables in class are
initialized. throttling and online are not initialized, so
set the appropriately in the constructor.
- Added support for modem throttling on SoFIA-3GR:
Added modem as a cooling device for PA (coretemp4) on 3GR.
While temp would be read from sysfs device files, cooling
would be initiated through telephony framework, via D-Bus.
Telephony framework would notify thermald via D-Bus signals,
any change in throttling state.
thermald would invoke D-Bus methods in telephony framework
ONLY to check if its supported and to change the state.