This patch seems to be causing build errors.

/tmp/kernel-sforshee-e924fd6-hdwi/build/drivers/hwtracing/intel_th/pci.c: In 
function 'intel_th_pci_activate':
/tmp/kernel-sforshee-e924fd6-hdwi/build/drivers/hwtracing/intel_th/pci.c:39:7: 
error: implicit declaration of function 'INTEL_TH_CAP'; did you mean 
'__INTEL_TH_H__'? [-Werror=implicit-function-declaration]
  if (!INTEL_TH_CAP(th, tscu_enable))
       ^~~~~~~~~~~~
       __INTEL_TH_H__
  CC      fs/debugfs/inode.o
  LD [M]  sound/pci/echoaudio/snd-echo3g.o
  LD [M]  net/nfc/nci/nci_uart.o
/tmp/kernel-sforshee-e924fd6-hdwi/build/drivers/hwtracing/intel_th/pci.c:39:24: 
error: 'tscu_enable' undeclared (first use in this function); did you mean 
'pat_enabled'?
  if (!INTEL_TH_CAP(th, tscu_enable))
                        ^~~~~~~~~~~
                        pat_enabled
/tmp/kernel-sforshee-e924fd6-hdwi/build/drivers/hwtracing/intel_th/pci.c:39:24: 
note: each undeclared identifier is reported only once for each function it 
appears in
  LD [M]  fs/coda/coda.o
  CC [M]  fs/afs/vnode.o
  CC [M]  fs/ceph/snap.o
  CC      arch/x86/kernel/apic/htirq.o
  CC [M]  net/irda/irnet/irnet_ppp.o
/tmp/kernel-sforshee-e924fd6-hdwi/build/drivers/hwtracing/intel_th/pci.c: In 
function 'intel_th_pci_deactivate':
/tmp/kernel-sforshee-e924fd6-hdwi/build/drivers/hwtracing/intel_th/pci.c:60:24: 
error: 'tscu_enable' undeclared (first use in this function); did you mean 
'pat_enabled'?
  if (!INTEL_TH_CAP(th, tscu_enable))
                        ^~~~~~~~~~~
                        pat_enabled
/tmp/kernel-sforshee-e924fd6-hdwi/build/drivers/hwtracing/intel_th/pci.c: In 
function 'intel_th_pci_probe':
/tmp/kernel-sforshee-e924fd6-hdwi/build/drivers/hwtracing/intel_th/pci.c:92:4: 
error: 'struct intel_th' has no member named 'activate'
  th->activate   = intel_th_pci_activate;
    ^~
/tmp/kernel-sforshee-e924fd6-hdwi/build/drivers/hwtracing/intel_th/pci.c:93:4: 
error: 'struct intel_th' has no member named 'deactivate'
  th->deactivate = intel_th_pci_deactivate;
    ^~
/tmp/kernel-sforshee-e924fd6-hdwi/build/drivers/hwtracing/intel_th/pci.c: At 
top level:
/tmp/kernel-sforshee-e924fd6-hdwi/build/drivers/hwtracing/intel_th/pci.c:105:21:
 error: variable 'intel_th_2x' has initializer but incomplete type
 static const struct intel_th_drvdata intel_th_2x = {
                     ^~~~~~~~~~~~~~~~
/tmp/kernel-sforshee-e924fd6-hdwi/build/drivers/hwtracing/intel_th/pci.c:106:3: 
error: 'const struct intel_th_drvdata' has no member named 'tscu_enable'
  .tscu_enable = 1,
   ^~~~~~~~~~~
/tmp/kernel-sforshee-e924fd6-hdwi/build/drivers/hwtracing/intel_th/pci.c:106:17:
 warning: excess elements in struct initializer
  .tscu_enable = 1,
                 ^
/tmp/kernel-sforshee-e924fd6-hdwi/build/drivers/hwtracing/intel_th/pci.c:106:17:
 note: (near initialization for 'intel_th_2x')
  AR      sound/soc/ux500/built-in.o
/tmp/kernel-sforshee-e924fd6-hdwi/build/drivers/hwtracing/intel_th/pci.c:105:38:
 error: storage size of 'intel_th_2x' isn't known
 static const struct intel_th_drvdata intel_th_2x = {
                                      ^~~~~~~~~~

-- 
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/1704698

Title:
  [Feature] Northpeak Enabling

Status in intel:
  New
Status in linux package in Ubuntu:
  Incomplete
Status in linux source package in Artful:
  Incomplete

Bug description:
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/intel/+bug/1704698/+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

Reply via email to