[Bug 1591833] Re: [Featue] Upgrade Openssl for Intel QAT (quickassist-technology)

2017-02-24 Thread quanxian
Move it into 17.10 after Canonical/Intel discussion.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1591833

Title:
  [Featue] Upgrade Openssl for Intel QAT (quickassist-technology)

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1591833/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1519668] Re: [Feature]Add Intel Omni-Path Architecture (OPA) Firmware

2017-03-01 Thread quanxian
We do not want the platform.dat file added to the distro.
The firmware binaries we want added are found in linux-firmware.
It would be better to grab them from there rather than our distribution 
packages.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1519668

Title:
  [Feature]Add Intel Omni-Path Architecture (OPA) Firmware

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1519668/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1645951] Re: [Feature] GLK:New device IDs

2017-03-27 Thread quanxian
NPK: 0x318e v4.11-rc4 340837f985

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1645951

Title:
  [Feature] GLK:New device IDs

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1645951/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1645521] Re: [Feature] ISH (Intel Sensor Hub) support

2017-03-30 Thread quanxian
only one sub-feature commitid provided, still have more commitid for 
sub-feature. Keep tune.
Status should be incomplete.

Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1645521

Title:
  [Feature] ISH (Intel Sensor Hub) support

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1645521/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1596469] Re: [Bug]tpm initialization fails on x86

2017-03-22 Thread quanxian
https://bugs.launchpad.net/intel/+bug/1674888

have been created for that.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1596469

Title:
  [Bug]tpm initialization fails on x86

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1596469/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1645521] Re: [Feature] ISH (Intel Sensor Hub) support

2017-03-30 Thread quanxian
right. thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1645521

Title:
  [Feature] ISH (Intel Sensor Hub) support

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1645521/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685685] [NEW] [Feature]GLK: intel_rapl enabling

2017-04-23 Thread quanxian
Public bug reported:

Checked intel_rapl support for GeminiLake

Target Kernel: 4.11
Target Release: 17.10

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

** Summary changed:

- [Feature-GLK] intel_rapl enabling
+ [Feature]GLK: intel_rapl enabling

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685685

Title:
  [Feature]GLK: intel_rapl enabling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1685685/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685687] [NEW] [Feature] GLK:Intel PT for GeminiLake

2017-04-23 Thread quanxian
Public bug reported:

Description: Captures information about software execution (branch targets, 
branch taken/not taken indications) to memory
Debug software can post-process data and reconstruct program flow
It enable system and software debug by tracing instruction execution.
Stakeholders: IoTG, CCG
Status: Gemini Lake Intel PT has new features: PTWRITE, Power Event Trace

Target Kernel:4.11
Target Release:17.10

CommitID list:
5443624bed 8ee83b2ab3

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685687

Title:
  [Feature] GLK:Intel PT for GeminiLake

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1685687/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685689] [NEW] [Feature] GLK: USB Type-C Enabling

2017-04-23 Thread quanxian
Public bug reported:

Description:

With USB Type-C the OS needs to be able to switch the USB data role between 
host mode and device mode. This is because USB Type-C connection will select 
the role randomly.
The USB Type-C ports on GLK are controlled via UCSI (USB Type-C System Software 
Interface). We will implement support for UCSI in this task. The UCSI will be 
implemented as a "library" inside kernel. The actual UCSI device on GLK is ACPI 
enumerated device, so we will implement driver for it. This driver will simply 
"register" itself with the library that will do the rest. The "library" 
approach is used because UCSI does not specify the actual bus (I2C, SPI, etc.) 
that is used to interface with the Type-C ports. It only specifies the data 
structures. That means that even though on GLK we have ACPI enumerate device 
for the UCSI interface, on future platforms it may be something else like PCI 
enumerate device.

Target Kernel:4.13
Target Release:17.10

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685689

Title:
  [Feature] GLK: USB Type-C Enabling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1685689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685691] [NEW] [Feature] GLK:S0iX Enabling

2017-04-23 Thread quanxian
Public bug reported:

S0ix-states represent the residency in the Intel® SoC idle standby power states.
The S0ix states shut off part of the SoC when they are not in use. The S0ix
states are triggered when specific conditions within the SoC have been achieved,
for example: certain components are in low power states. The SoC consumes the
least amount of power in the deepest (for example, S0i3) state.
GLK S0ix is triggered by two paths:
(1) by system PM, e.g "suspend-to-idle" triggered by pressing the power button
on Android device or command manually triggered on any Linux based distros;
(2) by runtime PM, i.e no system activities with display off.
S0ix should simply work in theory with trigger path (1) if we have the device
drivers ready. On GLK, we require the below PCI device drivers with system PM
support. ACPI device requirements are WIP.
 I2C designware PCI driver 
 USB XHCI PCI ID 
 Intel trace Hub[NPK) PCI ID 
 SPI BXT PCI ID 
 SCSI UFS BXT PCI host ID 
 Graphics 
 Audio 
 PWM 
 HSUART 
 Security engine
S0ix with trigger path (2) require work as defined below.
 All the above device drivers need to support runtime PM (already defined in 
the same LCK above)
 PCI root port to support runtime PM
Both paths will require LP#1685690 [GLK] intel_idle driver support for S0ix 
support.
Stakeholders : CCG

Sub task:
[GLK] Runtime D3 (RTD3) Enabling
[GLK] [S0ix] Telemetry Enabling

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685691

Title:
  [Feature] GLK:S0iX Enabling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1685691/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1685693] [NEW] [Feature] GLK:Support generating PTWRITE in uprobes

2017-04-23 Thread quanxian
Public bug reported:

Logging values in uprobes is very slow because any logging to a ring buffer 
requires a kernel trap. uprobes already has a trampoline of dynamically 
generated code mapped into user processes.
With PTWRITE we could generate PTWRITE instructions there that log data items 
requested by the user in the uprobes configuration string.
In theory the same could be also done for kprobes, although it is less critical 
there as kprobes already support fast software logging.

Target Kernel:4.11?
Target Release: 17.10

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685693

Title:
  [Feature] GLK:Support generating PTWRITE in uprobes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1685693/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685710] [NEW] [Feature] CNL:Enable ROP Heuristics

2017-04-24 Thread quanxian
Public bug reported:

In modern programming language the caller return address is pushed into the 
stack. When callee function exits the return address is 'popped' out of the 
stack and caller continue executing. This potentially creates security issues 
since the return address could be modified by malicious code.
When enabled, the CET/ROP Heuristics automatically saves the return address in 
processor-internal memory. When a function exits by executing the "ret" 
instruction, the processor automatically compares the address stored in its 
internal memory against the address popped from the stack. If there is a 
mismatch, the processor generates GP fault, signalling/stopping the program and 
potentially alerting the sysadmin.


Target Kernel: 4.13
Target Release: 17.10

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685710

Title:
  [Feature] CNL:Enable ROP Heuristics

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1685710/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685707] [NEW] [Feature] CNL:UFS 2.0

2017-04-23 Thread quanxian
Public bug reported:

UFS 2.0 - Universal Flash Storage.
The Universal Flash System (UFS) is the next generation storage standard that 
is to replace eMMC. UFS includes the feature set of eMMC as a subset and 
defines a unique feature set that provides low power consumption, high data 
throughput, low electromagnetic interference and optimization for mass memory 
subsystem efficiency. UFS adopts the latest technology from other industrial 
standards.
UFS 1 and UFS 1.1 are already supported in upstream kernel.
Add the delta features between 1.1 and 2.0.


Target Kernel:4.13

