All of lore.kernel.org
 help / color / mirror / Atom feed
* Recent spontaneous reboots on multiple machines
@ 2016-01-06 15:21 Meelis Roos
  2016-01-06 15:22 ` Meelis Roos
                   ` (14 more replies)
  0 siblings, 15 replies; 42+ messages in thread
From: Meelis Roos @ 2016-01-06 15:21 UTC (permalink / raw)
  To: sparclinux

Recently (maybe since 4.3.0 or for some models, during 4.4-rc cycle 
before rc5), multiple sparc64 machines have been spontaneously rebooting 
for me during kernel compiles.

First noticed on V240 and E450 (4.3 timeframe).
Recently also on V440, V100, T2000.

Nothing in LOM console history for dmesg, just spontaneous reboot.

All machines have different kernel configs, machine-optimized plus 
random set of debug options and other features.

I am planning to try bisecting this but it will take time. Any other 
good advice for speeding up the pinpointing?

-- 
Meelis Roos (mroos@linux.ee)

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Recent spontaneous reboots on multiple machines
  2016-01-06 15:21 Recent spontaneous reboots on multiple machines Meelis Roos
@ 2016-01-06 15:22 ` Meelis Roos
  2016-01-07 17:41 ` Sowmini Varadhan
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 42+ messages in thread
From: Meelis Roos @ 2016-01-06 15:22 UTC (permalink / raw)
  To: sparclinux

> Recently (maybe since 4.3.0 or for some models, during 4.4-rc cycle 
> before rc5), multiple sparc64 machines have been spontaneously rebooting 
> for me during kernel compiles.
> 
> First noticed on V240 and E450 (4.3 timeframe).
> Recently also on V440, V100, T2000.

Well, T2000 is probably a false alarm this time, sorry. The others are 
still problematic.

-- 
Meelis Roos (mroos@linux.ee)

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Recent spontaneous reboots on multiple machines
  2016-01-06 15:21 Recent spontaneous reboots on multiple machines Meelis Roos
  2016-01-06 15:22 ` Meelis Roos
@ 2016-01-07 17:41 ` Sowmini Varadhan
  2016-01-07 19:46 ` Meelis Roos
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 42+ messages in thread
From: Sowmini Varadhan @ 2016-01-07 17:41 UTC (permalink / raw)
  To: sparclinux

On (01/06/16 17:22), Meelis Roos wrote:
> > Recently (maybe since 4.3.0 or for some models, during 4.4-rc cycle 
> > before rc5), multiple sparc64 machines have been spontaneously rebooting 
> > for me during kernel compiles.

I was able to build on a 4.4.0-rc3+ on my V440, using "make -j 80"
What were your build params?

--Sowmini



^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Recent spontaneous reboots on multiple machines
  2016-01-06 15:21 Recent spontaneous reboots on multiple machines Meelis Roos
  2016-01-06 15:22 ` Meelis Roos
  2016-01-07 17:41 ` Sowmini Varadhan
@ 2016-01-07 19:46 ` Meelis Roos
  2016-01-07 20:14 ` Sowmini Varadhan
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 42+ messages in thread
From: Meelis Roos @ 2016-01-07 19:46 UTC (permalink / raw)
  To: sparclinux

> > > Recently (maybe since 4.3.0 or for some models, during 4.4-rc cycle 
> > > before rc5), multiple sparc64 machines have been spontaneously rebooting 
> > > for me during kernel compiles.
> 
> I was able to build on a 4.4.0-rc3+ on my V440, using "make -j 80"
> What were your build params?

make -j4 only. Underlying kernel config might also be relevant. And it 
did not happen every kernel compile - but often enough. Once even 2 
times per compilation.

So far I have made sure that 4.2.0 works fine on V240 overnight with the 
following command to find any other errors too.
while true; do make clean; make -j2 || break; done

Testing 4.3 on V240 currently.

My V440 config:

#
# Automatically generated file; DO NOT EDIT.
# Linux/sparc64 4.4.0-rc8 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_SPARC=y
# CONFIG_SPARC32 is not set
CONFIG_SPARC64=y
CONFIG_ARCH_DEFCONFIG="arch/sparc/configs/sparc64_defconfig"
CONFIG_ARCH_PROC_KCORE_TEXT=y
CONFIG_IOMMU_HELPER=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_AUDIT_ARCH=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_MMU=y
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_PGTABLE_LEVELS=4
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_IRQ_WORK=y

#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT2
CONFIG_CROSS_COMPILE=""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_DEFAULT_HOSTNAME="v440"
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
CONFIG_POSIX_MQUEUE_SYSCTL=y
CONFIG_CROSS_MEMORY_ATTACH=y
CONFIG_FHANDLE=y
# CONFIG_USELIB is not set
CONFIG_AUDIT=y
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
# CONFIG_AUDITSYSCALL is not set

#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_IRQ_PREFLOW_FASTEOI=y
CONFIG_GENERIC_MSI_IRQ=y
CONFIG_SPARSE_IRQ=y
CONFIG_GENERIC_CLOCKEVENTS=y

#
# Timers subsystem
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ_COMMON=y
# CONFIG_HZ_PERIODIC is not set
CONFIG_NO_HZ_IDLE=y
# CONFIG_NO_HZ_FULL is not set
# CONFIG_NO_HZ is not set
CONFIG_HIGH_RES_TIMERS=y

#
# CPU/Task time and stats accounting
#
CONFIG_TICK_CPU_ACCOUNTING=y
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_TASKSTATS=y
CONFIG_TASK_DELAY_ACCT=y
CONFIG_TASK_XACCT=y
CONFIG_TASK_IO_ACCOUNTING=y

#
# RCU Subsystem
#
CONFIG_TREE_RCU=y
# CONFIG_RCU_EXPERT is not set
CONFIG_SRCU=y
# CONFIG_TASKS_RCU is not set
CONFIG_RCU_STALL_COMMON=y
# CONFIG_TREE_RCU_TRACE is not set
# CONFIG_RCU_EXPEDITE_BOOT is not set
CONFIG_BUILD_BIN2C=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT\x16
CONFIG_LOG_CPU_MAX_BUF_SHIFT\x12
CONFIG_CGROUPS=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_CGROUP_FREEZER=y
# CONFIG_CGROUP_PIDS is not set
CONFIG_CGROUP_DEVICE=y
CONFIG_CPUSETS=y
CONFIG_PROC_PID_CPUSET=y
CONFIG_CGROUP_CPUACCT=y
CONFIG_PAGE_COUNTER=y
CONFIG_MEMCG=y
CONFIG_MEMCG_SWAP=y
CONFIG_MEMCG_SWAP_ENABLED=y
CONFIG_MEMCG_KMEM=y
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_CFS_BANDWIDTH=y
CONFIG_RT_GROUP_SCHED=y
CONFIG_BLK_CGROUP=y
# CONFIG_DEBUG_BLK_CGROUP is not set
CONFIG_CGROUP_WRITEBACK=y
# CONFIG_CHECKPOINT_RESTORE is not set
CONFIG_NAMESPACES=y
# CONFIG_UTS_NS is not set
# CONFIG_IPC_NS is not set
# CONFIG_USER_NS is not set
# CONFIG_PID_NS is not set
# CONFIG_NET_NS is not set
# CONFIG_SCHED_AUTOGROUP is not set
# CONFIG_SYSFS_DEPRECATED is not set
# CONFIG_RELAY is not set
# CONFIG_BLK_DEV_INITRD is not set
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_SYSCTL=y
CONFIG_ANON_INODES=y
CONFIG_HAVE_UID16=y
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_BPF=y
# CONFIG_EXPERT is not set
CONFIG_UID16=y
CONFIG_MULTIUSER=y
CONFIG_SGETMASK_SYSCALL=y
CONFIG_SYSFS_SYSCALL=y
# CONFIG_SYSCTL_SYSCALL is not set
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
# CONFIG_BPF_SYSCALL is not set
CONFIG_SHMEM=y
CONFIG_AIO=y
CONFIG_ADVISE_SYSCALLS=y
CONFIG_USERFAULTFD=y
CONFIG_PCI_QUIRKS=y
CONFIG_MEMBARRIER=y
# CONFIG_EMBEDDED is not set
CONFIG_HAVE_PERF_EVENTS=y
CONFIG_PERF_USE_VMALLOC=y

#
# Kernel Performance Events And Counters
#
# CONFIG_PERF_EVENTS is not set
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_SLUB_DEBUG=y
# CONFIG_COMPAT_BRK is not set
# CONFIG_SLAB is not set
CONFIG_SLUB=y
CONFIG_SLUB_CPU_PARTIAL=y
# CONFIG_SYSTEM_DATA_VERIFICATION is not set
# CONFIG_PROFILING is not set
CONFIG_HAVE_OPROFILE=y
# CONFIG_KPROBES is not set
CONFIG_JUMP_LABEL=y
# CONFIG_STATIC_KEYS_SELFTEST is not set
# CONFIG_UPROBES is not set
CONFIG_HAVE_64BIT_ALIGNED_ACCESS=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_NMI_WATCHDOG=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_ATTRS=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_HAVE_DMA_API_DEBUG=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_HAVE_RCU_TABLE_FREE=y
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y
CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y
# CONFIG_CC_STACKPROTECTOR is not set
CONFIG_HAVE_CONTEXT_TRACKING=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_ODD_RT_SIGACTION=y
CONFIG_OLD_SIGSUSPEND=y
CONFIG_COMPAT_OLD_SIGACTION=y

#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
# CONFIG_ARCH_HAS_GCOV_PROFILE_ALL is not set
# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
# CONFIG_MODULE_FORCE_LOAD is not set
CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
# CONFIG_MODULE_SIG is not set
# CONFIG_MODULE_COMPRESS is not set
CONFIG_BLOCK=y
CONFIG_BLK_DEV_BSG=y
# CONFIG_BLK_DEV_BSGLIB is not set
CONFIG_BLK_DEV_INTEGRITY=y
# CONFIG_BLK_DEV_THROTTLING is not set
# CONFIG_BLK_CMDLINE_PARSER is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
CONFIG_AIX_PARTITION=y
CONFIG_OSF_PARTITION=y
CONFIG_AMIGA_PARTITION=y
CONFIG_ATARI_PARTITION=y
CONFIG_MAC_PARTITION=y
CONFIG_MSDOS_PARTITION=y
CONFIG_BSD_DISKLABEL=y
CONFIG_MINIX_SUBPARTITION=y
CONFIG_SOLARIS_X86_PARTITION=y
CONFIG_UNIXWARE_DISKLABEL=y
CONFIG_LDM_PARTITION=y
# CONFIG_LDM_DEBUG is not set
CONFIG_SGI_PARTITION=y
CONFIG_ULTRIX_PARTITION=y
CONFIG_SUN_PARTITION=y
CONFIG_KARMA_PARTITION=y
CONFIG_EFI_PARTITION=y
CONFIG_SYSV68_PARTITION=y
# CONFIG_CMDLINE_PARTITION is not set
CONFIG_BLOCK_COMPAT=y

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
# CONFIG_IOSCHED_DEADLINE is not set
CONFIG_IOSCHED_CFQ=y
# CONFIG_CFQ_GROUP_IOSCHED is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
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_ARCH_SUPPORTS_ATOMIC_RMW=y
CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_RWSEM_SPIN_ON_OWNER=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_FREEZER=y

#
# Processor type and features
#
CONFIG_SMP=y
CONFIG_NR_CPUS=4
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ%0
CONFIG_SCHED_HRTICK=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_SPARC64_SMP=y
CONFIG_EARLYFB=y
# CONFIG_SECCOMP is not set
CONFIG_HOTPLUG_CPU=y

#
# CPU Frequency scaling
#
# CONFIG_CPU_FREQ is not set
CONFIG_US3_MC=y
# CONFIG_NUMA is not set
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_VMEMMAP=y
CONFIG_HAVE_MEMBLOCK=y
CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
CONFIG_NO_BOOTMEM=y
# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_COMPACTION=y
CONFIG_MIGRATION=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_ZONE_DMA_FLAG=0
# CONFIG_KSM is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR@96
CONFIG_TRANSPARENT_HUGEPAGE=y
CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
# CONFIG_TRANSPARENT_HUGEPAGE_MADVISE is not set
# CONFIG_CLEANCACHE is not set
# CONFIG_FRONTSWAP is not set
# CONFIG_CMA is not set
# CONFIG_ZPOOL is not set
# CONFIG_ZBUD is not set
# CONFIG_ZSMALLOC is not set
# CONFIG_IDLE_PAGE_TRACKING is not set
CONFIG_HIBERNATE_CALLBACKS=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION=""
CONFIG_PM_SLEEP=y
CONFIG_PM_SLEEP_SMP=y
# CONFIG_PM_AUTOSLEEP is not set
# CONFIG_PM_WAKELOCKS is not set
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
# CONFIG_SCHED_SMT is not set
# CONFIG_SCHED_MC is not set
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
# CONFIG_CMDLINE_BOOL is not set

#
# Bus options (PCI etc.)
#
CONFIG_SBUS=y
CONFIG_SBUSCHAR=y
# CONFIG_SUN_LDOMS is not set
CONFIG_PCI=y
CONFIG_PCI_DOMAINS=y
CONFIG_PCI_SYSCALL=y
CONFIG_PCI_BUS_ADDR_T_64BIT=y
CONFIG_PCI_MSI=y
# CONFIG_PCI_DEBUG is not set
# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
# CONFIG_PCI_STUB is not set
# CONFIG_PCI_IOV is not set
# CONFIG_PCI_PRI is not set
# CONFIG_PCI_PASID is not set

#
# PCI host controller drivers
#
# CONFIG_PCCARD is not set
CONFIG_SUN_OPENPROMFS=m
CONFIG_SPARC64_PCI=y
CONFIG_SPARC64_PCI_MSI=y

#
# Executable file formats
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
CONFIG_BINFMT_SCRIPT=y
# CONFIG_HAVE_AOUT is not set
CONFIG_BINFMT_MISC=m
CONFIG_COREDUMP=y
CONFIG_COMPAT=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_KEYS_COMPAT=y
CONFIG_NET=y
CONFIG_NET_INGRESS=y

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_DIAG is not set
CONFIG_UNIX=y
# CONFIG_UNIX_DIAG is not set
CONFIG_XFRM=y
CONFIG_XFRM_ALGO=m
# CONFIG_XFRM_USER is not set
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
CONFIG_XFRM_IPCOMP=m
# CONFIG_NET_KEY is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
CONFIG_IP_ROUTE_CLASSID=y
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE_DEMUX=m
CONFIG_NET_IP_TUNNEL=m
CONFIG_NET_IPGRE=m
CONFIG_NET_IPGRE_BROADCAST=y
# CONFIG_IP_MROUTE is not set
CONFIG_SYN_COOKIES=y
CONFIG_NET_IPVTI=m
CONFIG_NET_UDP_TUNNEL=m
# CONFIG_NET_FOU is not set
# CONFIG_NET_FOU_IP_TUNNELS is not set
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
CONFIG_INET_IPCOMP=m
CONFIG_INET_XFRM_TUNNEL=m
CONFIG_INET_TUNNEL=m
CONFIG_INET_XFRM_MODE_TRANSPORT=m
CONFIG_INET_XFRM_MODE_TUNNEL=m
CONFIG_INET_XFRM_MODE_BEET=m
CONFIG_INET_LRO=y
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
# CONFIG_INET_UDP_DIAG is not set
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
CONFIG_IPV6=m
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
CONFIG_IPV6_OPTIMISTIC_DAD=y
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
CONFIG_INET6_IPCOMP=m
CONFIG_IPV6_MIP6=m
CONFIG_IPV6_ILA=m
CONFIG_INET6_XFRM_TUNNEL=m
CONFIG_INET6_TUNNEL=m
CONFIG_INET6_XFRM_MODE_TRANSPORT=m
CONFIG_INET6_XFRM_MODE_TUNNEL=m
CONFIG_INET6_XFRM_MODE_BEET=m
CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=m
CONFIG_IPV6_VTI=m
CONFIG_IPV6_SIT=m
CONFIG_IPV6_SIT_6RD=y
CONFIG_IPV6_NDISC_NODETYPE=y
CONFIG_IPV6_TUNNEL=m
CONFIG_IPV6_GRE=m
CONFIG_IPV6_MULTIPLE_TABLES=y
CONFIG_IPV6_SUBTREES=y
CONFIG_IPV6_MROUTE=y
CONFIG_IPV6_MROUTE_MULTIPLE_TABLES=y
CONFIG_IPV6_PIMSM_V2=y
# CONFIG_NETLABEL is not set
# CONFIG_NETWORK_SECMARK is not set
# CONFIG_NET_PTP_CLASSIFY is not set
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=m

#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_INGRESS=y
CONFIG_NETFILTER_NETLINK=m
CONFIG_NETFILTER_NETLINK_ACCT=m
CONFIG_NETFILTER_NETLINK_QUEUE=m
CONFIG_NETFILTER_NETLINK_LOG=m
CONFIG_NF_CONNTRACK=m
CONFIG_NF_LOG_COMMON=m
CONFIG_NF_CONNTRACK_MARK=y
# CONFIG_NF_CONNTRACK_ZONES is not set
CONFIG_NF_CONNTRACK_PROCFS=y
CONFIG_NF_CONNTRACK_EVENTS=y
CONFIG_NF_CONNTRACK_TIMEOUT=y
# CONFIG_NF_CONNTRACK_TIMESTAMP is not set
CONFIG_NF_CONNTRACK_LABELS=y
CONFIG_NF_CT_PROTO_DCCP=m
CONFIG_NF_CT_PROTO_GRE=m
CONFIG_NF_CT_PROTO_SCTP=m
CONFIG_NF_CT_PROTO_UDPLITE=m
CONFIG_NF_CONNTRACK_AMANDA=m
CONFIG_NF_CONNTRACK_FTP=m
CONFIG_NF_CONNTRACK_H323=m
CONFIG_NF_CONNTRACK_IRC=m
CONFIG_NF_CONNTRACK_BROADCAST=m
CONFIG_NF_CONNTRACK_NETBIOS_NS=m
CONFIG_NF_CONNTRACK_SNMP=m
CONFIG_NF_CONNTRACK_PPTP=m
CONFIG_NF_CONNTRACK_SANE=m
CONFIG_NF_CONNTRACK_SIP=m
CONFIG_NF_CONNTRACK_TFTP=m
CONFIG_NF_CT_NETLINK=m
CONFIG_NF_CT_NETLINK_TIMEOUT=m
CONFIG_NF_CT_NETLINK_HELPER=m
CONFIG_NETFILTER_NETLINK_GLUE_CT=y
CONFIG_NF_NAT=m
CONFIG_NF_NAT_NEEDED=y
CONFIG_NF_NAT_PROTO_DCCP=m
CONFIG_NF_NAT_PROTO_UDPLITE=m
CONFIG_NF_NAT_PROTO_SCTP=m
CONFIG_NF_NAT_AMANDA=m
CONFIG_NF_NAT_FTP=m
CONFIG_NF_NAT_IRC=m
CONFIG_NF_NAT_SIP=m
CONFIG_NF_NAT_TFTP=m
CONFIG_NF_NAT_REDIRECT=m
CONFIG_NETFILTER_SYNPROXY=m
CONFIG_NF_TABLES=m
CONFIG_NF_TABLES_INET=m
CONFIG_NF_TABLES_NETDEV=m
CONFIG_NFT_EXTHDR=m
CONFIG_NFT_META=m
CONFIG_NFT_CT=m
CONFIG_NFT_RBTREE=m
CONFIG_NFT_HASH=m
CONFIG_NFT_COUNTER=m
CONFIG_NFT_LOG=m
CONFIG_NFT_LIMIT=m
CONFIG_NFT_MASQ=m
CONFIG_NFT_REDIR=m
CONFIG_NFT_NAT=m
CONFIG_NFT_QUEUE=m
CONFIG_NFT_REJECT=m
CONFIG_NFT_REJECT_INET=m
CONFIG_NFT_COMPAT=m
CONFIG_NETFILTER_XTABLES=m

#
# Xtables combined modules
#
CONFIG_NETFILTER_XT_MARK=m
CONFIG_NETFILTER_XT_CONNMARK=m
CONFIG_NETFILTER_XT_SET=m

#
# Xtables targets
#
# CONFIG_NETFILTER_XT_TARGET_AUDIT is not set
CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
CONFIG_NETFILTER_XT_TARGET_CONNMARK=m
CONFIG_NETFILTER_XT_TARGET_CT=m
CONFIG_NETFILTER_XT_TARGET_DSCP=m
CONFIG_NETFILTER_XT_TARGET_HL=m
# CONFIG_NETFILTER_XT_TARGET_HMARK is not set
CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m
CONFIG_NETFILTER_XT_TARGET_LOG=m
CONFIG_NETFILTER_XT_TARGET_MARK=m
CONFIG_NETFILTER_XT_NAT=m
CONFIG_NETFILTER_XT_TARGET_NETMAP=m
CONFIG_NETFILTER_XT_TARGET_NFLOG=m
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
CONFIG_NETFILTER_XT_TARGET_NOTRACK=m
CONFIG_NETFILTER_XT_TARGET_RATEEST=m
CONFIG_NETFILTER_XT_TARGET_REDIRECT=m
CONFIG_NETFILTER_XT_TARGET_TEE=m
CONFIG_NETFILTER_XT_TARGET_TPROXY=m
CONFIG_NETFILTER_XT_TARGET_TRACE=m
CONFIG_NETFILTER_XT_TARGET_TCPMSS=m
CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m

#
# Xtables matches
#
CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m
CONFIG_NETFILTER_XT_MATCH_BPF=m
# CONFIG_NETFILTER_XT_MATCH_CGROUP is not set
CONFIG_NETFILTER_XT_MATCH_CLUSTER=m
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
CONFIG_NETFILTER_XT_MATCH_CONNLABEL=m
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
CONFIG_NETFILTER_XT_MATCH_CPU=m
CONFIG_NETFILTER_XT_MATCH_DCCP=m
CONFIG_NETFILTER_XT_MATCH_DEVGROUP=m
CONFIG_NETFILTER_XT_MATCH_DSCP=m
CONFIG_NETFILTER_XT_MATCH_ECN=m
CONFIG_NETFILTER_XT_MATCH_ESP=m
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
CONFIG_NETFILTER_XT_MATCH_HELPER=m
CONFIG_NETFILTER_XT_MATCH_HL=m
CONFIG_NETFILTER_XT_MATCH_IPCOMP=m
CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
CONFIG_NETFILTER_XT_MATCH_L2TP=m
CONFIG_NETFILTER_XT_MATCH_LENGTH=m
CONFIG_NETFILTER_XT_MATCH_LIMIT=m
CONFIG_NETFILTER_XT_MATCH_MAC=m
CONFIG_NETFILTER_XT_MATCH_MARK=m
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
CONFIG_NETFILTER_XT_MATCH_NFACCT=m
CONFIG_NETFILTER_XT_MATCH_OSF=m
CONFIG_NETFILTER_XT_MATCH_OWNER=m
CONFIG_NETFILTER_XT_MATCH_POLICY=m
CONFIG_NETFILTER_XT_MATCH_PHYSDEV=m
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
CONFIG_NETFILTER_XT_MATCH_QUOTA=m
CONFIG_NETFILTER_XT_MATCH_RATEEST=m
CONFIG_NETFILTER_XT_MATCH_REALM=m
CONFIG_NETFILTER_XT_MATCH_RECENT=m
CONFIG_NETFILTER_XT_MATCH_SCTP=m
CONFIG_NETFILTER_XT_MATCH_SOCKET=m
CONFIG_NETFILTER_XT_MATCH_STATE=m
CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
CONFIG_NETFILTER_XT_MATCH_STRING=m
CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
CONFIG_NETFILTER_XT_MATCH_TIME=m
CONFIG_NETFILTER_XT_MATCH_U32=m
CONFIG_IP_SET=m
CONFIG_IP_SET_MAX%6
CONFIG_IP_SET_BITMAP_IP=m
CONFIG_IP_SET_BITMAP_IPMAC=m
CONFIG_IP_SET_BITMAP_PORT=m
CONFIG_IP_SET_HASH_IP=m
CONFIG_IP_SET_HASH_IPMARK=m
CONFIG_IP_SET_HASH_IPPORT=m
CONFIG_IP_SET_HASH_IPPORTIP=m
CONFIG_IP_SET_HASH_IPPORTNET=m
CONFIG_IP_SET_HASH_MAC=m
CONFIG_IP_SET_HASH_NETPORTNET=m
CONFIG_IP_SET_HASH_NET=m
CONFIG_IP_SET_HASH_NETNET=m
CONFIG_IP_SET_HASH_NETPORT=m
CONFIG_IP_SET_HASH_NETIFACE=m
CONFIG_IP_SET_LIST_SET=m
# CONFIG_IP_VS is not set

#
# IP: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV4=m
CONFIG_NF_CONNTRACK_IPV4=m
CONFIG_NF_CONNTRACK_PROC_COMPAT=y
CONFIG_NF_TABLES_IPV4=m
CONFIG_NFT_CHAIN_ROUTE_IPV4=m
CONFIG_NFT_REJECT_IPV4=m
CONFIG_NFT_DUP_IPV4=m
CONFIG_NF_TABLES_ARP=m
CONFIG_NF_DUP_IPV4=m
CONFIG_NF_LOG_ARP=m
CONFIG_NF_LOG_IPV4=m
CONFIG_NF_REJECT_IPV4=m
CONFIG_NF_NAT_IPV4=m
CONFIG_NFT_CHAIN_NAT_IPV4=m
CONFIG_NF_NAT_MASQUERADE_IPV4=m
CONFIG_NFT_MASQ_IPV4=m
CONFIG_NFT_REDIR_IPV4=m
CONFIG_NF_NAT_SNMP_BASIC=m
CONFIG_NF_NAT_PROTO_GRE=m
CONFIG_NF_NAT_PPTP=m
CONFIG_NF_NAT_H323=m
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_AH=m
CONFIG_IP_NF_MATCH_ECN=m
CONFIG_IP_NF_MATCH_RPFILTER=m
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_SYNPROXY=m
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_NETMAP=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_CLUSTERIP=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_TTL=m
CONFIG_IP_NF_RAW=m
# CONFIG_IP_NF_SECURITY is not set
CONFIG_IP_NF_ARPTABLES=m
CONFIG_IP_NF_ARPFILTER=m
CONFIG_IP_NF_ARP_MANGLE=m

#
# IPv6: Netfilter Configuration
#
CONFIG_NF_DEFRAG_IPV6=m
CONFIG_NF_CONNTRACK_IPV6=m
CONFIG_NF_TABLES_IPV6=m
CONFIG_NFT_CHAIN_ROUTE_IPV6=m
CONFIG_NFT_REJECT_IPV6=m
CONFIG_NFT_DUP_IPV6=m
CONFIG_NF_DUP_IPV6=m
CONFIG_NF_REJECT_IPV6=m
CONFIG_NF_LOG_IPV6=m
CONFIG_NF_NAT_IPV6=m
CONFIG_NFT_CHAIN_NAT_IPV6=m
CONFIG_NF_NAT_MASQUERADE_IPV6=m
CONFIG_NFT_MASQ_IPV6=m
CONFIG_NFT_REDIR_IPV6=m
CONFIG_IP6_NF_IPTABLES=m
CONFIG_IP6_NF_MATCH_AH=m
CONFIG_IP6_NF_MATCH_EUI64=m
CONFIG_IP6_NF_MATCH_FRAG=m
CONFIG_IP6_NF_MATCH_OPTS=m
CONFIG_IP6_NF_MATCH_HL=m
CONFIG_IP6_NF_MATCH_IPV6HEADER=m
CONFIG_IP6_NF_MATCH_MH=m
CONFIG_IP6_NF_MATCH_RPFILTER=m
CONFIG_IP6_NF_MATCH_RT=m
CONFIG_IP6_NF_TARGET_HL=m
CONFIG_IP6_NF_FILTER=m
CONFIG_IP6_NF_TARGET_REJECT=m
CONFIG_IP6_NF_TARGET_SYNPROXY=m
CONFIG_IP6_NF_MANGLE=m
CONFIG_IP6_NF_RAW=m
# CONFIG_IP6_NF_SECURITY is not set
CONFIG_IP6_NF_NAT=m
CONFIG_IP6_NF_TARGET_MASQUERADE=m
CONFIG_IP6_NF_TARGET_NPT=m
CONFIG_NF_TABLES_BRIDGE=m
CONFIG_NFT_BRIDGE_META=m
CONFIG_NFT_BRIDGE_REJECT=m
CONFIG_NF_LOG_BRIDGE=m
CONFIG_BRIDGE_NF_EBTABLES=m
CONFIG_BRIDGE_EBT_BROUTE=m
CONFIG_BRIDGE_EBT_T_FILTER=m
CONFIG_BRIDGE_EBT_T_NAT=m
CONFIG_BRIDGE_EBT_802_3=m
CONFIG_BRIDGE_EBT_AMONG=m
CONFIG_BRIDGE_EBT_ARP=m
CONFIG_BRIDGE_EBT_IP=m
CONFIG_BRIDGE_EBT_IP6=m
CONFIG_BRIDGE_EBT_LIMIT=m
CONFIG_BRIDGE_EBT_MARK=m
CONFIG_BRIDGE_EBT_PKTTYPE=m
CONFIG_BRIDGE_EBT_STP=m
CONFIG_BRIDGE_EBT_VLAN=m
CONFIG_BRIDGE_EBT_ARPREPLY=m
CONFIG_BRIDGE_EBT_DNAT=m
CONFIG_BRIDGE_EBT_MARK_T=m
CONFIG_BRIDGE_EBT_REDIRECT=m
CONFIG_BRIDGE_EBT_SNAT=m
CONFIG_BRIDGE_EBT_LOG=m
CONFIG_BRIDGE_EBT_NFLOG=m
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_RDS is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
CONFIG_L2TP=m
CONFIG_L2TP_DEBUGFS=m
CONFIG_L2TP_V3=y
CONFIG_L2TP_IP=m
CONFIG_L2TP_ETH=m
CONFIG_STP=m
CONFIG_GARP=m
CONFIG_MRP=m
CONFIG_BRIDGE=m
CONFIG_BRIDGE_IGMP_SNOOPING=y
CONFIG_BRIDGE_VLAN_FILTERING=y
CONFIG_HAVE_NET_DSA=y
CONFIG_VLAN_8021Q=m
CONFIG_VLAN_8021Q_GVRP=y
CONFIG_VLAN_8021Q_MVRP=y
# CONFIG_DECNET is not set
CONFIG_LLC=m
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_PHONET is not set
# CONFIG_6LOWPAN is not set
# CONFIG_IEEE802154 is not set
CONFIG_NET_SCHED=y

#
# Queueing/Scheduling
#
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_HTB=m
CONFIG_NET_SCH_HFSC=m
CONFIG_NET_SCH_PRIO=m
CONFIG_NET_SCH_MULTIQ=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFB=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
CONFIG_NET_SCH_TBF=m
CONFIG_NET_SCH_GRED=m
CONFIG_NET_SCH_DSMARK=m
CONFIG_NET_SCH_NETEM=m
CONFIG_NET_SCH_DRR=m
CONFIG_NET_SCH_MQPRIO=m
CONFIG_NET_SCH_CHOKE=m
CONFIG_NET_SCH_QFQ=m
CONFIG_NET_SCH_CODEL=m
CONFIG_NET_SCH_FQ_CODEL=m
CONFIG_NET_SCH_FQ=m
CONFIG_NET_SCH_HHF=m
CONFIG_NET_SCH_PIE=m
CONFIG_NET_SCH_INGRESS=m
CONFIG_NET_SCH_PLUG=m

#
# Classification
#
CONFIG_NET_CLS=y
CONFIG_NET_CLS_BASIC=m
CONFIG_NET_CLS_TCINDEX=m
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
CONFIG_CLS_U32_PERF=y
CONFIG_CLS_U32_MARK=y
CONFIG_NET_CLS_RSVP=m
CONFIG_NET_CLS_RSVP6=m
CONFIG_NET_CLS_FLOW=m
# CONFIG_NET_CLS_CGROUP is not set
CONFIG_NET_CLS_BPF=m
CONFIG_NET_CLS_FLOWER=m
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK2
CONFIG_NET_EMATCH_CMP=m
CONFIG_NET_EMATCH_NBYTE=m
CONFIG_NET_EMATCH_U32=m
CONFIG_NET_EMATCH_META=m
CONFIG_NET_EMATCH_TEXT=m
CONFIG_NET_EMATCH_IPSET=m
CONFIG_NET_CLS_ACT=y
CONFIG_NET_ACT_POLICE=m
CONFIG_NET_ACT_GACT=m
CONFIG_GACT_PROB=y
CONFIG_NET_ACT_MIRRED=m
CONFIG_NET_ACT_IPT=m
CONFIG_NET_ACT_NAT=m
CONFIG_NET_ACT_PEDIT=m
CONFIG_NET_ACT_SIMP=m
CONFIG_NET_ACT_SKBEDIT=m
CONFIG_NET_ACT_CSUM=m
CONFIG_NET_ACT_VLAN=m
CONFIG_NET_ACT_BPF=m
CONFIG_NET_ACT_CONNMARK=m
CONFIG_NET_CLS_IND=y
CONFIG_NET_SCH_FIFO=y
# CONFIG_DCB is not set
CONFIG_DNS_RESOLVER=y
# CONFIG_BATMAN_ADV is not set
# CONFIG_OPENVSWITCH is not set
# CONFIG_VSOCKETS is not set
CONFIG_NETLINK_MMAP=y
# CONFIG_NETLINK_DIAG is not set
# CONFIG_MPLS is not set
# CONFIG_HSR is not set
# CONFIG_NET_SWITCHDEV is not set
# CONFIG_NET_L3_MASTER_DEV is not set
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_XPS=y
# CONFIG_CGROUP_NET_PRIO is not set
# CONFIG_CGROUP_NET_CLASSID is not set
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
CONFIG_BPF_JIT=y
CONFIG_NET_FLOW_LIMIT=y

#
# Network testing
#
CONFIG_NET_PKTGEN=m
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
# CONFIG_AF_RXRPC is not set
CONFIG_FIB_RULES=y
# CONFIG_WIRELESS is not set
# CONFIG_WIMAX is not set
# CONFIG_RFKILL is not set
# CONFIG_NET_9P is not set
# CONFIG_CAIF is not set
# CONFIG_CEPH_LIB is not set
# CONFIG_NFC is not set
CONFIG_LWTUNNEL=y
CONFIG_HAVE_BPF_JIT=y

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER=y
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
CONFIG_ALLOW_DEV_COREDUMP=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_GENERIC_CPU_DEVICES is not set
# CONFIG_DMA_SHARED_BUFFER is not set

#
# Bus devices
#
# CONFIG_CONNECTOR is not set
# CONFIG_MTD is not set
CONFIG_OF=y
CONFIG_OF_PROMTREE=y
CONFIG_OF_NET=y
CONFIG_OF_MDIO=m
CONFIG_OF_PCI=y
# CONFIG_OF_OVERLAY is not set
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
# CONFIG_PARPORT is not set
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_NULL_BLK is not set
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_DRBD is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SKD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_RAM is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_BLK_DEV_HD is not set
# CONFIG_BLK_DEV_RBD is not set
# CONFIG_BLK_DEV_RSXX is not set
# CONFIG_BLK_DEV_NVME is not set

#
# Misc devices
#
# CONFIG_SENSORS_LIS3LV02D is not set
# CONFIG_DUMMY_IRQ is not set
# CONFIG_PHANTOM is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_HP_ILO is not set
# CONFIG_SRAM is not set
# CONFIG_C2PORT is not set

#
# EEPROM support
#
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_CB710_CORE is not set

#
# Texas Instruments shared transport line discipline
#

#
# Altera FPGA firmware download module
#

#
# Intel MIC Bus Driver
#

#
# SCIF Bus Driver
#

#
# Intel MIC Host Driver
#

#
# Intel MIC Card Driver
#

#
# SCIF Driver
#

#
# Intel MIC Coprocessor State Management (COSM) Drivers
#
# CONFIG_GENWQE is not set
# CONFIG_ECHO is not set
# CONFIG_CXL_BASE is not set
# CONFIG_CXL_KERNEL_API is not set
# CONFIG_CXL_EEH is not set
CONFIG_HAVE_IDE=y
# CONFIG_IDE is not set

#
# SCSI device support
#
CONFIG_SCSI_MOD=y
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
CONFIG_SCSI_NETLINK=y
CONFIG_SCSI_MQ_DEFAULT=y
# CONFIG_SCSI_PROC_FS is not set

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_ST=m
CONFIG_CHR_DEV_OSST=m
CONFIG_BLK_DEV_SR=m
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=m
CONFIG_CHR_DEV_SCH=m
CONFIG_SCSI_CONSTANTS=y
# CONFIG_SCSI_LOGGING is not set
# CONFIG_SCSI_SCAN_ASYNC is not set

#
# SCSI Transports
#
CONFIG_SCSI_SPI_ATTRS=y
CONFIG_SCSI_FC_ATTRS=y
# CONFIG_SCSI_ISCSI_ATTRS is not set
# CONFIG_SCSI_SAS_ATTRS is not set
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
# CONFIG_ISCSI_BOOT_SYSFS is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_CXGB4_ISCSI is not set
# CONFIG_SCSI_BNX2_ISCSI is not set
# CONFIG_BE2ISCSI is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_HPSA is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_3W_SAS is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_MVSAS is not set
# CONFIG_SCSI_MVUMI is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_SCSI_ESAS2R is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_SCSI_MPT3SAS is not set
# CONFIG_SCSI_MPT2SAS is not set
# CONFIG_SCSI_UFSHCD is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_LIBFC is not set
# CONFIG_SCSI_SNIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLOGICPTI is not set
# CONFIG_SCSI_QLA_FC is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_AM53C974 is not set
# CONFIG_SCSI_WD719X is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_SUNESP is not set
# CONFIG_SCSI_PMCRAID is not set
# CONFIG_SCSI_PM8001 is not set
# CONFIG_SCSI_BFA_FC is not set
# CONFIG_SCSI_CHELSIO_FCOE is not set
# CONFIG_SCSI_DH is not set
# CONFIG_SCSI_OSD_INITIATOR is not set
CONFIG_ATA=m
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_VERBOSE_ERROR=y
CONFIG_SATA_PMP=y

#
# Controllers with non-SFF native interface
#
# CONFIG_SATA_AHCI is not set
# CONFIG_SATA_AHCI_PLATFORM is not set
# CONFIG_AHCI_CEVA is not set
# CONFIG_AHCI_QORIQ is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_SATA_ACARD_AHCI is not set
# CONFIG_SATA_SIL24 is not set
CONFIG_ATA_SFF=y

#
# SFF controllers with custom DMA interface
#
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_SX4 is not set
CONFIG_ATA_BMDMA=y

#
# SATA SFF controllers with BMDMA
#
# CONFIG_ATA_PIIX is not set
# CONFIG_SATA_MV is not set
# CONFIG_SATA_NV is not set
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SIL is not set
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_SVW is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set

#
# PATA SFF controllers with BMDMA
#
CONFIG_PATA_ALI=m
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_ATP867X is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_MARVELL is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NINJA32 is not set
# CONFIG_PATA_NS87415 is not set
# CONFIG_PATA_OLDPIIX is not set
# CONFIG_PATA_OPTIDMA is not set
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RDC is not set
# CONFIG_PATA_SCH is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_SIL680 is not set
# CONFIG_PATA_SIS is not set
# CONFIG_PATA_TOSHIBA is not set
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set

#
# PIO-only SFF controllers
#
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_MPIIX is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_RZ1000 is not set

#
# Generic fallback / legacy drivers
#
# CONFIG_ATA_GENERIC is not set
# CONFIG_PATA_LEGACY is not set
# CONFIG_MD is not set
# CONFIG_TARGET_CORE is not set
CONFIG_FUSION=y
CONFIG_FUSION_SPI=y
# CONFIG_FUSION_FC is not set
# CONFIG_FUSION_SAS is not set
CONFIG_FUSION_MAX_SGE\x128
CONFIG_FUSION_CTL=y
CONFIG_FUSION_LOGGING=y

#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
# CONFIG_FIREWIRE_NOSY is not set
CONFIG_NETDEVICES=y
CONFIG_NET_CORE=y
# CONFIG_BONDING is not set
# CONFIG_DUMMY is not set
# CONFIG_EQUALIZER is not set
# CONFIG_NET_FC is not set
# CONFIG_IFB is not set
# CONFIG_NET_TEAM is not set
# CONFIG_MACVLAN is not set
# CONFIG_IPVLAN is not set
# CONFIG_VXLAN is not set
# CONFIG_GENEVE is not set
CONFIG_NETCONSOLE=y
CONFIG_NETCONSOLE_DYNAMIC=y
CONFIG_NETPOLL=y
CONFIG_NET_POLL_CONTROLLER=y
CONFIG_TUN=m
# CONFIG_TUN_VNET_CROSS_LE is not set
# CONFIG_VETH is not set
# CONFIG_NLMON is not set
CONFIG_SUNGEM_PHY=m
# CONFIG_ARCNET is not set

#
# CAIF transport drivers
#

#
# Distributed Switch Architecture drivers
#
# CONFIG_NET_DSA_MV88E6XXX is not set
# CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set
CONFIG_ETHERNET=y
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_NET_VENDOR_ADAPTEC is not set
# CONFIG_GRETH is not set
# CONFIG_NET_VENDOR_AGERE is not set
# CONFIG_NET_VENDOR_ALTEON is not set
# CONFIG_ALTERA_TSE is not set
# CONFIG_NET_VENDOR_AMD is not set
# CONFIG_NET_VENDOR_ARC is not set
# CONFIG_NET_VENDOR_ATHEROS is not set
# CONFIG_NET_VENDOR_AURORA is not set
# CONFIG_NET_CADENCE is not set
# CONFIG_NET_VENDOR_BROADCOM is not set
# CONFIG_NET_VENDOR_BROCADE is not set
# CONFIG_NET_VENDOR_CAVIUM is not set
# CONFIG_NET_VENDOR_CHELSIO is not set
# CONFIG_NET_VENDOR_CISCO is not set
# CONFIG_DNET is not set
# CONFIG_NET_VENDOR_DEC is not set
# CONFIG_NET_VENDOR_DLINK is not set
# CONFIG_NET_VENDOR_EMULEX is not set
# CONFIG_NET_VENDOR_EZCHIP is not set
# CONFIG_NET_VENDOR_EXAR is not set
# CONFIG_NET_VENDOR_HP is not set
# CONFIG_NET_VENDOR_INTEL is not set
# CONFIG_JME is not set
# CONFIG_NET_VENDOR_MARVELL is not set
# CONFIG_NET_VENDOR_MELLANOX is not set
# CONFIG_NET_VENDOR_MICREL is not set
# CONFIG_NET_VENDOR_MYRI is not set
# CONFIG_FEALNX is not set
# CONFIG_NET_VENDOR_NATSEMI is not set
# CONFIG_NET_VENDOR_NVIDIA is not set
# CONFIG_NET_VENDOR_OKI is not set
# CONFIG_ETHOC is not set
# CONFIG_NET_PACKET_ENGINE is not set
# CONFIG_NET_VENDOR_QLOGIC is not set
# CONFIG_NET_VENDOR_QUALCOMM is not set
# CONFIG_NET_VENDOR_REALTEK is not set
# CONFIG_NET_VENDOR_RENESAS is not set
# CONFIG_NET_VENDOR_RDC is not set
# CONFIG_NET_VENDOR_ROCKER is not set
# CONFIG_NET_VENDOR_SAMSUNG is not set
# CONFIG_NET_VENDOR_SEEQ is not set
# CONFIG_NET_VENDOR_SILAN is not set
# CONFIG_NET_VENDOR_SIS is not set
# CONFIG_SFC is not set
# CONFIG_NET_VENDOR_SMSC is not set
# CONFIG_NET_VENDOR_STMICRO is not set
CONFIG_NET_VENDOR_SUN=y
CONFIG_HAPPYMEAL=m
CONFIG_SUNBMAC=m
# CONFIG_SUNQE is not set
CONFIG_SUNGEM=m
CONFIG_CASSINI=m
# CONFIG_NIU is not set
# CONFIG_NET_VENDOR_SYNOPSYS is not set
# CONFIG_NET_VENDOR_TEHUTI is not set
# CONFIG_NET_VENDOR_TI is not set
# CONFIG_NET_VENDOR_VIA is not set
# CONFIG_NET_VENDOR_WIZNET is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
CONFIG_PHYLIB=m

#
# MII PHY device drivers
#
# CONFIG_AQUANTIA_PHY is not set
# CONFIG_AT803X_PHY is not set
# CONFIG_AMD_PHY is not set
# CONFIG_MARVELL_PHY is not set
# CONFIG_DAVICOM_PHY is not set
# CONFIG_QSEMI_PHY is not set
# CONFIG_LXT_PHY is not set
# CONFIG_CICADA_PHY is not set
# CONFIG_VITESSE_PHY is not set
# CONFIG_TERANETICS_PHY is not set
# CONFIG_SMSC_PHY is not set
# CONFIG_BROADCOM_PHY is not set
# CONFIG_BCM7XXX_PHY is not set
# CONFIG_BCM87XX_PHY is not set
# CONFIG_ICPLUS_PHY is not set
# CONFIG_REALTEK_PHY is not set
# CONFIG_NATIONAL_PHY is not set
# CONFIG_STE10XP is not set
# CONFIG_LSI_ET1011C_PHY is not set
# CONFIG_MICREL_PHY is not set
# CONFIG_DP83848_PHY is not set
# CONFIG_DP83867_PHY is not set
# CONFIG_MICROCHIP_PHY is not set
# CONFIG_FIXED_PHY is not set
# CONFIG_MDIO_BITBANG is not set
# CONFIG_MDIO_OCTEON is not set
# CONFIG_MDIO_BUS_MUX_MMIOREG is not set
# CONFIG_MDIO_BCM_UNIMAC is not set
# CONFIG_PPP is not set
# CONFIG_SLIP is not set

#
# Host-side USB support is needed for USB Network Adapter support
#
# CONFIG_USB_NET_DRIVERS is not set
# CONFIG_WLAN is not set

#
# Enable WiMAX (Networking options) to see the WiMAX drivers
#
# CONFIG_WAN is not set
# CONFIG_VMXNET3 is not set
# CONFIG_ISDN is not set
# CONFIG_NVM is not set

#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_FF_MEMLESS=y
# CONFIG_INPUT_POLLDEV is not set
# CONFIG_INPUT_SPARSEKMAP is not set
# CONFIG_INPUT_MATRIXKMAP is not set

#
# Userland interfaces
#
# CONFIG_INPUT_MOUSEDEV is not set
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_EVDEV=m
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
# CONFIG_INPUT_KEYBOARD is not set
# CONFIG_INPUT_MOUSE is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_AD714X is not set
# CONFIG_INPUT_E3X0_BUTTON is not set
CONFIG_INPUT_SPARCSPKR=y
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
# CONFIG_INPUT_CM109 is not set
# CONFIG_INPUT_UINPUT is not set
# CONFIG_INPUT_ADXL34X is not set
# CONFIG_INPUT_CMA3000 is not set

#
# Hardware I/O ports
#
# CONFIG_SERIO is not set
CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
# CONFIG_GAMEPORT is not set

#
# Character devices
#
CONFIG_TTY=y
CONFIG_VT=y
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_VT_CONSOLE_SLEEP=y
CONFIG_HW_CONSOLE=y
# CONFIG_VT_HW_CONSOLE_BINDING is not set
CONFIG_UNIX98_PTYS=y
CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
# CONFIG_LEGACY_PTYS is not set
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_NOZOMI is not set
# CONFIG_N_GSM is not set
# CONFIG_TRACE_SINK is not set
# CONFIG_DEVMEM is not set
CONFIG_DEVKMEM=y

#
# Serial drivers
#
# CONFIG_SERIAL_8250 is not set

#
# Non-8250 serial port support
#
# CONFIG_SERIAL_UARTLITE is not set
CONFIG_SERIAL_SUNCORE=y
# CONFIG_SERIAL_SUNZILOG is not set
CONFIG_SERIAL_SUNSU=y
CONFIG_SERIAL_SUNSU_CONSOLE=y
# CONFIG_SERIAL_SUNSAB is not set
# CONFIG_SERIAL_SUNHV is not set
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_SCCNXP is not set
# CONFIG_SERIAL_GRLIB_GAISLER_APBUART is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_XILINX_PS_UART is not set
# CONFIG_SERIAL_ARC is not set
# CONFIG_SERIAL_RP2 is not set
# CONFIG_SERIAL_FSL_LPUART is not set
# CONFIG_SERIAL_CONEXANT_DIGICOLOR is not set
# CONFIG_IPMI_HANDLER is not set
# CONFIG_HW_RANDOM is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_RAW_DRIVER is not set
# CONFIG_TCG_TPM is not set
CONFIG_DEVPORT=y
# CONFIG_XILLYBUS is not set

#
# I2C support
#
# CONFIG_I2C is not set
# CONFIG_SPI is not set
# CONFIG_SPMI is not set
# CONFIG_HSI is not set

#
# PPS support
#
# CONFIG_PPS is not set

#
# PPS generators support
#

#
# PTP clock support
#
# CONFIG_PTP_1588_CLOCK is not set

#
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
#
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
# CONFIG_GPIOLIB is not set
# CONFIG_W1 is not set
# CONFIG_POWER_SUPPLY is not set
# CONFIG_POWER_AVS is not set
# CONFIG_HWMON is not set
# CONFIG_THERMAL is not set
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
# CONFIG_WATCHDOG_NOWAYOUT is not set

#
# Watchdog Device Drivers
#
CONFIG_SOFT_WATCHDOG=m
# CONFIG_XILINX_WATCHDOG is not set
# CONFIG_CADENCE_WATCHDOG is not set
# CONFIG_DW_WATCHDOG is not set
# CONFIG_MAX63XX_WATCHDOG is not set
CONFIG_ALIM7101_WDT=m
# CONFIG_I6300ESB_WDT is not set
# CONFIG_BCM7038_WDT is not set
# CONFIG_WATCHDOG_CP1XXX is not set
# CONFIG_WATCHDOG_RIO is not set

#
# PCI-based Watchdog Cards
#
# CONFIG_PCIPCWATCHDOG is not set
# CONFIG_WDTPCI is not set

#
# USB-based Watchdog Cards
#
# CONFIG_USBPCWATCHDOG is not set
CONFIG_SSB_POSSIBLE=y

#
# Sonics Silicon Backplane
#
# CONFIG_SSB is not set
CONFIG_BCMA_POSSIBLE=y

#
# Broadcom specific AMBA
#
# CONFIG_BCMA is not set

#
# Multifunction device drivers
#
# CONFIG_MFD_CORE is not set
# CONFIG_MFD_ATMEL_FLEXCOM is not set
# CONFIG_MFD_ATMEL_HLCDC is not set
# CONFIG_MFD_DLN2 is not set
# CONFIG_MFD_HI6421_PMIC is not set
# CONFIG_HTC_PASIC3 is not set
# CONFIG_LPC_ICH is not set
# CONFIG_LPC_SCH is not set
# CONFIG_MFD_JANZ_CMODIO is not set
# CONFIG_MFD_KEMPLD is not set
# CONFIG_MFD_MT6397 is not set
# CONFIG_MFD_VIPERBOARD is not set
# CONFIG_MFD_RDC321X is not set
# CONFIG_MFD_RTSX_PCI is not set
# CONFIG_MFD_RTSX_USB is not set
# CONFIG_MFD_SM501 is not set
# CONFIG_ABX500_CORE is not set
# CONFIG_MFD_SYSCON is not set
# CONFIG_MFD_TI_AM335X_TSCADC is not set
# CONFIG_MFD_TMIO is not set
# CONFIG_MFD_VX855 is not set
# CONFIG_REGULATOR is not set
# CONFIG_MEDIA_SUPPORT is not set

#
# Graphics support
#
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS\x16
# CONFIG_DRM is not set

#
# Frame buffer Devices
#
# CONFIG_FB is not set
# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
# CONFIG_VGASTATE is not set

#
# Console display driver support
#
CONFIG_DUMMY_CONSOLE=y
CONFIG_DUMMY_CONSOLE_COLUMNS€
CONFIG_DUMMY_CONSOLE_ROWS%
# CONFIG_SOUND is not set

#
# HID support
#
CONFIG_HID=y
# CONFIG_HID_BATTERY_STRENGTH is not set
CONFIG_HIDRAW=y
CONFIG_UHID=m
CONFIG_HID_GENERIC=m

#
# Special HID drivers
#
CONFIG_HID_A4TECH=y
# CONFIG_HID_ACRUX is not set
CONFIG_HID_APPLE=y
# CONFIG_HID_APPLEIR is not set
# CONFIG_HID_AUREAL is not set
CONFIG_HID_BELKIN=y
# CONFIG_HID_BETOP_FF is not set
CONFIG_HID_CHERRY=y
CONFIG_HID_CHICONY=y
CONFIG_HID_CYPRESS=y
# CONFIG_HID_DRAGONRISE is not set
# CONFIG_HID_EMS_FF is not set
# CONFIG_HID_ELECOM is not set
# CONFIG_HID_ELO is not set
CONFIG_HID_EZKEY=y
# CONFIG_HID_GEMBIRD is not set
# CONFIG_HID_GFRM is not set
# CONFIG_HID_HOLTEK is not set
# CONFIG_HID_KEYTOUCH is not set
# CONFIG_HID_KYE is not set
# CONFIG_HID_UCLOGIC is not set
# CONFIG_HID_WALTOP is not set
# CONFIG_HID_GYRATION is not set
# CONFIG_HID_ICADE is not set
# CONFIG_HID_TWINHAN is not set
CONFIG_HID_KENSINGTON=y
# CONFIG_HID_LCPOWER is not set
# CONFIG_HID_LENOVO is not set
CONFIG_HID_LOGITECH=y
# CONFIG_HID_LOGITECH_DJ is not set
# CONFIG_HID_LOGITECH_HIDPP is not set
# CONFIG_LOGITECH_FF is not set
# CONFIG_LOGIRUMBLEPAD2_FF is not set
# CONFIG_LOGIG940_FF is not set
# CONFIG_LOGIWHEELS_FF is not set
# CONFIG_HID_MAGICMOUSE is not set
CONFIG_HID_MICROSOFT=y
CONFIG_HID_MONTEREY=y
# CONFIG_HID_MULTITOUCH is not set
# CONFIG_HID_NTRIG is not set
# CONFIG_HID_ORTEK is not set
# CONFIG_HID_PANTHERLORD is not set
# CONFIG_HID_PENMOUNT is not set
# CONFIG_HID_PETALYNX is not set
# CONFIG_HID_PICOLCD is not set
# CONFIG_HID_PLANTRONICS is not set
# CONFIG_HID_PRIMAX is not set
# CONFIG_HID_ROCCAT is not set
# CONFIG_HID_SAITEK is not set
# CONFIG_HID_SAMSUNG is not set
# CONFIG_HID_SPEEDLINK is not set
# CONFIG_HID_STEELSERIES is not set
# CONFIG_HID_SUNPLUS is not set
# CONFIG_HID_RMI is not set
# CONFIG_HID_GREENASIA is not set
# CONFIG_HID_SMARTJOYPLUS is not set
# CONFIG_HID_TIVO is not set
# CONFIG_HID_TOPSEED is not set
# CONFIG_HID_THRUSTMASTER is not set
# CONFIG_HID_WACOM is not set
# CONFIG_HID_XINMO is not set
# CONFIG_HID_ZEROPLUS is not set
# CONFIG_HID_ZYDACRON is not set
# CONFIG_HID_SENSOR_HUB is not set

#
# USB HID support
#
CONFIG_USB_HID=m
CONFIG_HID_PID=y
CONFIG_USB_HIDDEV=y
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_COMMON=m
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB=m
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

#
# Miscellaneous USB options
#
CONFIG_USB_DEFAULT_PERSIST=y
CONFIG_USB_DYNAMIC_MINORS=y
# CONFIG_USB_OTG is not set
# CONFIG_USB_OTG_WHITELIST is not set
# CONFIG_USB_ULPI_BUS is not set
CONFIG_USB_MON=m
# CONFIG_USB_WUSB_CBAF is not set

#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
# CONFIG_USB_XHCI_HCD is not set
# CONFIG_USB_EHCI_HCD is not set
# CONFIG_USB_OXU210HP_HCD is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_ISP1362_HCD is not set
# CONFIG_USB_FOTG210_HCD is not set
CONFIG_USB_OHCI_HCD=m
CONFIG_USB_OHCI_HCD_PCI=m
# CONFIG_USB_OHCI_HCD_PLATFORM is not set
# CONFIG_USB_UHCI_HCD is not set
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set
# CONFIG_USB_HCD_TEST_MODE is not set

#
# USB Device Class drivers
#
CONFIG_USB_ACM=m
CONFIG_USB_PRINTER=m
CONFIG_USB_WDM=m
CONFIG_USB_TMC=m

#
# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
#

#
# also be needed; see USB_STORAGE Help for more info
#
CONFIG_USB_STORAGE=m
# CONFIG_USB_STORAGE_DEBUG is not set
CONFIG_USB_STORAGE_REALTEK=m
# CONFIG_REALTEK_AUTOPM is not set
CONFIG_USB_STORAGE_DATAFAB=m
CONFIG_USB_STORAGE_FREECOM=m
CONFIG_USB_STORAGE_ISD200=m
CONFIG_USB_STORAGE_USBAT=m
CONFIG_USB_STORAGE_SDDR09=m
CONFIG_USB_STORAGE_SDDR55=m
CONFIG_USB_STORAGE_JUMPSHOT=m
CONFIG_USB_STORAGE_ALAUDA=m
CONFIG_USB_STORAGE_ONETOUCH=m
CONFIG_USB_STORAGE_KARMA=m
CONFIG_USB_STORAGE_CYPRESS_ATACB=m
CONFIG_USB_STORAGE_ENE_UB6250=m
CONFIG_USB_UAS=m

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
# CONFIG_USBIP_CORE is not set
# CONFIG_USB_MUSB_HDRC is not set
# CONFIG_USB_DWC3 is not set
# CONFIG_USB_DWC2 is not set
# CONFIG_USB_ISP1760 is not set

#
# USB port drivers
#
CONFIG_USB_SERIAL=m
CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_SERIAL_SIMPLE=m
CONFIG_USB_SERIAL_AIRCABLE=m
CONFIG_USB_SERIAL_ARK3116=m
CONFIG_USB_SERIAL_BELKIN=m
CONFIG_USB_SERIAL_CH341=m
CONFIG_USB_SERIAL_WHITEHEAT=m
CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
CONFIG_USB_SERIAL_CP210X=m
CONFIG_USB_SERIAL_CYPRESS_M8=m
CONFIG_USB_SERIAL_EMPEG=m
CONFIG_USB_SERIAL_FTDI_SIO=m
CONFIG_USB_SERIAL_VISOR=m
CONFIG_USB_SERIAL_IPAQ=m
CONFIG_USB_SERIAL_IR=m
CONFIG_USB_SERIAL_EDGEPORT=m
CONFIG_USB_SERIAL_EDGEPORT_TI=m
CONFIG_USB_SERIAL_F81232=m
CONFIG_USB_SERIAL_GARMIN=m
CONFIG_USB_SERIAL_IPW=m
CONFIG_USB_SERIAL_IUU=m
CONFIG_USB_SERIAL_KEYSPAN_PDA=m
CONFIG_USB_SERIAL_KEYSPAN=m
CONFIG_USB_SERIAL_KEYSPAN_MPR=y
CONFIG_USB_SERIAL_KEYSPAN_USA28=y
CONFIG_USB_SERIAL_KEYSPAN_USA28X=y
CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y
CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y
CONFIG_USB_SERIAL_KEYSPAN_USA19=y
CONFIG_USB_SERIAL_KEYSPAN_USA18X=y
CONFIG_USB_SERIAL_KEYSPAN_USA19W=y
CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y
CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y
CONFIG_USB_SERIAL_KEYSPAN_USA49W=y
CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y
CONFIG_USB_SERIAL_KLSI=m
CONFIG_USB_SERIAL_KOBIL_SCT=m
CONFIG_USB_SERIAL_MCT_U232=m
CONFIG_USB_SERIAL_METRO=m
CONFIG_USB_SERIAL_MOS7720=m
CONFIG_USB_SERIAL_MOS7840=m
CONFIG_USB_SERIAL_MXUPORT=m
CONFIG_USB_SERIAL_NAVMAN=m
CONFIG_USB_SERIAL_PL2303=m
CONFIG_USB_SERIAL_OTI6858=m
CONFIG_USB_SERIAL_QCAUX=m
CONFIG_USB_SERIAL_QUALCOMM=m
CONFIG_USB_SERIAL_SPCP8X5=m
CONFIG_USB_SERIAL_SAFE=m
CONFIG_USB_SERIAL_SAFE_PADDED=y
CONFIG_USB_SERIAL_SIERRAWIRELESS=m
CONFIG_USB_SERIAL_SYMBOL=m
CONFIG_USB_SERIAL_TI=m
CONFIG_USB_SERIAL_CYBERJACK=m
CONFIG_USB_SERIAL_XIRCOM=m
CONFIG_USB_SERIAL_WWAN=m
CONFIG_USB_SERIAL_OPTION=m
CONFIG_USB_SERIAL_OMNINET=m
CONFIG_USB_SERIAL_OPTICON=m
CONFIG_USB_SERIAL_XSENS_MT=m
CONFIG_USB_SERIAL_WISHBONE=m
CONFIG_USB_SERIAL_SSU100=m
CONFIG_USB_SERIAL_QT2=m
CONFIG_USB_SERIAL_DEBUG=m

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_SEVSEG is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_EHSET_TEST_FIXTURE is not set
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_YUREX is not set
CONFIG_USB_EZUSB_FX2=m
# CONFIG_USB_LINK_LAYER_TEST is not set

#
# USB Physical Layer drivers
#
# CONFIG_USB_PHY is not set
# CONFIG_NOP_USB_XCEIV is not set
# CONFIG_USB_GADGET is not set
# CONFIG_UWB is not set
# CONFIG_MMC is not set
# CONFIG_MEMSTICK is not set
# CONFIG_NEW_LEDS is not set
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
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_DEBUG is not set

#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
CONFIG_RTC_INTF_DEV_UIE_EMUL=y
# CONFIG_RTC_DRV_TEST is not set

#
# SPI RTC drivers
#

#
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=y
# CONFIG_RTC_DRV_DS1286 is not set
# CONFIG_RTC_DRV_DS1511 is not set
# CONFIG_RTC_DRV_DS1553 is not set
# CONFIG_RTC_DRV_DS1685_FAMILY is not set
# CONFIG_RTC_DRV_DS1742 is not set
# CONFIG_RTC_DRV_DS2404 is not set
# CONFIG_RTC_DRV_STK17TA8 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T35 is not set
CONFIG_RTC_DRV_M48T59=y
# CONFIG_RTC_DRV_MSM6242 is not set
CONFIG_RTC_DRV_BQ4802=y
# CONFIG_RTC_DRV_RP5C01 is not set
# CONFIG_RTC_DRV_V3020 is not set
# CONFIG_RTC_DRV_ZYNQMP is not set

#
# on-CPU RTC drivers
#
CONFIG_RTC_DRV_SUN4V=y
CONFIG_RTC_DRV_STARFIRE=y
# CONFIG_RTC_DRV_SNVS is not set

#
# HID Sensor RTC drivers
#
# CONFIG_RTC_DRV_HID_SENSOR_TIME is not set
# CONFIG_DMADEVICES is not set
# CONFIG_AUXDISPLAY is not set
# CONFIG_UIO is not set
# CONFIG_VIRT_DRIVERS is not set

#
# Virtio drivers
#
# CONFIG_VIRTIO_PCI is not set
# CONFIG_VIRTIO_MMIO is not set

#
# Microsoft Hyper-V guest support
#
# CONFIG_STAGING is not set

#
# Hardware Spinlock drivers
#

#
# Clock Source drivers
#
# CONFIG_ATMEL_PIT is not set
# CONFIG_SH_TIMER_CMT is not set
# CONFIG_SH_TIMER_MTU2 is not set
# CONFIG_SH_TIMER_TMU is not set
# CONFIG_EM_TIMER_STI is not set
# CONFIG_MAILBOX is not set
# CONFIG_IOMMU_SUPPORT is not set

#
# Remoteproc drivers
#
# CONFIG_STE_MODEM_RPROC is not set

#
# Rpmsg drivers
#

#
# SOC (System On Chip) specific Drivers
#
# CONFIG_SUNXI_SRAM is not set
# CONFIG_SOC_TI is not set
# CONFIG_PM_DEVFREQ is not set
# CONFIG_EXTCON is not set
# CONFIG_MEMORY is not set
# CONFIG_IIO is not set
# CONFIG_NTB is not set
# CONFIG_VME_BUS is not set
# CONFIG_PWM is not set
# CONFIG_IPACK_BUS is not set
# CONFIG_RESET_CONTROLLER is not set
# CONFIG_FMC is not set

#
# PHY Subsystem
#
# CONFIG_GENERIC_PHY is not set
# CONFIG_PHY_PXA_28NM_HSIC is not set
# CONFIG_PHY_PXA_28NM_USB2 is not set
# CONFIG_BCM_KONA_USB2_PHY is not set
# CONFIG_POWERCAP is not set
# CONFIG_MCB is not set

#
# Performance monitor support
#
# CONFIG_RAS is not set
# CONFIG_THUNDERBOLT is not set

#
# Android
#
# CONFIG_ANDROID is not set
# CONFIG_LIBNVDIMM is not set
# CONFIG_NVMEM is not set
# CONFIG_STM is not set
# CONFIG_STM_DUMMY is not set
# CONFIG_STM_SOURCE_CONSOLE is not set
# CONFIG_INTEL_TH is not set

#
# FPGA Configuration Support
#
# CONFIG_FPGA is not set

#
# Misc Linux/SPARC drivers
#
CONFIG_SUN_OPENPROMIO=m
CONFIG_OBP_FLASH=m
# CONFIG_TADPOLE_TS102_UCTRL is not set
# CONFIG_BBC_I2C is not set
# CONFIG_ENVCTRL is not set
# CONFIG_DISPLAY7SEG is not set

#
# File systems
#
# CONFIG_EXT2_FS is not set
# CONFIG_EXT3_FS is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT2=y
CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_EXT4_FS_SECURITY=y
CONFIG_EXT4_ENCRYPTION=y
CONFIG_EXT4_FS_ENCRYPTION=y
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
# CONFIG_BTRFS_FS is not set
# CONFIG_NILFS2_FS is not set
# CONFIG_F2FS_FS is not set
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
CONFIG_DNOTIFY=y
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y
# CONFIG_QUOTA is not set
# CONFIG_QUOTACTL is not set
CONFIG_AUTOFS4_FS=m
CONFIG_FUSE_FS=m
CONFIG_CUSE=m
# CONFIG_OVERLAY_FS is not set

#
# Caches
#
CONFIG_FSCACHE=m
# CONFIG_FSCACHE_STATS is not set
# CONFIG_FSCACHE_HISTOGRAM is not set
# CONFIG_FSCACHE_DEBUG is not set
# CONFIG_FSCACHE_OBJECT_LIST is not set
# CONFIG_CACHEFILES is not set

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
CONFIG_VFAT_FS=m
CONFIG_FAT_DEFAULT_CODEPAGEw5
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-15"
CONFIG_NTFS_FS=m
# CONFIG_NTFS_DEBUG is not set
# CONFIG_NTFS_RW is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_PROC_PAGE_MONITOR=y
# CONFIG_PROC_CHILDREN is not set
CONFIG_KERNFS=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_CONFIGFS_FS=y
# CONFIG_MISC_FILESYSTEMS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=m
CONFIG_NFS_V2=m
CONFIG_NFS_V3=m
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=m
# CONFIG_NFS_SWAP is not set
CONFIG_NFS_V4_1=y
CONFIG_NFS_V4_2=y
CONFIG_PNFS_FILE_LAYOUT=m
CONFIG_PNFS_FLEXFILE_LAYOUT=m
CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
CONFIG_NFS_V4_1_MIGRATION=y
CONFIG_NFS_V4_SECURITY_LABEL=y
# CONFIG_NFS_FSCACHE is not set
# CONFIG_NFS_USE_LEGACY_DNS is not set
CONFIG_NFS_USE_KERNEL_DNS=y
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
CONFIG_NFSD_PNFS=y
CONFIG_NFSD_V4_SECURITY_LABEL=y
# CONFIG_NFSD_FAULT_INJECTION is not set
CONFIG_GRACE_PERIOD=m
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_NFS_ACL_SUPPORT=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=m
CONFIG_SUNRPC_GSS=m
CONFIG_SUNRPC_BACKCHANNEL=y
CONFIG_RPCSEC_GSS_KRB5=m
# CONFIG_SUNRPC_DEBUG is not set
# CONFIG_CEPH_FS is not set
CONFIG_CIFS=m
# CONFIG_CIFS_STATS is not set
CONFIG_CIFS_WEAK_PW_HASH=y
CONFIG_CIFS_UPCALL=y
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
CONFIG_CIFS_ACL=y
# CONFIG_CIFS_DEBUG is not set
CONFIG_CIFS_DFS_UPCALL=y
CONFIG_CIFS_SMB2=y
CONFIG_CIFS_SMB311=y
# CONFIG_CIFS_FSCACHE is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="UTF-8"
CONFIG_NLS_CODEPAGE_437=m
# CONFIG_NLS_CODEPAGE_737 is not set
CONFIG_NLS_CODEPAGE_775=m
CONFIG_NLS_CODEPAGE_850=m
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
# CONFIG_NLS_ASCII is not set
CONFIG_NLS_ISO8859_1=m
# CONFIG_NLS_ISO8859_2 is not set
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
CONFIG_NLS_ISO8859_15=m
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_MAC_ROMAN is not set
# CONFIG_NLS_MAC_CELTIC is not set
# CONFIG_NLS_MAC_CENTEURO is not set
# CONFIG_NLS_MAC_CROATIAN is not set
# CONFIG_NLS_MAC_CYRILLIC is not set
# CONFIG_NLS_MAC_GAELIC is not set
# CONFIG_NLS_MAC_GREEK is not set
# CONFIG_NLS_MAC_ICELAND is not set
# CONFIG_NLS_MAC_INUIT is not set
# CONFIG_NLS_MAC_ROMANIAN is not set
# CONFIG_NLS_MAC_TURKISH is not set
CONFIG_NLS_UTF8=m
# CONFIG_DLM is not set

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y

#
# printk and dmesg options
#
CONFIG_PRINTK_TIME=y
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_DYNAMIC_DEBUG is not set

#
# Compile-time checks and compiler options
#
# CONFIG_DEBUG_INFO is not set
# CONFIG_ENABLE_WARN_DEPRECATED is not set
# CONFIG_ENABLE_MUST_CHECK is not set
CONFIG_FRAME_WARN 48
# CONFIG_STRIP_ASM_SYMS is not set
# CONFIG_READABLE_ASM is not set
# CONFIG_UNUSED_SYMBOLS is not set
# CONFIG_PAGE_OWNER is not set
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
# CONFIG_DEBUG_SECTION_MISMATCH is not set
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
CONFIG_DEBUG_KERNEL=y

#
# Memory Debugging
#
# CONFIG_PAGE_EXTENSION is not set
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_SLUB_STATS is not set
CONFIG_HAVE_DEBUG_KMEMLEAK=y
# CONFIG_DEBUG_KMEMLEAK is not set
CONFIG_DEBUG_STACK_USAGE=y
# CONFIG_DEBUG_VM is not set
CONFIG_DEBUG_MEMORY_INIT=y
# CONFIG_DEBUG_PER_CPU_MAPS is not set
CONFIG_DEBUG_SHIRQ=y

#
# Debug Lockups and Hangs
#
CONFIG_LOCKUP_DETECTOR=y
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT\x120
# CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0
# CONFIG_PANIC_ON_OOPS is not set
CONFIG_PANIC_ON_OOPS_VALUE=0
CONFIG_PANIC_TIMEOUT=0
# CONFIG_SCHED_DEBUG is not set
CONFIG_SCHED_INFO=y
# CONFIG_SCHEDSTATS is not set
CONFIG_SCHED_STACK_END_CHECK=y
# CONFIG_DEBUG_TIMEKEEPING is not set
CONFIG_TIMER_STATS=y

#
# Lock Debugging (spinlocks, mutexes, etc...)
#
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_ATOMIC_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_LOCK_TORTURE_TEST is not set
CONFIG_STACKTRACE=y
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_HAVE_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_BUGVERBOSE=y
CONFIG_DEBUG_LIST=y
# CONFIG_DEBUG_PI_LIST is not set
# CONFIG_DEBUG_SG is not set
# CONFIG_DEBUG_NOTIFIERS is not set
# CONFIG_DEBUG_CREDENTIALS is not set

#
# RCU Debugging
#
# CONFIG_PROVE_RCU is not set
# CONFIG_SPARSE_RCU_POINTER is not set
# CONFIG_TORTURE_TEST is not set
# CONFIG_RCU_TORTURE_TEST is not set
CONFIG_RCU_CPU_STALL_TIMEOUT!
# CONFIG_RCU_TRACE is not set
# CONFIG_RCU_EQS_DEBUG is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
# CONFIG_NOTIFIER_ERROR_INJECTION is not set
# CONFIG_FAULT_INJECTION is not set
# CONFIG_LATENCYTOP is not set
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_TRACING_SUPPORT=y
# CONFIG_FTRACE is not set

#
# Runtime Testing
#
# CONFIG_LKDTM is not set
# CONFIG_TEST_LIST_SORT is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_RBTREE_TEST is not set
# CONFIG_INTERVAL_TREE_TEST is not set
# CONFIG_PERCPU_TEST is not set
# CONFIG_ATOMIC64_SELFTEST is not set
# CONFIG_TEST_HEXDUMP is not set
# CONFIG_TEST_STRING_HELPERS is not set
# CONFIG_TEST_KSTRTOX is not set
# CONFIG_TEST_PRINTF is not set
# CONFIG_TEST_RHASHTABLE is not set
# CONFIG_DMA_API_DEBUG is not set
# CONFIG_TEST_LKM is not set
# CONFIG_TEST_USER_COPY is not set
# CONFIG_TEST_BPF is not set
# CONFIG_TEST_FIRMWARE is not set
# CONFIG_TEST_UDELAY is not set
# CONFIG_MEMTEST is not set
# CONFIG_TEST_STATIC_KEYS is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
# CONFIG_DEBUG_DCFLUSH is not set

#
# Security options
#
CONFIG_KEYS=y
# CONFIG_PERSISTENT_KEYRINGS is not set
# CONFIG_BIG_KEYS is not set
CONFIG_ENCRYPTED_KEYS=y
# CONFIG_SECURITY_DMESG_RESTRICT is not set
CONFIG_SECURITY=y
CONFIG_SECURITYFS=y
CONFIG_SECURITY_NETWORK=y
CONFIG_SECURITY_NETWORK_XFRM=y
# CONFIG_SECURITY_PATH is not set
# CONFIG_SECURITY_SELINUX is not set
# CONFIG_SECURITY_SMACK is not set
# CONFIG_SECURITY_TOMOYO is not set
# CONFIG_SECURITY_APPARMOR is not set
# CONFIG_SECURITY_YAMA is not set
# CONFIG_INTEGRITY is not set
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_DEFAULT_SECURITY=""
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
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_PCOMP2=y
CONFIG_CRYPTO_AKCIPHER2=y
# CONFIG_CRYPTO_RSA is not set
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
# CONFIG_CRYPTO_USER is not set
CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
CONFIG_CRYPTO_GF128MUL=y
CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_NULL2=y
# CONFIG_CRYPTO_PCRYPT is not set
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_CRYPTD=m
# CONFIG_CRYPTO_MCRYPTD is not set
CONFIG_CRYPTO_AUTHENC=m
# CONFIG_CRYPTO_TEST is not set

#
# Authenticated Encryption with Associated Data
#
# CONFIG_CRYPTO_CCM is not set
# CONFIG_CRYPTO_GCM is not set
# CONFIG_CRYPTO_CHACHA20POLY1305 is not set
CONFIG_CRYPTO_SEQIV=y
# CONFIG_CRYPTO_ECHAINIV is not set

#
# Block modes
#
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_CTR=y
CONFIG_CRYPTO_CTS=y
CONFIG_CRYPTO_ECB=y
# CONFIG_CRYPTO_LRW is not set
# CONFIG_CRYPTO_PCBC is not set
CONFIG_CRYPTO_XTS=y
# CONFIG_CRYPTO_KEYWRAP is not set

#
# Hash modes
#
CONFIG_CRYPTO_CMAC=m
CONFIG_CRYPTO_HMAC=y
# CONFIG_CRYPTO_XCBC is not set
# CONFIG_CRYPTO_VMAC is not set

#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
# CONFIG_CRYPTO_CRC32C_SPARC64 is not set
# CONFIG_CRYPTO_CRC32 is not set
CONFIG_CRYPTO_CRCT10DIF=y
# CONFIG_CRYPTO_GHASH is not set
# CONFIG_CRYPTO_POLY1305 is not set
CONFIG_CRYPTO_MD4=m
CONFIG_CRYPTO_MD5=y
# CONFIG_CRYPTO_MD5_SPARC64 is not set
# CONFIG_CRYPTO_MICHAEL_MIC is not set
# CONFIG_CRYPTO_RMD128 is not set
# CONFIG_CRYPTO_RMD160 is not set
# CONFIG_CRYPTO_RMD256 is not set
# CONFIG_CRYPTO_RMD320 is not set
CONFIG_CRYPTO_SHA1=m
# CONFIG_CRYPTO_SHA1_SPARC64 is not set
CONFIG_CRYPTO_SHA256=y
# CONFIG_CRYPTO_SHA256_SPARC64 is not set
# CONFIG_CRYPTO_SHA512 is not set
# CONFIG_CRYPTO_SHA512_SPARC64 is not set
# CONFIG_CRYPTO_TGR192 is not set
# CONFIG_CRYPTO_WP512 is not set

#
# Ciphers
#
CONFIG_CRYPTO_AES=y
# CONFIG_CRYPTO_AES_SPARC64 is not set
# CONFIG_CRYPTO_ANUBIS is not set
CONFIG_CRYPTO_ARC4=m
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_CAMELLIA is not set
# CONFIG_CRYPTO_CAMELLIA_SPARC64 is not set
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST6 is not set
CONFIG_CRYPTO_DES=m
# CONFIG_CRYPTO_DES_SPARC64 is not set
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_CHACHA20 is not set
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_TEA is not set
# CONFIG_CRYPTO_TWOFISH is not set

#
# Compression
#
CONFIG_CRYPTO_DEFLATE=m
# CONFIG_CRYPTO_ZLIB is not set
# CONFIG_CRYPTO_LZO is not set
# CONFIG_CRYPTO_842 is not set
# CONFIG_CRYPTO_LZ4 is not set
# CONFIG_CRYPTO_LZ4HC is not set

#
# Random Number Generation
#
# CONFIG_CRYPTO_ANSI_CPRNG is not set
CONFIG_CRYPTO_DRBG_MENU=y
CONFIG_CRYPTO_DRBG_HMAC=y
# CONFIG_CRYPTO_DRBG_HASH is not set
# CONFIG_CRYPTO_DRBG_CTR is not set
CONFIG_CRYPTO_DRBG=y
CONFIG_CRYPTO_JITTERENTROPY=y
# CONFIG_CRYPTO_USER_API_HASH is not set
# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
# CONFIG_CRYPTO_USER_API_RNG is not set
# CONFIG_CRYPTO_USER_API_AEAD is not set
# CONFIG_CRYPTO_HW is not set
# CONFIG_ASYMMETRIC_KEY_TYPE is not set

#
# Certificates for signature checking
#
# CONFIG_SYSTEM_TRUSTED_KEYRING is not set
# CONFIG_BINARY_PRINTF is not set

#
# Library routines
#
CONFIG_BITREVERSE=y
# CONFIG_HAVE_ARCH_BITREVERSE is not set
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_NET_UTILS=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_IO=y
# CONFIG_CRC_CCITT is not set
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
CONFIG_CRC_ITU_T=m
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
CONFIG_CRC32_SLICEBY8=y
# CONFIG_CRC32_SLICEBY4 is not set
# CONFIG_CRC32_SARWATE is not set
# CONFIG_CRC32_BIT is not set
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=m
# CONFIG_CRC8 is not set
# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_ZLIB_INFLATE=m
CONFIG_ZLIB_DEFLATE=m
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
# CONFIG_XZ_DEC is not set
# CONFIG_XZ_DEC_BCJ is not set
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=m
CONFIG_TEXTSEARCH_BM=m
CONFIG_TEXTSEARCH_FSM=m
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT_MAP=y
CONFIG_HAS_DMA=y
CONFIG_CPU_RMAP=y
CONFIG_DQL=y
CONFIG_GLOB=y
# CONFIG_GLOB_SELFTEST is not set
CONFIG_NLATTR=y
CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
# CONFIG_CORDIC is not set
# CONFIG_DDR is not set
CONFIG_OID_REGISTRY=m
# CONFIG_SG_SPLIT is not set
CONFIG_ARCH_HAS_SG_CHAIN=y

-- 
Meelis Roos (mroos@linux.ee)

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Recent spontaneous reboots on multiple machines
  2016-01-06 15:21 Recent spontaneous reboots on multiple machines Meelis Roos
                   ` (2 preceding siblings ...)
  2016-01-07 19:46 ` Meelis Roos
@ 2016-01-07 20:14 ` Sowmini Varadhan
  2016-01-08 17:20 ` Sowmini Varadhan
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 42+ messages in thread
From: Sowmini Varadhan @ 2016-01-07 20:14 UTC (permalink / raw)
  To: sparclinux

On (01/07/16 21:46), Meelis Roos wrote:
> So far I have made sure that 4.2.0 works fine on V240 overnight with the 
> following command to find any other errors too.
> while true; do make clean; make -j2 || break; done

let me restart a loop with your .config on my v440 and let this run
overnight, to see if I can reproduce your case.

--Sowmini

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Recent spontaneous reboots on multiple machines
  2016-01-06 15:21 Recent spontaneous reboots on multiple machines Meelis Roos
                   ` (3 preceding siblings ...)
  2016-01-07 20:14 ` Sowmini Varadhan
@ 2016-01-08 17:20 ` Sowmini Varadhan
  2016-01-08 19:02 ` David Miller
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 42+ messages in thread
From: Sowmini Varadhan @ 2016-01-08 17:20 UTC (permalink / raw)
  To: sparclinux

On (01/07/16 15:14), Sowmini Varadhan wrote:
> 
> On (01/07/16 21:46), Meelis Roos wrote:
> > So far I have made sure that 4.2.0 works fine on V240 overnight with the 
> > following command to find any other errors too.
> > while true; do make clean; make -j2 || break; done
> 
> let me restart a loop with your .config on my v440 and let this run
> overnight, to see if I can reproduce your case.

Hmm. I've rebooted my v440 with a kernel built with your .config,
I've been able to do the above make loop for several hours now. 

perhaps it is some service/module that you have enabled/loaded
that I dont? Would you like to compare output of lsmod and/or 
chkconfig and/or service--status-all? (let me know which one).

Other thing is, there is nothing in the console/logs to 
give a hint why it rebooted?

--Sowmini


^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Recent spontaneous reboots on multiple machines
  2016-01-06 15:21 Recent spontaneous reboots on multiple machines Meelis Roos
                   ` (4 preceding siblings ...)
  2016-01-08 17:20 ` Sowmini Varadhan
@ 2016-01-08 19:02 ` David Miller
  2016-01-08 20:18 ` mroos
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 42+ messages in thread
From: David Miller @ 2016-01-08 19:02 UTC (permalink / raw)
  To: sparclinux

From: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Date: Fri, 8 Jan 2016 12:20:22 -0500

> On (01/07/16 15:14), Sowmini Varadhan wrote:
>> 
>> On (01/07/16 21:46), Meelis Roos wrote:
>> > So far I have made sure that 4.2.0 works fine on V240 overnight with the 
>> > following command to find any other errors too.
>> > while true; do make clean; make -j2 || break; done
>> 
>> let me restart a loop with your .config on my v440 and let this run
>> overnight, to see if I can reproduce your case.
> 
> Hmm. I've rebooted my v440 with a kernel built with your .config,
> I've been able to do the above make loop for several hours now. 
> 
> perhaps it is some service/module that you have enabled/loaded
> that I dont? Would you like to compare output of lsmod and/or 
> chkconfig and/or service--status-all? (let me know which one).
> 
> Other thing is, there is nothing in the console/logs to 
> give a hint why it rebooted?

It could also be influenced by either the amount of memory he has
installed, or what userland he is using.

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Recent spontaneous reboots on multiple machines
  2016-01-06 15:21 Recent spontaneous reboots on multiple machines Meelis Roos
                   ` (5 preceding siblings ...)
  2016-01-08 19:02 ` David Miller
@ 2016-01-08 20:18 ` mroos
  2016-01-08 21:15 ` Sowmini Varadhan
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 42+ messages in thread
From: mroos @ 2016-01-08 20:18 UTC (permalink / raw)
  To: sparclinux

> >> > So far I have made sure that 4.2.0 works fine on V240 overnight with the 
> >> > following command to find any other errors too.
> >> > while true; do make clean; make -j2 || break; done

For now it seems 4.3.0-00063-gea2d67b and 4.3.0-08824-g7c623ca also 
survive for many hours. That is strange - I think I saw it earlier on 
v240 where I am currently testing (I have seen it multiple times on 
v240, only once or twice on v440).

Now I have also ran 4.4-rc8 on v440 for some hours and it seem to 
survive.

So I do not know how to reproduce the reboot at will :(

> >> let me restart a loop with your .config on my v440 and let this run
> >> overnight, to see if I can reproduce your case.
> > 
> > Hmm. I've rebooted my v440 with a kernel built with your .config,
> > I've been able to do the above make loop for several hours now. 
> > 
> > perhaps it is some service/module that you have enabled/loaded
> > that I dont? Would you like to compare output of lsmod and/or 
> > chkconfig and/or service--status-all? (let me know which one).

lsmod on v440:

ipv6                  371138  22
loop                   18495  0
sr_mod                 15039  0
cdrom                  30798  1 sr_mod
ohci_pci                3362  0
ohci_hcd               32471  1 ohci_pci
usbcore               191889  2 ohci_hcd,ohci_pci
usb_common              3832  1 usbcore
pata_ali                9305  0
libata                195005  1 pata_ali
sg                     19827  0
cassini                46893  0
flash                   3435  0

lsmod on v240:

ipv6                  496922  26
loop                   19367  0
tg3                   167037  0
skge                   40515  0
hwmon                   3838  1 tg3
sg                     20793  0
i2c_ali15x3             6252  0
i2c_ali1535             6046  0
i2c_core               28484  2 i2c_ali1535,i2c_ali15x3
ptp                    12769  1 tg3
pps_core                8737  1 ptp
flash                   3875  0

skge is for Ethernet controller: SysKonnect SK-9872 Gigabit 
Ethernet Server Adapter (SK-NET GE-ZX dual link) (rev 12) that is in the 
v240 as an additional card with OF ROM.


> > Other thing is, there is nothing in the console/logs to 
> > give a hint why it rebooted?

Nothing in ALOM console log history or in syslog.

> It could also be influenced by either the amount of memory he has
> installed, or what userland he is using.

v240 has 6G RAM, v440 has 8G.

Userland is Debian unstable, as it was as of July 25, 2015. gcc 4.9.3-2, 
binutils 2.25-10.

My usage pattern on all the machines was powering up the machine, doing
git pull && make -j4 && echo OK
where -j number corresponds to number of CPUs in the system. Maybe git 
pull created some memory pressure before?

ps shows I have running
init udevd dhclient uuidd rsyslogd atd cron irqbalance sshd exim4 ntpd 
getty + sshd,bash for my login session.

v440 also has /usr/bin/daemon /etc/init.d/mpt-statusd check_mpt

init is sysvinit on both machines.

irqbalance and ntpd are the only slightly suspicious ones for my eye, or 
i2c modules but these are only on v240.

mroos@v440:~$ cat /proc/interrupts 
            CPU0       CPU1       CPU2       CPU3       
   0:       7561       3617       5495       4128      none  timer
   1:          0          0          0          0     sun4u-IVEC      TOMATILLO_PCIERR
   2:          0          0          0          0     sun4u-IVEC      TOMATILLO_UE
   3:          0          0          0          0     sun4u-IVEC      TOMATILLO_CE
   4:          0          0          0          0     sun4u-IVEC      TOMATILLO_SERR
   6:          0          0        453          0     sun4u-IVEC      eth0
   8:          0          0          0          0     sun4u-IVEC      TOMATILLO_PCIERR
  13:          0          0          0          0     sun4u-IVEC      TOMATILLO_PCIERR
  14:          0          0          0          0     sun4u-IVEC      TOMATILLO_UE
  15:          0          0          0          0     sun4u-IVEC      TOMATILLO_CE
  16:          0          0          0          0     sun4u-IVEC      TOMATILLO_SERR
  19:          0          0          0          0     sun4u-IVEC      power
  20:        230          0          0          0     sun4u-IVEC      su(serial)
  21:          0          0          0          0     sun4u-IVEC      ohci_hcd:usb1
  22:          0          0          0          0     sun4u-IVEC      ohci_hcd:usb2
  23:          0        172          0        199     sun4u-IVEC      pata_ali
  24:          0          0          0          0     sun4u-IVEC      TOMATILLO_PCIERR
  31:          0          0          0       3311     sun4u-IVEC      ioc0
  32:         49          0          0          0     sun4u-IVEC      ioc1
 NMI:          0          0          0          0     Non-maskable interrupts


mroos@v240:~$ cat /proc/interrupts 
            CPU0       CPU1       
   0:   10073372   10074564      none  timer
   1:          0          0     sun4u-IVEC      TOMATILLO_PCIERR
   2:          0          0     sun4u-IVEC      TOMATILLO_UE
   3:          0          0     sun4u-IVEC      TOMATILLO_CE
   4:          0          0     sun4u-IVEC      TOMATILLO_SERR
   6:      44675      52105     sun4u-IVEC      eth0
   8:          0          0     sun4u-IVEC      TOMATILLO_PCIERR
  14:          0          0     sun4u-IVEC      power
  15:          0        266     sun4u-IVEC      su(serial)
  20:          0          0     sun4u-IVEC      TOMATILLO_PCIERR
  21:          0          0     sun4u-IVEC      TOMATILLO_UE
  22:          0          0     sun4u-IVEC      TOMATILLO_CE
  23:          0          0     sun4u-IVEC      TOMATILLO_SERR
  25:      46126      73792     sun4u-IVEC      sym53c8xx
  26:         30          0     sun4u-IVEC      sym53c8xx
  27:          0          0     sun4u-IVEC      TOMATILLO_PCIERR
NMI:      42625      42625      Non-maskable interrupts

-- 
Meelis Roos (mroos@linux.ee)

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Recent spontaneous reboots on multiple machines
  2016-01-06 15:21 Recent spontaneous reboots on multiple machines Meelis Roos
                   ` (6 preceding siblings ...)
  2016-01-08 20:18 ` mroos
@ 2016-01-08 21:15 ` Sowmini Varadhan
  2016-01-08 21:29 ` Meelis Roos
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 42+ messages in thread
From: Sowmini Varadhan @ 2016-01-08 21:15 UTC (permalink / raw)
  To: sparclinux

On (01/08/16 22:18), mroos@linux.ee wrote:
> 
> lsmod on v440:

my lsmod output is a superset of this list.

> > It could also be influenced by either the amount of memory he has
> > installed, or what userland he is using.
> 
> v240 has 6G RAM, v440 has 8G.

here's meminfo for my v440:

# cat /proc/meminfo
MemTotal:        4114000 kB
MemFree:         3456744 kB
MemAvailable:    4012144 kB
Buffers:           83464 kB
Cached:           414264 kB
SwapCached:            0 kB
Active:           457064 kB
Inactive:          74816 kB
Active(anon):      34256 kB
Inactive(anon):      240 kB
Active(file):     422808 kB
Inactive(file):    74576 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:       1566328 kB
SwapFree:        1566328 kB
Dirty:              2808 kB
Writeback:             0 kB
AnonPages:         34176 kB
Mapped:            16272 kB
Shmem:               352 kB
Slab:             102320 kB
SReclaimable:      87920 kB
SUnreclaim:        14400 kB
KernelStack:        1664 kB
PageTables:         1064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     3623328 kB
Committed_AS:      72432 kB
VmallocTotal:   3298530689024 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
AnonHugePages:         0 kB

> 
> Userland is Debian unstable, as it was as of July 25, 2015. gcc 4.9.3-2, 
> binutils 2.25-10.

maybe it's the gcc/binutils? I'm using something older:

# gcc --version
gcc (Debian 4.6.3-14) 4.6.3
Copyright (C) 2011 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

My binutils is 2.22-8+deb7u2

the other difference is that (due to firewall/proxy headaches) I 
git-pull on a different machine and then rsync over that tree to
the v440. 

I did not see anything significantly different about the ps/interrupts
etc. I do not have irqbalance or ntpd on the v440, though.

--Sowmini

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Recent spontaneous reboots on multiple machines
  2016-01-06 15:21 Recent spontaneous reboots on multiple machines Meelis Roos
                   ` (7 preceding siblings ...)
  2016-01-08 21:15 ` Sowmini Varadhan
@ 2016-01-08 21:29 ` Meelis Roos
  2016-01-10 10:03 ` Meelis Roos
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 42+ messages in thread
From: Meelis Roos @ 2016-01-08 21:29 UTC (permalink / raw)
  To: sparclinux

> On (01/08/16 22:18), mroos@linux.ee wrote:
> > 
> > lsmod on v440:
> 
> my lsmod output is a superset of this list.
> 
> > > It could also be influenced by either the amount of memory he has
> > > installed, or what userland he is using.
> > 
> > v240 has 6G RAM, v440 has 8G.
> 
> here's meminfo for my v440:
> 
> # cat /proc/meminfo
> MemTotal:        4114000 kB
> MemFree:         3456744 kB
> MemAvailable:    4012144 kB
> Buffers:           83464 kB
> Cached:           414264 kB
> SwapCached:            0 kB
> Active:           457064 kB
> Inactive:          74816 kB
> Active(anon):      34256 kB
> Inactive(anon):      240 kB
> Active(file):     422808 kB
> Inactive(file):    74576 kB
> Unevictable:           0 kB
> Mlocked:               0 kB
> SwapTotal:       1566328 kB
> SwapFree:        1566328 kB
> Dirty:              2808 kB
> Writeback:             0 kB
> AnonPages:         34176 kB
> Mapped:            16272 kB
> Shmem:               352 kB
> Slab:             102320 kB
> SReclaimable:      87920 kB
> SUnreclaim:        14400 kB
> KernelStack:        1664 kB
> PageTables:         1064 kB
> NFS_Unstable:          0 kB
> Bounce:                0 kB
> WritebackTmp:          0 kB
> CommitLimit:     3623328 kB
> Committed_AS:      72432 kB
> VmallocTotal:   3298530689024 kB
> VmallocUsed:           0 kB
> VmallocChunk:          0 kB
> AnonHugePages:         0 kB

Mine is slightly different - Mlocked is also huge:

MemTotal:        8236304 kB
MemFree:         7841232 kB
MemAvailable:    8050272 kB
Buffers:           58168 kB
Cached:           160472 kB
SwapCached:            0 kB
Active:           297040 kB
Inactive:          20776 kB
Active(anon):      99232 kB
Inactive(anon):      296 kB
Active(file):     197808 kB
Inactive(file):    20480 kB
Unevictable:           0 kB
Mlocked:        7215545057280 kB
SwapTotal:       3083320 kB
SwapFree:        3083320 kB
Dirty:              4624 kB
Writeback:             0 kB
AnonPages:         99368 kB
Mapped:            22448 kB
Shmem:               360 kB
Slab:              52096 kB
SReclaimable:      33424 kB
SUnreclaim:        18672 kB
KernelStack:        1968 kB
PageTables:         1384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:     7201472 kB
Committed_AS:     134392 kB
VmallocTotal:   3298530689024 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
AnonHugePages:         0 kB

> > Userland is Debian unstable, as it was as of July 25, 2015. gcc 4.9.3-2, 
> > binutils 2.25-10.
> 
> maybe it's the gcc/binutils? I'm using something older:
> 
> # gcc --version
> gcc (Debian 4.6.3-14) 4.6.3
> Copyright (C) 2011 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> 
> My binutils is 2.22-8+deb7u2
> 
> the other difference is that (due to firewall/proxy headaches) I 
> git-pull on a different machine and then rsync over that tree to
> the v440. 
> 
> I did not see anything significantly different about the ps/interrupts
> etc. I do not have irqbalance or ntpd on the v440, though.
> 
> --Sowmini
> 

-- 
Meelis Roos (mroos@linux.ee)

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Recent spontaneous reboots on multiple machines
  2016-01-06 15:21 Recent spontaneous reboots on multiple machines Meelis Roos
                   ` (8 preceding siblings ...)
  2016-01-08 21:29 ` Meelis Roos
@ 2016-01-10 10:03 ` Meelis Roos
  2016-02-05  9:06 ` Meelis Roos
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 42+ messages in thread
From: Meelis Roos @ 2016-01-10 10:03 UTC (permalink / raw)
  To: sparclinux

> Hmm. I've rebooted my v440 with a kernel built with your .config,
> I've been able to do the above make loop for several hours now. 

I have been running V440 and V240 since last mail and I have not been 
able to reproduce the reboot in any way at will.

V440 is running 4.4.0-rc8-00005-gee9a7d2-dirty where dirty means ali1533 
quirk patch.

V240 has been running 4.4.0-rc8-00005-gee9a7d2.

When I hit it next time, I will take note and try to find the 
specific conditions.

-- 
Meelis Roos (mroos@linux.ee)

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Recent spontaneous reboots on multiple machines
  2016-01-06 15:21 Recent spontaneous reboots on multiple machines Meelis Roos
                   ` (9 preceding siblings ...)
  2016-01-10 10:03 ` Meelis Roos
@ 2016-02-05  9:06 ` Meelis Roos
  2016-02-14 10:51 ` Sowmini Varadhan
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 42+ messages in thread
From: Meelis Roos @ 2016-02-05  9:06 UTC (permalink / raw)
  To: sparclinux

> > On (01/07/16 21:46), Meelis Roos wrote:
> > > So far I have made sure that 4.2.0 works fine on V240 overnight with the 
> > > following command to find any other errors too.
> > > while true; do make clean; make -j2 || break; done
> > 
> > let me restart a loop with your .config on my v440 and let this run
> > overnight, to see if I can reproduce your case.
> 
> Hmm. I've rebooted my v440 with a kernel built with your .config,
> I've been able to do the above make loop for several hours now. 

It's getting more strange. I ran 4.4-rc8-00005 for 2-3 weeks nonstop, 
doing git clone and make -j4 in a loop, on both V240 and V440. Worked 
100% stable.

Then I git git pull from kernel.org, tried to compile 4.5-rc1 (or was it 
rc2 already), on the same running 4.4.0-rc8-00005 and it rebooted, on 
both V240 and V440.

I also saw a spontaneous reboot on E450 with 4.4.0-rc5-00008. Did not 
try continuous building on E450.

I'm quite stumped in trying to reproduce that...

-- 
Meelis Roos (mroos@linux.ee)

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Recent spontaneous reboots on multiple machines
  2016-01-06 15:21 Recent spontaneous reboots on multiple machines Meelis Roos
                   ` (10 preceding siblings ...)
  2016-02-05  9:06 ` Meelis Roos
@ 2016-02-14 10:51 ` Sowmini Varadhan
  2016-02-15  5:54 ` Meelis Roos
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 42+ messages in thread
From: Sowmini Varadhan @ 2016-02-14 10:51 UTC (permalink / raw)
  To: sparclinux

On (02/05/16 11:06), Meelis Roos wrote:
> It's getting more strange. I ran 4.4-rc8-00005 for 2-3 weeks nonstop, 
> doing git clone and make -j4 in a loop, on both V240 and V440. Worked 
> 100% stable.
> 
> Then I git git pull from kernel.org, tried to compile 4.5-rc1 (or was it 
> rc2 already), on the same running 4.4.0-rc8-00005 and it rebooted, on 
> both V240 and V440.

sorry for not getting back sooner - was on the road, and will be
mostly offline again next week. But the symptoms sound like there 
might be a memory and/or compiler issue. I'm not sure how to check this
theory out.. maybe someone else with more expertise in this space
can check?

If not, I can come back and try this out in a week- will take
some extra config/pkg-installation in my test machine to get around
firewalls etc and run git directly from the sunfire.

--Sowmini


^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Recent spontaneous reboots on multiple machines
  2016-01-06 15:21 Recent spontaneous reboots on multiple machines Meelis Roos
                   ` (11 preceding siblings ...)
  2016-02-14 10:51 ` Sowmini Varadhan
@ 2016-02-15  5:54 ` Meelis Roos
  2016-02-18  2:30 ` Sowmini Varadhan
  2016-02-22  1:02 ` Sowmini Varadhan
  14 siblings, 0 replies; 42+ messages in thread
