List:       gentoo-hppa
Subject:    [gentoo-hppa] This list may be dead...  But I have hope!
From:       Phil Scarr <phil.scarr () pm ! me>
Date:       2019-10-06 22:02:44
Message-ID: C1C7DA7A-700C-4EC7-A021-4AA7AE2A4D27 () pm ! me
[Download RAW message or body]

[Attachment #2 (text/plain)]

This list may be dead, but I figured I'd try…  I have a 64bit compile problem.

I need some help.  Any pointers to why this is failing?  Trying to compile the \
initial kernel for a new Gentoo install on a new (to me) rp3410 and it's kicking a \
ton of errors.  These seem to be related to the 32v64 bit kernel build.  Any \
thoughts?

(chroot) livecd /usr/src/linux # make
scripts/kconfig/conf  --syncconfig Kconfig
  CC      arch/parisc/kernel/asm-offsets.s
In file included from ./arch/parisc/include/asm/processor.h:17,
                 from ./arch/parisc/include/asm/spinlock.h:7,
                 from ./arch/parisc/include/asm/atomic.h:22,
                 from ./include/linux/atomic.h:7,
                 from ./arch/parisc/include/asm/bitops.h:13,
                 from ./include/linux/bitops.h:19,
                 from ./include/linux/kernel.h:11,
                 from ./arch/parisc/include/asm/bug.h:5,
                 from ./include/linux/bug.h:5,
                 from ./include/linux/thread_info.h:12,
                 from ./include/asm-generic/current.h:5,
                 from ./arch/parisc/include/generated/asm/current.h:1,
                 from ./include/linux/sched.h:12,
                 from arch/parisc/kernel/asm-offsets.c:31:
./arch/parisc/include/asm/pdc.h:73:10: warning: ‘struct pdc_memory_table' declared \
inside parameter list will not be visible outside of this definition or declaration  \
struct pdc_memory_table *tbl, unsigned long entries);  ^~~~~~~~~~~~~~~~
./arch/parisc/include/asm/pdc.h:72:30: warning: ‘struct pdc_memory_table_raddr' \
declared inside parameter list will not be visible outside of this definition or \
declaration  int pdc_mem_mem_table(struct pdc_memory_table_raddr *r_addr,
                              ^~~~~~~~~~~~~~~~~~~~~~
In file included from ./arch/parisc/include/asm/bitops.h:218,
                 from ./include/linux/bitops.h:19,
                 from ./include/linux/kernel.h:11,
                 from ./arch/parisc/include/asm/bug.h:5,
                 from ./include/linux/bug.h:5,
                 from ./include/linux/thread_info.h:12,
                 from ./include/asm-generic/current.h:5,
                 from ./arch/parisc/include/generated/asm/current.h:1,
                 from ./include/linux/sched.h:12,
                 from arch/parisc/kernel/asm-offsets.c:31:
./include/asm-generic/bitops/__fls.h: In function ‘__fls':
./include/asm-generic/bitops/__fls.h:18:21: warning: left shift count >= width of \
type [-Wshift-count-overflow]  if (!(word & (~0ul << 32))) {
                     ^~
./include/asm-generic/bitops/__fls.h:20:8: warning: left shift count >= width of type \
[-Wshift-count-overflow]  word <<= 32;
        ^~~
./include/asm-generic/bitops/__fls.h:23:21: warning: left shift count >= width of \
type [-Wshift-count-overflow]  if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
                     ^~
./include/asm-generic/bitops/__fls.h:27:21: warning: left shift count >= width of \
type [-Wshift-count-overflow]  if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
                     ^~
./include/asm-generic/bitops/__fls.h:31:21: warning: left shift count >= width of \
type [-Wshift-count-overflow]  if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
                     ^~
./include/asm-generic/bitops/__fls.h:35:21: warning: left shift count >= width of \
type [-Wshift-count-overflow]  if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
                     ^~
./include/asm-generic/bitops/__fls.h:39:21: warning: left shift count >= width of \
type [-Wshift-count-overflow]  if (!(word & (~0ul << (BITS_PER_LONG-1))))
                     ^~
In file included from ./include/linux/stringhash.h:7,
                 from ./include/linux/dcache.h:14,
                 from ./include/linux/fs.h:8,
                 from ./include/linux/huge_mm.h:8,
                 from ./include/linux/mm.h:499,
                 from ./include/linux/pid_namespace.h:7,
                 from ./include/linux/ptrace.h:10,
                 from arch/parisc/kernel/asm-offsets.c:33:
./include/linux/hash.h: In function ‘hash32_ptr':
./include/linux/hash.h:99:14: warning: right shift count >= width of type \
[-Wshift-count-overflow]  val ^= (val >> 32);
              ^~
In file included from arch/parisc/kernel/asm-offsets.c:35:
arch/parisc/kernel/asm-offsets.c: In function ‘main':
arch/parisc/kernel/asm-offsets.c:286:36: warning: right shift count >= width of type \
[-Wshift-count-overflow]  DEFINE(ASM_PGD_ENTRY, PAGE_OFFSET >> PGDIR_SHIFT);
                                    ^~
./include/linux/kbuild.h:6:62: note: in definition of macro ‘DEFINE'
  asm volatile("\n.ascii \"->" #sym " %0 " #val "\"" : : "i" (val))
                                                              ^~~
  CALL    scripts/checksyscalls.sh
<stdin>:1335:2: warning: #warning syscall rseq not implemented [-Wcpp]
  CHK     include/generated/compile.h
  CC      init/main.o
In file included from ./arch/parisc/include/asm/processor.h:17,
                 from ./arch/parisc/include/asm/spinlock.h:7,
                 from ./arch/parisc/include/asm/atomic.h:22,
                 from ./include/linux/atomic.h:7,
                 from ./arch/parisc/include/asm/bitops.h:13,
                 from ./include/linux/bitops.h:19,
                 from ./include/linux/kernel.h:11,
                 from ./include/linux/list.h:9,
                 from ./include/linux/module.h:9,
                 from init/main.c:16:
./arch/parisc/include/asm/pdc.h:73:10: warning: ‘struct pdc_memory_table' declared \
inside parameter list will not be visible outside of this definition or declaration  \
struct pdc_memory_table *tbl, unsigned long entries);  ^~~~~~~~~~~~~~~~
./arch/parisc/include/asm/pdc.h:72:30: warning: ‘struct pdc_memory_table_raddr' \
declared inside parameter list will not be visible outside of this definition or \
declaration  int pdc_mem_mem_table(struct pdc_memory_table_raddr *r_addr,
                              ^~~~~~~~~~~~~~~~~~~~~~
In file included from ./arch/parisc/include/asm/bitops.h:218,
                 from ./include/linux/bitops.h:19,
                 from ./include/linux/kernel.h:11,
                 from ./include/linux/list.h:9,
                 from ./include/linux/module.h:9,
                 from init/main.c:16:
./include/asm-generic/bitops/__fls.h: In function ‘__fls':
./include/asm-generic/bitops/__fls.h:18:21: warning: left shift count >= width of \
type [-Wshift-count-overflow]  if (!(word & (~0ul << 32))) {
                     ^~
./include/asm-generic/bitops/__fls.h:20:8: warning: left shift count >= width of type \
[-Wshift-count-overflow]  word <<= 32;
        ^~~
./include/asm-generic/bitops/__fls.h:23:21: warning: left shift count >= width of \
type [-Wshift-count-overflow]  if (!(word & (~0ul << (BITS_PER_LONG-16)))) {
                     ^~
./include/asm-generic/bitops/__fls.h:27:21: warning: left shift count >= width of \
type [-Wshift-count-overflow]  if (!(word & (~0ul << (BITS_PER_LONG-8)))) {
                     ^~
./include/asm-generic/bitops/__fls.h:31:21: warning: left shift count >= width of \
type [-Wshift-count-overflow]  if (!(word & (~0ul << (BITS_PER_LONG-4)))) {
                     ^~
./include/asm-generic/bitops/__fls.h:35:21: warning: left shift count >= width of \
type [-Wshift-count-overflow]  if (!(word & (~0ul << (BITS_PER_LONG-2)))) {
                     ^~
./include/asm-generic/bitops/__fls.h:39:21: warning: left shift count >= width of \
type [-Wshift-count-overflow]  if (!(word & (~0ul << (BITS_PER_LONG-1))))
                     ^~
In file included from ./include/linux/stringhash.h:7,
                 from ./include/linux/dcache.h:14,
                 from ./include/linux/fs.h:8,
                 from ./include/linux/proc_fs.h:9,
                 from init/main.c:17:
./include/linux/hash.h: In function ‘hash32_ptr':
./include/linux/hash.h:99:14: warning: right shift count >= width of type \
[-Wshift-count-overflow]  val ^= (val >> 32);
              ^~
{standard input}: Assembler messages:
{standard input}:325: Error: attempt to move .org backwards
{standard input}:2020: Error: attempt to move .org backwards
{standard input}:2149: Error: attempt to move .org backwards
{standard input}:2634: Error: attempt to move .org backwards
make[1]: *** [scripts/Makefile.build:304: init/main.o] Error 1
make: *** [Makefile:1046: init] Error 2

Here is the stripped .config file:

CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=80300
CONFIG_CLANG_VERSION=0
CONFIG_CC_HAS_ASM_GOTO=y
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_BUILD_SALT=""
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_HAVE_KERNEL_LZ4=y
CONFIG_KERNEL_XZ=y
CONFIG_DEFAULT_HOSTNAME="hp2"
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_CROSS_MEMORY_ATTACH=y
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_HZ_PERIODIC=y
CONFIG_PREEMPT_NONE=y
CONFIG_TICK_CPU_ACCOUNTING=y
CONFIG_CPU_ISOLATION=y
CONFIG_TREE_RCU=y
CONFIG_SRCU=y
CONFIG_TREE_SRCU=y
CONFIG_RCU_STALL_COMMON=y
CONFIG_RCU_NEED_SEGCBLIST=y
CONFIG_LOG_BUF_SHIFT=17
CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=13
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
CONFIG_GENERIC_SCHED_CLOCK=y
CONFIG_CGROUPS=y
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
CONFIG_PID_NS=y
CONFIG_NET_NS=y
CONFIG_CHECKPOINT_RESTORE=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_RD_XZ=y
CONFIG_RD_LZO=y
CONFIG_RD_LZ4=y
CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_SYSCTL_ARCH_UNALIGN_ALLOW=y
CONFIG_BPF=y
CONFIG_MULTIUSER=y
CONFIG_SGETMASK_SYSCALL=y
CONFIG_SYSFS_SYSCALL=y
CONFIG_FHANDLE=y
CONFIG_POSIX_TIMERS=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_FUTEX_PI=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_ADVISE_SYSCALLS=y
CONFIG_MEMBARRIER=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_BASE_RELATIVE=y
CONFIG_HAVE_PERF_EVENTS=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_SLUB_DEBUG=y
CONFIG_COMPAT_BRK=y
CONFIG_SLUB=y
CONFIG_SLAB_MERGE_DEFAULT=y
CONFIG_SLUB_CPU_PARTIAL=y
CONFIG_PARISC=y
CONFIG_CPU_BIG_ENDIAN=y
CONFIG_MMU=y
CONFIG_STACK_GROWSUP=y
CONFIG_RWSEM_GENERIC_SPINLOCK=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_TIME_LOW_RES=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_PGTABLE_LEVELS=3
CONFIG_SYS_SUPPORTS_HUGETLBFS=y
CONFIG_PA8X00=y
CONFIG_PA20=y
CONFIG_PREFETCH=y
CONFIG_MLONGCALLS=y
CONFIG_64BIT=y
CONFIG_PARISC_PAGE_SIZE_4KB=y
CONFIG_PARISC_SELF_EXTRACT=y
CONFIG_SMP=y
CONFIG_PARISC_CPU_TOPOLOGY=y
CONFIG_SCHED_MC=y
CONFIG_IRQSTACKS=y
CONFIG_HOTPLUG_CPU=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ARCH_DISCONTIGMEM_ENABLE=y
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_ARCH_DISCONTIGMEM_DEFAULT=y
CONFIG_NODES_SHIFT=3
CONFIG_HZ_250=y
CONFIG_HZ=250
CONFIG_COMPAT=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_AUDIT_ARCH=y
CONFIG_NR_CPUS=4
CONFIG_PCI=y
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
CONFIG_PCIEASPM=y
CONFIG_PCIEASPM_DEFAULT=y
CONFIG_PCI_QUIRKS=y
CONFIG_PCI_STUB=m
CONFIG_PCI_PF_STUB=m
CONFIG_PCI_ATS=y
CONFIG_PCI_IOV=y
CONFIG_PCI_PRI=y
CONFIG_PCI_PASID=y
CONFIG_CHASSIS_LCD_LED=y
CONFIG_PDC_CHASSIS=y
CONFIG_PDC_CHASSIS_WARN=y
CONFIG_PDC_STABLE=y
CONFIG_SECCOMP=y
CONFIG_CRASH_CORE=y
CONFIG_HAVE_OPROFILE=y
CONFIG_HAVE_64BIT_ALIGNED_ACCESS=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_SECCOMP_FILTER=y
CONFIG_CC_HAS_STACKPROTECTOR_NONE=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
CONFIG_HAVE_ARCH_HASH=y
CONFIG_CLONE_BACKWARDS=y
CONFIG_COMPAT_32BIT_TIME=y
CONFIG_ARCH_NO_COHERENT_DMA_MMAP=y
CONFIG_CPU_NO_EFFICIENT_FFS=y
CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
CONFIG_STRICT_KERNEL_RWX=y
CONFIG_PLUGIN_HOSTCC="g++"
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
CONFIG_INIT_ALL_POSSIBLE=y
CONFIG_BLOCK=y
CONFIG_BLK_SCSI_REQUEST=y
CONFIG_BLK_DEV_BSG=y
CONFIG_MSDOS_PARTITION=y
CONFIG_EFI_PARTITION=y
CONFIG_BLOCK_COMPAT=y
CONFIG_BLK_MQ_PCI=y
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_DEFAULT_CFQ=y
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_MQ_IOSCHED_DEADLINE=y
CONFIG_MQ_IOSCHED_KYBER=y
CONFIG_INLINE_SPIN_UNLOCK_IRQ=y
CONFIG_INLINE_READ_UNLOCK=y
CONFIG_INLINE_READ_UNLOCK_IRQ=y
CONFIG_INLINE_WRITE_UNLOCK=y
CONFIG_INLINE_WRITE_UNLOCK_IRQ=y
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
CONFIG_ELFCORE=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_BINFMT_SCRIPT=y
CONFIG_BINFMT_MISC=m
CONFIG_COREDUMP=y
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_DISCONTIGMEM_MANUAL=y
CONFIG_DISCONTIGMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_NEED_MULTIPLE_NODES=y
CONFIG_HAVE_MEMBLOCK=y
CONFIG_NO_BOOTMEM=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_COMPACTION=y
CONFIG_MIGRATION=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_VIRT_TO_BUS=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
CONFIG_MAX_STACK_SIZE_MB=80
CONFIG_NET=y
CONFIG_UNIX=y
CONFIG_XFRM=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_NET_IP_TUNNEL=y
CONFIG_NET_UDP_TUNNEL=m
CONFIG_INET_TUNNEL=y
CONFIG_INET_XFRM_MODE_TRANSPORT=y
CONFIG_INET_XFRM_MODE_TUNNEL=y
CONFIG_INET_XFRM_MODE_BEET=y
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_IPV6=y
CONFIG_INET6_XFRM_MODE_TRANSPORT=y
CONFIG_INET6_XFRM_MODE_TUNNEL=y
CONFIG_INET6_XFRM_MODE_BEET=y
CONFIG_IPV6_SIT=y
CONFIG_IPV6_NDISC_NODETYPE=y
CONFIG_NET_PTP_CLASSIFY=y
CONFIG_L2TP=m
CONFIG_HAVE_NET_DSA=y
CONFIG_LLC=m
CONFIG_ATALK=m
CONFIG_DEV_APPLETALK=m
CONFIG_IPDDP=m
CONFIG_IPDDP_ENCAP=y
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_XPS=y
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
CONFIG_NET_FLOW_LIMIT=y
CONFIG_WIRELESS=y
CONFIG_MAC80211_STA_HASH_MAX_SIZE=0
CONFIG_DST_CACHE=y
CONFIG_GRO_CELLS=y
CONFIG_MAY_USE_DEVLINK=y
CONFIG_UEVENT_HELPER=y
CONFIG_UEVENT_HELPER_PATH=""
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
CONFIG_EXTRA_FIRMWARE=""
CONFIG_ALLOW_DEV_COREDUMP=y
CONFIG_GENERIC_CPU_DEVICES=y
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
CONFIG_BLK_DEV=y
CONFIG_CDROM=y
CONFIG_HAVE_IDE=y
CONFIG_SCSI_MOD=y
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
CONFIG_SCSI_MQ_DEFAULT=y
CONFIG_SCSI_PROC_FS=y
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_ST=m
CONFIG_BLK_DEV_SR=y
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=y
CONFIG_SCSI_LOGGING=y
CONFIG_SCSI_LOWLEVEL=y
CONFIG_NETDEVICES=y
CONFIG_NET_CORE=y
CONFIG_ETHERNET=y
CONFIG_NET_VENDOR_BROADCOM=y
CONFIG_TIGON3=y
CONFIG_TIGON3_HWMON=y
CONFIG_NET_VENDOR_DEC=y
CONFIG_NET_TULIP=y
CONFIG_TULIP=y
CONFIG_TULIP_MWI=y
CONFIG_TULIP_MMIO=y
CONFIG_TULIP_NAPI=y
CONFIG_MDIO_DEVICE=y
CONFIG_MDIO_BUS=y
CONFIG_PHYLIB=y
CONFIG_WLAN=y
CONFIG_WLAN_VENDOR_ADMTEK=y
CONFIG_WLAN_VENDOR_ATH=y
CONFIG_WLAN_VENDOR_ATMEL=y
CONFIG_WLAN_VENDOR_BROADCOM=y
CONFIG_WLAN_VENDOR_CISCO=y
CONFIG_WLAN_VENDOR_INTEL=y
CONFIG_WLAN_VENDOR_INTERSIL=y
CONFIG_WLAN_VENDOR_MARVELL=y
CONFIG_WLAN_VENDOR_MEDIATEK=y
CONFIG_WLAN_VENDOR_RALINK=y
CONFIG_WLAN_VENDOR_REALTEK=y
CONFIG_WLAN_VENDOR_RSI=y
CONFIG_WLAN_VENDOR_ST=y
CONFIG_WLAN_VENDOR_TI=y
CONFIG_WLAN_VENDOR_ZYDAS=y
CONFIG_WLAN_VENDOR_QUANTENNA=y
CONFIG_INPUT=y
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
CONFIG_KEYBOARD_ATKBD_HP_KEYCODES=y
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_BYD=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_CYPRESS=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
CONFIG_MOUSE_PS2_FOCALTECH=y
CONFIG_SERIO=y
CONFIG_SERIO_SERPORT=y
CONFIG_SERIO_LIBPS2=y
CONFIG_TTY=y
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
CONFIG_LDISC_AUTOLOAD=y
CONFIG_DEVMEM=y
CONFIG_HW_RANDOM=m
CONFIG_DEVPORT=y
CONFIG_PPS=y
CONFIG_PTP_1588_CLOCK=y
CONFIG_POWER_SUPPLY=y
CONFIG_HWMON=y
CONFIG_THERMAL=y
CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
CONFIG_THERMAL_HWMON=y
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
CONFIG_THERMAL_GOV_STEP_WISE=y
CONFIG_SSB_POSSIBLE=y
CONFIG_BCMA_POSSIBLE=y
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=16
CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS=160
CONFIG_DUMMY_CONSOLE_ROWS=64
CONFIG_STI_CONSOLE=y
CONFIG_HID=y
CONFIG_HID_BATTERY_STRENGTH=y
CONFIG_HIDRAW=y
CONFIG_HID_GENERIC=y
CONFIG_HID_A4TECH=y
CONFIG_HID_APPLE=y
CONFIG_HID_BELKIN=y
CONFIG_HID_CHERRY=y
CONFIG_HID_CHICONY=y
CONFIG_HID_CYPRESS=y
CONFIG_HID_EZKEY=y
CONFIG_HID_ITE=y
CONFIG_HID_KENSINGTON=y
CONFIG_HID_LOGITECH=y
CONFIG_HID_REDRAGON=y
CONFIG_HID_MICROSOFT=y
CONFIG_HID_MONTEREY=y
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_PCI=y
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
CONFIG_RTC_SYSTOHC=y
CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
CONFIG_RTC_NVMEM=y
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
CONFIG_RTC_DRV_GENERIC=y
CONFIG_VIRTIO_MENU=y
CONFIG_IOMMU_SUPPORT=y
CONFIG_ARM_GIC_MAX_NR=1
CONFIG_RAS=y
CONFIG_NVMEM=y
CONFIG_FS_IOMAP=y
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT3_FS=y
CONFIG_EXT4_FS=y
CONFIG_EXT4_ENCRYPTION=y
CONFIG_EXT4_FS_ENCRYPTION=y
CONFIG_JBD2=y
CONFIG_FS_MBCACHE=y
CONFIG_JFS_FS=m
CONFIG_XFS_FS=m
CONFIG_XFS_QUOTA=y
CONFIG_XFS_WARN=y
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
CONFIG_FILE_LOCKING=y
CONFIG_MANDATORY_FILE_LOCKING=y
CONFIG_FS_ENCRYPTION=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
CONFIG_QUOTACTL=y
CONFIG_AUTOFS4_FS=y
CONFIG_AUTOFS_FS=y
CONFIG_FSCACHE=m
CONFIG_FSCACHE_STATS=y
CONFIG_FSCACHE_HISTOGRAM=y
CONFIG_CACHEFILES=m
CONFIG_CACHEFILES_HISTOGRAM=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
CONFIG_FAT_DEFAULT_UTF8=y
CONFIG_NTFS_FS=m
CONFIG_NTFS_RW=y
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_PROC_CHILDREN=y
CONFIG_KERNFS=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
CONFIG_MEMFD_CREATE=y
CONFIG_MISC_FILESYSTEMS=y
CONFIG_HFSPLUS_FS=m
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_UTF8=m
CONFIG_KEYS=y
CONFIG_KEYS_COMPAT=y
CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_DEFAULT_SECURITY=""
CONFIG_CRYPTO=y
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_RNG_DEFAULT=y
CONFIG_CRYPTO_AKCIPHER2=y
CONFIG_CRYPTO_KPP2=y
CONFIG_CRYPTO_ACOMP2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_NULL2=y
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_SEQIV=y
CONFIG_CRYPTO_ECHAINIV=m
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_CTR=y
CONFIG_CRYPTO_CTS=y
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_XTS=y
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_CRC32C=y
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_DRBG_MENU=y
CONFIG_CRYPTO_DRBG_HMAC=y
CONFIG_CRYPTO_DRBG=y
CONFIG_CRYPTO_JITTERENTROPY=y
CONFIG_CRYPTO_USER_API=y
CONFIG_CRYPTO_USER_API_HASH=y
CONFIG_CRYPTO_HW=y
CONFIG_BITREVERSE=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_NET_UTILS=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_CRC16=y
CONFIG_CRC32=y
CONFIG_CRC32_SLICEBY8=y
CONFIG_CRC64=y
CONFIG_LIBCRC32C=m
CONFIG_ZLIB_INFLATE=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_LZ4_DECOMPRESS=y
CONFIG_XZ_DEC=y
CONFIG_XZ_DEC_X86=y
CONFIG_XZ_DEC_POWERPC=y
CONFIG_XZ_DEC_IA64=y
CONFIG_XZ_DEC_ARM=y
CONFIG_XZ_DEC_ARMTHUMB=y
CONFIG_XZ_DEC_SPARC=y
CONFIG_XZ_DEC_BCJ=y
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_BZIP2=y
CONFIG_DECOMPRESS_LZMA=y
CONFIG_DECOMPRESS_XZ=y
CONFIG_DECOMPRESS_LZO=y
CONFIG_DECOMPRESS_LZ4=y
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT_MAP=y
CONFIG_HAS_DMA=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
CONFIG_SGL_ALLOC=y
CONFIG_CPU_RMAP=y
CONFIG_DQL=y
CONFIG_NLATTR=y
CONFIG_FONT_SUPPORT=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
CONFIG_SG_POOL=y
CONFIG_SBITMAP=y
CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
CONFIG_CONSOLE_LOGLEVEL_QUIET=4
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=2048
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
CONFIG_ARCH_WANT_FRAME_POINTERS=y
CONFIG_FRAME_POINTER=y
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_HAVE_DEBUG_STACKOVERFLOW=y
CONFIG_CC_HAS_SANCOV_TRACE_PC=y
CONFIG_PANIC_ON_OOPS_VALUE=0
CONFIG_PANIC_TIMEOUT=0
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_RCU_CPU_STALL_TIMEOUT=21
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_TRACING_SUPPORT=y
CONFIG_RUNTIME_TESTING_MENU=y
CONFIG_ARCH_HAS_UBSAN_SANITIZE_ALL=y
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_GENTOO_LINUX=y
CONFIG_GENTOO_LINUX_UDEV=y
CONFIG_GENTOO_LINUX_PORTAGE=y
CONFIG_GENTOO_LINUX_INIT_SCRIPT=y
CONFIG_GENTOO_LINUX_INIT_SYSTEMD=y

--

[Currently Reading](https://www.goodreads.com/user/email_signature_destination/1740012?utm_medium=reading_link&utm_source=email_signature)
 [Book Cover](https://www.goodreads.com/user/email_signature_destination/1740012?utm_medium=cover=&utm_source=email_signature)
 [Goodreads Logo](https://www.goodreads.com/?utm_medium=gr_logo&utm_source=email_signature) \
[Get your own email signature](https://www.goodreads.com/user/email_signature_instructions?utm_medium=gyo_link&utm_source=email_signature)


--

[Currently Reading](https://www.goodreads.com/user/email_signature_destination/1740012?utm_medium=reading_link&utm_source=email_signature)
 [Book Cover](https://www.goodreads.com/user/email_signature_destination/1740012?utm_medium=cover=&utm_source=email_signature)
 [Goodreads Logo](https://www.goodreads.com/?utm_medium=gr_logo&utm_source=email_signature) \
[Get your own email signature](https://www.goodreads.com/user/email_signature_instructions?utm_medium=gyo_link&utm_source=email_signature)



[Attachment #3 (text/html)]

<html><head></head><body>This list may be dead, but I figured I’d try…  I have a \
64bit compile problem.<div class=""><br class=""/></div><div class=""><span \
style="font-family: Optima-Regular;" class="">I need some help.  Any pointers to why \
this is failing?  Trying to compile the initial kernel for a new Gentoo install on a \
new (to me) rp3410 and it’s kicking a ton of errors.  These seem to be related to the \
32v64 bit kernel build.  Any thoughts?</span><div class="" style="font-family: \
Optima-Regular;"><br class=""/></div><div class="" style="font-family: \
Optima-Regular;"><div class=""><font face="Courier New" class="">(chroot) livecd \
/usr/src/linux # make</font></div><div class=""><font face="Courier New" \
class="">scripts/kconfig/conf  --syncconfig Kconfig</font></div><div class=""><font \
face="Courier New" class="">  CC      \
arch/parisc/kernel/asm-offsets.s</font></div><div class=""><font face="Courier New" \
class="">In file included from \
./arch/parisc/include/asm/processor.h:17,</font></div><div class=""><font \
face="Courier New" class="">                 from \
./arch/parisc/include/asm/spinlock.h:7,</font></div><div class=""><font face="Courier \
New" class="">                 from \
./arch/parisc/include/asm/atomic.h:22,</font></div><div class=""><font face="Courier \
New" class="">                 from ./include/linux/atomic.h:7,</font></div><div \
class=""><font face="Courier New" class="">                 from \
./arch/parisc/include/asm/bitops.h:13,</font></div><div class=""><font face="Courier \
New" class="">                 from ./include/linux/bitops.h:19,</font></div><div \
class=""><font face="Courier New" class="">                 from \
./include/linux/kernel.h:11,</font></div><div class=""><font face="Courier New" \
class="">                 from ./arch/parisc/include/asm/bug.h:5,</font></div><div \
class=""><font face="Courier New" class="">                 from \
./include/linux/bug.h:5,</font></div><div class=""><font face="Courier New" class=""> \
from ./include/linux/thread_info.h:12,</font></div><div class=""><font face="Courier \
New" class="">                 from \
./include/asm-generic/current.h:5,</font></div><div class=""><font face="Courier New" \
class="">                 from \
./arch/parisc/include/generated/asm/current.h:1,</font></div><div class=""><font \
face="Courier New" class="">                 from \
./include/linux/sched.h:12,</font></div><div class=""><font face="Courier New" \
class="">                 from arch/parisc/kernel/asm-offsets.c:31:</font></div><div \
class=""><font face="Courier New" class="">./arch/parisc/include/asm/pdc.h:73:10: \
warning: ‘struct pdc_memory_table’ declared inside parameter list will not be visible \
outside of this definition or declaration</font></div><div class=""><font \
face="Courier New" class="">   struct pdc_memory_table *tbl, unsigned long \
entries);</font></div><div class=""><font face="Courier New" class="">          \
^~~~~~~~~~~~~~~~</font></div><div class=""><font face="Courier New" \
class="">./arch/parisc/include/asm/pdc.h:72:30: warning: ‘struct \
pdc_memory_table_raddr’ declared inside parameter list will not be visible outside of \
this definition or declaration</font></div><div class=""><font face="Courier New" \
class=""> int pdc_mem_mem_table(struct pdc_memory_table_raddr \
*r_addr,</font></div><div class=""><font face="Courier New" class="">                 \
^~~~~~~~~~~~~~~~~~~~~~</font></div><div class=""><font face="Courier New" class="">In \
file included from ./arch/parisc/include/asm/bitops.h:218,</font></div><div \
class=""><font face="Courier New" class="">                 from \
./include/linux/bitops.h:19,</font></div><div class=""><font face="Courier New" \
class="">                 from ./include/linux/kernel.h:11,</font></div><div \
class=""><font face="Courier New" class="">                 from \
./arch/parisc/include/asm/bug.h:5,</font></div><div class=""><font face="Courier New" \
class="">                 from ./include/linux/bug.h:5,</font></div><div \
class=""><font face="Courier New" class="">                 from \
./include/linux/thread_info.h:12,</font></div><div class=""><font face="Courier New" \
class="">                 from ./include/asm-generic/current.h:5,</font></div><div \
class=""><font face="Courier New" class="">                 from \
./arch/parisc/include/generated/asm/current.h:1,</font></div><div class=""><font \
face="Courier New" class="">                 from \
./include/linux/sched.h:12,</font></div><div class=""><font face="Courier New" \
class="">                 from arch/parisc/kernel/asm-offsets.c:31:</font></div><div \
class=""><font face="Courier New" class="">./include/asm-generic/bitops/__fls.h: In \
function ‘__fls’:</font></div><div class=""><font face="Courier New" \
class="">./include/asm-generic/bitops/__fls.h:18:21: warning: left shift count &gt;= \
width of type [-Wshift-count-overflow]</font></div><div class=""><font face="Courier \
New" class="">  if (!(word &amp; (~0ul &lt;&lt; 32))) {</font></div><div \
class=""><font face="Courier New" class="">                     ^~</font></div><div \
class=""><font face="Courier New" class="">./include/asm-generic/bitops/__fls.h:20:8: \
warning: left shift count &gt;= width of type \
[-Wshift-count-overflow]</font></div><div class=""><font face="Courier New" class=""> \
word &lt;&lt;= 32;</font></div><div class=""><font face="Courier New" class="">       \
^~~</font></div><div class=""><font face="Courier New" \
class="">./include/asm-generic/bitops/__fls.h:23:21: warning: left shift count &gt;= \
width of type [-Wshift-count-overflow]</font></div><div class=""><font face="Courier \
New" class="">  if (!(word &amp; (~0ul &lt;&lt; (BITS_PER_LONG-16)))) \
{</font></div><div class=""><font face="Courier New" class="">                     \
^~</font></div><div class=""><font face="Courier New" \
class="">./include/asm-generic/bitops/__fls.h:27:21: warning: left shift count &gt;= \
width of type [-Wshift-count-overflow]</font></div><div class=""><font face="Courier \
New" class="">  if (!(word &amp; (~0ul &lt;&lt; (BITS_PER_LONG-8)))) \
{</font></div><div class=""><font face="Courier New" class="">                     \
^~</font></div><div class=""><font face="Courier New" \
class="">./include/asm-generic/bitops/__fls.h:31:21: warning: left shift count &gt;= \
width of type [-Wshift-count-overflow]</font></div><div class=""><font face="Courier \
New" class="">  if (!(word &amp; (~0ul &lt;&lt; (BITS_PER_LONG-4)))) \
{</font></div><div class=""><font face="Courier New" class="">                     \
^~</font></div><div class=""><font face="Courier New" \
class="">./include/asm-generic/bitops/__fls.h:35:21: warning: left shift count &gt;= \
width of type [-Wshift-count-overflow]</font></div><div class=""><font face="Courier \
New" class="">  if (!(word &amp; (~0ul &lt;&lt; (BITS_PER_LONG-2)))) \
{</font></div><div class=""><font face="Courier New" class="">                     \
^~</font></div><div class=""><font face="Courier New" \
class="">./include/asm-generic/bitops/__fls.h:39:21: warning: left shift count &gt;= \
width of type [-Wshift-count-overflow]</font></div><div class=""><font face="Courier \
New" class="">  if (!(word &amp; (~0ul &lt;&lt; (BITS_PER_LONG-1))))</font></div><div \
class=""><font face="Courier New" class="">                     ^~</font></div><div \
class=""><font face="Courier New" class="">In file included from \
./include/linux/stringhash.h:7,</font></div><div class=""><font face="Courier New" \
class="">                 from ./include/linux/dcache.h:14,</font></div><div \
class=""><font face="Courier New" class="">                 from \
./include/linux/fs.h:8,</font></div><div class=""><font face="Courier New" class="">  \
from ./include/linux/huge_mm.h:8,</font></div><div class=""><font face="Courier New" \
class="">                 from ./include/linux/mm.h:499,</font></div><div \
class=""><font face="Courier New" class="">                 from \
./include/linux/pid_namespace.h:7,</font></div><div class=""><font face="Courier New" \
class="">                 from ./include/linux/ptrace.h:10,</font></div><div \
class=""><font face="Courier New" class="">                 from \
arch/parisc/kernel/asm-offsets.c:33:</font></div><div class=""><font face="Courier \
New" class="">./include/linux/hash.h: In function ‘hash32_ptr’:</font></div><div \
class=""><font face="Courier New" class="">./include/linux/hash.h:99:14: warning: \
right shift count &gt;= width of type [-Wshift-count-overflow]</font></div><div \
class=""><font face="Courier New" class="">  val ^= (val &gt;&gt; \
32);</font></div><div class=""><font face="Courier New" class="">              \
^~</font></div><div class=""><font face="Courier New" class="">In file included from \
arch/parisc/kernel/asm-offsets.c:35:</font></div><div class=""><font face="Courier \
New" class="">arch/parisc/kernel/asm-offsets.c: In function ‘main’:</font></div><div \
class=""><font face="Courier New" class="">arch/parisc/kernel/asm-offsets.c:286:36: \
warning: right shift count &gt;= width of type \
[-Wshift-count-overflow]</font></div><div class=""><font face="Courier New" class=""> \
DEFINE(ASM_PGD_ENTRY, PAGE_OFFSET &gt;&gt; PGDIR_SHIFT);</font></div><div \
class=""><font face="Courier New" class="">                                    \
^~</font></div><div class=""><font face="Courier New" \
class="">./include/linux/kbuild.h:6:62: note: in definition of macro \
‘DEFINE’</font></div><div class=""><font face="Courier New" class="">  asm \
volatile(&#34;\n.ascii \&#34;-&gt;&#34; #sym &#34; %0 &#34; #val &#34;\&#34;&#34; : : \
&#34;i&#34; (val))</font></div><div class=""><font face="Courier New" class="">       \
^~~</font></div><div class=""><font face="Courier New" class="">  CALL    \
scripts/checksyscalls.sh</font></div><div class=""><font face="Courier New" \
class="">&lt;stdin&gt;:1335:2: warning: #warning syscall rseq not implemented \
[-Wcpp]</font></div><div class=""><font face="Courier New" class="">  CHK     \
include/generated/compile.h</font></div><div class=""><font face="Courier New" \
class="">  CC      init/main.o</font></div><div class=""><font face="Courier New" \
class="">In file included from \
./arch/parisc/include/asm/processor.h:17,</font></div><div class=""><font \
face="Courier New" class="">                 from \
./arch/parisc/include/asm/spinlock.h:7,</font></div><div class=""><font face="Courier \
New" class="">                 from \
./arch/parisc/include/asm/atomic.h:22,</font></div><div class=""><font face="Courier \
New" class="">                 from ./include/linux/atomic.h:7,</font></div><div \
class=""><font face="Courier New" class="">                 from \
./arch/parisc/include/asm/bitops.h:13,</font></div><div class=""><font face="Courier \
New" class="">                 from ./include/linux/bitops.h:19,</font></div><div \
class=""><font face="Courier New" class="">                 from \
./include/linux/kernel.h:11,</font></div><div class=""><font face="Courier New" \
class="">                 from ./include/linux/list.h:9,</font></div><div \
class=""><font face="Courier New" class="">                 from \
./include/linux/module.h:9,</font></div><div class=""><font face="Courier New" \
class="">                 from init/main.c:16:</font></div><div class=""><font \
face="Courier New" class="">./arch/parisc/include/asm/pdc.h:73:10: warning: ‘struct \
pdc_memory_table’ declared inside parameter list will not be visible outside of this \
definition or declaration</font></div><div class=""><font face="Courier New" \
class="">   struct pdc_memory_table *tbl, unsigned long entries);</font></div><div \
class=""><font face="Courier New" class="">          \
^~~~~~~~~~~~~~~~</font></div><div class=""><font face="Courier New" \
class="">./arch/parisc/include/asm/pdc.h:72:30: warning: ‘struct \
pdc_memory_table_raddr’ declared inside parameter list will not be visible outside of \
this definition or declaration</font></div><div class=""><font face="Courier New" \
class=""> int pdc_mem_mem_table(struct pdc_memory_table_raddr \
*r_addr,</font></div><div class=""><font face="Courier New" class="">                 \
^~~~~~~~~~~~~~~~~~~~~~</font></div><div class=""><font face="Courier New" class="">In \
file included from ./arch/parisc/include/asm/bitops.h:218,</font></div><div \
class=""><font face="Courier New" class="">                 from \
./include/linux/bitops.h:19,</font></div><div class=""><font face="Courier New" \
class="">                 from ./include/linux/kernel.h:11,</font></div><div \
class=""><font face="Courier New" class="">                 from \
./include/linux/list.h:9,</font></div><div class=""><font face="Courier New" \
class="">                 from ./include/linux/module.h:9,</font></div><div \
class=""><font face="Courier New" class="">                 from \
init/main.c:16:</font></div><div class=""><font face="Courier New" \
class="">./include/asm-generic/bitops/__fls.h: In function ‘__fls’:</font></div><div \
class=""><font face="Courier New" \
class="">./include/asm-generic/bitops/__fls.h:18:21: warning: left shift count &gt;= \
width of type [-Wshift-count-overflow]</font></div><div class=""><font face="Courier \
New" class="">  if (!(word &amp; (~0ul &lt;&lt; 32))) {</font></div><div \
class=""><font face="Courier New" class="">                     ^~</font></div><div \
class=""><font face="Courier New" class="">./include/asm-generic/bitops/__fls.h:20:8: \
warning: left shift count &gt;= width of type \
[-Wshift-count-overflow]</font></div><div class=""><font face="Courier New" class=""> \
word &lt;&lt;= 32;</font></div><div class=""><font face="Courier New" class="">       \
^~~</font></div><div class=""><font face="Courier New" \
class="">./include/asm-generic/bitops/__fls.h:23:21: warning: left shift count &gt;= \
width of type [-Wshift-count-overflow]</font></div><div class=""><font face="Courier \
New" class="">  if (!(word &amp; (~0ul &lt;&lt; (BITS_PER_LONG-16)))) \
{</font></div><div class=""><font face="Courier New" class="">                     \
^~</font></div><div class=""><font face="Courier New" \
class="">./include/asm-generic/bitops/__fls.h:27:21: warning: left shift count &gt;= \
width of type [-Wshift-count-overflow]</font></div><div class=""><font face="Courier \
New" class="">  if (!(word &amp; (~0ul &lt;&lt; (BITS_PER_LONG-8)))) \
{</font></div><div class=""><font face="Courier New" class="">                     \
^~</font></div><div class=""><font face="Courier New" \
class="">./include/asm-generic/bitops/__fls.h:31:21: warning: left shift count &gt;= \
width of type [-Wshift-count-overflow]</font></div><div class=""><font face="Courier \
New" class="">  if (!(word &amp; (~0ul &lt;&lt; (BITS_PER_LONG-4)))) \
{</font></div><div class=""><font face="Courier New" class="">                     \
^~</font></div><div class=""><font face="Courier New" \
class="">./include/asm-generic/bitops/__fls.h:35:21: warning: left shift count &gt;= \
width of type [-Wshift-count-overflow]</font></div><div class=""><font face="Courier \
New" class="">  if (!(word &amp; (~0ul &lt;&lt; (BITS_PER_LONG-2)))) \
{</font></div><div class=""><font face="Courier New" class="">                     \
^~</font></div><div class=""><font face="Courier New" \
class="">./include/asm-generic/bitops/__fls.h:39:21: warning: left shift count &gt;= \

	<div class=""><br class=""/>
	</div>-- <br class=""/>
	<div class="gmail_signature" data-smartmail="gmail_signature">
		<div dir="ltr" class="">
			<div class="gmail_signature" data-smartmail="gmail_signature">
				<div dir="ltr" class="">
					<div style="color:rgb(0,0,0);font-family:Georgia,&#34;Times New \
Roman&#34;,serif;font-size:10px" class="">  <a \
href="https://www.goodreads.com/user/email_signature_destination/1740012?utm_medium=reading_link&amp;utm_source=email_signature" \
style="color:rgb(24,24,24text-decoration-line:none" class="">Currently Reading</a>  \
                </div>
					<div style="color:rgb(0,0,0);font-family:Georgia,&#34;Times New \
Roman&#34;,serif;font-size:10px" class="">  <a \
href="https://www.goodreads.com/user/email_signature_destination/1740012?utm_medium=cover=&amp;utm_source=email_signature" \
class=""><img width="50" alt="Book Cover" \
src="https://www.goodreads.com/user/email_signature_cover/1740012" style="margin: \
10px 0px 5px;" class=""/></a>  </div>
					<div style="color:rgb(0,0,0);font-family:Georgia,&#34;Times New \
Roman&#34;,serif;font-size:10px;margin-top:5px" class=""><a \
href="https://www.goodreads.com/?utm_medium=gr_logo&amp;utm_source=email_signature" \
style="border:0px;text-decoration-line:none" class="">  <img width="16" height="16" \
alt="Goodreads Logo" \
src="https://s.gr-assets.com/assets/icons/goodreads_icon_32x32-6c9373254f526f7fdf2980162991a2b3.png" \
style="vertical-align: middle; margin-right: 2px;" class=""/></a>  <a \
href="https://www.goodreads.com/user/email_signature_instructions?utm_medium=gyo_link&amp;utm_source=email_signature" \
style="color:rgb(170,170,170);text-decoration-line:none;vertical-align:middle" \
class="">Get your own email signature</a>  </div>
				</div>
			</div>
		</div>
	</div>

</div>
<br class=""/></div></body></html>




Configure | About | News | Add a list | Sponsored by KoreLogic