Target Release: 17.10

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685707

Title:
  [Feature] CNL:UFS 2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1685707/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685708] [NEW] [Feature] Multibuffer implementation of SHA1 and SHA256 with SHA-NI

2017-04-24 Thread quanxian
Public bug reported:

By using multi-buffer, we can speed up the computation of SHA1 and
SHA256 using the SHA new instructions (SHA-NI).

Target kernel: 4.12
Target Release: 17.10

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685708

Title:
  [Feature] Multibuffer implementation of SHA1 and SHA256 with SHA-NI

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1685708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685711] [NEW] [Feature] CNL:EPT A/D Bits

2017-04-24 Thread quanxian
Public bug reported:

Description:

Extended Page Table Accessed and Dirty bits (EPT A/D bits)-This
technology improves performance during memory migration and creates
interesting opportunities for virtualized fault tolerance usages. You
probably already understand that guest OS expects contiguous physical
memory, and the host VMM must preserve this illusion. EPT maps guest
physical address to host address that allows guest OS to modify its own
page tables freely, minimizes VM exits and saves memory.

Target Kernel: TBD
Target Release: 17.10

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685711

Title:
  [Feature] CNL:EPT A/D Bits

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1685711/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685712] [NEW] [Featire] CNL: Enable RAPL support

2017-04-24 Thread quanxian
Public bug reported:

enable RAPL on Cannon Lake Client Platforms


Target Release: 17.10

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685712

Title:
  [Featire] CNL: Enable RAPL support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1685712/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685723] [NEW] [Feature] CNL:eMMC 5.1 support

2017-04-24 Thread quanxian
Public bug reported:

CNL will have eMMC5.1 capable host controller that includes new features: 
1) Command queue support – making the data transfers highly efficient by 
offloading the software overhead into the controller. 
2) eMMC 5.1 further improves the reliability of operation by utilizing an 
“enhanced strobe” at the PHY layer.
The eMMC5.1 is backward compatible with the existing eMMC 4.51 and eMMC 5.0 
Devices.

Target Kernel:4.13

Target Release: 17.10

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685723

Title:
  [Feature] CNL:eMMC 5.1 support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1685723/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1685724] [NEW] [Feature] CNL:SD4.2 and SDIO4 support

2017-04-24 Thread quanxian
Public bug reported:

In Cannonlake we will have Arasan combo controller that is used to
enable UHS-II (Ultra High Speed). The performance target as of today
would be around 250MBps, with peak of 312MBps.

Target Kernel:4.13

Target Release: 17.10

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685724

Title:
  [Feature] CNL:SD4.2 and SDIO4 support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1685724/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685729] [NEW] [Feature]CNL:New device IDs for CNL

2017-04-24 Thread quanxian
Public bug reported:

This task is to identify what new device IDs are required for CNL, whether they 
are published or not. Once that is clarified, documentations and device drivers 
need to update accordingly, and we will create sub-tasks for each device driver 
ID update.
IDs to be added:
HS-UART 
SPI
I2C 
SMBus   
SPI-NOR 
NPK 
xHCI
USB device  
SD  
eMMC
Titan Ridge USB3.1 host
Titan Ridge USB3.1 device
Rest TBD.

Target Release: 17.10

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685729

Title:
  [Feature]CNL:New device IDs for CNL

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1685729/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1670571] Re: [Intel Feature] [Intel Feature] Update X.org's libpciaccess for 32-bit PCI domains

2017-03-07 Thread quanxian
The libpciaccess commit we need picked is:
https://cgit.freedesktop.org/xorg/lib/libpciaccess/commit/?id=099489b7917da44de57f3214425ea9b4a8f36482

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1670571

Title:
  [Intel Feature] [Intel Feature] Update X.org's libpciaccess for 32-bit
  PCI domains

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1670571/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1645521] Re: [Feature] ISH (Intel Sensor Hub) support

2017-07-24 Thread quanxian
Sensor batch mode patches
4.13 138bc7969c24c6cbba28e919c2376ad10a46fc60
 

** Description changed:

  Integrete ISH kernel driver and ISH driver should provoide following 
interface to user
- (1) Batch ModeGet the hardware batch buffer size/count,Set the batch 
timeout value
+ (1) Batch ModeGet the hardware batch buffer size/count,Set the batch 
timeout value: 4.13 138bc7969c24c6cbba28e919c2376ad10a46fc60
  (2) Wakeup/non-wakeupchecking if one sensor is wakeup instance or 
non-wakeup instance.For wakeup instance, when batch buffer is full or wait 
timeout, system must be woken up and receive batched sensor events.
  (3) Timestamp  expose the sensor event timestamp to user space for sync
  (4) physical sensors-support exposing following physical 
sensors:Accelerometer,Gyroscope,Magnetic,Field,Pressure,Light,Proximity
  (5) Advanced sensorsupport exposing following advanced sensors:
  Gravity,Linear Acceleration,Rotation Vector,Orientation,Game 
Rotation,Geomagentic Rotation,Step Detector,Step Counter,Terminal,Significant 
motion,Wakeup Gesture,Glance Gesture,Tilt,PanZoon,Lift and Look
  (6)multiple sensor instance support
  (7)private command support  support set/get path for private command set 
and response get, because some advanced sensor needs different special command 
to work properly.
  (8)User defined sensor support--- exposing non-pre-defined sensors.
  Because customer may add a new sensor in firmware, and hope sensor driver can 
expose it as a unknown sensor automatically, then application can use it 
directly without any code change.
  
  HW: Broxton-p
  
  Upstream Schedule:
  Basic Sensor Driver: 4.9
  Advanced Sensor Driver: TBD

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1645521

Title:
  [Feature] ISH (Intel Sensor Hub) support

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1645521/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1460915] Re: [Feature] TPM 2.0 userspace support

2017-04-26 Thread quanxian
Hi, Leann

Do we have library below? I don't find it in packages.ubuntu.com

TPM2.0 SAPI: System API will implement a library to provide API for app
to access TPM 2.0 module according to TCG TPM2.0 spec

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1460915

Title:
  [Feature] TPM 2.0 userspace support

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1460915/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685739] [NEW] [Feature] EDAC driver for Denverton/Goldmont

2017-04-24 Thread quanxian
Public bug reported:

Need a new EDAC driver for Denverton micorserver (based on Goldmont
core)

Commit IDs:
819f60f EDAC, pnd2_edac: Fix reported DIMM number
cd1be31 EDAC, pnd2_edac: Fix !EDAC_DEBUG build
1c5bf78 EDAC: Select DEBUG_FS
5c71ad1 EDAC, pnd2_edac: Add new EDAC driver for Intel SoC platforms
Commits above have been merged to mainline upstream kernel, seems to be 
included into v4.11-rc5.

Target Kernel: 4.10
Target Release: 17.10

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685739

Title:
  [Feature] EDAC driver for Denverton/Goldmont

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1685739/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685744] [NEW] [Feature] IOMMU feature support

2017-04-24 Thread quanxian
Public bug reported:


Bug fixes:
IOMMU SVM code has wrong macro for source id in ext_dev_tlb_invalidate: 
aaa59306b (4.11)
Audit IOMMU capabilities and disable if there are some incompatible IOMMU's in 
the platform:???
IOMMU Supervisor PASID requires support for flushing global pages:???
Audit IOMMU caching mode behavior to ensure correctnes:???
OMMU identity map for tylersburg errata is done incorrectly:21e722c4c8
IOMMU SVM drivers need a facility to reset PASID and PRI capability when 
function is reset via FLR:???
Remove IOMMU PASID state table under a separate config option.:???

