All of lore.kernel.org
 help / color / mirror / Atom feed
* [peterz-queue:master 6/13] arch/mips/kernel/asm-offsets.c:81:34: error: 'struct task_struct' has no member named 'state'; did you mean '__state'?
@ 2021-06-02 22:39 kernel test robot
  0 siblings, 0 replies; only message in thread
From: kernel test robot @ 2021-06-02 22:39 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 19661 bytes --]

Hi Peter,

First bad commit (maybe != root cause):

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git master
head:   9ed6f655243a63aa79cf86c56ad25970daf25d5c
commit: 54de66545ff5c075312c67286db9bf343a2f4057 [6/13] sched: Change task_struct::state
config: mips-randconfig-r036-20210601 (attached as .config)
compiler: mips-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git/commit/?id=54de66545ff5c075312c67286db9bf343a2f4057
        git remote add peterz-queue https://git.kernel.org/pub/scm/linux/kernel/git/peterz/queue.git
        git fetch --no-tags peterz-queue master
        git checkout 54de66545ff5c075312c67286db9bf343a2f4057
        # save the attached .config to linux build tree
        COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=mips 

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   arch/mips/kernel/asm-offsets.c:26:6: warning: no previous prototype for 'output_ptreg_defines' [-Wmissing-prototypes]
      26 | void output_ptreg_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:78:6: warning: no previous prototype for 'output_task_defines' [-Wmissing-prototypes]
      78 | void output_task_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~
   In file included from arch/mips/kernel/asm-offsets.c:16:
   arch/mips/kernel/asm-offsets.c: In function 'output_task_defines':
