Solved this issue;
On include/linux/huge_mm.h i defined ,HPAGE_PMD_SHIFT , HPAGE_PMD_MASK , 
HPAGE_PMD_SIZE to zero 
when CONFIG_TRANSPARENT_HUGEPAGE is undefined.

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

Title:
  Errors on include/linux/compiler.h

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  On my kernel , i make some modifications on order to remove suppress error 
message from compiler.
  Run make
  Bellow is error message from compiler:

  In function ‘zap_pmd_range’,
      inlined from ‘unmap_page_range’ at mm/memory.c:1281:8:
  include/linux/compiler.h:506:38: error: call to ‘__compiletime_assert_1243’ 
declared with attribute error: BUILD_BUG failed
    _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)
                                        ^
  include/linux/compiler.h:489:4: note: in definition of macro 
‘__compiletime_assert’
      prefix ## suffix();    \
      ^
  include/linux/compiler.h:506:2: note: in expansion of macro 
‘_compiletime_assert’
    _compiletime_assert(condition, msg, __compiletime_assert_, __LINE__)
    ^
  include/linux/bug.h:51:37: note: in expansion of macro ‘compiletime_assert’
   #define BUILD_BUG_ON_MSG(cond, msg) compiletime_assert(!(cond), msg)
                                       ^
  include/linux/bug.h:85:21: note: in expansion of macro ‘BUILD_BUG_ON_MSG’
   #define BUILD_BUG() BUILD_BUG_ON_MSG(1, "BUILD_BUG failed")
                       ^
  include/linux/huge_mm.h:160:27: note: in expansion of macro ‘BUILD_BUG’
   #define HPAGE_PMD_SIZE ({ BUILD_BUG(); 0; })
                             ^
  mm/memory.c:1243:23: note: in expansion of macro ‘HPAGE_PMD_SIZE’
      if (next - addr != HPAGE_PMD_SIZE) {
                         ^
  scripts/Makefile.build:291: recipe for target 'mm/memory.o' failed
  make[1]: *** [mm/memory.o] Error 1
  Makefile:963: recipe for target 'mm' failed
  make: *** [mm] Error 2

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-59-generic 4.4.0-59.80
  ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
  Uname: Linux 4.4.0-59-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.4
  Architecture: amd64
  AudioDevicesInUse:
   USER        PID ACCESS COMMAND
   /dev/snd/controlC0:  asu        3221 F.... pulseaudio
  CurrentDesktop: MATE
  Date: Tue Jan 31 13:30:32 2017
  InstallationDate: Installed on 2016-04-29 (276 days ago)
  InstallationMedia: Ubuntu-Studio 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IwConfig:
   lo        no wireless extensions.
   
   enp1s0    no wireless extensions.
  MachineType: Olidata S.p.A. ALABAMA
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-59-generic 
root=/dev/mapper/192--168--0--108--vg-root ro
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-59-generic N/A
   linux-backports-modules-4.4.0-59-generic  N/A
   linux-firmware                            1.157.6
  RfKill:
   
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/08/2008
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: S0101
  dmi.board.asset.tag: To Be Filled By O.E.M.
  dmi.board.name: To be filled by O.E.M.
  dmi.board.vendor: To be filled by O.E.M.
  dmi.board.version: To be filled by O.E.M.
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrS0101:bd07/08/2008:svnOlidataS.p.A.:pnALABAMA:pvrToBeFilledByO.E.M.:rvnTobefilledbyO.E.M.:rnTobefilledbyO.E.M.:rvrTobefilledbyO.E.M.:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: ALABAMA
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: Olidata S.p.A.

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