Feature: 
Add debugfs extensions for helping debug of iommu structures:
Implement IOMMU feature Pasid Support Limitation (PSL) v2.4+:???
IOMMU SVM needs a helper function to check if a given PASID is valid:???
vmalloc/vfree family of API's require notifications for kernel consumers like 
IOMMU:???
IOMMU SVM requires PRQ_DRAIN function implemented:???
IOMMU Virtualization needs a function to bind guest pasid table pointer:???

Target Release: 17.10

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685744

Title:
  [Feature] IOMMU feature support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1685744/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685729] Re: [Feature]CNL:New device IDs for CNL

2017-04-24 Thread quanxian
** Package changed: firefox (Ubuntu) => intel

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685729

Title:
  [Feature]CNL:New device IDs for CNL

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1685729/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685744] Re: [Feature] IOMMU feature support

2017-04-24 Thread quanxian
** Package changed: firefox (Ubuntu) => intel

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685744

Title:
  [Feature] IOMMU feature support

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1685744/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685739] Re: [Feature] EDAC driver for Denverton/Goldmont

2017-04-24 Thread quanxian
** Package changed: firefox (Ubuntu) => intel

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685739

Title:
  [Feature] EDAC driver for Denverton/Goldmont

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1685739/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685708] Re: [Feature] Multibuffer implementation of SHA1 and SHA256 with SHA-NI

2017-04-24 Thread quanxian
** Package changed: firefox (Ubuntu) => intel

** Information type changed from Public to Proprietary

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685708

Title:
  [Feature] Multibuffer implementation of SHA1 and SHA256 with SHA-NI

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1685708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685707] Re: [Feature] CNL:UFS 2.0

2017-04-24 Thread quanxian
** Package changed: firefox (Ubuntu) => intel

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685707

Title:
  [Feature] CNL:UFS 2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1685707/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685711] Re: [Feature] CNL:EPT A/D Bits

2017-04-24 Thread quanxian
** Package changed: firefox (Ubuntu) => intel

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685711

Title:
  [Feature] CNL:EPT A/D Bits

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1685711/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685723] Re: [Feature] CNL:eMMC 5.1 support

2017-04-24 Thread quanxian
** Package changed: firefox (Ubuntu) => intel

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685723

Title:
  [Feature] CNL:eMMC 5.1 support

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1685723/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685712] Re: [Featire] CNL: Enable RAPL support

2017-04-24 Thread quanxian
** Package changed: firefox (Ubuntu) => intel

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685712

Title:
  [Featire] CNL: Enable RAPL support

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1685712/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685710] Re: [Feature] CNL:Enable ROP Heuristics

2017-04-24 Thread quanxian
** Package changed: firefox (Ubuntu) => intel

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685710

Title:
  [Feature] CNL:Enable ROP Heuristics

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1685710/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685691] Re: [Feature] GLK:S0iX Enabling

2017-04-24 Thread quanxian
** Package changed: firefox (Ubuntu) => intel

** Information type changed from Public to Proprietary

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685691

Title:
  [Feature] GLK:S0iX Enabling

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1685691/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685724] Re: [Feature] CNL:SD4.2 and SDIO4 support

2017-04-24 Thread quanxian
** Package changed: firefox (Ubuntu) => intel

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685724

Title:
  [Feature] CNL:SD4.2 and SDIO4 support

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1685724/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685689] Re: [Feature] GLK: USB Type-C Enabling

2017-04-24 Thread quanxian
** Package changed: firefox (Ubuntu) => intel

** Information type changed from Public to Proprietary

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685689

Title:
  [Feature] GLK: USB Type-C Enabling

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1685689/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685693] Re: [Feature] GLK:Support generating PTWRITE in uprobes

2017-04-24 Thread quanxian
** Package changed: firefox (Ubuntu) => intel

** Information type changed from Public to Proprietary

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685693

Title:
  [Feature] GLK:Support generating PTWRITE in uprobes

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1685693/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685687] Re: [Feature] GLK:Intel PT for GeminiLake

2017-04-24 Thread quanxian
** Package changed: firefox (Ubuntu) => intel

** Information type changed from Public to Proprietary

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685687

Title:
  [Feature] GLK:Intel PT for GeminiLake

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1685687/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1685685] Re: [Feature]GLK: intel_rapl enabling

2017-04-24 Thread quanxian
** Package changed: firefox (Ubuntu) => intel

** Information type changed from Public to Proprietary

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685685

Title:
  [Feature]GLK: intel_rapl enabling

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1685685/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1645951] Re: [Feature] GLK:New device IDs

2017-08-06 Thread quanxian
I summary all into description. At the same time, SPI-NOR is also added into 
upstream.
SPI-NOR: (0x3196) enumerated from LPC device | v4.12 
|a6450cb0388ee58659be5a54a7bfe5bff09532c7  |

** Description changed:

  Placeholder for GLK(Gemini Lake) IDs that should be published.
- USB device/xDCI: 0x31aa
- LPC: 0x31e8
- SPI-NOR: 0x3196
- PWM: 0x31c8
- SMBus: 0x31d4
- I2C: 0x31ac 0x31ae 0x31b0 0x31b2 0x31b4 0x31b6 0x31b8 0x31ba
- HS-UART: 0x31bc 0x31be 0x31c0 0x31ee
- SPI: 0x31c2 0x31c4 0x31c6
- GPIO: INT3453
- SD Card: 0x31ca
- eMMC: 0x31cc
- SDIO: 0x31d0
- NPK: 0x318e
+ 
+ 
https://git.kernel.org/cgit/linux/kernel/git/balbi/usb.git/commit/?id=9d887e444fa59198e6c5b54d253e8f63fe08a808
+ commit f80e78aa11ad ("mfd: intel-lpss: Add Intel Gemini Lake PCI IDs")
+ 
+ USB device/xDCI: 0x31aa v4.10 8f8983a5683623b62b339d159573f95a1fce44f3
+ 
+ SPI-NOR: (0x3196) enumerated from LPC device | v4.12
+ |a6450cb0388ee58659be5a54a7bfe5bff09532c7  |
+ 
+ LPC: 0x3197 | v4.12 | a6450cb0388ee58659be5a54a7bfe5bff09532c7 |
+ 
+ PWM: 0x31c8 v4.11-rc1 ae2520540cb0090eb8cdba559bcb6a82266f0308
+ 
+ SMBus: 0x31d4 v4.11-rc1 9827f9eb79c56424eac6409197a290601cf78eee
+ 
+ I2C: 0x31ac 0x31ae 0x31b0 0x31b2 0x31b4 0x31b6 0x31b8 0x31ba v4.11-rc1
+ f80e78aa11ad
+ 
+ HS-UART: 0x31bc 0x31be 0x31c0 0x31ee v4.11-rc1 f80e78aa11ad
+ 
+ SPI: 0x31c2 0x31c4 0x31c6 v4.11-rc1 f80e78aa11ad, e18a80acd136
+ 
+ GPIO: INT3453 v4.11-rc1 6693f9f96a0936488dd7876b8079933786e27b1b
+ 
+ SD Card: 0x31ca v4.10 2d1956d0a4e0fd586e1c72c642929e15b5f23226
+ 
+ eMMC: 0x31cc v4.10 2d1956d0a4e0fd586e1c72c642929e15b5f23226
+ 
+ SDIO: 0x31d0 v4.10 2d1956d0a4e0fd586e1c72c642929e15b5f23226
+ 
+ NPK: 0x318e v4.11-rc4 340837f985
  
  HW:
  Gemini Lake
  
  Removed: Not POR
  UFS: 0x31ce
  
  Upstream Schedule:
  kernel: TBD

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1645951