>> arch/mips/kernel/asm-offsets.c:81:34: error: 'struct task_struct' has no member named 'state'; did you mean '__state'?
      81 |  OFFSET(TASK_STATE, task_struct, state);
         |                                  ^~~~~
   include/linux/kbuild.h:6:62: note: in definition of macro 'DEFINE'
       6 |  asm volatile("\n.ascii \"->" #sym " %0 " #val "\"" : : "i" (val))
         |                                                              ^~~
   include/linux/stddef.h:17:32: note: in expansion of macro '__compiler_offsetof'
      17 | #define offsetof(TYPE, MEMBER) __compiler_offsetof(TYPE, MEMBER)
         |                                ^~~~~~~~~~~~~~~~~~~
   include/linux/kbuild.h:11:14: note: in expansion of macro 'offsetof'
      11 |  DEFINE(sym, offsetof(struct str, mem))
         |              ^~~~~~~~
   arch/mips/kernel/asm-offsets.c:81:2: note: in expansion of macro 'OFFSET'
      81 |  OFFSET(TASK_STATE, task_struct, state);
         |  ^~~~~~
   arch/mips/kernel/asm-offsets.c: At top level:
   arch/mips/kernel/asm-offsets.c:93:6: warning: no previous prototype for 'output_thread_info_defines' [-Wmissing-prototypes]
      93 | void output_thread_info_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:109:6: warning: no previous prototype for 'output_thread_defines' [-Wmissing-prototypes]
     109 | void output_thread_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:137:6: warning: no previous prototype for 'output_thread_fpu_defines' [-Wmissing-prototypes]
     137 | void output_thread_fpu_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:180:6: warning: no previous prototype for 'output_mm_defines' [-Wmissing-prototypes]
     180 | void output_mm_defines(void)
         |      ^~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:219:6: warning: no previous prototype for 'output_sc_defines' [-Wmissing-prototypes]
     219 | void output_sc_defines(void)
         |      ^~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:254:6: warning: no previous prototype for 'output_signal_defined' [-Wmissing-prototypes]
     254 | void output_signal_defined(void)
         |      ^~~~~~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:333:6: warning: no previous prototype for 'output_pm_defines' [-Wmissing-prototypes]
     333 | void output_pm_defines(void)
         |      ^~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:347:6: warning: no previous prototype for 'output_kvm_defines' [-Wmissing-prototypes]
     347 | void output_kvm_defines(void)
         |      ^~~~~~~~~~~~~~~~~~
--
   arch/mips/kernel/asm-offsets.c:26:6: warning: no previous prototype for 'output_ptreg_defines' [-Wmissing-prototypes]
      26 | void output_ptreg_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:78:6: warning: no previous prototype for 'output_task_defines' [-Wmissing-prototypes]
      78 | void output_task_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~
   In file included from arch/mips/kernel/asm-offsets.c:16:
   arch/mips/kernel/asm-offsets.c: In function 'output_task_defines':
>> arch/mips/kernel/asm-offsets.c:81:34: error: 'struct task_struct' has no member named 'state'; did you mean '__state'?
      81 |  OFFSET(TASK_STATE, task_struct, state);
         |                                  ^~~~~
   include/linux/kbuild.h:6:62: note: in definition of macro 'DEFINE'
       6 |  asm volatile("\n.ascii \"->" #sym " %0 " #val "\"" : : "i" (val))
         |                                                              ^~~
   include/linux/stddef.h:17:32: note: in expansion of macro '__compiler_offsetof'
      17 | #define offsetof(TYPE, MEMBER) __compiler_offsetof(TYPE, MEMBER)
         |                                ^~~~~~~~~~~~~~~~~~~
   include/linux/kbuild.h:11:14: note: in expansion of macro 'offsetof'
      11 |  DEFINE(sym, offsetof(struct str, mem))
         |              ^~~~~~~~
   arch/mips/kernel/asm-offsets.c:81:2: note: in expansion of macro 'OFFSET'
      81 |  OFFSET(TASK_STATE, task_struct, state);
         |  ^~~~~~
   arch/mips/kernel/asm-offsets.c: At top level:
   arch/mips/kernel/asm-offsets.c:93:6: warning: no previous prototype for 'output_thread_info_defines' [-Wmissing-prototypes]
      93 | void output_thread_info_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:109:6: warning: no previous prototype for 'output_thread_defines' [-Wmissing-prototypes]
     109 | void output_thread_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:137:6: warning: no previous prototype for 'output_thread_fpu_defines' [-Wmissing-prototypes]
     137 | void output_thread_fpu_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:180:6: warning: no previous prototype for 'output_mm_defines' [-Wmissing-prototypes]
     180 | void output_mm_defines(void)
         |      ^~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:219:6: warning: no previous prototype for 'output_sc_defines' [-Wmissing-prototypes]
     219 | void output_sc_defines(void)
         |      ^~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:254:6: warning: no previous prototype for 'output_signal_defined' [-Wmissing-prototypes]
     254 | void output_signal_defined(void)
         |      ^~~~~~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:333:6: warning: no previous prototype for 'output_pm_defines' [-Wmissing-prototypes]
     333 | void output_pm_defines(void)
         |      ^~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:347:6: warning: no previous prototype for 'output_kvm_defines' [-Wmissing-prototypes]
     347 | void output_kvm_defines(void)
         |      ^~~~~~~~~~~~~~~~~~
   make[2]: *** [scripts/Makefile.build:117: arch/mips/kernel/asm-offsets.s] Error 1
   make[2]: Target '__build' not remade because of errors.
   make[1]: *** [Makefile:1232: prepare0] Error 2
   make[1]: Target 'modules_prepare' not remade because of errors.
   make: *** [Makefile:215: __sub-make] Error 2
   make: Target 'modules_prepare' not remade because of errors.
--
   arch/mips/kernel/asm-offsets.c:26:6: warning: no previous prototype for 'output_ptreg_defines' [-Wmissing-prototypes]
      26 | void output_ptreg_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:78:6: warning: no previous prototype for 'output_task_defines' [-Wmissing-prototypes]
      78 | void output_task_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~
   In file included from arch/mips/kernel/asm-offsets.c:16:
   arch/mips/kernel/asm-offsets.c: In function 'output_task_defines':
>> arch/mips/kernel/asm-offsets.c:81:34: error: 'struct task_struct' has no member named 'state'; did you mean '__state'?
      81 |  OFFSET(TASK_STATE, task_struct, state);
         |                                  ^~~~~
   include/linux/kbuild.h:6:62: note: in definition of macro 'DEFINE'
       6 |  asm volatile("\n.ascii \"->" #sym " %0 " #val "\"" : : "i" (val))
         |                                                              ^~~
   include/linux/stddef.h:17:32: note: in expansion of macro '__compiler_offsetof'
      17 | #define offsetof(TYPE, MEMBER) __compiler_offsetof(TYPE, MEMBER)
         |                                ^~~~~~~~~~~~~~~~~~~
   include/linux/kbuild.h:11:14: note: in expansion of macro 'offsetof'
      11 |  DEFINE(sym, offsetof(struct str, mem))
         |              ^~~~~~~~
   arch/mips/kernel/asm-offsets.c:81:2: note: in expansion of macro 'OFFSET'
      81 |  OFFSET(TASK_STATE, task_struct, state);
         |  ^~~~~~
   arch/mips/kernel/asm-offsets.c: At top level:
   arch/mips/kernel/asm-offsets.c:93:6: warning: no previous prototype for 'output_thread_info_defines' [-Wmissing-prototypes]
      93 | void output_thread_info_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:109:6: warning: no previous prototype for 'output_thread_defines' [-Wmissing-prototypes]
     109 | void output_thread_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:137:6: warning: no previous prototype for 'output_thread_fpu_defines' [-Wmissing-prototypes]
     137 | void output_thread_fpu_defines(void)
         |      ^~~~~~~~~~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:180:6: warning: no previous prototype for 'output_mm_defines' [-Wmissing-prototypes]
     180 | void output_mm_defines(void)
         |      ^~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:219:6: warning: no previous prototype for 'output_sc_defines' [-Wmissing-prototypes]
     219 | void output_sc_defines(void)
         |      ^~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:254:6: warning: no previous prototype for 'output_signal_defined' [-Wmissing-prototypes]
     254 | void output_signal_defined(void)
         |      ^~~~~~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:333:6: warning: no previous prototype for 'output_pm_defines' [-Wmissing-prototypes]
     333 | void output_pm_defines(void)
         |      ^~~~~~~~~~~~~~~~~
   arch/mips/kernel/asm-offsets.c:347:6: warning: no previous prototype for 'output_kvm_defines' [-Wmissing-prototypes]
     347 | void output_kvm_defines(void)
         |      ^~~~~~~~~~~~~~~~~~
   make[2]: *** [scripts/Makefile.build:117: arch/mips/kernel/asm-offsets.s] Error 1
   make[2]: Target '__build' not remade because of errors.
   make[1]: *** [Makefile:1232: prepare0] Error 2
   make[1]: Target 'prepare' not remade because of errors.
   make: *** [Makefile:215: __sub-make] Error 2
   make: Target 'prepare' not remade because of errors.


vim +81 arch/mips/kernel/asm-offsets.c

12e25f8e1920b1 arch/mips/kernel/asm-offsets.c Sanjay Lal        2012-11-21  25  
^1da177e4c3f41 arch/mips/kernel/offset.c      Linus Torvalds    2005-04-16 @26  void output_ptreg_defines(void)
^1da177e4c3f41 arch/mips/kernel/offset.c      Linus Torvalds    2005-04-16  27  {
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  28  	COMMENT("MIPS pt_regs offsets.");
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  29  	OFFSET(PT_R0, pt_regs, regs[0]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  30  	OFFSET(PT_R1, pt_regs, regs[1]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  31  	OFFSET(PT_R2, pt_regs, regs[2]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  32  	OFFSET(PT_R3, pt_regs, regs[3]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  33  	OFFSET(PT_R4, pt_regs, regs[4]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  34  	OFFSET(PT_R5, pt_regs, regs[5]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  35  	OFFSET(PT_R6, pt_regs, regs[6]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  36  	OFFSET(PT_R7, pt_regs, regs[7]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  37  	OFFSET(PT_R8, pt_regs, regs[8]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  38  	OFFSET(PT_R9, pt_regs, regs[9]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  39  	OFFSET(PT_R10, pt_regs, regs[10]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  40  	OFFSET(PT_R11, pt_regs, regs[11]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  41  	OFFSET(PT_R12, pt_regs, regs[12]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  42  	OFFSET(PT_R13, pt_regs, regs[13]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  43  	OFFSET(PT_R14, pt_regs, regs[14]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  44  	OFFSET(PT_R15, pt_regs, regs[15]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  45  	OFFSET(PT_R16, pt_regs, regs[16]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  46  	OFFSET(PT_R17, pt_regs, regs[17]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  47  	OFFSET(PT_R18, pt_regs, regs[18]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  48  	OFFSET(PT_R19, pt_regs, regs[19]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  49  	OFFSET(PT_R20, pt_regs, regs[20]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  50  	OFFSET(PT_R21, pt_regs, regs[21]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  51  	OFFSET(PT_R22, pt_regs, regs[22]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  52  	OFFSET(PT_R23, pt_regs, regs[23]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  53  	OFFSET(PT_R24, pt_regs, regs[24]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  54  	OFFSET(PT_R25, pt_regs, regs[25]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  55  	OFFSET(PT_R26, pt_regs, regs[26]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  56  	OFFSET(PT_R27, pt_regs, regs[27]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  57  	OFFSET(PT_R28, pt_regs, regs[28]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  58  	OFFSET(PT_R29, pt_regs, regs[29]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  59  	OFFSET(PT_R30, pt_regs, regs[30]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  60  	OFFSET(PT_R31, pt_regs, regs[31]);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  61  	OFFSET(PT_LO, pt_regs, lo);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  62  	OFFSET(PT_HI, pt_regs, hi);
9693a85378b590 arch/mips/kernel/asm-offsets.c Franck Bui-Huu    2007-02-02  63  #ifdef CONFIG_CPU_HAS_SMARTMIPS
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  64  	OFFSET(PT_ACX, pt_regs, acx);
9693a85378b590 arch/mips/kernel/asm-offsets.c Franck Bui-Huu    2007-02-02  65  #endif
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  66  	OFFSET(PT_EPC, pt_regs, cp0_epc);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  67  	OFFSET(PT_BVADDR, pt_regs, cp0_badvaddr);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  68  	OFFSET(PT_STATUS, pt_regs, cp0_status);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  69  	OFFSET(PT_CAUSE, pt_regs, cp0_cause);
babed555695fad arch/mips/kernel/asm-offsets.c David Daney       2008-12-11  70  #ifdef CONFIG_CPU_CAVIUM_OCTEON
babed555695fad arch/mips/kernel/asm-offsets.c David Daney       2008-12-11  71  	OFFSET(PT_MPL, pt_regs, mpl);
babed555695fad arch/mips/kernel/asm-offsets.c David Daney       2008-12-11  72  	OFFSET(PT_MTP, pt_regs, mtp);
babed555695fad arch/mips/kernel/asm-offsets.c David Daney       2008-12-11  73  #endif /* CONFIG_CPU_CAVIUM_OCTEON */
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  74  	DEFINE(PT_SIZE, sizeof(struct pt_regs));
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  75  	BLANK();
^1da177e4c3f41 arch/mips/kernel/offset.c      Linus Torvalds    2005-04-16  76  }
^1da177e4c3f41 arch/mips/kernel/offset.c      Linus Torvalds    2005-04-16  77  
^1da177e4c3f41 arch/mips/kernel/offset.c      Linus Torvalds    2005-04-16  78  void output_task_defines(void)
^1da177e4c3f41 arch/mips/kernel/offset.c      Linus Torvalds    2005-04-16  79  {
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  80  	COMMENT("MIPS task_struct offsets.");
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29 @81  	OFFSET(TASK_STATE, task_struct, state);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  82  	OFFSET(TASK_THREAD_INFO, task_struct, stack);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  83  	OFFSET(TASK_FLAGS, task_struct, flags);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  84  	OFFSET(TASK_MM, task_struct, mm);
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  85  	OFFSET(TASK_PID, task_struct, pid);
050e9baa9dc9fb arch/mips/kernel/asm-offsets.c Linus Torvalds    2018-06-14  86  #if defined(CONFIG_STACKPROTECTOR)
1400eb656760d1 arch/mips/kernel/asm-offsets.c Gregory Fong      2013-06-17  87  	OFFSET(TASK_STACK_CANARY, task_struct, stack_canary);
1400eb656760d1 arch/mips/kernel/asm-offsets.c Gregory Fong      2013-06-17  88  #endif
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  89  	DEFINE(TASK_STRUCT_SIZE, sizeof(struct task_struct));
fd04d2067508d4 arch/mips/kernel/asm-offsets.c Christoph Lameter 2008-04-29  90  	BLANK();
^1da177e4c3f41 arch/mips/kernel/offset.c      Linus Torvalds    2005-04-16  91  }
^1da177e4c3f41 arch/mips/kernel/offset.c      Linus Torvalds    2005-04-16  92  

:::::: The code at line 81 was first introduced by commit
:::::: fd04d2067508d4a2b8cdb51d9ede1c0d96f13602 mips: use kbuild.h instead of macros in asm-offsets.c

:::::: TO: Christoph Lameter <clameter@sgi.com>
:::::: CC: Linus Torvalds <torvalds@linux-foundation.org>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 27488 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-02 22:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-02 22:39 [peterz-queue:master 6/13] arch/mips/kernel/asm-offsets.c:81:34: error: 'struct task_struct' has no member named 'state'; did you mean '__state'? kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.