From: Meelis Roos @ 2016-02-15  5:54 UTC (permalink / raw)
  To: sparclinux

> > It's getting more strange. I ran 4.4-rc8-00005 for 2-3 weeks nonstop, 
> > doing git clone and make -j4 in a loop, on both V240 and V440. Worked 
> > 100% stable.
> > 
> > Then I git git pull from kernel.org, tried to compile 4.5-rc1 (or was it 
> > rc2 already), on the same running 4.4.0-rc8-00005 and it rebooted, on 
> > both V240 and V440.
> 
> sorry for not getting back sooner - was on the road, and will be
> mostly offline again next week. But the symptoms sound like there 
> might be a memory and/or compiler issue. I'm not sure how to check this
> theory out.. maybe someone else with more expertise in this space
> can check?

Hmm, probability-wise that is not very likely that at least 4 different 
machines (V240, V440, E450, V100) grow a hardware error at 4.3 timeframe 
and start rebooting spontaneously?

Maybe something with our memory detection / bootmeme / memory ranges has 
changed?

Il will try more to find a way to reproduce the problem. Maybe putting 
aside an old git tree state (how do I get one?), then at each boot copy 
it and pull it and then compile.

-- 
Meelis Roos (mroos@linux.ee)

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Recent spontaneous reboots on multiple machines
  2016-01-06 15:21 Recent spontaneous reboots on multiple machines Meelis Roos
                   ` (12 preceding siblings ...)
  2016-02-15  5:54 ` Meelis Roos
@ 2016-02-18  2:30 ` Sowmini Varadhan
  2016-02-22  1:02 ` Sowmini Varadhan
  14 siblings, 0 replies; 42+ messages in thread
From: Sowmini Varadhan @ 2016-02-18  2:30 UTC (permalink / raw)
  To: sparclinux

On (02/15/16 07:54), Meelis Roos wrote:
> Il will try more to find a way to reproduce the problem. Maybe putting 
> aside an old git tree state (how do I get one?), then at each boot copy 
> it and pull it and then compile.

shouldnt "git checkout" to an older commit id achieve this?
 
--Sowmini

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Recent spontaneous reboots on multiple machines
  2016-01-06 15:21 Recent spontaneous reboots on multiple machines Meelis Roos
                   ` (13 preceding siblings ...)
  2016-02-18  2:30 ` Sowmini Varadhan
@ 2016-02-22  1:02 ` Sowmini Varadhan
  2016-02-23 12:12     ` Sowmini Varadhan
  14 siblings, 1 reply; 42+ messages in thread
From: Sowmini Varadhan @ 2016-02-22  1:02 UTC (permalink / raw)
  To: sparclinux

On (02/15/16 07:54), Meelis Roos wrote (on sparclinux):
> > > It's getting more strange. I ran 4.4-rc8-00005 for 2-3 weeks nonstop, 
> > > doing git clone and make -j4 in a loop, on both V240 and V440. Worked 
> > > 100% stable.
> > > 
> > > Then I git git pull from kernel.org, tried to compile 4.5-rc1 (or was it 
> > > rc2 already), on the same running 4.4.0-rc8-00005 and it rebooted, on 
> > > both V240 and V440.

Hmm. My experience was a little different than yours but maybe we
are seeing the same thing. 

I get a panic that matches the description in d188ba86dd07a ("xfrm:
add rcu protection to sk->sk_policy[]") but the panic remains
even after applying that patch, so maybe there is still some
race-window that was missed by the patch (or I'm missing some additional
patches?)

To reproduce the panic on my v440 (sparc sunfire) I fixed up my transparent
proxy env, and do a 'git pull' on the test machine (running 4.4.0-rc3+).
The reboot on panic was quite noisy on the (serial line to) console, though I
didnt find anything recorded in /var/log/*, and, with
kernel.panic = kernel.panic_on_oops = 1, the ssh session terminates quietly.

here's what I pulled out from the console noise:

[3816414.196028] Unable to handle kernel paging request at virtual address 77e0000000000000
[3816414.302455] tsk->{mm,active_mm}->context = 0000000000001f95
[3816414.378057] tsk->{mm,active_mm}->pgd = fff000123c040000
   :
[3816414.651546] git(7768): Oops [#1]
[3816414.696158] CPU: 0 PID: 7768 Comm: git Not tainted 4.4.0-rc3-roos-00790-g264a4ac-dirty #29
[3816414.807133] task: fff000123e2a31e0 ti: fff000123e3dc000 task.ti: fff000123e3dc000
[3816414.907887] TSTATE: 0000009911001601 TPC: 00000000007ed400 TNPC: 00000000007ed404 Y: 00000276    Not tainted
[3816415.039484] TPC: <xfrm_selector_match+0x20/0x3a0>
                      :
                      :

Looks like the pol is the bad vaddr. When I insert printks, I see
the following in xfrm_sk_policy_lookup() 

   dir XFRM_POLICY_OUT  sk fff000123e1aa000 pol 77e0000000000000

Relevant parts of the stack trace from console messages  are shown below.

 xfrm_sk_policy_lookup+0x30/0xc0
 xfrm_lookup+0x20/0x340
 nf_xfrm_me_harder+0x54/0x120 [nf_nat]
 nf_nat_ipv4_out+0xe0/0x140 [nf_nat_ipv4]
 nf_iterate+0x8c/0xc0
 nf_hook_slow+0x1c/0xe0
 ip_output+0xd4/0x100
 ip_local_out+0x30/0x60
 tcp_v4_send_synack+0x4c/0xa0
 tcp_conn_request+0x934/0x960
 tcp_rcv_state_process+0x1dc/0xee0
 tcp_v4_do_rcv+0x68/0x220
 tcp_v4_rcv+0xb04/0xbc0
 ip_local_deliver_finish+0x114/0x2a0
 ip_local_deliver+0x38/0xe0
 ip_rcv_finish+0x14c/0x380
 ip_rcv+0x26c/0x3e0
 __netif_receive_skb_core+0x7c4/0xb60
 process_backlog+0x70/0x120
 net_rx_action+0x204/0x300
 __do_softirq+0xc4/0x200
 do_softirq_own_stack+0x2c/0x4
  etc.

Unfortunately I cannot get a crash dump on sunfire, so no way to tell 
what other kernel threads could potentially be racing with this.

Still looking..

--Sowmini

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Invalid sk_policy[] access (was Re: Recent spontaneous reboots on multiple machines)
  2016-02-22  1:02 ` Sowmini Varadhan
@ 2016-02-23 12:12     ` Sowmini Varadhan
  0 siblings, 0 replies; 42+ messages in thread
From: Sowmini Varadhan @ 2016-02-23 12:12 UTC (permalink / raw)
  To: Meelis Roos; +Cc: sparclinux, edumazet, netdev


I figured out what's the root-cause of my panics.

In my case, for the stack shown in 
 http://marc.info/?l=linux-sparc&m=145610295109214&w=2
(which also has all the details about the issue),

tcp_make_synack has been called with attach_req set to true
so it sets up the skb->sk via:

        if (attach_req) {
                skb_set_owner_w(skb, req_to_sk(req));
        } else { /* .. */

Now, req is a struct inet_request_sock, and we are casting this
as a struct sock, to later get the ->sk_policy[1] in the xfrm
code. Consider the sizes of these structures between 32 and 64 bits:

  sizeof             32-bit        64-bit
-------------------------------------------
request_sock          256           312
inet_request_sock     272           328
sock                  688          1216

And offsetof sk_policy[1] is 256 on the 32-bit v440, whereas
it is 520 on my 64-bit T5. 

Thus on the v440, the sk_policy[1] is pointing at somewhere
in the middle of stuff set up by tcp_openreq_init() (the ireq
flags initialization).

Even on the 64-bit arch, trying to do req_to_sk(req) and accessing
fields beyond the sock_common, e.g., between offset 312 and 328 
may not give you the fields you are looking for? 

so how is this supposed to work? (Evidently it worked for Meelis
before, but I dont know if that was before or after  commit
9e17f8a475).

--Sowmini

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Invalid sk_policy[] access (was Re: Recent spontaneous reboots on multiple machines)
@ 2016-02-23 12:12     ` Sowmini Varadhan
  0 siblings, 0 replies; 42+ messages in thread
From: Sowmini Varadhan @ 2016-02-23 12:12 UTC (permalink / raw)
  To: Meelis Roos; +Cc: sparclinux, edumazet, netdev


I figured out what's the root-cause of my panics.

In my case, for the stack shown in 
 http://marc.info/?l=linux-sparc&m\x145610295109214&w=2
(which also has all the details about the issue),

tcp_make_synack has been called with attach_req set to true
so it sets up the skb->sk via:

        if (attach_req) {
                skb_set_owner_w(skb, req_to_sk(req));
        } else { /* .. */

Now, req is a struct inet_request_sock, and we are casting this
as a struct sock, to later get the ->sk_policy[1] in the xfrm
code. Consider the sizes of these structures between 32 and 64 bits:

  sizeof             32-bit        64-bit
-------------------------------------------
request_sock          256           312
inet_request_sock     272           328
sock                  688          1216

And offsetof sk_policy[1] is 256 on the 32-bit v440, whereas
it is 520 on my 64-bit T5. 

Thus on the v440, the sk_policy[1] is pointing at somewhere
in the middle of stuff set up by tcp_openreq_init() (the ireq
flags initialization).

Even on the 64-bit arch, trying to do req_to_sk(req) and accessing
fields beyond the sock_common, e.g., between offset 312 and 328 
may not give you the fields you are looking for? 

so how is this supposed to work? (Evidently it worked for Meelis
before, but I dont know if that was before or after  commit
9e17f8a475).

--Sowmini


^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access (was Re: Recent spontaneous reboots on multiple machines)
  2016-02-23 12:12     ` Sowmini Varadhan
@ 2016-02-23 19:36       ` Meelis Roos
  -1 siblings, 0 replies; 42+ messages in thread
From: Meelis Roos @ 2016-02-23 19:36 UTC (permalink / raw)
  To: Sowmini Varadhan; +Cc: sparclinux, edumazet, netdev

> I figured out what's the root-cause of my panics.

Great!

>   sizeof             32-bit        64-bit
> -------------------------------------------
> request_sock          256           312
> inet_request_sock     272           328
> sock                  688          1216
> 
> And offsetof sk_policy[1] is 256 on the 32-bit v440, whereas
> it is 520 on my 64-bit T5. 

Sorry, I do not understand - what is 32-bit on V440? The kernel should 
be 64-bit since it's sun4u.

> so how is this supposed to work? (Evidently it worked for Meelis
> before, but I dont know if that was before or after  commit
> 9e17f8a475).

It might be related to my problem, yes (I have different kernel configs 
on different machines and the XFRM settings are varying at least). 

However, I have not succeeded in reproducing the problem at will - git 
checkout of another release + subsequent compile still does not trigger 
it. But if it is the same problem, it seems to go int triple fault or 
something similar for me to cause it reboot with no trace in the 
console.

-- 
Meelis Roos (mroos@linux.ee)

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access (was Re: Recent spontaneous reboots on multiple machines)
@ 2016-02-23 19:36       ` Meelis Roos
  0 siblings, 0 replies; 42+ messages in thread
From: Meelis Roos @ 2016-02-23 19:36 UTC (permalink / raw)
  To: Sowmini Varadhan; +Cc: sparclinux, edumazet, netdev

> I figured out what's the root-cause of my panics.

Great!

>   sizeof             32-bit        64-bit
> -------------------------------------------
> request_sock          256           312
> inet_request_sock     272           328
> sock                  688          1216
> 
> And offsetof sk_policy[1] is 256 on the 32-bit v440, whereas
> it is 520 on my 64-bit T5. 

Sorry, I do not understand - what is 32-bit on V440? The kernel should 
be 64-bit since it's sun4u.

> so how is this supposed to work? (Evidently it worked for Meelis
> before, but I dont know if that was before or after  commit
> 9e17f8a475).

It might be related to my problem, yes (I have different kernel configs 
on different machines and the XFRM settings are varying at least). 

However, I have not succeeded in reproducing the problem at will - git 
checkout of another release + subsequent compile still does not trigger 
it. But if it is the same problem, it seems to go int triple fault or 
something similar for me to cause it reboot with no trace in the 
console.

-- 
Meelis Roos (mroos@linux.ee)

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access (was Re: Recent spontaneous reboots on multiple machines)
  2016-02-23 19:36       ` Meelis Roos
@ 2016-02-23 19:39         ` Sowmini Varadhan
  -1 siblings, 0 replies; 42+ messages in thread
From: Sowmini Varadhan @ 2016-02-23 19:39 UTC (permalink / raw)
  To: Meelis Roos; +Cc: sparclinux, edumazet, netdev

On (02/23/16 21:36), Meelis Roos wrote:
> Sorry, I do not understand - what is 32-bit on V440? The kernel should 
> be 64-bit since it's sun4u.

v440#  getconf LONG_BIT
32

v440# uname -a
Linux v440 4.4.0-rc3-roos-00790-g264a4ac-dirty #200 SMP Mon Feb 22 19:06:21 PST 2016 sparc64 GNU/Linux

> However, I have not succeeded in reproducing the problem at will - git 
> checkout of another release + subsequent compile still does not trigger 
> it. But if it is the same problem, it seems to go int triple fault or 
> something similar for me to cause it reboot with no trace in the 
> console.

Maybe you're seeing something else then.

--Sowmini


^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access (was Re: Recent spontaneous reboots on multiple machines)
@ 2016-02-23 19:39         ` Sowmini Varadhan
  0 siblings, 0 replies; 42+ messages in thread
From: Sowmini Varadhan @ 2016-02-23 19:39 UTC (permalink / raw)
  To: Meelis Roos; +Cc: sparclinux, edumazet, netdev

On (02/23/16 21:36), Meelis Roos wrote:
> Sorry, I do not understand - what is 32-bit on V440? The kernel should 
> be 64-bit since it's sun4u.

v440#  getconf LONG_BIT
32

v440# uname -a
Linux v440 4.4.0-rc3-roos-00790-g264a4ac-dirty #200 SMP Mon Feb 22 19:06:21 PST 2016 sparc64 GNU/Linux

> However, I have not succeeded in reproducing the problem at will - git 
> checkout of another release + subsequent compile still does not trigger 
> it. But if it is the same problem, it seems to go int triple fault or 
> something similar for me to cause it reboot with no trace in the 
> console.

Maybe you're seeing something else then.

--Sowmini


^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access
  2016-02-23 19:36       ` Meelis Roos
@ 2016-02-23 20:20         ` David Miller
  -1 siblings, 0 replies; 42+ messages in thread
From: David Miller @ 2016-02-23 20:20 UTC (permalink / raw)
  To: mroos; +Cc: sowmini.varadhan, sparclinux, edumazet, netdev

From: Meelis Roos <mroos@linux.ee>
Date: Tue, 23 Feb 2016 21:36:24 +0200 (EET)

> Sorry, I do not understand - what is 32-bit on V440? The kernel should 
> be 64-bit since it's sun4u.

Indeed, the kernel is 64-bit in both cases.

And the userland bit-arity has no relevance whatsoever for this bug.

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access
@ 2016-02-23 20:20         ` David Miller
  0 siblings, 0 replies; 42+ messages in thread
From: David Miller @ 2016-02-23 20:20 UTC (permalink / raw)
  To: mroos; +Cc: sowmini.varadhan, sparclinux, edumazet, netdev

From: Meelis Roos <mroos@linux.ee>
Date: Tue, 23 Feb 2016 21:36:24 +0200 (EET)

> Sorry, I do not understand - what is 32-bit on V440? The kernel should 
> be 64-bit since it's sun4u.

Indeed, the kernel is 64-bit in both cases.

And the userland bit-arity has no relevance whatsoever for this bug.

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access
  2016-02-23 20:20         ` David Miller
@ 2016-02-23 20:29           ` Sowmini Varadhan
  -1 siblings, 0 replies; 42+ messages in thread
From: Sowmini Varadhan @ 2016-02-23 20:29 UTC (permalink / raw)
  To: David Miller; +Cc: mroos, sparclinux, edumazet, netdev

On (02/23/16 15:20), David Miller wrote:
> Indeed, the kernel is 64-bit in both cases.
> And the userland bit-arity has no relevance whatsoever for this bug.

hang on; The sizeof (and offsetof) values I listed were obtained either
from /usr/bin/crash (on the T5) or from simple printk's of the structures
in the case of the v440. And they *are* different, and the numbers
match the values dumped on the console on pnaic. So isnt there actually
a problem here?

--Sowmini


^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access
@ 2016-02-23 20:29           ` Sowmini Varadhan
  0 siblings, 0 replies; 42+ messages in thread
From: Sowmini Varadhan @ 2016-02-23 20:29 UTC (permalink / raw)
  To: David Miller; +Cc: mroos, sparclinux, edumazet, netdev

On (02/23/16 15:20), David Miller wrote:
> Indeed, the kernel is 64-bit in both cases.
> And the userland bit-arity has no relevance whatsoever for this bug.

hang on; The sizeof (and offsetof) values I listed were obtained either
from /usr/bin/crash (on the T5) or from simple printk's of the structures
in the case of the v440. And they *are* different, and the numbers
match the values dumped on the console on pnaic. So isnt there actually
a problem here?

--Sowmini


^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access
  2016-02-23 20:29           ` Sowmini Varadhan
@ 2016-02-23 20:37             ` mroos
  -1 siblings, 0 replies; 42+ messages in thread
From: mroos @ 2016-02-23 20:37 UTC (permalink / raw)
  To: Sowmini Varadhan; +Cc: David Miller, sparclinux, edumazet, netdev

> > Indeed, the kernel is 64-bit in both cases.
> > And the userland bit-arity has no relevance whatsoever for this bug.
> 
> hang on; The sizeof (and offsetof) values I listed were obtained either
> from /usr/bin/crash (on the T5) or from simple printk's of the structures
> in the case of the v440. And they *are* different, and the numbers
> match the values dumped on the console on pnaic. So isnt there actually
> a problem here?

There certianly seems to be a problem - that's how you ended up looking 
under that rock.

Maybe the offsets are different because of different kernel config?

-- 
Meelis Roos (mroos@linux.ee)

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access
@ 2016-02-23 20:37             ` mroos
  0 siblings, 0 replies; 42+ messages in thread
From: mroos @ 2016-02-23 20:37 UTC (permalink / raw)
  To: Sowmini Varadhan; +Cc: David Miller, sparclinux, edumazet, netdev

> > Indeed, the kernel is 64-bit in both cases.
> > And the userland bit-arity has no relevance whatsoever for this bug.
> 
> hang on; The sizeof (and offsetof) values I listed were obtained either
> from /usr/bin/crash (on the T5) or from simple printk's of the structures
> in the case of the v440. And they *are* different, and the numbers
> match the values dumped on the console on pnaic. So isnt there actually
> a problem here?

There certianly seems to be a problem - that's how you ended up looking 
under that rock.

Maybe the offsets are different because of different kernel config?

-- 
Meelis Roos (mroos@linux.ee)

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access (was Re: Recent spontaneous reboots on multiple machines)
  2016-02-23 19:39         ` Sowmini Varadhan
@ 2016-02-23 20:45           ` Meelis Roos
  -1 siblings, 0 replies; 42+ messages in thread
From: Meelis Roos @ 2016-02-23 20:45 UTC (permalink / raw)
  To: Sowmini Varadhan; +Cc: sparclinux, edumazet, netdev

> > However, I have not succeeded in reproducing the problem at will - git 
> > checkout of another release + subsequent compile still does not trigger 
> > it. But if it is the same problem, it seems to go int triple fault or 
> > something similar for me to cause it reboot with no trace in the 
> > console.

Just got something - not on the console but a livelock with 
4.5.0-rc5-dirty. However, this seems to be mm-related?

This one has git checkout of v4.3 + git checkout master running, ps 
hangs when reaching this process. Simple pstree works, pstree -plah 
hangs, pstree -cp whows 3 gits running, catting /proc/PID/cmdline of one 
of them is hanging again. wchan is vm_munmap, status shows state D as 
expected.

[    0.000000] PROMLIB: Sun IEEE Boot Prom 'OBP 4.30.4.a 2010/01/06 14:45'
[    0.000000] PROMLIB: Root node compatible: 
[    0.000000] Linux version 4.5.0-rc5-dirty (mroos@v440) (gcc version 4.9.3 (Debian 4.9.3-2) ) #456 SMP Mon Feb 22 04:52:48 EET 2016
[    0.000000] bootconsole [earlyprom0] enabled
[    0.000000] ARCH: SUN4U
[    0.000000] Ethernet address: 00:03:ba:6f:14:39
[    0.000000] MM: PAGE_OFFSET is 0xfff0000000000000 (max_phys_bits == 42)
[    0.000000] MM: VMALLOC [0x0000000100000000 --> 0x000c000000000000]
[    0.000000] MM: VMEMMAP [0x000c000000000000 --> 0x0018000000000000]
[    0.000000] Kernel: Using 2 locked TLB entries for main kernel image.
[    0.000000] Remapping the kernel... done.
[    0.000000] OF stdout device is: /pci@1e,600000/isa@7/serial@0,3f8
[    0.000000] PROM: Built device tree with 147286 bytes of memory.
[    0.000000] Top of RAM: 0x223fef2000, Total RAM: 0x17fe88000
[    0.000000] Memory hole size: 134144MB
[    0.000000] Allocated 57344 bytes for kernel page tables.
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x000000223fef1fff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000003fffffff]
[    0.000000]   node   0: [mem 0x0000000200000000-0x000000023fffffff]
[    0.000000]   node   0: [mem 0x0000001000000000-0x000000103fffffff]
[    0.000000]   node   0: [mem 0x0000001200000000-0x000000123fffffff]
[    0.000000]   node   0: [mem 0x0000002000000000-0x000000203fffffff]
[    0.000000]   node   0: [mem 0x0000002200000000-0x000000223effdfff]
[    0.000000]   node   0: [mem 0x000000223f000000-0x000000223fe67fff]
[    0.000000]   node   0: [mem 0x000000223fe78000-0x000000223fe8ffff]
[    0.000000]   node   0: [mem 0x000000223fec0000-0x000000223fec7fff]
[    0.000000]   node   0: [mem 0x000000223fef0000-0x000000223fef1fff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000223fef1fff]
[    0.000000] On node 0 totalpages: 786244
[    0.000000]   Normal zone: 6911 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 786244 pages, LIFO batch:15
[    0.000000] Booting Linux...
[    0.000000] CPU CAPS: [flush,stbar,swap,muldiv,v9,ultra3,mul32,div32]
[    0.000000] CPU CAPS: [v8plus,vis,vis2]
[    0.000000] PERCPU: Embedded 8 pages/cpu @fff000223f800000 s22720 r8192 d34624 u1048576
[    0.000000] pcpu-alloc: s22720 r8192 d34624 u1048576 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 779333
[    0.000000] Kernel command line: root=/dev/sda1 ro
[    0.000000] PID hash table entries: 4096 (order: 2, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 1048576 (order: 10, 8388608 bytes)
[    0.000000] Inode-cache hash table entries: 524288 (order: 9, 4194304 bytes)
[    0.000000] Sorting __ex_table...
[    0.000000] Memory: 6171600K/6289952K available (4308K kernel code, 279K rwdata, 1520K rodata, 192K init, 480K bss, 118352K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] NR_IRQS:2048 nr_irqs:2048 1
[  116.474391] clocksource: stick: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns
[  116.594070] clocksource: mult[64000000] shift[24]
[  116.650327] clockevent: mult[28f5c29] shift[32]
[  116.704588] Console: colour dummy device 80x25
[  116.757777] console [tty0] enabled
[  116.798517] bootconsole [earlyprom0] disabled
[  116.930658] Calibrating delay using timer specific routine.. 20.01 BogoMIPS (lpj=40035)
[  116.930672] pid_max: default: 32768 minimum: 301
[  116.930761] Security Framework initialized
[  116.930796] Mount-cache hash table entries: 16384 (order: 4, 131072 bytes)
[  116.930807] Mountpoint-cache hash table entries: 16384 (order: 4, 131072 bytes)
[  116.934067] CPU 0: synchronized TICK with master CPU (last diff 0 cycles, maxerr 5 cycles)
[  116.935030] CPU 1: synchronized TICK with master CPU (last diff 0 cycles, maxerr 5 cycles)
[  116.935994] CPU 3: synchronized TICK with master CPU (last diff 0 cycles, maxerr 5 cycles)
[  116.936018] Brought up 4 CPUs
[  116.936904] devtmpfs: initialized
[  116.962941] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[  116.963413] NET: Registered protocol family 16
[  116.963423] kworker/u8:0 (28) used greatest stack depth: 9384 bytes left
[  116.965469] IRQ pre handler NOT supported.
[  116.965488] IRQ pre handler NOT supported.
[  116.965499] IRQ pre handler NOT supported.
[  116.965509] IRQ pre handler NOT supported.
[  116.965534] IRQ pre handler NOT supported.
[  116.965650] IRQ pre handler NOT supported.
[  116.965676] IRQ pre handler NOT supported.
[  116.965858] IRQ pre handler NOT supported.
[  116.965877] IRQ pre handler NOT supported.
[  116.965895] IRQ pre handler NOT supported.
[  116.965912] IRQ pre handler NOT supported.
[  116.965928] IRQ pre handler NOT supported.
[  116.966025] IRQ pre handler NOT supported.
[  116.966049] IRQ pre handler NOT supported.
[  116.966066] IRQ pre handler NOT supported.
[  116.966083] IRQ pre handler NOT supported.
[  116.966100] IRQ pre handler NOT supported.
[  116.966438] IRQ pre handler NOT supported.
[  116.969404] IRQ pre handler NOT supported.
[  116.969513] IRQ pre handler NOT supported.
[  116.969624] IRQ pre handler NOT supported.
[  116.969716] IRQ pre handler NOT supported.
[  116.969975] IRQ pre handler NOT supported.
[  116.970106] IRQ pre handler NOT supported.
[  116.970226] IRQ pre handler NOT supported.
[  116.970581] IRQ pre handler NOT supported.
[  116.970600] IRQ pre handler NOT supported.
[  116.970618] IRQ pre handler NOT supported.
[  116.970635] IRQ pre handler NOT supported.
[  116.970651] IRQ pre handler NOT supported.
[  116.970795] IRQ pre handler NOT supported.
[  116.970827] IRQ pre handler NOT supported.
[  116.970946] IRQ pre handler NOT supported.
[  116.971195] IRQ pre handler NOT supported.
[  116.972985] /pci@1c,600000: TOMATILLO PCI Bus Module ver[4:0]
[  116.973014] /pci@1c,600000: PCI IO[7ce01000000] MEM[7cf00000000] MEM64[7cf00000000]
[  116.974433] PCI: Scanning PBM /pci@1c,600000
[  116.974597] schizo f006aac0: PCI host bridge to bus 0000:00
[  116.974626] pci_bus 0000:00: root bus resource [io  0x7ce01000000-0x7ce01ffffff] (bus address [0x0000-0xffffff])
[  116.974657] pci_bus 0000:00: root bus resource [mem 0x7cf00000000-0x7cfffffffff] (bus address [0x00000000-0xffffffff])
[  116.974687] pci_bus 0000:00: root bus resource [mem 0x7cf00000000-0x7cfffffffff] (bus address [0x00000000-0xffffffff])
[  116.974717] pci_bus 0000:00: root bus resource [bus 00]
[  116.975121] /pci@1d,700000: TOMATILLO PCI Bus Module ver[4:0]
[  116.975144] /pci@1d,700000: PCI IO[7c601000000] MEM[7c700000000] MEM64[7c700000000]
[  116.976539] PCI: Scanning PBM /pci@1d,700000
[  116.976694] schizo f0074324: PCI host bridge to bus 0001:00
[  116.976719] pci_bus 0001:00: root bus resource [io  0x7c601000000-0x7c601ffffff] (bus address [0x0000-0xffffff])
[  116.976750] pci_bus 0001:00: root bus resource [mem 0x7c700000000-0x7c7ffffffff] (bus address [0x00000000-0xffffffff])
[  116.976781] pci_bus 0001:00: root bus resource [mem 0x7c700000000-0x7c7ffffffff] (bus address [0x00000000-0xffffffff])
[  116.976810] pci_bus 0001:00: root bus resource [bus 00]
[  116.976911] /pci@1e,600000: TOMATILLO PCI Bus Module ver[4:0]
[  116.976932] /pci@1e,600000: PCI IO[7fe01000000] MEM[7ff00000000] MEM64[7ff00000000]
[  116.978335] PCI: Scanning PBM /pci@1e,600000
[  116.978502] schizo f007d694: PCI host bridge to bus 0002:00
[  116.978528] pci_bus 0002:00: root bus resource [io  0x7fe01000000-0x7fe01ffffff] (bus address [0x0000-0xffffff])
[  116.978559] pci_bus 0002:00: root bus resource [mem 0x7ff00000000-0x7ffffffffff] (bus address [0x00000000-0xffffffff])
[  116.978588] pci_bus 0002:00: root bus resource [mem 0x7ff00000000-0x7ffffffffff] (bus address [0x00000000-0xffffffff])
[  116.978618] pci_bus 0002:00: root bus resource [bus 00]
[  116.978929] pci 0002:00:06.0: quirk: [io  0x7fe01000800-0x7fe0100083f] claimed by ali7101 ACPI
[  116.978963] pci 0002:00:06.0: quirk: [io  0x7fe01000600-0x7fe0100061f] claimed by ali7101 SMB
[  116.979191] pci 0002:00:0a.0: PME# supported from D3cold
[  116.979402] pci 0002:00:0b.0: PME# supported from D3cold
[  116.980085] /pci@1f,700000: TOMATILLO PCI Bus Module ver[4:0]
[  116.980109] /pci@1f,700000: PCI IO[7f601000000] MEM[7f700000000] MEM64[7f700000000]
[  116.981520] PCI: Scanning PBM /pci@1f,700000
[  116.981695] schizo f0086bb0: PCI host bridge to bus 0003:00
[  116.981725] pci_bus 0003:00: root bus resource [io  0x7f601000000-0x7f601ffffff] (bus address [0x0000-0xffffff])
[  116.981756] pci_bus 0003:00: root bus resource [mem 0x7f700000000-0x7f7ffffffff] (bus address [0x00000000-0xffffffff])
[  116.981787] pci_bus 0003:00: root bus resource [mem 0x7f700000000-0x7f7ffffffff] (bus address [0x00000000-0xffffffff])
[  116.981816] pci_bus 0003:00: root bus resource [bus 00]
[  116.982105] pci 0003:00:02.0: supports D1 D2
[  116.982312] pci 0003:00:02.1: supports D1 D2
[  117.000419] vgaarb: loaded
[  117.000716] SCSI subsystem initialized
[  117.001416] /pci@1e,600000/isa@7/rtc@0,70: RTC regs at 0x7fe01000070
[  117.002808] clocksource: Switched to clocksource stick
[  117.013113] NET: Registered protocol family 2
[  117.013664] TCP established hash table entries: 65536 (order: 6, 524288 bytes)
[  117.014856] TCP bind hash table entries: 65536 (order: 7, 1048576 bytes)
[  117.016971] TCP: Hash tables configured (established 65536 bind 65536)
[  117.017103] UDP hash table entries: 4096 (order: 4, 131072 bytes)
[  117.017408] UDP-Lite hash table entries: 4096 (order: 4, 131072 bytes)
[  117.017930] NET: Registered protocol family 1
[  117.018017] pci 0002:00:07.0: Activating ISA DMA hang workarounds
[  117.018058] PCI: Enabling device: (0002:00:0a.0), cmd 2
[  117.070218] PCI: Enabling device: (0002:00:0b.0), cmd 2
[  117.126216] PCI: CLS mismatch (64 != 512), using 64 bytes
[  117.126445] power: Control reg at 7fe01000800
[  117.126908] chmc: UltraSPARC-IIIi memory controller at /memory-controller@0,0
[  117.126951] chmc: UltraSPARC-IIIi memory controller at /memory-controller@1,0
[  117.126988] chmc: UltraSPARC-IIIi memory controller at /memory-controller@2,0
[  117.127024] chmc: UltraSPARC-IIIi memory controller at /memory-controller@3,0
[  117.127942] futex hash table entries: 1024 (order: 3, 65536 bytes)
[  117.128189] audit: initializing netlink subsys (disabled)
[  117.128260] audit: type=2000 audit(0.284:1): initialized
[  117.141790] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[  117.141839] io scheduler noop registered
[  117.141996] io scheduler cfq registered (default)
[  117.142719] f00ac054: ttyS0 at MMIO 0x7fe010003f8 (irq = 20, base_baud = 115387) is a 16550A
[  117.142752] Console: ttyS0 (SU)
[  129.254553] console [ttyS0] enabled
[  129.300599] f00adba8: ttyS1 at MMIO 0x7fe010002e8 (irq = 20, base_baud = 115387) is a 16550A
[  129.412172] Fusion MPT base driver 3.04.20
[  129.465983] Copyright (c) 1999-2008 LSI Corporation
[  129.530058] Fusion MPT SPI Host driver 3.04.20
[  129.588702] mptbase: ioc0: Initiating bringup
[  130.122188] ioc0: LSI53C1030 B2: Capabilities={Initiator}
[  130.775735] scsi host0: ioc0: LSI53C1030 B2, FwRev=01030b01h, Ports=1, MaxQ=222, IRQ=31
[  132.308056] scsi 0:0:0:0: Direct-Access     SEAGATE  ST373307LSUN72G  0507 PQ: 0 ANSI: 3
[  132.414547] scsi target0:0:0: Beginning Domain Validation
[  132.497084] scsi target0:0:0: Ending Domain Validation
[  132.564645] scsi target0:0:0: FAST-160 WIDE SCSI 320.0 MB/s DT IU QAS RTI WRFLOW PCOMP (6.25 ns, offset 63)
[  132.707501] sd 0:0:0:0: [sda] 143374738 512-byte logical blocks: (73.4 GB/68.4 GiB)
[  132.959151] sd 0:0:0:0: [sda] Write Protect is off
[  133.022135] sd 0:0:0:0: [sda] Mode Sense: db 00 10 08
[  133.024436] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA
[  133.024963] scsi 0:0:2:0: Direct-Access     SEAGATE  ST336607LSUN36G  0707 PQ: 0 ANSI: 3
[  133.024976] scsi target0:0:2: Beginning Domain Validation
[  133.036494] scsi target0:0:2: Ending Domain Validation
[  133.036573] scsi target0:0:2: FAST-160 WIDE SCSI 320.0 MB/s DT IU QAS RTI WRFLOW PCOMP (6.25 ns, offset 63)
[  133.528315]  sda: sda1 sda3 sda4
[  133.535658] sd 0:0:2:0: [sdb] 71132959 512-byte logical blocks: (36.4 GB/33.9 GiB)
[  133.537542] scsi 0:0:3:0: Direct-Access     FUJITSU  MAP3735N SUN72G  0401 PQ: 0 ANSI: 4
[  133.537557] scsi target0:0:3: Beginning Domain Validation
[  133.539185] sd 0:0:2:0: [sdb] Write Protect is off
[  133.539193] sd 0:0:2:0: [sdb] Mode Sense: db 00 10 08
[  133.543129] sd 0:0:2:0: [sdb] Write cache: disabled, read cache: enabled, supports DPO and FUA
[  133.556393] scsi target0:0:3: Ending Domain Validation
[  133.556471] scsi target0:0:3: FAST-160 WIDE SCSI 320.0 MB/s DT IU QAS RTI PCOMP (6.25 ns, offset 127)
[  133.567503] sd 0:0:2:0: [sdb] Attached SCSI disk
[  134.278792] sd 0:0:0:0: [sda] Attached SCSI disk
[  134.597849] sd 0:0:3:0: [sdc] 143374738 512-byte logical blocks: (73.4 GB/68.4 GiB)
[  134.949155] sd 0:0:3:0: [sdc] Write Protect is off
[  135.012093] sd 0:0:3:0: [sdc] Mode Sense: b3 00 00 08
[  135.700334] sd 0:0:3:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[  137.206280] mptbase: ioc1: Initiating bringup
[  137.742193] ioc1: LSI53C1030 B2: Capabilities={Initiator}
[  138.395846] scsi host1: ioc1: LSI53C1030 B2, FwRev=01030b01h, Ports=1, MaxQ=222, IRQ=32
[  139.926447] sd 0:0:3:0: [sdc] Attached SCSI disk
[  143.685531] Fusion MPT misc device (ioctl) driver 3.04.20
[  143.756675] mptctl: Registered with Fusion MPT base driver
[  143.828800] mptctl: /dev/mptctl @ (major,minor=10,220)
[  143.897480] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[  143.981065] rtc_cmos rtc_cmos: no alarms, 114 bytes nvram
[  144.052419] hidraw: raw HID events driver (C) Jiri Kosina
[  144.123946] NET: Registered protocol family 17
[  144.182396] Key type dns_resolver registered
[  144.239173] registered taskstats version 1
[  144.294017] Key type encrypted registered
[  144.347070] console [netcon0] enabled
[  144.395115] netconsole: network logging started
[  144.454645] rtc_cmos rtc_cmos: setting system clock to 2016-02-22 07:17:02 UTC (1456125422)
[  144.575662] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities
[  144.677526] EXT4-fs (sda1): couldn't mount as ext2 due to feature incompatibilities
[  144.806601] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[  144.907391] VFS: Mounted root (ext4 filesystem) readonly on device 8:1.
[  145.013434] devtmpfs: mounted
[  145.664808] stty (628) used greatest stack depth: 8184 bytes left
[  146.671883] random: udevd urandom read with 30 bits of entropy available
[  147.339434] cassini: cassini.c:v1.6 (21 May 2008)
[  147.401590] PCI: Enabling device: (0000:00:02.0), cmd 146
[  147.402538] alim7101_wdt: Steve Hill <steve@navaho.co.uk>
[  147.404333] sd 0:0:0:0: Attached scsi generic sg0 type 0
[  147.404479] sd 0:0:2:0: Attached scsi generic sg1 type 0
[  147.404583] sd 0:0:3:0: Attached scsi generic sg2 type 0
[  147.406018] cassini 0000:00:02.0 eth0: Sun Cassini+ (64bit/66MHz PCI/Cu) Ethernet[6] 00:03:ba:6f:14:39
[  147.406609] PCI: Enabling device: (0003:00:01.0), cmd 146
[  147.411558] cassini 0003:00:01.0 eth1: Sun Cassini+ (64bit/66MHz PCI/Cu) Ethernet[29] 00:03:ba:6f:14:3a
[  147.414885] libata version 3.00 loaded.
[  147.438513] PCI: Enabling device: (0002:00:0d.0), cmd 5
[  147.439788] scsi host2: pata_ali
[  147.440218] scsi host3: pata_ali
[  147.440388] ata1: PATA max UDMA/100 cmd 0x7fe01000900 ctl 0x7fe01000918 bmdma 0x7fe01000920 irq 23
[  147.440391] ata2: PATA max UDMA/100 cmd 0x7fe01000910 ctl 0x7fe01000908 bmdma 0x7fe01000928 irq 23
[  147.546679] usbcore: registered new interface driver usbfs
[  147.546725] usbcore: registered new interface driver hub
[  147.546788] usbcore: registered new device driver usb
[  147.556609] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[  147.570536] ohci-pci: OHCI PCI platform driver
[  147.570625] ohci-pci 0002:00:0a.0: OHCI PCI host controller
[  147.570651] ohci-pci 0002:00:0a.0: new USB bus registered, assigned bus number 1
[  147.570762] ohci-pci 0002:00:0a.0: irq 21, io mem 0x7ff01000000
[  147.628847] net.agent (788) used greatest stack depth: 7056 bytes left
[  147.630551] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[  147.630557] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  147.630560] usb usb1: Product: OHCI PCI host controller
[  147.630564] usb usb1: Manufacturer: Linux 4.5.0-rc5-dirty ohci_hcd
[  147.630568] usb usb1: SerialNumber: 0002:00:0a.0
[  147.631140] hub 1-0:1.0: USB hub found
[  147.631169] hub 1-0:1.0: 2 ports detected
[  147.631561] ohci-pci 0002:00:0b.0: OHCI PCI host controller
[  147.631579] ohci-pci 0002:00:0b.0: new USB bus registered, assigned bus number 2
[  147.631697] ohci-pci 0002:00:0b.0: irq 22, io mem 0x7ff02000000
[  147.663052] ata1.00: ATAPI: TOSHIBA DVD-ROM SD-C2612, 1011, max UDMA/33
[  147.663061] ata1.00: WARNING: ATAPI DMA disabled for reliability issues.  It can be enabled
[  147.663064] ata1.00: WARNING: via pata_ali.atapi_dma modparam or corresponding sysfs node.
[  147.686516] ata1.00: configured for UDMA/33
[  147.690326] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[  147.690331] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  147.690335] usb usb2: Product: OHCI PCI host controller
[  147.690338] usb usb2: Manufacturer: Linux 4.5.0-rc5-dirty ohci_hcd
[  147.690341] usb usb2: SerialNumber: 0002:00:0b.0
[  147.690798] hub 2-0:1.0: USB hub found
[  147.690826] hub 2-0:1.0: 2 ports detected
[  147.697727] scsi 2:0:0:0: CD-ROM            TOSHIBA  DVD-ROM SD-C2612 1011 PQ: 0 ANSI: 5
[  147.708414] scsi 2:0:0:0: Attached scsi generic sg3 type 5
[  148.005774] sr 2:0:0:0: [sr0] scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
[  148.005779] cdrom: Uniform CD-ROM driver Revision: 3.20
[  148.006471] sr 2:0:0:0: Attached scsi CD-ROM sr0
[  148.394794] ata_id (802) used greatest stack depth: 6920 bytes left
[  150.958294] alim7101_wdt: Detected old alim7101 revision 'a1d'.  If this is a cobalt board, set the 'use_gpio' module parameter.
[  151.142624] alim7101_wdt: Steve Hill <steve@navaho.co.uk>
[  151.213640] alim7101_wdt: Detected old alim7101 revision 'a1d'.  If this is a cobalt board, set the 'use_gpio' module parameter.
[  151.728013] Adding 3083320k swap on /dev/sda4.  Priority:-1 extents:1 across:3083320k 
[  151.890486] EXT4-fs (sda1): re-mounted. Opts: (null)
[  152.134658] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[  152.880966] loop: module loaded
[  153.750207] cassini 0000:00:02.0 eth0: Link up at 100 Mbps, full-duplex
[  153.837164] cassini 0000:00:02.0 eth0: Pause is disabled
[  153.903415] NET: Registered protocol family 10
[  153.966278] ip (1467) used greatest stack depth: 6856 bytes left
[  154.396019] rc (627) used greatest stack depth: 6792 bytes left
[  156.914123] udevd (760) used greatest stack depth: 5672 bytes left
[  264.306492] random: nonblocking pool is initialized
[ 5059.654398] kworker/dying (161) used greatest stack depth: 5096 bytes left
[37804.370601] BUG: Bad rss-counter state mm:fff000000071e1c0 idx:1 val:2
[37804.456516] BUG: non-zero nr_ptes on freeing mm: 1
[37804.519501] BUG: non-zero nr_pmds on freeing mm: 1
[41966.759068] Unable to handle kernel NULL pointer dereference
[41966.833581] tsk->{mm,active_mm}->context = 00000000000009ae
[41966.906861] tsk->{mm,active_mm}->pgd = fff000000401c000
[41966.975769]               \|/ ____ \|/
                             "@'/ .. \`@"
                             /_| \__/ |_\
                                \__U_/
[41967.169142] khugepaged(238): Oops [#1]
[41967.218401] CPU: 3 PID: 238 Comm: khugepaged Not tainted 4.5.0-rc5-dirty #456
[41967.312193] task: fff000223c910f80 ti: fff000223dc30000 task.ti: fff000223dc30000
[41967.410590] TSTATE: 0000004480001604 TPC: 0000000000496da4 TNPC: 0000000000496dbc Y: 00000000    Not tainted
[41967.539957] TPC: <down_read_trylock+0x4/0x40>
[41967.597236] g0: 0000000000000001 g1: 0000000000000000 g2: 0000000000000000 g3: 000c0000000cbe80
[41967.711626] g4: fff000223c910f80 g5: fff000223f0d0000 g6: fff000223dc30000 g7: 0000000000000000
[41967.826023] o0: 0000000000000008 o1: 0000000000000002 o2: 000000000095d800 o3: 00000000009fa7a0
[41967.940511] o4: 000c00000030c5f0 o5: 00000000009fa830 sp: fff000223dc32be1 ret_pc: 0000000000522cc4
[41968.059488] RPC: <page_lock_anon_vma_read+0x64/0x320>
[41968.125919] l0: 00000000009fa7a0 l1: 0000000000000000 l2: 000c00000030af08 l3: fff0000002a3ef88
[41968.240315] l4: 0000000000000000 l5: 8000000000000000 l6: 0000000000000000 l7: 0000000000000008
[41968.354711] i0: 000c0000000cbe80 i1: 0000000000000000 i2: 0000000000000008 i3: fff000223b9485f0
[41968.469203] i4: fff000223b9485f1 i5: 000c0000000cbe80 i6: fff000223dc32c91 i7: 00000000005230fc
[41968.583697] I7: <rmap_walk+0x17c/0x400>
[41968.634116] Call Trace:
[41968.666142]  [00000000005230fc] rmap_walk+0x17c/0x400
[41968.732533]  [000000000052374c] try_to_unmap+0x6c/0x180
[41968.801242]  [0000000000539fa8] migrate_pages+0x328/0x7e0
[41968.872273]  [000000000050fb98] compact_zone+0x458/0x640
[41968.942146]  [000000000050fdd8] compact_zone_order+0x58/0x80
[41969.016493]  [0000000000510430] try_to_compact_pages+0xd0/0x240
[41969.094272]  [00000000004f392c] __alloc_pages_direct_compact+0x2c/0x160
[41969.181213]  [00000000004f4294] __alloc_pages_nodemask+0x834/0xa20
[41969.262689]  [000000000053c0cc] khugepaged+0x72c/0x1400
[41969.331379]  [0000000000478128] kthread+0xa8/0xe0
[41969.393142]  [00000000004060e4] ret_from_fork+0x1c/0x2c
[41969.461778]  [0000000000000000]           (null)
[41969.522391] Disabling lock debugging due to kernel taint
[41969.592178] Caller[00000000005230fc]: rmap_walk+0x17c/0x400
[41969.665380] Caller[000000000052374c]: try_to_unmap+0x6c/0x180
[41969.740888] Caller[0000000000539fa8]: migrate_pages+0x328/0x7e0
[41969.818663] Caller[000000000050fb98]: compact_zone+0x458/0x640
[41969.895307] Caller[000000000050fdd8]: compact_zone_order+0x58/0x80
[41969.976521] Caller[0000000000510430]: try_to_compact_pages+0xd0/0x240
[41970.061176] Caller[00000000004f392c]: __alloc_pages_direct_compact+0x2c/0x160
[41970.154967] Caller[00000000004f4294]: __alloc_pages_nodemask+0x834/0xa20
[41970.243048] Caller[000000000053c0cc]: khugepaged+0x72c/0x1400
[41970.318559] Caller[0000000000478128]: kthread+0xa8/0xe0
[41970.387286] Caller[00000000004060e4]: ret_from_fork+0x1c/0x2c
[41970.462786] Caller[0000000000000000]:           (null)
[41970.530269] Instruction DUMP: 01000000  01000000  10680007 <c45a0000> c3f21002  80a08001  22600008  90102001  c45a0000 
[49483.789891] Unable to handle kernel NULL pointer dereference
[49483.864349] tsk->{mm,active_mm}->context = 00000000000019d6
[49483.937666] tsk->{mm,active_mm}->pgd = fff000000403c000
[49484.006366]               \|/ ____ \|/
                             "@'/ .. \`@"
                             /_| \__/ |_\
                                \__U_/
[49484.199719] git(24995): Oops [#2]
[49484.243252] CPU: 3 PID: 24995 Comm: git Tainted: G      D         4.5.0-rc5-dirty #456
[49484.347362] task: fff00000044c8f80 ti: fff000000077c000 task.ti: fff000000077c000
[49484.445830] TSTATE: 0000004411001600 TPC: 0000000000496da4 TNPC: 0000000000496dbc Y: 00000000    Tainted: G      D        
[49484.591131] TPC: <down_read_trylock+0x4/0x40>
[49484.648409] g0: fff000223d47cc98 g1: 0000000000000000 g2: 0000000000000000 g3: 000c0000001ce018
[49484.762908] g4: fff00000044c8f80 g5: fff000223f0d0000 g6: fff000000077c000 g7: 0000000300000000
[49484.877397] o0: 0000000000000008 o1: fff00000357fb8c8 o2: 0000000000000004 o3: 0000000000000001
[49484.991904] o4: fff0000014eb2000 o5: 0000000000000000 sp: fff000000077ec21 ret_pc: 0000000000522cc4
[49485.110966] RPC: <page_lock_anon_vma_read+0x64/0x320>
[49485.177406] l0: fff000223d0b0268 l1: 00000000009fa7a0 l2: 0000000300000045 l3: fff00000028d38a0
[49485.291906] l4: 0000000000000000 l5: 8000000000000000 l6: 0000000000000001 l7: 0000000000000008
[49485.406595] i0: 000c0000001ce018 i1: 000c0000002f10dc i2: 0000000000000008 i3: fff000223b9485f0
[49485.520994] i4: fff000223b9485f1 i5: 000c0000001ce018 i6: fff000000077ecd1 i7: 00000000005230fc
[49485.635479] I7: <rmap_walk+0x17c/0x400>
[49485.685801] Call Trace:
[49485.717828]  [00000000005230fc] rmap_walk+0x17c/0x400
[49485.784187]  [000000000052374c] try_to_unmap+0x6c/0x180
[49485.852812]  [0000000000539fa8] migrate_pages+0x328/0x7e0
[49485.923742]  [000000000050fb98] compact_zone+0x458/0x640
[49485.993612]  [000000000050fdd8] compact_zone_order+0x58/0x80
[49486.067974]  [0000000000510430] try_to_compact_pages+0xd0/0x240
[49486.145859]  [00000000004f392c] __alloc_pages_direct_compact+0x2c/0x160
[49486.232789]  [00000000004f3e98] __alloc_pages_nodemask+0x438/0xa20
[49486.314007]  [000000000053dd2c] do_huge_pmd_anonymous_page+0x10c/0x520
[49486.399812]  [0000000000518c34] handle_mm_fault+0xbb4/0x14e0
[49486.474268]  [000000000044dd3c] do_sparc64_fault+0x43c/0x720
[49486.548713]  [0000000000407c30] sparc64_realfault_common+0x10/0x20
[49486.629931] Caller[00000000005230fc]: rmap_walk+0x17c/0x400
[49486.703246] Caller[000000000052374c]: try_to_unmap+0x6c/0x180
[49486.778740] Caller[0000000000539fa8]: migrate_pages+0x328/0x7e0
[49486.856521] Caller[000000000050fb98]: compact_zone+0x458/0x640
[49486.933164] Caller[000000000050fdd8]: compact_zone_order+0x58/0x80
[49487.014386] Caller[0000000000510430]: try_to_compact_pages+0xd0/0x240
[49487.099029] Caller[00000000004f392c]: __alloc_pages_direct_compact+0x2c/0x160
[49487.192824] Caller[00000000004f3e98]: __alloc_pages_nodemask+0x438/0xa20
[49487.280913] Caller[000000000053dd2c]: do_huge_pmd_anonymous_page+0x10c/0x520
[49487.373664] Caller[0000000000518c34]: handle_mm_fault+0xbb4/0x14e0
[49487.454883] Caller[000000000044dd3c]: do_sparc64_fault+0x43c/0x720
[49487.536103] Caller[0000000000407c30]: sparc64_realfault_common+0x10/0x20
[49487.624366] Caller[00000000f4fffbfc]: 0xf4fffbfc
[49487.685011] Instruction DUMP: 01000000  01000000  10680007 <c45a0000> c3f21002  80a08001  22600008  90102001  c45a0000 

-- 
Meelis Roos (mroos@linux.ee)

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access (was Re: Recent spontaneous reboots on multiple machines)
@ 2016-02-23 20:45           ` Meelis Roos
  0 siblings, 0 replies; 42+ messages in thread
From: Meelis Roos @ 2016-02-23 20:45 UTC (permalink / raw)
  To: Sowmini Varadhan; +Cc: sparclinux, edumazet, netdev

> > However, I have not succeeded in reproducing the problem at will - git 
> > checkout of another release + subsequent compile still does not trigger 
> > it. But if it is the same problem, it seems to go int triple fault or 
> > something similar for me to cause it reboot with no trace in the 
> > console.

Just got something - not on the console but a livelock with 
4.5.0-rc5-dirty. However, this seems to be mm-related?

This one has git checkout of v4.3 + git checkout master running, ps 
hangs when reaching this process. Simple pstree works, pstree -plah 
hangs, pstree -cp whows 3 gits running, catting /proc/PID/cmdline of one 
of them is hanging again. wchan is vm_munmap, status shows state D as 
expected.

[    0.000000] PROMLIB: Sun IEEE Boot Prom 'OBP 4.30.4.a 2010/01/06 14:45'
[    0.000000] PROMLIB: Root node compatible: 
[    0.000000] Linux version 4.5.0-rc5-dirty (mroos@v440) (gcc version 4.9.3 (Debian 4.9.3-2) ) #456 SMP Mon Feb 22 04:52:48 EET 2016
[    0.000000] bootconsole [earlyprom0] enabled
[    0.000000] ARCH: SUN4U
[    0.000000] Ethernet address: 00:03:ba:6f:14:39
[    0.000000] MM: PAGE_OFFSET is 0xfff0000000000000 (max_phys_bits = 42)
[    0.000000] MM: VMALLOC [0x0000000100000000 --> 0x000c000000000000]
[    0.000000] MM: VMEMMAP [0x000c000000000000 --> 0x0018000000000000]
[    0.000000] Kernel: Using 2 locked TLB entries for main kernel image.
[    0.000000] Remapping the kernel... done.
[    0.000000] OF stdout device is: /pci@1e,600000/isa@7/serial@0,3f8
[    0.000000] PROM: Built device tree with 147286 bytes of memory.
[    0.000000] Top of RAM: 0x223fef2000, Total RAM: 0x17fe88000
[    0.000000] Memory hole size: 134144MB
[    0.000000] Allocated 57344 bytes for kernel page tables.
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x0000000000000000-0x000000223fef1fff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000000000-0x000000003fffffff]
[    0.000000]   node   0: [mem 0x0000000200000000-0x000000023fffffff]
[    0.000000]   node   0: [mem 0x0000001000000000-0x000000103fffffff]
[    0.000000]   node   0: [mem 0x0000001200000000-0x000000123fffffff]
[    0.000000]   node   0: [mem 0x0000002000000000-0x000000203fffffff]
[    0.000000]   node   0: [mem 0x0000002200000000-0x000000223effdfff]
[    0.000000]   node   0: [mem 0x000000223f000000-0x000000223fe67fff]
[    0.000000]   node   0: [mem 0x000000223fe78000-0x000000223fe8ffff]
[    0.000000]   node   0: [mem 0x000000223fec0000-0x000000223fec7fff]
[    0.000000]   node   0: [mem 0x000000223fef0000-0x000000223fef1fff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x000000223fef1fff]
[    0.000000] On node 0 totalpages: 786244
[    0.000000]   Normal zone: 6911 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 786244 pages, LIFO batch:15
[    0.000000] Booting Linux...
[    0.000000] CPU CAPS: [flush,stbar,swap,muldiv,v9,ultra3,mul32,div32]
[    0.000000] CPU CAPS: [v8plus,vis,vis2]
[    0.000000] PERCPU: Embedded 8 pages/cpu @fff000223f800000 s22720 r8192 d34624 u1048576
[    0.000000] pcpu-alloc: s22720 r8192 d34624 u1048576 alloc=1*4194304
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 779333
[    0.000000] Kernel command line: root=/dev/sda1 ro
[    0.000000] PID hash table entries: 4096 (order: 2, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 1048576 (order: 10, 8388608 bytes)
[    0.000000] Inode-cache hash table entries: 524288 (order: 9, 4194304 bytes)
[    0.000000] Sorting __ex_table...
[    0.000000] Memory: 6171600K/6289952K available (4308K kernel code, 279K rwdata, 1520K rodata, 192K init, 480K bss, 118352K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign2, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] NR_IRQS:2048 nr_irqs:2048 1
[  116.474391] clocksource: stick: mask: 0xffffffffffffffff max_cycles: 0x24e6a1710, max_idle_ns: 440795202120 ns
[  116.594070] clocksource: mult[64000000] shift[24]
[  116.650327] clockevent: mult[28f5c29] shift[32]
[  116.704588] Console: colour dummy device 80x25
[  116.757777] console [tty0] enabled
[  116.798517] bootconsole [earlyprom0] disabled
[  116.930658] Calibrating delay using timer specific routine.. 20.01 BogoMIPS (lpj@035)
[  116.930672] pid_max: default: 32768 minimum: 301
[  116.930761] Security Framework initialized
[  116.930796] Mount-cache hash table entries: 16384 (order: 4, 131072 bytes)
[  116.930807] Mountpoint-cache hash table entries: 16384 (order: 4, 131072 bytes)
[  116.934067] CPU 0: synchronized TICK with master CPU (last diff 0 cycles, maxerr 5 cycles)
[  116.935030] CPU 1: synchronized TICK with master CPU (last diff 0 cycles, maxerr 5 cycles)
[  116.935994] CPU 3: synchronized TICK with master CPU (last diff 0 cycles, maxerr 5 cycles)
[  116.936018] Brought up 4 CPUs
[  116.936904] devtmpfs: initialized
[  116.962941] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[  116.963413] NET: Registered protocol family 16
[  116.963423] kworker/u8:0 (28) used greatest stack depth: 9384 bytes left
[  116.965469] IRQ pre handler NOT supported.
[  116.965488] IRQ pre handler NOT supported.
[  116.965499] IRQ pre handler NOT supported.
[  116.965509] IRQ pre handler NOT supported.
[  116.965534] IRQ pre handler NOT supported.
[  116.965650] IRQ pre handler NOT supported.
[  116.965676] IRQ pre handler NOT supported.
[  116.965858] IRQ pre handler NOT supported.
[  116.965877] IRQ pre handler NOT supported.
[  116.965895] IRQ pre handler NOT supported.
[  116.965912] IRQ pre handler NOT supported.
[  116.965928] IRQ pre handler NOT supported.
[  116.966025] IRQ pre handler NOT supported.
[  116.966049] IRQ pre handler NOT supported.
[  116.966066] IRQ pre handler NOT supported.
[  116.966083] IRQ pre handler NOT supported.
[  116.966100] IRQ pre handler NOT supported.
[  116.966438] IRQ pre handler NOT supported.
[  116.969404] IRQ pre handler NOT supported.
[  116.969513] IRQ pre handler NOT supported.
[  116.969624] IRQ pre handler NOT supported.
[  116.969716] IRQ pre handler NOT supported.
[  116.969975] IRQ pre handler NOT supported.
[  116.970106] IRQ pre handler NOT supported.
[  116.970226] IRQ pre handler NOT supported.
[  116.970581] IRQ pre handler NOT supported.
[  116.970600] IRQ pre handler NOT supported.
[  116.970618] IRQ pre handler NOT supported.
[  116.970635] IRQ pre handler NOT supported.
[  116.970651] IRQ pre handler NOT supported.
[  116.970795] IRQ pre handler NOT supported.
[  116.970827] IRQ pre handler NOT supported.
[  116.970946] IRQ pre handler NOT supported.
[  116.971195] IRQ pre handler NOT supported.
[  116.972985] /pci@1c,600000: TOMATILLO PCI Bus Module ver[4:0]
[  116.973014] /pci@1c,600000: PCI IO[7ce01000000] MEM[7cf00000000] MEM64[7cf00000000]
[  116.974433] PCI: Scanning PBM /pci@1c,600000
[  116.974597] schizo f006aac0: PCI host bridge to bus 0000:00
[  116.974626] pci_bus 0000:00: root bus resource [io  0x7ce01000000-0x7ce01ffffff] (bus address [0x0000-0xffffff])
[  116.974657] pci_bus 0000:00: root bus resource [mem 0x7cf00000000-0x7cfffffffff] (bus address [0x00000000-0xffffffff])
[  116.974687] pci_bus 0000:00: root bus resource [mem 0x7cf00000000-0x7cfffffffff] (bus address [0x00000000-0xffffffff])
[  116.974717] pci_bus 0000:00: root bus resource [bus 00]
[  116.975121] /pci@1d,700000: TOMATILLO PCI Bus Module ver[4:0]
[  116.975144] /pci@1d,700000: PCI IO[7c601000000] MEM[7c700000000] MEM64[7c700000000]
[  116.976539] PCI: Scanning PBM /pci@1d,700000
[  116.976694] schizo f0074324: PCI host bridge to bus 0001:00
[  116.976719] pci_bus 0001:00: root bus resource [io  0x7c601000000-0x7c601ffffff] (bus address [0x0000-0xffffff])
[  116.976750] pci_bus 0001:00: root bus resource [mem 0x7c700000000-0x7c7ffffffff] (bus address [0x00000000-0xffffffff])
[  116.976781] pci_bus 0001:00: root bus resource [mem 0x7c700000000-0x7c7ffffffff] (bus address [0x00000000-0xffffffff])
[  116.976810] pci_bus 0001:00: root bus resource [bus 00]
[  116.976911] /pci@1e,600000: TOMATILLO PCI Bus Module ver[4:0]
[  116.976932] /pci@1e,600000: PCI IO[7fe01000000] MEM[7ff00000000] MEM64[7ff00000000]
[  116.978335] PCI: Scanning PBM /pci@1e,600000
[  116.978502] schizo f007d694: PCI host bridge to bus 0002:00
[  116.978528] pci_bus 0002:00: root bus resource [io  0x7fe01000000-0x7fe01ffffff] (bus address [0x0000-0xffffff])
[  116.978559] pci_bus 0002:00: root bus resource [mem 0x7ff00000000-0x7ffffffffff] (bus address [0x00000000-0xffffffff])
[  116.978588] pci_bus 0002:00: root bus resource [mem 0x7ff00000000-0x7ffffffffff] (bus address [0x00000000-0xffffffff])
[  116.978618] pci_bus 0002:00: root bus resource [bus 00]
[  116.978929] pci 0002:00:06.0: quirk: [io  0x7fe01000800-0x7fe0100083f] claimed by ali7101 ACPI
[  116.978963] pci 0002:00:06.0: quirk: [io  0x7fe01000600-0x7fe0100061f] claimed by ali7101 SMB
[  116.979191] pci 0002:00:0a.0: PME# supported from D3cold
[  116.979402] pci 0002:00:0b.0: PME# supported from D3cold
[  116.980085] /pci@1f,700000: TOMATILLO PCI Bus Module ver[4:0]
[  116.980109] /pci@1f,700000: PCI IO[7f601000000] MEM[7f700000000] MEM64[7f700000000]
[  116.981520] PCI: Scanning PBM /pci@1f,700000
[  116.981695] schizo f0086bb0: PCI host bridge to bus 0003:00
[  116.981725] pci_bus 0003:00: root bus resource [io  0x7f601000000-0x7f601ffffff] (bus address [0x0000-0xffffff])
[  116.981756] pci_bus 0003:00: root bus resource [mem 0x7f700000000-0x7f7ffffffff] (bus address [0x00000000-0xffffffff])
[  116.981787] pci_bus 0003:00: root bus resource [mem 0x7f700000000-0x7f7ffffffff] (bus address [0x00000000-0xffffffff])
[  116.981816] pci_bus 0003:00: root bus resource [bus 00]
[  116.982105] pci 0003:00:02.0: supports D1 D2
[  116.982312] pci 0003:00:02.1: supports D1 D2
[  117.000419] vgaarb: loaded
[  117.000716] SCSI subsystem initialized
[  117.001416] /pci@1e,600000/isa@7/rtc@0,70: RTC regs at 0x7fe01000070
[  117.002808] clocksource: Switched to clocksource stick
[  117.013113] NET: Registered protocol family 2
[  117.013664] TCP established hash table entries: 65536 (order: 6, 524288 bytes)
[  117.014856] TCP bind hash table entries: 65536 (order: 7, 1048576 bytes)
[  117.016971] TCP: Hash tables configured (established 65536 bind 65536)
[  117.017103] UDP hash table entries: 4096 (order: 4, 131072 bytes)
[  117.017408] UDP-Lite hash table entries: 4096 (order: 4, 131072 bytes)
[  117.017930] NET: Registered protocol family 1
[  117.018017] pci 0002:00:07.0: Activating ISA DMA hang workarounds
[  117.018058] PCI: Enabling device: (0002:00:0a.0), cmd 2
[  117.070218] PCI: Enabling device: (0002:00:0b.0), cmd 2
[  117.126216] PCI: CLS mismatch (64 != 512), using 64 bytes
[  117.126445] power: Control reg at 7fe01000800
[  117.126908] chmc: UltraSPARC-IIIi memory controller at /memory-controller@0,0
[  117.126951] chmc: UltraSPARC-IIIi memory controller at /memory-controller@1,0
[  117.126988] chmc: UltraSPARC-IIIi memory controller at /memory-controller@2,0
[  117.127024] chmc: UltraSPARC-IIIi memory controller at /memory-controller@3,0
[  117.127942] futex hash table entries: 1024 (order: 3, 65536 bytes)
[  117.128189] audit: initializing netlink subsys (disabled)
[  117.128260] audit: type 00 audit(0.284:1): initialized
[  117.141790] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[  117.141839] io scheduler noop registered
[  117.141996] io scheduler cfq registered (default)
[  117.142719] f00ac054: ttyS0 at MMIO 0x7fe010003f8 (irq = 20, base_baud = 115387) is a 16550A
[  117.142752] Console: ttyS0 (SU)
[  129.254553] console [ttyS0] enabled
[  129.300599] f00adba8: ttyS1 at MMIO 0x7fe010002e8 (irq = 20, base_baud = 115387) is a 16550A
[  129.412172] Fusion MPT base driver 3.04.20
[  129.465983] Copyright (c) 1999-2008 LSI Corporation
[  129.530058] Fusion MPT SPI Host driver 3.04.20
[  129.588702] mptbase: ioc0: Initiating bringup
[  130.122188] ioc0: LSI53C1030 B2: Capabilities={Initiator}
[  130.775735] scsi host0: ioc0: LSI53C1030 B2, FwRev\x01030b01h, Ports=1, MaxQ"2, IRQ1
[  132.308056] scsi 0:0:0:0: Direct-Access     SEAGATE  ST373307LSUN72G  0507 PQ: 0 ANSI: 3
[  132.414547] scsi target0:0:0: Beginning Domain Validation
[  132.497084] scsi target0:0:0: Ending Domain Validation
[  132.564645] scsi target0:0:0: FAST-160 WIDE SCSI 320.0 MB/s DT IU QAS RTI WRFLOW PCOMP (6.25 ns, offset 63)
[  132.707501] sd 0:0:0:0: [sda] 143374738 512-byte logical blocks: (73.4 GB/68.4 GiB)
[  132.959151] sd 0:0:0:0: [sda] Write Protect is off
[  133.022135] sd 0:0:0:0: [sda] Mode Sense: db 00 10 08
[  133.024436] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, supports DPO and FUA
[  133.024963] scsi 0:0:2:0: Direct-Access     SEAGATE  ST336607LSUN36G  0707 PQ: 0 ANSI: 3
[  133.024976] scsi target0:0:2: Beginning Domain Validation
[  133.036494] scsi target0:0:2: Ending Domain Validation
[  133.036573] scsi target0:0:2: FAST-160 WIDE SCSI 320.0 MB/s DT IU QAS RTI WRFLOW PCOMP (6.25 ns, offset 63)
[  133.528315]  sda: sda1 sda3 sda4
[  133.535658] sd 0:0:2:0: [sdb] 71132959 512-byte logical blocks: (36.4 GB/33.9 GiB)
[  133.537542] scsi 0:0:3:0: Direct-Access     FUJITSU  MAP3735N SUN72G  0401 PQ: 0 ANSI: 4
[  133.537557] scsi target0:0:3: Beginning Domain Validation
[  133.539185] sd 0:0:2:0: [sdb] Write Protect is off
[  133.539193] sd 0:0:2:0: [sdb] Mode Sense: db 00 10 08
[  133.543129] sd 0:0:2:0: [sdb] Write cache: disabled, read cache: enabled, supports DPO and FUA
[  133.556393] scsi target0:0:3: Ending Domain Validation
[  133.556471] scsi target0:0:3: FAST-160 WIDE SCSI 320.0 MB/s DT IU QAS RTI PCOMP (6.25 ns, offset 127)
[  133.567503] sd 0:0:2:0: [sdb] Attached SCSI disk
[  134.278792] sd 0:0:0:0: [sda] Attached SCSI disk
[  134.597849] sd 0:0:3:0: [sdc] 143374738 512-byte logical blocks: (73.4 GB/68.4 GiB)
[  134.949155] sd 0:0:3:0: [sdc] Write Protect is off
[  135.012093] sd 0:0:3:0: [sdc] Mode Sense: b3 00 00 08
[  135.700334] sd 0:0:3:0: [sdc] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[  137.206280] mptbase: ioc1: Initiating bringup
[  137.742193] ioc1: LSI53C1030 B2: Capabilities={Initiator}
[  138.395846] scsi host1: ioc1: LSI53C1030 B2, FwRev\x01030b01h, Ports=1, MaxQ"2, IRQ2
[  139.926447] sd 0:0:3:0: [sdc] Attached SCSI disk
[  143.685531] Fusion MPT misc device (ioctl) driver 3.04.20
[  143.756675] mptctl: Registered with Fusion MPT base driver
[  143.828800] mptctl: /dev/mptctl @ (major,minor\x10,220)
[  143.897480] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[  143.981065] rtc_cmos rtc_cmos: no alarms, 114 bytes nvram
[  144.052419] hidraw: raw HID events driver (C) Jiri Kosina
[  144.123946] NET: Registered protocol family 17
[  144.182396] Key type dns_resolver registered
[  144.239173] registered taskstats version 1
[  144.294017] Key type encrypted registered
[  144.347070] console [netcon0] enabled
[  144.395115] netconsole: network logging started
[  144.454645] rtc_cmos rtc_cmos: setting system clock to 2016-02-22 07:17:02 UTC (1456125422)
[  144.575662] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities
[  144.677526] EXT4-fs (sda1): couldn't mount as ext2 due to feature incompatibilities
[  144.806601] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[  144.907391] VFS: Mounted root (ext4 filesystem) readonly on device 8:1.
[  145.013434] devtmpfs: mounted
[  145.664808] stty (628) used greatest stack depth: 8184 bytes left
[  146.671883] random: udevd urandom read with 30 bits of entropy available
[  147.339434] cassini: cassini.c:v1.6 (21 May 2008)
[  147.401590] PCI: Enabling device: (0000:00:02.0), cmd 146
[  147.402538] alim7101_wdt: Steve Hill <steve@navaho.co.uk>
[  147.404333] sd 0:0:0:0: Attached scsi generic sg0 type 0
[  147.404479] sd 0:0:2:0: Attached scsi generic sg1 type 0
[  147.404583] sd 0:0:3:0: Attached scsi generic sg2 type 0
[  147.406018] cassini 0000:00:02.0 eth0: Sun Cassini+ (64bit/66MHz PCI/Cu) Ethernet[6] 00:03:ba:6f:14:39
[  147.406609] PCI: Enabling device: (0003:00:01.0), cmd 146
[  147.411558] cassini 0003:00:01.0 eth1: Sun Cassini+ (64bit/66MHz PCI/Cu) Ethernet[29] 00:03:ba:6f:14:3a
[  147.414885] libata version 3.00 loaded.
[  147.438513] PCI: Enabling device: (0002:00:0d.0), cmd 5
[  147.439788] scsi host2: pata_ali
[  147.440218] scsi host3: pata_ali
[  147.440388] ata1: PATA max UDMA/100 cmd 0x7fe01000900 ctl 0x7fe01000918 bmdma 0x7fe01000920 irq 23
[  147.440391] ata2: PATA max UDMA/100 cmd 0x7fe01000910 ctl 0x7fe01000908 bmdma 0x7fe01000928 irq 23
[  147.546679] usbcore: registered new interface driver usbfs
[  147.546725] usbcore: registered new interface driver hub
[  147.546788] usbcore: registered new device driver usb
[  147.556609] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[  147.570536] ohci-pci: OHCI PCI platform driver
[  147.570625] ohci-pci 0002:00:0a.0: OHCI PCI host controller
[  147.570651] ohci-pci 0002:00:0a.0: new USB bus registered, assigned bus number 1
[  147.570762] ohci-pci 0002:00:0a.0: irq 21, io mem 0x7ff01000000
[  147.628847] net.agent (788) used greatest stack depth: 7056 bytes left
[  147.630551] usb usb1: New USB device found, idVendor\x1d6b, idProduct\001
[  147.630557] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  147.630560] usb usb1: Product: OHCI PCI host controller
[  147.630564] usb usb1: Manufacturer: Linux 4.5.0-rc5-dirty ohci_hcd
[  147.630568] usb usb1: SerialNumber: 0002:00:0a.0
[  147.631140] hub 1-0:1.0: USB hub found
[  147.631169] hub 1-0:1.0: 2 ports detected
[  147.631561] ohci-pci 0002:00:0b.0: OHCI PCI host controller
[  147.631579] ohci-pci 0002:00:0b.0: new USB bus registered, assigned bus number 2
[  147.631697] ohci-pci 0002:00:0b.0: irq 22, io mem 0x7ff02000000
[  147.663052] ata1.00: ATAPI: TOSHIBA DVD-ROM SD-C2612, 1011, max UDMA/33
[  147.663061] ata1.00: WARNING: ATAPI DMA disabled for reliability issues.  It can be enabled
[  147.663064] ata1.00: WARNING: via pata_ali.atapi_dma modparam or corresponding sysfs node.
[  147.686516] ata1.00: configured for UDMA/33
[  147.690326] usb usb2: New USB device found, idVendor\x1d6b, idProduct\001
[  147.690331] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[  147.690335] usb usb2: Product: OHCI PCI host controller
[  147.690338] usb usb2: Manufacturer: Linux 4.5.0-rc5-dirty ohci_hcd
[  147.690341] usb usb2: SerialNumber: 0002:00:0b.0
[  147.690798] hub 2-0:1.0: USB hub found
[  147.690826] hub 2-0:1.0: 2 ports detected
[  147.697727] scsi 2:0:0:0: CD-ROM            TOSHIBA  DVD-ROM SD-C2612 1011 PQ: 0 ANSI: 5
[  147.708414] scsi 2:0:0:0: Attached scsi generic sg3 type 5
[  148.005774] sr 2:0:0:0: [sr0] scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
[  148.005779] cdrom: Uniform CD-ROM driver Revision: 3.20
[  148.006471] sr 2:0:0:0: Attached scsi CD-ROM sr0
[  148.394794] ata_id (802) used greatest stack depth: 6920 bytes left
[  150.958294] alim7101_wdt: Detected old alim7101 revision 'a1d'.  If this is a cobalt board, set the 'use_gpio' module parameter.
[  151.142624] alim7101_wdt: Steve Hill <steve@navaho.co.uk>
[  151.213640] alim7101_wdt: Detected old alim7101 revision 'a1d'.  If this is a cobalt board, set the 'use_gpio' module parameter.
[  151.728013] Adding 3083320k swap on /dev/sda4.  Priority:-1 extents:1 across:3083320k 
[  151.890486] EXT4-fs (sda1): re-mounted. Opts: (null)
[  152.134658] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[  152.880966] loop: module loaded
[  153.750207] cassini 0000:00:02.0 eth0: Link up at 100 Mbps, full-duplex
[  153.837164] cassini 0000:00:02.0 eth0: Pause is disabled
[  153.903415] NET: Registered protocol family 10
[  153.966278] ip (1467) used greatest stack depth: 6856 bytes left
[  154.396019] rc (627) used greatest stack depth: 6792 bytes left
[  156.914123] udevd (760) used greatest stack depth: 5672 bytes left
[  264.306492] random: nonblocking pool is initialized
[ 5059.654398] kworker/dying (161) used greatest stack depth: 5096 bytes left
[37804.370601] BUG: Bad rss-counter state mm:fff000000071e1c0 idx:1 val:2
[37804.456516] BUG: non-zero nr_ptes on freeing mm: 1
[37804.519501] BUG: non-zero nr_pmds on freeing mm: 1
[41966.759068] Unable to handle kernel NULL pointer dereference
[41966.833581] tsk->{mm,active_mm}->context = 00000000000009ae
[41966.906861] tsk->{mm,active_mm}->pgd = fff000000401c000
[41966.975769]               \|/ ____ \|/
                             "@'/ .. \`@"
                             /_| \__/ |_\
                                \__U_/
[41967.169142] khugepaged(238): Oops [#1]
[41967.218401] CPU: 3 PID: 238 Comm: khugepaged Not tainted 4.5.0-rc5-dirty #456
[41967.312193] task: fff000223c910f80 ti: fff000223dc30000 task.ti: fff000223dc30000
[41967.410590] TSTATE: 0000004480001604 TPC: 0000000000496da4 TNPC: 0000000000496dbc Y: 00000000    Not tainted
[41967.539957] TPC: <down_read_trylock+0x4/0x40>
[41967.597236] g0: 0000000000000001 g1: 0000000000000000 g2: 0000000000000000 g3: 000c0000000cbe80
[41967.711626] g4: fff000223c910f80 g5: fff000223f0d0000 g6: fff000223dc30000 g7: 0000000000000000
[41967.826023] o0: 0000000000000008 o1: 0000000000000002 o2: 000000000095d800 o3: 00000000009fa7a0
[41967.940511] o4: 000c00000030c5f0 o5: 00000000009fa830 sp: fff000223dc32be1 ret_pc: 0000000000522cc4
[41968.059488] RPC: <page_lock_anon_vma_read+0x64/0x320>
[41968.125919] l0: 00000000009fa7a0 l1: 0000000000000000 l2: 000c00000030af08 l3: fff0000002a3ef88
[41968.240315] l4: 0000000000000000 l5: 8000000000000000 l6: 0000000000000000 l7: 0000000000000008
[41968.354711] i0: 000c0000000cbe80 i1: 0000000000000000 i2: 0000000000000008 i3: fff000223b9485f0
[41968.469203] i4: fff000223b9485f1 i5: 000c0000000cbe80 i6: fff000223dc32c91 i7: 00000000005230fc
[41968.583697] I7: <rmap_walk+0x17c/0x400>
[41968.634116] Call Trace:
[41968.666142]  [00000000005230fc] rmap_walk+0x17c/0x400
[41968.732533]  [000000000052374c] try_to_unmap+0x6c/0x180
[41968.801242]  [0000000000539fa8] migrate_pages+0x328/0x7e0
[41968.872273]  [000000000050fb98] compact_zone+0x458/0x640
[41968.942146]  [000000000050fdd8] compact_zone_order+0x58/0x80
[41969.016493]  [0000000000510430] try_to_compact_pages+0xd0/0x240
[41969.094272]  [00000000004f392c] __alloc_pages_direct_compact+0x2c/0x160
[41969.181213]  [00000000004f4294] __alloc_pages_nodemask+0x834/0xa20
[41969.262689]  [000000000053c0cc] khugepaged+0x72c/0x1400
[41969.331379]  [0000000000478128] kthread+0xa8/0xe0
[41969.393142]  [00000000004060e4] ret_from_fork+0x1c/0x2c
[41969.461778]  [0000000000000000]           (null)
[41969.522391] Disabling lock debugging due to kernel taint
[41969.592178] Caller[00000000005230fc]: rmap_walk+0x17c/0x400
[41969.665380] Caller[000000000052374c]: try_to_unmap+0x6c/0x180
[41969.740888] Caller[0000000000539fa8]: migrate_pages+0x328/0x7e0
[41969.818663] Caller[000000000050fb98]: compact_zone+0x458/0x640
[41969.895307] Caller[000000000050fdd8]: compact_zone_order+0x58/0x80
[41969.976521] Caller[0000000000510430]: try_to_compact_pages+0xd0/0x240
[41970.061176] Caller[00000000004f392c]: __alloc_pages_direct_compact+0x2c/0x160
[41970.154967] Caller[00000000004f4294]: __alloc_pages_nodemask+0x834/0xa20
[41970.243048] Caller[000000000053c0cc]: khugepaged+0x72c/0x1400
[41970.318559] Caller[0000000000478128]: kthread+0xa8/0xe0
[41970.387286] Caller[00000000004060e4]: ret_from_fork+0x1c/0x2c
[41970.462786] Caller[0000000000000000]:           (null)
[41970.530269] Instruction DUMP: 01000000  01000000  10680007 <c45a0000> c3f21002  80a08001  22600008  90102001  c45a0000 
[49483.789891] Unable to handle kernel NULL pointer dereference
[49483.864349] tsk->{mm,active_mm}->context = 00000000000019d6
[49483.937666] tsk->{mm,active_mm}->pgd = fff000000403c000
[49484.006366]               \|/ ____ \|/
                             "@'/ .. \`@"
                             /_| \__/ |_\
                                \__U_/
[49484.199719] git(24995): Oops [#2]
[49484.243252] CPU: 3 PID: 24995 Comm: git Tainted: G      D         4.5.0-rc5-dirty #456
[49484.347362] task: fff00000044c8f80 ti: fff000000077c000 task.ti: fff000000077c000
[49484.445830] TSTATE: 0000004411001600 TPC: 0000000000496da4 TNPC: 0000000000496dbc Y: 00000000    Tainted: G      D        
[49484.591131] TPC: <down_read_trylock+0x4/0x40>
[49484.648409] g0: fff000223d47cc98 g1: 0000000000000000 g2: 0000000000000000 g3: 000c0000001ce018
[49484.762908] g4: fff00000044c8f80 g5: fff000223f0d0000 g6: fff000000077c000 g7: 0000000300000000
[49484.877397] o0: 0000000000000008 o1: fff00000357fb8c8 o2: 0000000000000004 o3: 0000000000000001
[49484.991904] o4: fff0000014eb2000 o5: 0000000000000000 sp: fff000000077ec21 ret_pc: 0000000000522cc4
[49485.110966] RPC: <page_lock_anon_vma_read+0x64/0x320>
[49485.177406] l0: fff000223d0b0268 l1: 00000000009fa7a0 l2: 0000000300000045 l3: fff00000028d38a0
[49485.291906] l4: 0000000000000000 l5: 8000000000000000 l6: 0000000000000001 l7: 0000000000000008
[49485.406595] i0: 000c0000001ce018 i1: 000c0000002f10dc i2: 0000000000000008 i3: fff000223b9485f0
[49485.520994] i4: fff000223b9485f1 i5: 000c0000001ce018 i6: fff000000077ecd1 i7: 00000000005230fc
[49485.635479] I7: <rmap_walk+0x17c/0x400>
[49485.685801] Call Trace:
[49485.717828]  [00000000005230fc] rmap_walk+0x17c/0x400
[49485.784187]  [000000000052374c] try_to_unmap+0x6c/0x180
[49485.852812]  [0000000000539fa8] migrate_pages+0x328/0x7e0
[49485.923742]  [000000000050fb98] compact_zone+0x458/0x640
[49485.993612]  [000000000050fdd8] compact_zone_order+0x58/0x80
[49486.067974]  [0000000000510430] try_to_compact_pages+0xd0/0x240
[49486.145859]  [00000000004f392c] __alloc_pages_direct_compact+0x2c/0x160
[49486.232789]  [00000000004f3e98] __alloc_pages_nodemask+0x438/0xa20
[49486.314007]  [000000000053dd2c] do_huge_pmd_anonymous_page+0x10c/0x520
[49486.399812]  [0000000000518c34] handle_mm_fault+0xbb4/0x14e0
[49486.474268]  [000000000044dd3c] do_sparc64_fault+0x43c/0x720
[49486.548713]  [0000000000407c30] sparc64_realfault_common+0x10/0x20
[49486.629931] Caller[00000000005230fc]: rmap_walk+0x17c/0x400
[49486.703246] Caller[000000000052374c]: try_to_unmap+0x6c/0x180
[49486.778740] Caller[0000000000539fa8]: migrate_pages+0x328/0x7e0
[49486.856521] Caller[000000000050fb98]: compact_zone+0x458/0x640
[49486.933164] Caller[000000000050fdd8]: compact_zone_order+0x58/0x80
[49487.014386] Caller[0000000000510430]: try_to_compact_pages+0xd0/0x240
[49487.099029] Caller[00000000004f392c]: __alloc_pages_direct_compact+0x2c/0x160
[49487.192824] Caller[00000000004f3e98]: __alloc_pages_nodemask+0x438/0xa20
[49487.280913] Caller[000000000053dd2c]: do_huge_pmd_anonymous_page+0x10c/0x520
[49487.373664] Caller[0000000000518c34]: handle_mm_fault+0xbb4/0x14e0
[49487.454883] Caller[000000000044dd3c]: do_sparc64_fault+0x43c/0x720
[49487.536103] Caller[0000000000407c30]: sparc64_realfault_common+0x10/0x20
[49487.624366] Caller[00000000f4fffbfc]: 0xf4fffbfc
[49487.685011] Instruction DUMP: 01000000  01000000  10680007 <c45a0000> c3f21002  80a08001  22600008  90102001  c45a0000 

-- 
Meelis Roos (mroos@linux.ee)

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access
  2016-02-23 20:29           ` Sowmini Varadhan
@ 2016-02-23 20:51             ` mroos
  -1 siblings, 0 replies; 42+ messages in thread
From: mroos @ 2016-02-23 20:51 UTC (permalink / raw)
  To: Sowmini Varadhan; +Cc: David Miller, sparclinux, edumazet, netdev

> > Indeed, the kernel is 64-bit in both cases.
> > And the userland bit-arity has no relevance whatsoever for this bug.
> 
> hang on; The sizeof (and offsetof) values I listed were obtained either
> from /usr/bin/crash (on the T5) or from simple printk's of the structures
> in the case of the v440. And they *are* different, and the numbers

Since there are no config-dependent difference in the struct, maybe it's 
a compiler version difference for padding/optimization instead?

-- 
Meelis Roos (mroos@linux.ee)

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access
@ 2016-02-23 20:51             ` mroos
  0 siblings, 0 replies; 42+ messages in thread
From: mroos @ 2016-02-23 20:51 UTC (permalink / raw)
  To: Sowmini Varadhan; +Cc: David Miller, sparclinux, edumazet, netdev

> > Indeed, the kernel is 64-bit in both cases.
> > And the userland bit-arity has no relevance whatsoever for this bug.
> 
> hang on; The sizeof (and offsetof) values I listed were obtained either
> from /usr/bin/crash (on the T5) or from simple printk's of the structures
> in the case of the v440. And they *are* different, and the numbers

Since there are no config-dependent difference in the struct, maybe it's 
a compiler version difference for padding/optimization instead?

-- 
Meelis Roos (mroos@linux.ee)

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access
  2016-02-23 20:51             ` mroos
@ 2016-02-23 20:53               ` Sowmini Varadhan
  -1 siblings, 0 replies; 42+ messages in thread
From: Sowmini Varadhan @ 2016-02-23 20:53 UTC (permalink / raw)
  To: mroos; +Cc: David Miller, sparclinux, edumazet, netdev

On (02/23/16 22:51), mroos@linux.ee wrote:
> Since there are no config-dependent difference in the struct, maybe it's 
> a compiler version difference for padding/optimization instead?

possibly. The v440 is using  a Debian 4.6.3-14 gcc, while the
T5 is using "4.4.7 20120313 (Red Hat 4.4.7-4)"

But my question from the email remains. Unless I am missing
something subtle in the code, a  struct request_sock and a 
struct sock only have the sock_common part in common. So casting
a request_sock as a struct sock may have issues?

--Sowmini



^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access
@ 2016-02-23 20:53               ` Sowmini Varadhan
  0 siblings, 0 replies; 42+ messages in thread
From: Sowmini Varadhan @ 2016-02-23 20:53 UTC (permalink / raw)
  To: mroos; +Cc: David Miller, sparclinux, edumazet, netdev

On (02/23/16 22:51), mroos@linux.ee wrote:
> Since there are no config-dependent difference in the struct, maybe it's 
> a compiler version difference for padding/optimization instead?

possibly. The v440 is using  a Debian 4.6.3-14 gcc, while the
T5 is using "4.4.7 20120313 (Red Hat 4.4.7-4)"

But my question from the email remains. Unless I am missing
something subtle in the code, a  struct request_sock and a 
struct sock only have the sock_common part in common. So casting
a request_sock as a struct sock may have issues?

--Sowmini



^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access
  2016-02-23 20:51             ` mroos
@ 2016-02-23 22:59               ` David Miller
  -1 siblings, 0 replies; 42+ messages in thread
From: David Miller @ 2016-02-23 22:59 UTC (permalink / raw)
  To: mroos; +Cc: sowmini.varadhan, sparclinux, edumazet, netdev

From: mroos@linux.ee
Date: Tue, 23 Feb 2016 22:51:01 +0200 (EET)

>> > Indeed, the kernel is 64-bit in both cases.
>> > And the userland bit-arity has no relevance whatsoever for this bug.
>> 
>> hang on; The sizeof (and offsetof) values I listed were obtained either
>> from /usr/bin/crash (on the T5) or from simple printk's of the structures
>> in the case of the v440. And they *are* different, and the numbers
> 
> Since there are no config-dependent difference in the struct, maybe it's 
> a compiler version difference for padding/optimization instead?

Changing the layout of a structure would break ABI, so unlikely.

I've never used crash, so I have no idea where it gets it's
information from nor how it interprets it.

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access
@ 2016-02-23 22:59               ` David Miller
  0 siblings, 0 replies; 42+ messages in thread
From: David Miller @ 2016-02-23 22:59 UTC (permalink / raw)
  To: mroos; +Cc: sowmini.varadhan, sparclinux, edumazet, netdev

From: mroos@linux.ee
Date: Tue, 23 Feb 2016 22:51:01 +0200 (EET)

>> > Indeed, the kernel is 64-bit in both cases.
>> > And the userland bit-arity has no relevance whatsoever for this bug.
>> 
>> hang on; The sizeof (and offsetof) values I listed were obtained either
>> from /usr/bin/crash (on the T5) or from simple printk's of the structures
>> in the case of the v440. And they *are* different, and the numbers
> 
> Since there are no config-dependent difference in the struct, maybe it's 
> a compiler version difference for padding/optimization instead?

Changing the layout of a structure would break ABI, so unlikely.

I've never used crash, so I have no idea where it gets it's
information from nor how it interprets it.


^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access
  2016-02-23 20:53               ` Sowmini Varadhan
@ 2016-02-23 23:05                 ` David Miller
  -1 siblings, 0 replies; 42+ messages in thread
From: David Miller @ 2016-02-23 23:05 UTC (permalink / raw)
  To: sowmini.varadhan; +Cc: mroos, sparclinux, edumazet, netdev

From: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Date: Tue, 23 Feb 2016 15:53:29 -0500

> On (02/23/16 22:51), mroos@linux.ee wrote:
>> Since there are no config-dependent difference in the struct, maybe it's 
>> a compiler version difference for padding/optimization instead?
> 
> possibly. The v440 is using  a Debian 4.6.3-14 gcc, while the
> T5 is using "4.4.7 20120313 (Red Hat 4.4.7-4)"
> 
> But my question from the email remains. Unless I am missing
> something subtle in the code, a  struct request_sock and a 
> struct sock only have the sock_common part in common. So casting
> a request_sock as a struct sock may have issues?

Of course it can have issues and contextually we have to be careful
about what the code can assume about that casted 'sk' object.

Your report looks legit and I was hoping Eric would chime in here with
an analysis.

Eric, we can't access sk->sk_policy[] on a request sock.  I guess we'll
have to use the sk->sk_policy[] of the parent?

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access
@ 2016-02-23 23:05                 ` David Miller
  0 siblings, 0 replies; 42+ messages in thread
From: David Miller @ 2016-02-23 23:05 UTC (permalink / raw)
  To: sowmini.varadhan; +Cc: mroos, sparclinux, edumazet, netdev

From: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Date: Tue, 23 Feb 2016 15:53:29 -0500

> On (02/23/16 22:51), mroos@linux.ee wrote:
>> Since there are no config-dependent difference in the struct, maybe it's 
>> a compiler version difference for padding/optimization instead?
> 
> possibly. The v440 is using  a Debian 4.6.3-14 gcc, while the
> T5 is using "4.4.7 20120313 (Red Hat 4.4.7-4)"
> 
> But my question from the email remains. Unless I am missing
> something subtle in the code, a  struct request_sock and a 
> struct sock only have the sock_common part in common. So casting
> a request_sock as a struct sock may have issues?

Of course it can have issues and contextually we have to be careful
about what the code can assume about that casted 'sk' object.

Your report looks legit and I was hoping Eric would chime in here with
an analysis.

Eric, we can't access sk->sk_policy[] on a request sock.  I guess we'll
have to use the sk->sk_policy[] of the parent?

^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access
  2016-02-23 22:59               ` David Miller
@ 2016-02-23 23:59                 ` Sowmini Varadhan
  -1 siblings, 0 replies; 42+ messages in thread
From: Sowmini Varadhan @ 2016-02-23 23:59 UTC (permalink / raw)
  To: David Miller; +Cc: mroos, sparclinux, edumazet, netdev

> > Since there are no config-dependent difference in the struct, maybe it's 
> > a compiler version difference for padding/optimization instead?
> 
> Changing the layout of a structure would break ABI, so unlikely.
> 
> I've never used crash, so I have no idea where it gets it's
> information from nor how it interprets it.

fwiw, I applied the exact same printk to the T5, namely,

                printk(KERN_INFO "sizeof sock %ld \n"
                        "sizeof request_sock %ld\n"
                        "sizeof inet_request_sock %ld\n"
                        "offsetof sk_policy 1 %ld\n",
                        sizeof (struct sock), sizeof (struct request_sock),
                        sizeof (struct inet_request_sock),
                        offsetof(struct sock, sk_policy[1]));

and got this:

   sizeof sock 1216 
   sizeof request_sock 312
   sizeof inet_request_sock 328
   offsetof sk_policy 1 520

So it's good to know that crash does not lie.

But then it's odd that the struct sizes (esp of things like 
request_sock, which are not config dependant) are not the same.

--Sowmini


^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access
@ 2016-02-23 23:59                 ` Sowmini Varadhan
  0 siblings, 0 replies; 42+ messages in thread
From: Sowmini Varadhan @ 2016-02-23 23:59 UTC (permalink / raw)
  To: David Miller; +Cc: mroos, sparclinux, edumazet, netdev

> > Since there are no config-dependent difference in the struct, maybe it's 
> > a compiler version difference for padding/optimization instead?
> 
> Changing the layout of a structure would break ABI, so unlikely.
> 
> I've never used crash, so I have no idea where it gets it's
> information from nor how it interprets it.

fwiw, I applied the exact same printk to the T5, namely,

                printk(KERN_INFO "sizeof sock %ld \n"
                        "sizeof request_sock %ld\n"
                        "sizeof inet_request_sock %ld\n"
                        "offsetof sk_policy 1 %ld\n",
                        sizeof (struct sock), sizeof (struct request_sock),
                        sizeof (struct inet_request_sock),
                        offsetof(struct sock, sk_policy[1]));

and got this:

   sizeof sock 1216 
   sizeof request_sock 312
   sizeof inet_request_sock 328
   offsetof sk_policy 1 520

So it's good to know that crash does not lie.

But then it's odd that the struct sizes (esp of things like 
request_sock, which are not config dependant) are not the same.

--Sowmini


^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access
  2016-02-23 23:59                 ` Sowmini Varadhan
@ 2016-02-24  0:23                   ` David Miller
  -1 siblings, 0 replies; 42+ messages in thread
From: David Miller @ 2016-02-24  0:23 UTC (permalink / raw)
  To: sowmini.varadhan; +Cc: mroos, sparclinux, edumazet, netdev

From: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Date: Tue, 23 Feb 2016 18:59:46 -0500

> But then it's odd that the struct sizes (esp of things like 
> request_sock, which are not config dependant) are not the same.