Title:
  [Feature] GLK:New device IDs

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1645951/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1645951] Re: [Feature] GLK:New device IDs

2017-08-06 Thread quanxian
** Description changed:

  Placeholder for GLK(Gemini Lake) IDs that should be published.
  
  
https://git.kernel.org/cgit/linux/kernel/git/balbi/usb.git/commit/?id=9d887e444fa59198e6c5b54d253e8f63fe08a808
  commit f80e78aa11ad ("mfd: intel-lpss: Add Intel Gemini Lake PCI IDs")
  
  USB device/xDCI: 0x31aa v4.10 8f8983a5683623b62b339d159573f95a1fce44f3
  
  SPI-NOR: (0x3196) enumerated from LPC device | v4.12
  |a6450cb0388ee58659be5a54a7bfe5bff09532c7  |
  
  LPC: 0x3197 | v4.12 | a6450cb0388ee58659be5a54a7bfe5bff09532c7 |
  
  PWM: 0x31c8 v4.11-rc1 ae2520540cb0090eb8cdba559bcb6a82266f0308
  
  SMBus: 0x31d4 v4.11-rc1 9827f9eb79c56424eac6409197a290601cf78eee
  
  I2C: 0x31ac 0x31ae 0x31b0 0x31b2 0x31b4 0x31b6 0x31b8 0x31ba v4.11-rc1
  f80e78aa11ad
  
  HS-UART: 0x31bc 0x31be 0x31c0 0x31ee v4.11-rc1 f80e78aa11ad
  
  SPI: 0x31c2 0x31c4 0x31c6 v4.11-rc1 f80e78aa11ad, e18a80acd136
  
  GPIO: INT3453 v4.11-rc1 6693f9f96a0936488dd7876b8079933786e27b1b
  
  SD Card: 0x31ca v4.10 2d1956d0a4e0fd586e1c72c642929e15b5f23226
  
  eMMC: 0x31cc v4.10 2d1956d0a4e0fd586e1c72c642929e15b5f23226
  
  SDIO: 0x31d0 v4.10 2d1956d0a4e0fd586e1c72c642929e15b5f23226
  
  NPK: 0x318e v4.11-rc4 340837f985
  
  HW:
  Gemini Lake
  
  Removed: Not POR
  UFS: 0x31ce
  
  Upstream Schedule:
- kernel: TBD
+ kernel: 4.13

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1645951

Title:
  [Feature] GLK:New device IDs

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1645951/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1674587] Re: [HPC, KNM][Xen] avx512_4vnniw, avx512_4fmaps enabling

2017-06-26 Thread quanxian
It should be done after upgrading to Xen-4.9.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1674587

Title:
  [HPC, KNM][Xen] avx512_4vnniw, avx512_4fmaps enabling

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1674587/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1519668] Re: [Feature]Add Intel Omni-Path Architecture (OPA) Firmware

2017-06-25 Thread quanxian
hi, Canonical

We got the message about OPA firmware issue.

Some issues is found under firmware version 1.18.
If so, need to revert it back to the previous 0.47 version.

I am not sure what version has been updated. Please take it care.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1519668

Title:
  [Feature]Add Intel Omni-Path Architecture (OPA) Firmware

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1519668/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1645951] Re: [Feature] GLK:New device IDs

2017-06-05 Thread quanxian
information from upstream:
UFS is not POR for GLK. Removed UFS from id list.

Now, this feature has all been in upstream.

** Description changed:

  Placeholder for GLK(Gemini Lake) IDs that should be published.
  USB device/xDCI: 0x31aa
  LPC: 0x31e8
  SPI-NOR: 0x3196
  PWM: 0x31c8
  SMBus: 0x31d4
  I2C: 0x31ac 0x31ae 0x31b0 0x31b2 0x31b4 0x31b6 0x31b8 0x31ba
  HS-UART: 0x31bc 0x31be 0x31c0 0x31ee
  SPI: 0x31c2 0x31c4 0x31c6
  GPIO: INT3453
  SD Card: 0x31ca
  eMMC: 0x31cc
  SDIO: 0x31d0
- UFS: 0x31ce
  NPK: 0x318e
  
  HW:
  Gemini Lake
  
+ Removed: Not POR
+ UFS: 0x31ce
+ 
  Upstream Schedule:
  kernel: TBD

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1645951

Title:
  [Feature] GLK:New device IDs

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1645951/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1674587] Re: [HPC, KNM][Xen] avx512_4vnniw, avx512_4fmaps enabling

2017-06-14 Thread quanxian
AVX512_4VNNIW and AVX512_4FMAPS
Xen commit id: a0b4216179359ea48748a384fbad5fd080b15bad
AVX512_VPOPCNTDQ
Xen commit id: bc1e0ea329ecc3235cf6718a1fb0d2c39b1fcf8a

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1674587

Title:
  [HPC, KNM][Xen] avx512_4vnniw, avx512_4fmaps enabling

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1674587/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1645951] Re: [Feature] GLK:New device IDs

2017-05-07 Thread quanxian
There is still one device is not pushed into upstream based on Intel Platform 
tracking system
UFS: 0x31ce | (?) | (?)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1645951

Title:
  [Feature] GLK:New device IDs

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1645951/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1645951] Re: [Feature] GLK:New device IDs

2017-05-06 Thread quanxian
LPC: 0x31e8 |v4.12|a6450cb0388ee58659be5a54a7bfe5bff09532c7
SPI-NOR: 0x3196 enumerated from LPC device|v4.12| 
a6450cb0388ee58659be5a54a7bfe5bff09532c7

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1645951

Title:
  [Feature] GLK:New device IDs

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1645951/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1718825] Re: [Feature] Cristal Ridge: x86 Process Context IDentifiers (PCID) support for OSV

2017-09-23 Thread quanxian
Thanks

If possible,just take it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1718825

Title:
  [Feature] Cristal Ridge: x86 Process Context IDentifiers (PCID)
  support for OSV

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1718825/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1704698] Re: [Feature] Northpeak Enabling

2017-09-23 Thread quanxian
@canonical, also backport 3321371b5d and 29e15e83a9: they lay the pre-
requisite groundwork.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1704698

Title:
  [Feature] Northpeak Enabling

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1704698/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1704698] Re: [Feature] Northpeak Enabling

2017-09-21 Thread quanxian
got that. Intel is working on that. Thx

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1704698

Title:
  [Feature] Northpeak Enabling

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1704698/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1713619] Re: [Feature] RDT: Disable most RDT features on Skylake server

2017-09-21 Thread quanxian
got that. Intel is working on that. Thx

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1713619

Title:
  [Feature] RDT: Disable most RDT features on Skylake server

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1713619/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1712709] Re: [Feature] KBL:Enable Suspend to Idle on Dell 9360 and Dell 9365.

2017-09-28 Thread quanxian
should be fixed in 17.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1712709

Title:
  [Feature] KBL:Enable Suspend to Idle on Dell 9360 and Dell 9365.

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1712709/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1704698] Re: [Feature] Northpeak Enabling

2017-09-28 Thread quanxian
suggest to move it into 18.04. Any comment, let us know.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1704698

Title:
  [Feature] Northpeak Enabling

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1704698/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1704698] Re: [Feature] Northpeak Enabling

2017-09-29 Thread quanxian
** Description changed:

  Description
  
  Description: The NPK(North Peak) solution is composed of four major 
components.Hardware to connect the debug target to the host. DAL (DFX 
Abstraction Layer) to manage the target to host connection. NPKSDK connects to 
DAL and processes trace data using a decoder network.
  GUI and command line tools provide access to NPKSDK to configure and start / 
stop tracing.
  In CNL we have also Core side tracing that is new enabling.
  Stakeholders : To be filled out by Engineering
  Status : Base Enabling
  
  HW: Cannon Lake
  
  Target Kernel: v4.14
- Target Release: 17.10
+ Target Release: 18.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1704698

Title:
  [Feature] Northpeak Enabling

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1704698/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1718825] Re: [Feature] Cristal Ridge: x86 Process Context IDentifiers (PCID) support for OSV

2017-09-28 Thread quanxian
@Canonical
if the backporting works is not easy, we just move it into 18.04.
If the backporting is fine for you, just do it.

The patches are from outside who is not from Intel. we just find that
and list the patches here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1718825

Title:
  [Feature] Cristal Ridge: x86 Process Context IDentifiers (PCID)
  support for OSV

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1718825/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1713619] Re: [Feature] RDT: Disable most RDT features on Skylake server

2017-09-24 Thread quanxian
Seems the patches are from
https://bugs.launchpad.net/intel/+bug/1591609. So if you merge these
patches into 17.10, 1591609 should be also done. :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1713619

Title:
  [Feature] RDT: Disable most RDT features on Skylake server

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1713619/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1709257] Re: [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping Harrisonville SDP

2017-08-27 Thread quanxian
The commit "bc8f10babcc2" is for fixing the issue of commit "3e5d2bd19138" that 
also unconditionally hides the P2SB device on Apollo Lake. To backport from 
4.14 to 4.13 (or older version) for 'pnd2_edac' driver, please apply all the 
following four patches (on Boris' for-next branch):
bc8f10babcc2 EDAC, pnd2: Properly toggle hidden state for P2SB PCI device
5fd77cb3bac7 EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read 
BAR
d84676a9e128 EDAC, pnd2: Mask off the lower four bits of a BAR
3e5d2bd19138 EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1709257

Title:
  [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping
  Harrisonville SDP

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1709257/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1709257] Re: [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping Harrisonville SDP

2017-08-27 Thread quanxian
ok, I will contact upstream for suggestion. Keep tune.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1709257

Title:
  [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping
  Harrisonville SDP

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1709257/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1709257] Re: [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping Harrisonville SDP

2017-08-28 Thread quanxian
>From comment#2, patch bfd4473b850c was not pushed into upstream.
Currently it has been in upstream now.

Comment from upstream
"
The patch "bfd4473b850c i2c: i801: Restore the presence state of P2SB PCI 
device after reading BAR" has been pushed on the 'for-next' branch of I2C 
maintainer Wolfram Sang.
'

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1709257

Title:
  [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping
  Harrisonville SDP

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1709257/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1712031] Re: [Feature] PXE boot with Intel Omni-Path

2017-08-23 Thread quanxian
** Description changed:

+ Description:
+ 
  This is about ability to PXE boot over Intel Fabric.
- Netboot initrd is missing infiniband kernel stack along with hfi1.ko (for 1st 
generation of Intel Omni-Path cards).
- In addition some firmware files required to load modules are also missing in 
initrd.
- This firmware came from existing linux-firmware package, but is not included 
in netboot initrd image.
+ Netboot initrd is missing infiniband kernel stack along with hfi1.ko (for 1st 
generation of Intel Omni-Path cards). In addition some firmware files required 
to load modules are also missing in initrd. This firmware came from existing 
linux-firmware package, but is not included in netboot initrd image.
  
- 1. Feature Overview:
- a) Name of feature:
- Add Intel Omni-Path Architecture (OPA) Firmware to initrd.gz
+ Add Intel Omni-Path Architecture (OPA) Firmware to initrd.gz
  
- b) Feature Description:
- The initrd.gz supplied on Ubuntu 17.04 is missing
- the following firmware listed below in the /lib/firmware directory.
- As a result, PXE boot over fabric fails.
+ The initrd.gz supplied on Ubuntu 17.04 is missing
+ the following firmware listed below in the /lib/firmware directory.
+ As a result, PXE boot over fabric fails.
  
- hfi1_dc8051.fw
- hfi1_fabric.fw
- hfi1_pcie.fw
- hfi1_sbus.fw
+ hfi1_dc8051.fw
+ hfi1_fabric.fw
+ hfi1_pcie.fw
+ hfi1_sbus.fw
  
- These firmware binaries can be found in the standard Ubuntu distro or
- linux-firmware
- 
- 2. Feature Details:
- a) Architectures:
- 64-bit Intel EM64T/AMD64
- 
- b) Drivers or hardware dependencies:
- Omni-Path HFI, HFI driver
- 
- c) Upstream acceptance information:
- Part of linux-firmware
- 
- d) Severity (H,M,L):
- High
- 
- e) Feature Needed by:
- Ubuntu 18.04 LTS
- 
- 3. Business Justification:
- a) Why is this feature needed?
- The firmware is required for the HFI card for Omni-Path Architecture.
- 
- b) What hardware does this enable?
- Omni-Path HFI
- 
- c) Is this hardware on-board in a system (eg, LOM) or an add-on card?
- PCIe card
- 
- d) Business impact?
- Required for Omni-Path
+ Target Release: 18.04

** Package changed: debian-installer (Ubuntu) => intel

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1712031

Title:
  [Feature] PXE boot with Intel Omni-Path

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1712031/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1712030] Re: PXE initrd does not support most of initramfs-tools kernel parameters

2017-08-23 Thread quanxian
** Package changed: debian-installer (Ubuntu) => intel

** Summary changed:

- PXE initrd does not support most of initramfs-tools kernel parameters
+ [Feature] PXE: PXE initrd does not support most of initramfs-tools kernel 
parameters

** Summary changed:

- [Feature] PXE: PXE initrd does not support most of initramfs-tools kernel 
parameters
+ [Bug] PXE: PXE initrd does not support most of initramfs-tools kernel 
parameters

** Description changed:

  When trying to debug PXE UEFI boot on Ubuntu Zesty, I have found that initrd 
provided with ISO at
  /install/netboot/ubuntu-installer/amd64/initrd.gz
  does not support kernel parameters like debug, break (all cases).
  In addition when repacked with additional kernel modules, they are not 
autoloaded when /etc/modules or
  /etc/modules-load.d/modules.conf is in use.
  I think debug capability is very important in case of PXE boot.
+ 
+ Target Release: 17.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1712030

Title:
  [Bug] PXE: PXE initrd does not support most of initramfs-tools kernel
  parameters

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1712030/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1709257] Re: [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping Harrisonville SDP

2017-08-29 Thread quanxian
Appreciate it. Thanks @Seth Forshee

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1709257

Title:
  [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping
  Harrisonville SDP

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1709257/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1704319] Re: [Bug] Crystal Ridge - 4.12 - device-dax: fix sysfs attribute deadlock

2017-10-08 Thread quanxian
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=8861249c740f

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1704319

Title:
  [Bug] Crystal Ridge - 4.12 - device-dax: fix sysfs attribute deadlock

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1704319/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1704319] Re: [Bug] Crystal Ridge - 4.12 - device-dax: fix sysfs attribute deadlock

2017-10-08 Thread quanxian
ignore last comment. wrong input.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1704319

