[Kernel-packages] [Bug 1398269] Re: [Feature] Updated RAPL support for SKylake
** Changed in: intel Status: New => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1398269 Title: [Feature] Updated RAPL support for SKylake Status in intel: Fix Released Status in linux package in Ubuntu: Fix Released Status in linux source package in Wily: Fix Released Bug description: Add Skylake support in RAPL driver. Upstream status: Kernel - target 4.1 To manage notifications about this bug go to: https://bugs.launchpad.net/intel/+bug/1398269/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1398269] Re: [Feature] Updated RAPL support for SKylake
This bug was fixed in the package linux - 4.2.0-11.13 --- linux (4.2.0-11.13) wily; urgency=low [ Tim Gardner ] * Release Tracking Bug - LP: #1498170 * [Config] updateconfigs, removed CONFIG_KVM_ARM_MAX_VCPUS * rebase to v4.2.1 [ Upstream Kernel Changes ] * powercap / RAPL: Add support for Skylake H/S - LP: #1398269 * powercap / RAPL: Add support for Broadwell-H - LP: #1398269 * powercap / RAPL: disable the 2nd power limit properly - LP: #1398269 * thermal/powerclamp: add cpu id for Skylake u/y * thermal/powerclamp: add cpu id for denlow platform * arm/arm64: KVM: Remove 'config KVM_ARM_MAX_VCPUS' [ Upstream Kernel Changes ] * rebase to v4.2.1 -- Tim Gardner Wed, 16 Sep 2015 06:55:41 -0600 ** Changed in: linux (Ubuntu Wily) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1398269 Title: [Feature] Updated RAPL support for SKylake Status in intel: New Status in linux package in Ubuntu: Fix Released Status in linux source package in Wily: Fix Released Bug description: Add Skylake support in RAPL driver. Upstream status: Kernel - target 4.1 To manage notifications about this bug go to: https://bugs.launchpad.net/intel/+bug/1398269/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1398269] Re: [Feature] Updated RAPL support for SKylake
5021282cc483d4126c1704942adb74806f7d15d6 powercap / RAPL: disable the 2nd power limit properly 4e0bec9e833a6884dc2e242e45e0ebd99f46624e powercap / RAPL: Add support for Broadwell-H 2cac1f700c2c6baf836f24c778a73a847a48f484 powercap / RAPL: Add support for Skylake H/S ** Changed in: linux (Ubuntu Wily) Status: Fix Released => Fix Committed -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1398269 Title: [Feature] Updated RAPL support for SKylake Status in intel: New Status in linux package in Ubuntu: Fix Committed Status in linux source package in Wily: Fix Committed Bug description: Add Skylake support in RAPL driver. Upstream status: Kernel - target 4.1 To manage notifications about this bug go to: https://bugs.launchpad.net/intel/+bug/1398269/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1398269] Re: [Feature] Updated RAPL support for SKylake
hi, Tim: The commit ID in comment#4 is wrong and this patch isn't in ubuntu 4.2.0-10 kernel. Please back port this patch from 4.3 kernel: commit 2cac1f700c2c6baf836f24c778a73a847a48f484 Author: Radivoje Jovanovic Date: Fri Jul 31 08:07:10 2015 -0700 powercap / RAPL: Add support for Skylake H/S thanks -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1398269 Title: [Feature] Updated RAPL support for SKylake Status in intel: New Status in linux package in Ubuntu: Fix Released Status in linux source package in Wily: Fix Released Bug description: Add Skylake support in RAPL driver. Upstream status: Kernel - target 4.1 To manage notifications about this bug go to: https://bugs.launchpad.net/intel/+bug/1398269/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp
[Kernel-packages] [Bug 1398269] Re: [Feature] Updated RAPL support for SKylake
This bug was fixed in the package linux - 4.2.0-10.11 --- linux (4.2.0-10.11) wily; urgency=low [ Andy Whitcroft ] * Release Tracking Bug - LP: #1495208 * No change rebuild to avoid issues with leading zero bytes on internal module signing key. (see launchpad bug 1494943) [ Ming Lei ] * [Config] SERIAL_8250_DW=y for arm64 [ Upstream Kernel Changes ] * drm/i915: Move WaBarrierPerformanceFixDisable:skl to skl code from chv code - LP: #1484486 * drm/i915/gen8: Add infrastructure to initialize WA batch buffers - LP: #1484486 * drm/i915/gen8: Re-order init pipe_control in lrc mode - LP: #1484486 * drm/i915/gen8: Add WaDisableCtxRestoreArbitration workaround - LP: #1484486 * drm/i915/gen8: Add WaFlushCoherentL3CacheLinesAtContextSwitch workaround - LP: #1484486 * drm/i915: Bail out early if WA batch is not available for given Gen - LP: #1484486 * drm/i915/gen8: Add WaClearSlmSpaceAtContextSwitch workaround - LP: #1484486 * drm/i915: Update WaFlushCoherentL3CacheLinesAtContextSwitch - LP: #1484486 * drm/i915/gen9: Implement WaDisableKillLogic for gen 9 - LP: #1484486 * drm/i915: Enable WA batch buffers for Gen9 - LP: #1484486 * drm/i915/gen9: Add WaDisableCtxRestoreArbitration workaround - LP: #1484486 * drm/i915: Update wa_ctx_emit() macro as per kernel coding guidelines - LP: #1484486 * drm/i915/gen9: Add WaFlushCoherentL3CacheLinesAtContextSwitch workaround - LP: #1484486 * drm/i915/gen9: Add WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken - LP: #1484486 * drm/i915:skl: Add WaEnableGapsTsvCreditFix - LP: #1484486 * drm/i915/skl: revert duplicated WaBarrierPerformanceFixDisable:skl - LP: #1484486 * drm/i915/skl: Don't expose the top most plane on gen9 display - LP: #1484486 * drm/i915/skl WaDisableSbeCacheDispatchPortSharing - LP: #1484486 * drm/i915/skl: WaIgnoreDDIAStrap is forever, always init DDI A - LP: #1484486 * drm/i915: reduce indent in i9xx_hpd_irq_handler - LP: #1484531 * drm/i915: reduce duplicate conditions in i9xx_hpd_irq_handler - LP: #1484531 * drm/i915: reduce indent in intel_hpd_irq_handler - LP: #1484531 * drm/i915: group all hotplug related fields into a new struct in dev_priv - LP: #1484531 * drm/i915: add for_each_hpd_pin to iterate over hotplug pins - LP: #1484531 * drm/i915: simplify conditions for skipping the 2nd hpd loop iterations - LP: #1484531 * drm/i915: put back the indent in intel_hpd_irq_handler - LP: #1484531 * drm/i915: merge the two hpd loops in intel_hpd_irq_handler to one - LP: #1484531 * drm/i915: simplify condition for digital port - LP: #1484531 * drm/i915: abstract away platform specific parts from hpd handling - LP: #1484531 * drm/i915: Handle HPD when it has actually occurred - LP: #1484531 * drm/i915: Set power domain for DDI-E - LP: #1484531 * drm/i915: Set alternate aux for DDI-E - LP: #1484531 * drm/i915/skl: enable DDI-E hotplug - LP: #1484531 * drm/i915/bxt: fix DDI PHY vswing scale value setting - LP: #1494163 * drm/i915/skl: Buffer translation improvements - LP: #1494163 * drm/i915: Per-DDI I_boost override - LP: #1494163 * drm/i915: fix VBT parsing for SDVO child device mapping - LP: #1494163 * drm/i915/bxt: edp1.4 Intermediate Freq support - LP: #1494163 * drm/i915: fix link rates reported for SKL - LP: #1494163 * drm/i915: Allow parsing of variable size child device entries from VBT - LP: #1494163 * drm/i915/skl: Update DDI buffer translation programming. - LP: #1494163 * drm/i915: Enable HDMI on DDI-E - LP: #1484531 * drm/i915/skl: Enable DDI-E - LP: #1484531 * drm/i915: eDP can be present on DDI-E - LP: #1484531 * drm/i915/skl: Adding DDI_E power well domain - LP: #1484531 * drm/i915: set CDCLK if DPLL0 enabled during resuming from S3 - LP: #1490035 * drm/i915: Split atomic wm update to pre and post variants - LP: #1493746 * drm/i915/skl: Drop the preliminary_hw_support flag - LP: #1486868 * drm/i915: set FDI translations to NULL on SKL - LP: #1494163 -- Andy Whitcroft Sun, 13 Sep 2015 11:32:02 +0100 ** Changed in: linux (Ubuntu Wily) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1398269 Title: [Feature] Updated RAPL support for SKylake Status in intel: New Status in linux package in Ubuntu: Fix Released Status in linux source package in Wily: Fix Released Bug description: Add Skylake support in RAPL driver. Upstream status: Kernel - target 4.1 To manage notifications about this bug go to: https://bugs.launchpad.net/intel/+bug/1398269/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kern
[Kernel-packages] [Bug 1398269] Re: [Feature] Updated RAPL support for SKylake
** Information type changed from Proprietary to Public ** Also affects: linux (Ubuntu) Importance: Undecided Status: New ** Also affects: linux (Ubuntu Wily) Importance: Undecided Status: New ** Changed in: linux (Ubuntu Wily) Status: New => Fix Committed ** Changed in: linux (Ubuntu Wily) Assignee: (unassigned) => Tim Gardner (timg-tpi) -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu. https://bugs.launchpad.net/bugs/1398269 Title: [Feature] Updated RAPL support for SKylake Status in intel: New Status in linux package in Ubuntu: Fix Committed Status in linux source package in Wily: Fix Committed Bug description: Add Skylake support in RAPL driver. Upstream status: Kernel - target 4.1 To manage notifications about this bug go to: https://bugs.launchpad.net/intel/+bug/1398269/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp