From: Huang Rui <ray.huang@amd.com>
To: kbuild-all@lists.01.org
Subject: Re: {standard input}:1381: Error: Insn slot not set in unwind record.
Date: Mon, 17 Jan 2022 12:05:18 +0800 [thread overview]
Message-ID: <YeTq/jbzDsqEcyNC@amd.com> (raw)
In-Reply-To: <202201151944.siKQX7w9-lkp@intel.com>
[-- Attachment #1: Type: text/plain, Size: 4607 bytes --]
On Sat, Jan 15, 2022 at 07:49:12PM +0800, kernel test robot wrote:
> tree: https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.kernel.org%2Fpub%2Fscm%2Flinux%2Fkernel%2Fgit%2Ftorvalds%2Flinux.git&data=04%7C01%7Cray.huang%40amd.com%7Ca6fd06fac8a94c62c77a08d9d81d26cc%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637778441989299736%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=5x0UsKxXHUM8eaXf%2FfEJg5A7m4lq3IIJB5yVoH8wyWQ%3D&reserved=0 master
> head: a33f5c380c4bd3fa5278d690421b72052456d9fe
> commit: bf67014d6bda16a72deea11dbbff2a97c705ca92 drm/amdgpu: introduce new amdgpu_fence object to indicate the job embedded fence
> date: 4 weeks ago
> config: ia64-randconfig-r033-20220114 (https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdownload.01.org%2F0day-ci%2Farchive%2F20220115%2F202201151944.siKQX7w9-lkp%40intel.com%2Fconfig&data=04%7C01%7Cray.huang%40amd.com%7Ca6fd06fac8a94c62c77a08d9d81d26cc%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637778441989299736%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=wvSyECxjF2Bq0hIolStzs%2FST9%2Bi9w8O4zNDQAxolvZI%3D&reserved=0)
> compiler: ia64-linux-gcc (GCC) 11.2.0
> reproduce (this is a W=1 build):
> wget https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fraw.githubusercontent.com%2Fintel%2Flkp-tests%2Fmaster%2Fsbin%2Fmake.cross&data=04%7C01%7Cray.huang%40amd.com%7Ca6fd06fac8a94c62c77a08d9d81d26cc%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637778441989299736%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=sBWm8b9YpATut%2F0F8%2FeM9nXxjHdXbZtNv7mXqFlOgEQ%3D&reserved=0 -O ~/bin/make.cross
> chmod +x ~/bin/make.cross
> # https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.kernel.org%2Fpub%2Fscm%2Flinux%2Fkernel%2Fgit%2Ftorvalds%2Flinux.git%2Fcommit%2F%3Fid%3Dbf67014d6bda16a72deea11dbbff2a97c705ca92&data=04%7C01%7Cray.huang%40amd.com%7Ca6fd06fac8a94c62c77a08d9d81d26cc%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637778441989299736%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=CJWV4SC%2FhH%2BtzdIbrTN%2F4O7JJ8qRoZPUU5GPvwr3mMs%3D&reserved=0
> git remote add linus https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.kernel.org%2Fpub%2Fscm%2Flinux%2Fkernel%2Fgit%2Ftorvalds%2Flinux.git&data=04%7C01%7Cray.huang%40amd.com%7Ca6fd06fac8a94c62c77a08d9d81d26cc%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637778441989299736%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=5x0UsKxXHUM8eaXf%2FfEJg5A7m4lq3IIJB5yVoH8wyWQ%3D&reserved=0
> git fetch --no-tags linus master
> git checkout bf67014d6bda16a72deea11dbbff2a97c705ca92
> # save the config file to linux build tree
> mkdir build_dir
> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=ia64 SHELL=/bin/bash drivers/gpu/drm/amd/amdgpu/
>
> 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 >>):
>
> In file included from arch/ia64/include/asm/pgtable.h:153,
> from include/linux/pgtable.h:6,
> from arch/ia64/include/asm/uaccess.h:40,
> from include/linux/uaccess.h:11,
> from include/linux/sched/task.h:11,
> from include/linux/sched/signal.h:9,
> from include/linux/rcuwait.h:6,
> from include/linux/percpu-rwsem.h:7,
> from include/linux/fs.h:33,
> from include/linux/seq_file.h:12,
> from drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:31:
> arch/ia64/include/asm/mmu_context.h: In function 'reload_context':
> arch/ia64/include/asm/mmu_context.h:127:48: warning: variable 'old_rr4' set but not used [-Wunused-but-set-variable]
> 127 | unsigned long rr0, rr1, rr2, rr3, rr4, old_rr4;
> | ^~~~~~~
> {standard input}: Assembler messages:
> >> {standard input}:1381: Error: Insn slot not set in unwind record.
> {standard input}:1381: Fatal error: Section switching in code is not supported.
Thanks, let me take a look.
Thanks,
Ray
WARNING: multiple messages have this Message-ID (diff)
From: Huang Rui <ray.huang@amd.com>
To: kernel test robot <lkp@intel.com>
Cc: "kbuild-all@lists.01.org" <kbuild-all@lists.01.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"Deucher, Alexander" <Alexander.Deucher@amd.com>,
"Koenig, Christian" <Christian.Koenig@amd.com>
Subject: Re: {standard input}:1381: Error: Insn slot not set in unwind record.
Date: Mon, 17 Jan 2022 12:05:18 +0800 [thread overview]
Message-ID: <YeTq/jbzDsqEcyNC@amd.com> (raw)
In-Reply-To: <202201151944.siKQX7w9-lkp@intel.com>
On Sat, Jan 15, 2022 at 07:49:12PM +0800, kernel test robot wrote:
> tree: https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.kernel.org%2Fpub%2Fscm%2Flinux%2Fkernel%2Fgit%2Ftorvalds%2Flinux.git&data=04%7C01%7Cray.huang%40amd.com%7Ca6fd06fac8a94c62c77a08d9d81d26cc%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637778441989299736%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=5x0UsKxXHUM8eaXf%2FfEJg5A7m4lq3IIJB5yVoH8wyWQ%3D&reserved=0 master
> head: a33f5c380c4bd3fa5278d690421b72052456d9fe
> commit: bf67014d6bda16a72deea11dbbff2a97c705ca92 drm/amdgpu: introduce new amdgpu_fence object to indicate the job embedded fence
> date: 4 weeks ago
> config: ia64-randconfig-r033-20220114 (https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdownload.01.org%2F0day-ci%2Farchive%2F20220115%2F202201151944.siKQX7w9-lkp%40intel.com%2Fconfig&data=04%7C01%7Cray.huang%40amd.com%7Ca6fd06fac8a94c62c77a08d9d81d26cc%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637778441989299736%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=wvSyECxjF2Bq0hIolStzs%2FST9%2Bi9w8O4zNDQAxolvZI%3D&reserved=0)
> compiler: ia64-linux-gcc (GCC) 11.2.0
> reproduce (this is a W=1 build):
> wget https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fraw.githubusercontent.com%2Fintel%2Flkp-tests%2Fmaster%2Fsbin%2Fmake.cross&data=04%7C01%7Cray.huang%40amd.com%7Ca6fd06fac8a94c62c77a08d9d81d26cc%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637778441989299736%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=sBWm8b9YpATut%2F0F8%2FeM9nXxjHdXbZtNv7mXqFlOgEQ%3D&reserved=0 -O ~/bin/make.cross
> chmod +x ~/bin/make.cross
> # https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.kernel.org%2Fpub%2Fscm%2Flinux%2Fkernel%2Fgit%2Ftorvalds%2Flinux.git%2Fcommit%2F%3Fid%3Dbf67014d6bda16a72deea11dbbff2a97c705ca92&data=04%7C01%7Cray.huang%40amd.com%7Ca6fd06fac8a94c62c77a08d9d81d26cc%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637778441989299736%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=CJWV4SC%2FhH%2BtzdIbrTN%2F4O7JJ8qRoZPUU5GPvwr3mMs%3D&reserved=0
> git remote add linus https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.kernel.org%2Fpub%2Fscm%2Flinux%2Fkernel%2Fgit%2Ftorvalds%2Flinux.git&data=04%7C01%7Cray.huang%40amd.com%7Ca6fd06fac8a94c62c77a08d9d81d26cc%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C637778441989299736%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=5x0UsKxXHUM8eaXf%2FfEJg5A7m4lq3IIJB5yVoH8wyWQ%3D&reserved=0
> git fetch --no-tags linus master
> git checkout bf67014d6bda16a72deea11dbbff2a97c705ca92
> # save the config file to linux build tree
> mkdir build_dir
> COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross O=build_dir ARCH=ia64 SHELL=/bin/bash drivers/gpu/drm/amd/amdgpu/
>
> 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 >>):
>
> In file included from arch/ia64/include/asm/pgtable.h:153,
> from include/linux/pgtable.h:6,
> from arch/ia64/include/asm/uaccess.h:40,
> from include/linux/uaccess.h:11,
> from include/linux/sched/task.h:11,
> from include/linux/sched/signal.h:9,
> from include/linux/rcuwait.h:6,
> from include/linux/percpu-rwsem.h:7,
> from include/linux/fs.h:33,
> from include/linux/seq_file.h:12,
> from drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:31:
> arch/ia64/include/asm/mmu_context.h: In function 'reload_context':
> arch/ia64/include/asm/mmu_context.h:127:48: warning: variable 'old_rr4' set but not used [-Wunused-but-set-variable]
> 127 | unsigned long rr0, rr1, rr2, rr3, rr4, old_rr4;
> | ^~~~~~~
> {standard input}: Assembler messages:
> >> {standard input}:1381: Error: Insn slot not set in unwind record.
> {standard input}:1381: Fatal error: Section switching in code is not supported.
Thanks, let me take a look.
Thanks,
Ray
next prev parent reply other threads:[~2022-01-17 4:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-15 11:49 {standard input}:1381: Error: Insn slot not set in unwind record kernel test robot
2022-01-15 11:49 ` kernel test robot
2022-01-17 4:05 ` Huang Rui [this message]
2022-01-17 4:05 ` Huang Rui
2022-01-18 6:06 ` Huang Rui
2022-01-18 6:06 ` Huang Rui
2022-01-18 6:12 ` Chen, Rong A
2022-01-18 6:12 ` [kbuild-all] " Chen, Rong A
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=YeTq/jbzDsqEcyNC@amd.com \
--to=ray.huang@amd.com \
--cc=kbuild-all@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.