Title:
  [Bug] Crystal Ridge - 4.12 - device-dax: fix sysfs attribute deadlock

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1704319/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1591607] Re: [Feature]Intel PT: Script Interface for applications

2017-10-08 Thread quanxian
no update from upstream.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1591607

Title:
  [Feature]Intel PT: Script Interface for applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1591607/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1591607] Re: [Feature]Intel PT: Script Interface for applications

2017-10-09 Thread quanxian
move it into 18.04

** Description changed:

  Add a (python/perl) scripting interface for Intel Processor Trace to Linux 
perf tools. The interface should enable analysis of Intel PT traces, providing 
customizable filtering and selection of events and event statistics.
  This feature is userspace only. It involves enhancements to the "perf tools" 
application.
  
  Platform: BDW and later
  
- upstream schedule: 4.10 kernel
+ upstream schedule: TBD
+ Target Release: 18.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1591607

Title:
  [Feature]Intel PT: Script Interface for applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1591607/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1591833] Re: [Featue] Upgrade Openssl for Intel QAT (quickassist-technology)

2017-10-09 Thread quanxian
move it into 18.04 by default

** Description changed:

  In order to support Intel QAT, please upgrade Openssl package from 1.0.2
  to 1.1.0
  
  HW: Purley-4s
  
  Upstream schedule:
-Openssl: 1.1.0
+    Openssl: 1.1.0
+ 
+ Target release: 18.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1591833

Title:
  [Featue] Upgrade Openssl for Intel QAT (quickassist-technology)

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1591833/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1715833] Re: [Bug] USB controller failed to respond on Denverton after loading intel_th_pci module

2017-10-11 Thread quanxian
Thanks Seth.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1715833

Title:
  [Bug] USB controller failed to respond on Denverton after loading
  intel_th_pci module

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1715833/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1728762] Re: Update iwlwifi firmware for 3160, 3168, 7260, 7265 and 7265D

2017-11-22 Thread quanxian
Just reminder

The patch has been pushed into upstream

https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
firmware.git/commit/?id=8682bbcafc43792c71e210a1316b355bf17b3297

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1728762

Title:
  Update iwlwifi firmware for 3160, 3168, 7260, 7265 and 7265D

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1728762/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1728762] Re: Update iwlwifi firmware for 3160, 3168, 7260, 7265 and 7265D

2017-11-22 Thread quanxian
The above one is for 3160, 3168, 7260, 7265 and 7265D

This is for 8265/8260

upstream: https://git.kernel.org/pub/scm/linux/kernel/git/firmware
/linux-firmware.git/commit/?id=8682bbcafc43792c71e210a1316b355bf17b3297

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1728762

Title:
  Update iwlwifi firmware for 3160, 3168, 7260, 7265 and 7265D

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1728762/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1731382] Re: [needs-packaging] [Feature] DPTF binary tools

2017-11-29 Thread quanxian
** Tags added: user-space-pkgs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1731382

Title:
  [needs-packaging] [Feature] DPTF binary tools

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1731382/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1728762] Re: Update iwlwifi firmware for 3160, 3168, 7260, 7265 and 7265D

2017-11-09 Thread quanxian
You got right information from https://security-
center.intel.com/advisory.aspx?intelid=INTEL-SA-00101=en-fr.

You can find one line "the Wake-on-Wireless-LAN functionality (WoWLAN),
is a reasonable mitigation against CVE-2017-13080 and CVE-2017-13081".

If I am not wrong, CVE-2017-13080/13081 should be CVE number for
firmware update. Also from the list, you can find these two CVE numbers
are related with 3160, 3168, 7260, 7265 and 7265D.

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2017-13080

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2017-13081

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1728762

Title:
  Update iwlwifi firmware for 3160, 3168, 7260, 7265 and 7265D

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1728762/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1591808] Re: [Feature] SKX: Intel® Cache Allocation Technology(CAT)

2017-12-03 Thread quanxian
Sorry to be late, this has been closed in upstream as merged status.

No commit provided by upstream but tested by upstream on 4.10. testing
is passed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1591808

Title:
  [Feature] SKX: Intel® Cache Allocation Technology(CAT)

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1591808/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1718825] Re: [Feature] Cristal Ridge: x86 Process Context IDentifiers (PCID) support for OSV

2017-10-25 Thread quanxian
The changes are too invasive (they will not backport cleanly), they are
not stable yet (there are still bugs being found in 4.14-rcX). The
performance implications are also not well-documented across the
platforms that we care about.

The opinion is that it is not practical or a good idea to pursue putting
this code back into old distributions, closing this.


** Changed in: intel
   Status: New => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1718825

Title:
  [Feature] Cristal Ridge: x86 Process Context IDentifiers (PCID)
  support for OSV

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1718825/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1758797] Re: [Ubuntu 18.04] USB Type-C test failed on GLK

2018-05-08 Thread quanxian
just provide the commit id in 4.17

b1b59e16075f5e5da2943ce8de724ab96bc3c6c2

Same as comment#8

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1758797

Title:
  [Ubuntu 18.04] USB Type-C test failed on GLK

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1758797/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1770512] Re: Intel microcode update failed

2018-05-11 Thread quanxian
Have a try:

Please feel free delete /lib/firmware/intel-ucode/list and do `update-initramfs 
-u` again.
The list file is for 0day team to track what's inside a package, should not be 
in the formal release.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1770512

Title:
  Intel microcode update failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/intel-microcode/+bug/1770512/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1730804] Re: [Bug] Crystal Ridge - verify error clearing on writes for per inode fs-dax

2018-05-21 Thread quanxian
** Description changed:

  Description:
  A dax mounted filesystem redirects the read/write system calls through the 
dax paths as an optimization, but the dax path is unable to clear media errors.
  With per inode fs-dax, userspace can turn off dax using an ioctl, and clear 
errors using writes. Write a unit test to do that, and inform nvml of this 
reference way to do it.
  
- Target Kernel: 4.16
+ Target Kernel: 4.19
  Target Release: 18.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1730804

Title:
  [Bug] Crystal Ridge - verify error clearing on writes for per inode
  fs-dax

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1730804/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1730775] Re: [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge)

2018-06-11 Thread quanxian
0b0a0bd06ee031b0e439a11a1b15573d9845b4be
14862ee308bbcaae0ac9927b6cbb51386b6c
3080e197e936ab7cdcf66cacec22abe5c6c1007a
432019d644878dbefd8ec2482cb01ec68b8722b9
44b51bbb16d033ac1984123349ec055bae09b623
484cb153fe5ffcd0b7cf423cf29aaeadd0e862b1
4bac471da0d6bab6094c42cf82e08280f361fd31
68a7a2ace13156b8a3d8cd6cceab6c30b52e2923
6fc14e1a44e53c472865252b47398346a27d600e
79fae987518a3aa6c3c7b2e3ad5fe1e4080c12bc
8e9267bb3559065fddecf344cb54501704fcb68e
9aaa3b8b4c56d24210acef37b7c800ca218c3d40
a03e828915c00ed0ea5aa40647c81472cfa7a984
b6b0ea70f4254139e204870937cdb24d88dfac68
cb653eecde3dc37c67d3e7297ac5445d16f7be13
e4be8c9b6a512e274cb6bbac4ac869d73880a8b3
ee487dd2447a43dd318bd7ba2c54e59e707ad851
f2a659f7d8d5da803836583aa16df06bdf324252

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1730775

Title:
  [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge)

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1730775/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1645540] Re: [Feature] Crystal Ridge 2LM error reporting