Every structure that has a lock, or something that contains a lock
(such as a timer or whatever), has a layout which is config dependant.
And I'm pretty sure request_sock falls into this category.

Any number of debug and lock verification config options can control
the layout of spinlock and other core datastructures.


^ permalink raw reply	[flat|nested] 42+ messages in thread

* Re: Invalid sk_policy[] access
@ 2016-02-24  0:23                   ` David Miller
  0 siblings, 0 replies; 42+ messages in thread
From: David Miller @ 2016-02-24  0:23 UTC (permalink / raw)
  To: sowmini.varadhan; +Cc: mroos, sparclinux, edumazet, netdev

From: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Date: Tue, 23 Feb 2016 18:59:46 -0500

> But then it's odd that the struct sizes (esp of things like 
> request_sock, which are not config dependant) are not the same.

Every structure that has a lock, or something that contains a lock
(such as a timer or whatever), has a layout which is config dependant.
And I'm pretty sure request_sock falls into this category.

Any number of debug and lock verification config options can control
the layout of spinlock and other core datastructures.


^ permalink raw reply	[flat|nested] 42+ messages in thread

end of thread, other threads:[~2016-02-24  0:23 UTC | newest]

Thread overview: 42+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-06 15:21 Recent spontaneous reboots on multiple machines Meelis Roos
2016-01-06 15:22 ` Meelis Roos
2016-01-07 17:41 ` Sowmini Varadhan
2016-01-07 19:46 ` Meelis Roos
2016-01-07 20:14 ` Sowmini Varadhan
2016-01-08 17:20 ` Sowmini Varadhan
2016-01-08 19:02 ` David Miller
2016-01-08 20:18 ` mroos
2016-01-08 21:15 ` Sowmini Varadhan
2016-01-08 21:29 ` Meelis Roos
2016-01-10 10:03 ` Meelis Roos
2016-02-05  9:06 ` Meelis Roos
2016-02-14 10:51 ` Sowmini Varadhan
2016-02-15  5:54 ` Meelis Roos
2016-02-18  2:30 ` Sowmini Varadhan
2016-02-22  1:02 ` Sowmini Varadhan
2016-02-23 12:12   ` Invalid sk_policy[] access (was Re: Recent spontaneous reboots on multiple machines) Sowmini Varadhan
2016-02-23 12:12     ` Sowmini Varadhan
2016-02-23 19:36     ` Meelis Roos
2016-02-23 19:36       ` Meelis Roos
2016-02-23 19:39       ` Sowmini Varadhan
2016-02-23 19:39         ` Sowmini Varadhan
2016-02-23 20:45         ` Meelis Roos
2016-02-23 20:45           ` Meelis Roos
2016-02-23 20:20       ` Invalid sk_policy[] access David Miller
2016-02-23 20:20         ` David Miller
2016-02-23 20:29         ` Sowmini Varadhan
2016-02-23 20:29           ` Sowmini Varadhan
2016-02-23 20:37           ` mroos
2016-02-23 20:37             ` mroos
2016-02-23 20:51           ` mroos
2016-02-23 20:51             ` mroos
2016-02-23 20:53             ` Sowmini Varadhan
2016-02-23 20:53               ` Sowmini Varadhan
2016-02-23 23:05               ` David Miller
2016-02-23 23:05                 ` David Miller
2016-02-23 22:59             ` David Miller
2016-02-23 22:59               ` David Miller
2016-02-23 23:59               ` Sowmini Varadhan
2016-02-23 23:59                 ` Sowmini Varadhan
2016-02-24  0:23                 ` David Miller
2016-02-24  0:23                   ` David Miller

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.