2018-06-10 Thread quanxian
** Description changed:

  In 2LM configurations we need to error reports to differentiate between
  errors in the "near" memory (DRAM used as cache) and "far" memory
  (Crystal ridge memory)
  
  HW: Apache Pass
  
  Upstream schedule:
- kernel: 4.17
+ kernel: 4.19
  
  Target Release: 18.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1645540

Title:
  [Feature] Crystal Ridge 2LM error reporting

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1645540/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1645540] Re: [Feature] Crystal Ridge 2LM error reporting

2018-05-01 Thread quanxian
This feature is not done. Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1645540

Title:
  [Feature] Crystal Ridge 2LM error reporting

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1645540/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1752378] Re: Please add Userspace Packages for NVDIMM support

2018-05-02 Thread quanxian
NVML is renamed PMDK. the source link is changed. I have updated the
description for clear.

** Description changed:

  The support for Intel NVDIMM technology requires both kernel and
  userspace components.  The kernel components have landed in 4.15 and
  will be available in Bionic.  In order for users to take advantage of
  NVDIMMs in their deployments, the following userspace packages are also
  needed in Bionic:
  
- Libraries for accessing and manipulating NV Memory devices:
- 
- libpmem -- basic pmem operations like flushing
- libpmemblk, libpmemlog, libpmemobj -- pmem transactions
- libvmem, libvmmalloc -- volatile use of pmem
- libpmempool -- persistent memory pool management
- librpmem -- remote access to persistent memory (EXPERIMENTAL)
- 
- Source Code: https://github.com/pmem/nvml
- 
+ https://github.com/pmem/pmdk/releases/tag/1.4
  Tools for management of NV devices and device pools.
- 
- pmempool -- standalone tool for off-line pool managementDescription:
- 
- Source Code: https://github.com/pmem/pmdk/releases/tag/1.3.1
  
  ndctl -- Utility library for managing the libnvdimm (non-volatile memory
  device) sub-system in the Linux kernel.
  
  Source Code: https://github.com/pmem/ndctl
  
- 
  Please use this PPA for testing:
  
  https://launchpad.net/~canonical-server/+archive/ubuntu/nvdimm/
  
  ppa:canonical-server/nvdimm

** Description changed:

  The support for Intel NVDIMM technology requires both kernel and
  userspace components.  The kernel components have landed in 4.15 and
  will be available in Bionic.  In order for users to take advantage of
  NVDIMMs in their deployments, the following userspace packages are also
  needed in Bionic:
  
- https://github.com/pmem/pmdk/releases/tag/1.4
+ PMDK 1.4(Formery NVML) has been released
+ (https://github.com/pmem/pmdk/releases/tag/1.4)
+ 
+ Updated RPM spec is available here:
+ http://pkgs.fedoraproject.org/cgit/rpms/nvml.git/plain/pmdk.spec
+ 
  Tools for management of NV devices and device pools.
  
  ndctl -- Utility library for managing the libnvdimm (non-volatile memory
  device) sub-system in the Linux kernel.
  
  Source Code: https://github.com/pmem/ndctl
  
  Please use this PPA for testing:
  
  https://launchpad.net/~canonical-server/+archive/ubuntu/nvdimm/
  
  ppa:canonical-server/nvdimm

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1752378

Title:
  Please add Userspace Packages for NVDIMM support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1752378/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1591607] Re: [Feature]Intel PT: Script Interface for applications

2018-04-30 Thread quanxian
move this into 18.10. Upstream is still working on that

** Description changed:

  Add a (python/perl) scripting interface for Intel Processor Trace to Linux 
perf tools. The interface should enable analysis of Intel PT traces, providing 
customizable filtering and selection of events and event statistics.
  This feature is userspace only. It involves enhancements to the "perf tools" 
application.
  
  Platform: BDW and later
  
  upstream schedule: TBD
- Target Release: 18.04
+ Target Release: 18.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1591607

Title:
  [Feature]Intel PT: Script Interface for applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1591607/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1704698] Re: [Feature] Northpeak Enabling

2018-04-30 Thread quanxian
I think this should be done.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1704698

Title:
  [Feature] Northpeak Enabling

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1704698/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1591607] Re: [Feature]Intel PT: Script Interface for applications

2018-04-30 Thread quanxian
** Tags added: intel

** Tags removed: intel
** Tags added: intel-kernel-18.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1591607

Title:
  [Feature]Intel PT: Script Interface for applications

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1591607/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1730782] Re: [Bug] [KNL] ~5x slowdown of application when attaching by perf on KNL

2018-05-01 Thread quanxian
** Description changed:

  Description:
  
  Workload slows down for default sampling cycles in KNL. There are some 
processing in perf that's single threaded and bottlenecked when number of cores 
really go up.
  A second issue is that things slow down when we issue
  perf record – workload
  vs
  perf record -a – workload
  
  Patch is submitted for review
  
  https://www.spinics.net/lists/kernel/msg2552460.html
  https://www.spinics.net/lists/kernel/msg2552461.html
  https://www.spinics.net/lists/kernel/msg2552462.html
  https://www.spinics.net/lists/kernel/msg2552463.html
  
  Target kernel: TBD
- Target Release: 18.04
+ Target Release: 18.10

** Tags added: intel-kernel-18.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1730782

Title:
  [Bug] [KNL] ~5x slowdown of application when attaching by perf on KNL

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1730782/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1591833] Re: [Featue] Upgrade Openssl for Intel QAT (quickassist-technology)

2018-05-01 Thread quanxian
seems 1.1.0 has been in 18.04

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1591833

Title:
  [Featue] Upgrade Openssl for Intel QAT (quickassist-technology)

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1591833/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1730804] Re: [Bug] Crystal Ridge - verify error clearing on writes for per inode fs-dax

2018-05-01 Thread quanxian
** Description changed:

  Description:
  A dax mounted filesystem redirects the read/write system calls through the 
dax paths as an optimization, but the dax path is unable to clear media errors.
  With per inode fs-dax, userspace can turn off dax using an ioctl, and clear 
errors using writes. Write a unit test to do that, and inform nvml of this 
reference way to do it.
  
  Target Kernel: 4.16
- Target Release: 18.04
+ Target Release: 18.10

** Tags added: intel-kernel-18.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1730804

Title:
  [Bug] Crystal Ridge - verify error clearing on writes for per inode
  fs-dax

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1730804/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1685723] Re: [Feature] GLK/CNL:eMMC 5.1 support

2018-04-30 Thread quanxian
the commit should be the same as 1645959.

** Tags added: intel-kernel-18.10

** Description changed:

  CNL will have eMMC5.1 capable host controller that includes new features:
  1) Command queue support – making the data transfers highly efficient by 
offloading the software overhead into the controller.
  2) eMMC 5.1 further improves the reliability of operation by utilizing an 
“enhanced strobe” at the PHY layer.
  The eMMC5.1 is backward compatible with the existing eMMC 4.51 and eMMC 5.0 
Devices.
  
  Target Kernel:4.16
  
- Target Release: 18.04
+ Target Release: 18.10
  
  Target Platform: GLK/CNL

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1685723

Title:
  [Feature] GLK/CNL:eMMC 5.1 support

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1685723/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1730775] Re: [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge)

2018-05-01 Thread quanxian
** Description changed:

  Description:
  This is platform independent and can be verified on any of the three 
platforms mentioned here.
  ICL TBT support requires native mode.
  
  Target Kernel: 4.17
- Target Release: 18.04
+ Target Release: 18.10

** Tags added: intel-kernel-18.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1730775

Title:
  [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge)

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1730775/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1645540] Re: [Feature] Crystal Ridge 2LM error reporting

2018-05-01 Thread quanxian
move it to 18.10

** Description changed:

  In 2LM configurations we need to error reports to differentiate between
  errors in the "near" memory (DRAM used as cache) and "far" memory
  (Crystal ridge memory)
  
  HW: Apache Pass
  
  Upstream schedule:
  kernel: 4.17
  
- Target Release: 18.04
+ Target Release: 18.10

** Changed in: intel
   Status: Fix Released => New

** Tags added: intel-kernel-18.10

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1645540

Title:
  [Feature] Crystal Ridge 2LM error reporting

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1645540/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1720045] Re: [Bug] USB 3.1 Gen2 works as 5Gbps

2017-10-26 Thread quanxian
Verification:

root@CFLS:/home/test# lspci -s 14.0 -v
00:14.0 USB controller: Intel Corporation Device a36d (rev 01) (prog-if 30 
[XHCI])
Subsystem: Intel Corporation Device 7270
Flags: bus master, medium devsel, latency 0, IRQ 123
Memory at b122 (64-bit, non-prefetchable) [size=64K]
Capabilities: [70] Power Management version 2
Capabilities: [80] MSI: Enable+ Count=1/8 Maskable- 64bit+
Capabilities: [90] Vendor Specific Information: Len=14 
Kernel driver in use: xhci_hcd
root@CFLS:/home/test# lsusb -t
/: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/10p, 1M (10Gbps)
__ Port 6: Dev 3, If 0, Class=Mass Storage, Driver=uas, 5000M
/: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/16p, 480M
__ Port 7: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
__ Port 7: Dev 2, If 1, Class=Human Interface Device, Driver=usbhid, 1.5M
__ Port 8: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
__ Port 14: Dev 4, If 0, Class=Wireless, Driver=btusb, 12M
__ Port 14: Dev 4, If 1, Class=Wireless, Driver=btusb, 12M
>From the output, 10Gbps is supported.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1720045

Title:
  [Bug] USB 3.1 Gen2 works as 5Gbps

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1720045/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1742488] Re: KVMGT gvt-g live migration

2018-01-10 Thread quanxian
** Package changed: xen (Ubuntu) => kvm (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1742488

Title:
  KVMGT gvt-g live migration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kvm/+bug/1742488/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1460900] Re: [Feature]Code/Data Prioritization (CDP) Enablment

2018-02-23 Thread quanxian
yes. We can. kernel version is v4.10

Here are the commit lists:
0efc89be9471b152599d2db7eb47de8e0d71c59f 
113c60970cf41723891e3a1b303517eaf8510bb5 
12e0110c11a460b890ed7e1071198ced732152c9 
1d78dc59f5ab6f467e49882518453adc7e4caa44 
2264d9c74dda1b6835ab7858204073547457dfd0 
2659f46da8307871989f475accdcdfc4807e9e6c 
458b0d6e751b04216873a5ee9c899be2cd2f80f3 
48553d103d0b63991a08980889c6a35b3e05b5e3 
4ab1586488cb56ed8728e54c4157cc38646874d9 
4e978d06dedb8207b298a5a8a49fce4b2ab80d12 
4f341a5e48443fcc2e2d935ca990e462c02bb1a6 
53a114a69095eeb0e15d04c2a82358b3192f88df 
59fe5a77d473f3519dbee8ef5e77c69897a838f9 
5ff193fbde20df5d80fec367cea3e7856c057320 
60cf5e101fd4441ab112a81e88726efb6fd7542c 
60ec2440c63dea88a5ef13e2b2549730a0d75a37 
6b281569df649ed76145c527028fbbe8a32493aa 
74fcdae1a7fdf30de5413ccc1eca271415d01124 
76ae054c69a745ded388fc4ae70422d74c5bc77d 
78e99b4a2b9afb1c304259fcd4a1c71ca97e3acd 
7bff0af51012500718971f9cc3485f67252353eb 
8ff42c02193150720815608ed03de8d45aeaf8a8 
a2584e1d5a74e8f5387d6484ad4c73ded36aa2ae 
c1c7c3f9d6bb6999a45f66ea4c6bfbcab87ff34b 
c7cc0cc10cdecc275211c8749defba6c41aaf5de 
d57e3ab7e34c51a8badeea1b500bfb738d0af66e 
e02737d5b82640497637d18428e2793bb7f02881 
e9a2ea5a1ba09c35258f3663842fb8d8cf2e00c2 
f20e57892806ad244eaec7a7ae365e78fee53377 
f410770293a1fbc08906474c24104a7a11943eb6 
f57b308728902d9ffade53466e9201e999a870e4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1460900

Title:
  [Feature]Code/Data Prioritization (CDP) Enablment

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1460900/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1704698] Re: [Feature] Northpeak Enabling

2018-02-23 Thread quanxian
yes. code is now in 4.15.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1704698

Title:
  [Feature] Northpeak Enabling

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1704698/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1730599] Re: [Bug] [USB Function][CFL-CNL PCH]Stall Error and USB Transaction Error in trace, Disable of device-initiated U1/U2 failed and rebind failed: -517 during suspend/resume with usb stora

2018-02-25 Thread quanxian
backporting?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1730599

Title:
  [Bug] [USB Function][CFL-CNL PCH]Stall Error and USB Transaction Error
  in trace, Disable of device-initiated U1/U2 failed and rebind failed:
  -517 during suspend/resume with usb storage.

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1730599/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744638] Re: [Bug] [CNL] mei: LTR holds platform at Pkg C2, cannot enter deeper Pkg C states

2018-02-25 Thread quanxian
backporting?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744638

Title:
  [Bug] [CNL] mei: LTR holds platform at Pkg C2, cannot enter deeper Pkg
  C states

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1744638/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1745899] Re: [Bug][KVM][Crystal Ridge] Terrible performance of vNVDIMM on QEMU with device DAX backend

2018-02-25 Thread quanxian
backporting?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1745899

Title:
  [Bug][KVM][Crystal Ridge] Terrible performance of vNVDIMM on QEMU with
  device DAX backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1745899/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1730804] Re: [Bug] Crystal Ridge - verify error clearing on writes for per inode fs-dax

2018-06-21 Thread quanxian
not for OSV

** Changed in: intel
   Status: Incomplete => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1730804

Title:
  [Bug] Crystal Ridge - verify error clearing on writes for per inode
  fs-dax

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1730804/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1730782] Re: [Bug] [KNL] ~5x slowdown of application when attaching by perf on KNL

2018-07-26 Thread quanxian
the patch of this bug is under review in upstream. Once update is
official, we will provide patch commit id in this bug. This bug is for
tracking. Thanks for your support.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1730782

Title:
  [Bug] [KNL] ~5x slowdown of application when attaching by perf on KNL

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1730782/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1783043] Re: GLIBC High Power License Fix for Ubuntu 16.04.4

2018-08-13 Thread quanxian
hi, Joe

The issue is broader than this particular use case. Without H.J.'s fix,
most of the workloads will probably run at an unnecessary high power
license level, preventing the CPU to scale up to the maximum frequency.

I suggest Ubuntu take this patch into 16.04.4 to provide strong support
for 16.04.4 distribute.


** Information type changed from Proprietary to Public

** Changed in: intel
   Status: Won't Fix => Incomplete

** Also affects: ubuntu
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1783043

Title:
  GLIBC High Power License Fix for Ubuntu 16.04.4

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1783043/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   3   4   5   6   7   8   9   >