Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Candidate3 driver failing to create a network #101

Closed
causten opened this issue Nov 25, 2015 · 6 comments
Closed

Candidate3 driver failing to create a network #101

causten opened this issue Nov 25, 2015 · 6 comments

Comments

@causten
Copy link
Member

causten commented Nov 25, 2015

root@palmetto:# uname -a
Linux palmetto 4.3.0-openbmc-20151123-1 #1 Mon Nov 23 13:03:15 CST 2015 armv5tejl GNU/Linux
root@palmetto:
# ifconfig eth0 9.3.164.147 netmask 255.255.255.128
root@palmetto:# route add default gw 9.3.164.129
root@palmetto:
# cho "nameserver 9.3.1.200" >> /etc/resolv.conf
-sh: cho: command not found
root@palmetto:# echo "nameserver 9.3.1.200" >> /etc/resolv.conf
root@palmetto:
# ping google.com
^C
root@palmetto:# ping google.com^C
root@palmetto:
# dmesg
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.3.0-openbmc-20151123-1 (causten@causten-VirtualBox) (gcc version 4.9.3 (GCC) ) #1 Mon Nov 23 13:03:15 CST 2015
[ 0.000000] CPU: ARM926EJ-S [41069265] revision 5 (ARMv5TEJ), cr=0005317f
[ 0.000000] CPU: VIVT data cache, VIVT instruction cache
[ 0.000000] Machine model: Palmetto BMC
[ 0.000000] Memory policy: Data cache writeback
[ 0.000000] SOC Rev: 02010303
[ 0.000000] On node 0 totalpages: 114176
[ 0.000000] free_area_init_node: node 0, pgdat c05149e0, node_mem_map dba79000
[ 0.000000] Normal zone: 892 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 114176 pages, LIFO batch:31
[ 0.000000] UART IO MUX...
[ 0.000000] UART PIN MUX...
[ 0.000000] SCU LOCK: 00000001
[ 0.000000] DONE, MUX=cb000000 00fff0c0
[ 0.000000] CLOCK_CTRL=00000001
[ 0.000000] WDT0C=00000000
[ 0.000000] WDT2C=00000092
[ 0.000000] DLL=1
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 113284
[ 0.000000] Kernel command line: console=ttyS4,38400
[ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 430316K/456704K available (3585K kernel code, 171K rwdata, 1268K rodata, 176K init, 109K bss, 26388K reserved, 0K cma-reserved)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xdc000000 - 0xff000000 ( 560 MB)
lowmem : 0xc0000000 - 0xdbe00000 ( 446 MB)
modules : 0xbf000000 - 0xc0000000 ( 16 MB)
.text : 0xc0008000 - 0xc04c593c (4855 kB)
.init : 0xc04c6000 - 0xc04f2000 ( 176 kB)
.data : 0xc04f2000 - 0xc051ccb0 ( 172 kB)
.bss : 0xc051ccb0 - 0xc05380bc ( 110 kB)
[ 0.000000] NR_IRQS:16 nr_irqs:16 16
[ 0.000000] Aspeed VIC Initiallized
[ 0.000000] clocksource: moxart_timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 39817925974 ns
[ 0.000000] sched_clock: 32 bits at 100 Hz, resolution 10000000ns, wraps every 21474836475000000ns
[ 0.070000] Calibrating delay loop... 190.87 BogoMIPS (lpj=954368)
[ 0.070000] pid_max: default: 32768 minimum: 301
[ 0.070000] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.070000] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.070000] CPU: Testing write buffer coherency: ok
[ 0.070000] Setting up static identity map for 0x40008400 - 0x40008458
[ 0.080000] devtmpfs: initialized
[ 0.080000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.080000] pinctrl core: initialized pinctrl subsystem
[ 0.090000] NET: Registered protocol family 16
[ 0.090000] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.160000] SCSI subsystem initialized
[ 0.160000] usbcore: registered new interface driver usbfs
[ 0.160000] usbcore: registered new interface driver hub
[ 0.160000] usbcore: registered new device driver usb
[ 0.160000] clocksource: Switched to clocksource moxart_timer
[ 0.180000] NET: Registered protocol family 2
[ 0.180000] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.180000] TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.180000] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.180000] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.180000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.180000] NET: Registered protocol family 1
[ 0.190000] RPC: Registered named UNIX socket transport module.
[ 0.190000] RPC: Registered udp transport module.
[ 0.190000] RPC: Registered tcp transport module.
[ 0.190000] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.190000] Trying to unpack rootfs image as initramfs...
[ 57.230000] Freeing initrd memory: 16984K (d0200000 - d1296000)
[ 57.230000] alarmtimer alarmtimer: no of_node; not parsing pinctrl DT
[ 57.230000] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 57.240000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 57.240000] jffs2: version 2.2. (NAND) (SUMMARY) \xffffffc2\xffffffa9 2001-2006 Red Hat, Inc.
[ 57.250000] io scheduler noop registered (default)
[ 57.270000] Serial: 8250/16550 driver, 6 ports, IRQ sharing disabled
[ 57.280000] serial8250 serial8250: no of_node; not parsing pinctrl DT
[ 57.280000] 1e783000.serial: ttyS0 at MMIO 0x1e783000 (irq = 23, base_baud = 115200) is a 16550A
[ 57.280000] 1e78d000.serial: ttyS1 at MMIO 0x1e78d000 (irq = 24, base_baud = 115200) is a 16550A
[ 57.280000] 1e78e000.serial: ttyS2 at MMIO 0x1e78e000 (irq = 25, base_baud = 115200) is a 16550A
[ 57.290000] 1e78f000.serial: ttyS3 at MMIO 0x1e78f000 (irq = 26, base_baud = 115200) is a 16550A
[ 57.290000] console [ttyS4] disabled
[ 57.290000] 1e784000.serial: ttyS4 at MMIO 0x1e784000 (irq = 27, base_baud = 115200) is a 16550A
[ 57.870000] console [ttyS4] enabled
[ 57.880000] 1e787000.serial: ttyS5 at MMIO 0x1e787000 (irq = 27, base_baud = 115200) is a 16550A
[ 57.910000] brd: module loaded
[ 57.940000] loop: module loaded
[ 57.950000] bt-host 1e789140.ibt: Found bt host device
[ 57.960000] bt-host 1e789140.ibt: Using IRQ 18
[ 57.980000] ftgmac100 1e660000.ethernet: Using NCSI interface
[ 57.990000] ftgmac100 1e660000.ethernet: Read MAC address from chip a2:16:25:3f:42:a0
[ 58.000000] ftmac100: Loading version 0.2 ...
[ 58.010000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 58.020000] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 58.030000] usbcore: registered new interface driver cdc_acm
[ 58.040000] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 58.050000] usbcore: registered new interface driver usb-storage
[ 58.060000] usbcore: registered new interface driver usbserial
[ 58.070000] usbcore: registered new interface driver usbserial_generic
[ 58.080000] usbserial: USB Serial support registered for generic
[ 58.100000] mousedev: PS/2 mouse device common for all mice
[ 58.110000] aspeed-rtc 1e781000.rtc: rtc core: registered 1e781000.rtc as rtc0
[ 58.120000] i2c /dev entries driver
[ 58.120000] i2c_aspeed 1e78a000.i2c: i2c controller registered, irq 19
[ 58.150000] at24 0-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[ 58.170000] rtc-ds1307 0-0068: rtc core: registered ds3231 as rtc1
[ 58.180000] i2c_aspeed 1e78a040.i2c-bus: i2c bus 0 registered, irq 220
[ 58.190000] i2c_aspeed 1e78a080.i2c-bus: i2c bus 1 registered, irq 221
[ 58.200000] i2c_aspeed 1e78a0c0.i2c-bus: i2c bus 2 registered, irq 222
[ 58.210000] i2c_aspeed 1e78a100.i2c-bus: i2c bus 3 registered, irq 223
[ 58.220000] i2c_aspeed 1e78a140.i2c-bus: i2c bus 4 registered, irq 224
[ 58.240000] i2c_aspeed 1e78a180.i2c-bus: i2c bus 5 registered, irq 225
[ 58.260000] i2c_aspeed 1e78a1c0.i2c-bus: i2c bus 6 registered, irq 226
[ 58.280000] i2c_aspeed 1e78a300.i2c-bus: i2c bus 7 registered, irq 227
[ 58.300000] i2c_aspeed 1e78a340.i2c-bus: i2c bus 8 registered, irq 228
[ 68.310000] tmp421 2-004c: Could not read configuration register (-5)
[ 68.320000] tmp421: probe of 2-004c failed with error -5
[ 68.330000] aspeed_wdt 1e785000.wdt: rate 48000000, max timeout 5, timeout 5
[ 68.340000] usbcore: registered new interface driver usbhid
[ 68.350000] usbhid: USB HID core driver
[ 68.360000] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 68.370000] NET: Registered protocol family 17
[ 68.390000] aspeed-rtc 1e781000.rtc: hctosys: unable to read the hardware clock
[ 68.400000] Freeing unused kernel memory: 176K (c04c6000 - c04f2000)
[ 68.480000] random: systemd urandom read with 107 bits of entropy available
[ 68.490000] systemd[1]: systemd 225 running in system mode. (-PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL -XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN)
[ 68.500000] systemd[1]: Detected architecture arm.
[ 68.510000] systemd[1]: Set hostname to .
[ 68.520000] systemd[1]: Initializing machine ID from random generator.
[ 69.270000] systemd[1]: Created slice Root Slice.
[ 69.280000] systemd[1]: Listening on Journal Socket.
[ 69.300000] systemd[1]: Listening on Syslog Socket.
[ 69.310000] systemd[1]: Listening on udev Kernel Socket.
[ 69.330000] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 69.340000] systemd[1]: Listening on networkd rtnetlink socket.
[ 69.350000] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 69.360000] systemd[1]: Created slice System Slice.
[ 69.370000] systemd[1]: Created slice system-serial\x2dgetty.slice.
[ 69.390000] systemd[1]: Mounting Configuration File System...
[ 69.410000] systemd[1]: Starting Apply Kernel Variables...
[ 69.440000] systemd[1]: Mounting Debug File System...
[ 69.480000] systemd[1]:
Reached target Remote File Systems.
[ 69.550000] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 69.570000] systemd[1]: Reached target Paths.
[ 69.580000] systemd[1]: Listening on udev Control Socket.
[ 69.600000] systemd[1]: Starting (null)...
[ 69.620000] systemd[1]: Created slice User and Session Slice.
[ 69.640000] systemd[1]: Reached target Slices.
[ 69.680000] systemd[1]: Listening on Journal Socket (/dev/log).
[ 69.700000] systemd[1]: Reached target Swap.
[ 69.720000] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 69.750000] systemd[1]: Starting Journal Service...
[ 69.780000] systemd[1]: Created slice system-getty.slice.
[ 69.820000] systemd[1]: Mounting Temporary Directory...
[ 69.930000] systemd[1]: Mounted Configuration File System.
[ 69.990000] systemd[1]: Mounted Debug File System.
[ 70.030000] systemd[1]: Mounted Temporary Directory.
[ 70.070000] systemd[1]: Started Apply Kernel Variables.
[ 70.090000] systemd[1]: Started (null).
[ 70.110000] systemd[1]: Started Remount Root and Kernel File Systems.
[ 70.500000] systemd[1]: Started Journal Service.
[ 71.090000] systemd-journald[424]: Received request to flush runtime journal from PID 1
[ 79.480000] random: nonblocking pool is initialized
[ 87.070000] ftgmac100: NCSI dev is down
root@palmetto:#
root@palmetto:
#
root@palmetto:~# ifconfig eth0
eth0 Link encap:Ethernet HWaddr A2:16:25:3F:42:A0
inet addr:9.3.164.147 Bcast:9.3.164.255 Mask:255.255.255.128
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:3 errors:0 dropped:0 overruns:0 frame:0
TX packets:25 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:150 (150.0 B) TX bytes:1819 (1.7 KiB)

root@palmetto:# ifconfig eth0 up
root@palmetto:
# dmesg|tail
[ 69.930000] systemd[1]: Mounted Configuration File System.
[ 69.990000] systemd[1]: Mounted Debug File System.
[ 70.030000] systemd[1]: Mounted Temporary Directory.
[ 70.070000] systemd[1]: Started Apply Kernel Variables.
[ 70.090000] systemd[1]: Started (null).
[ 70.110000] systemd[1]: Started Remount Root and Kernel File Systems.
[ 70.500000] systemd[1]: Started Journal Service.
[ 71.090000] systemd-journald[424]: Received request to flush runtime journal from PID 1
[ 79.480000] random: nonblocking pool is initialized
[ 87.070000] ftgmac100: NCSI dev is down
root@palmetto:# ifconfig eth0 down
ftgmac100: NCSI dev is down
root@palmetto:
# dmesg|tail
[ 69.990000] systemd[1]: Mounted Debug File System.
[ 70.030000] systemd[1]: Mounted Temporary Directory.
[ 70.070000] systemd[1]: Started Apply Kernel Variables.
[ 70.090000] systemd[1]: Started (null).
[ 70.110000] systemd[1]: Started Remount Root and Kernel File Systems.
[ 70.500000] systemd[1]: Started Journal Service.
[ 71.090000] systemd-journald[424]: Received request to flush runtime journal from PID 1
[ 79.480000] random: nonblocking pool is initialized
[ 87.070000] ftgmac100: NCSI dev is down
[ 206.070000] ftgmac100: NCSI dev is down
root@palmetto:# ifconfig eth0 up
root@palmetto:
# Unable to handle kernel paging request at virtual address dd10a000
pgd = c0004000
[dd10a000] *pgd=5a197811, *pte=00000000, *ppte=00000000
Internal error: Oops: 7 [#1] ARM
Modules linked in:
CPU: 0 PID: 454 Comm: kworker/0:3 Not tainted 4.3.0-openbmc-20151123-1 #1
Hardware name: ASpeed SoC
Workqueue: events ncsi_dev_work
task: db604180 ti: da3a8000 task.ti: da3a8000
PC is at ftgmac100_hard_start_xmit+0x178/0x25c
LR is at 0x1
pc : [] lr : [<00000001>] psr: 20000013
sp : da3a9dc0 ip : 5a3cc000 fp : 00000008
r10: db603580 r9 : 00000000 r8 : 00000000
r7 : db6bb800 r6 : 5a3ccc02 r5 : da014020 r4 : db6bb800
r3 : dd10a000 r2 : 0000003e r1 : 00000000 r0 : 00000000
Flags: nzCv IRQs on FIQs on Mode SVC_32 ISA ARM Segment none
Control: 0005317f Table: 5a388000 DAC: 00000053
Process kworker/0:3 (pid: 454, stack limit = 0xda3a8190)
Stack: (0xda3a9dc0 to 0xda3aa000)
9dc0: 00000001 00000000 db68fd00 da014020 db603580 c02d2b04 da014020 00000000
9de0: da3a9e24 00000000 da014020 00000000 00000000 db603580 00000000 db68fd00
9e00: da014020 db603580 db6bb800 db603580 00000000 00000000 00000008 c02e9dac
9e20: da014020 00000010 db6bb800 db68fd00 da014020 db6bb800 00000000 c02d2f14
9e40: db68fd68 00000001 00000000 fffffff4 c035aeb8 db6744b0 00000000 00000010
9e60: da3a9e94 c05147ec db6bb800 c035b3e0 0000001f db674000 00000000 c04f8490
9e80: 00000000 dba6cc00 00000000 c035cf6c db468e10 db674000 1f001802 00000000
9ea0: 00000000 c0238548 00000000 dba79000 db6bb800 00000000 db674030 db674000
9ec0: c04f8490 c035d978 db674030 db674000 db67400c c035d964 da3a9efc db674000
9ee0: 00000001 c04f8d98 00000000 c04f8d98 da3d0018 db58dac0 db677030 c04f8490
9f00: 00000000 c0027c2c db58dac0 db677030 dba6cc00 db58dac0 db58dad8 db58dad8
9f20: da3a8000 c04f84a0 c04f8490 00000000 00000008 c0027d8c db677034 db58dac0
9f40: c04f8490 c00282ec 00000000 db4593e0 00000000 db58dac0 c0028014 00000000
9f60: 00000000 00000000 00000000 c002bfb8 00000000 00000000 00000000 db58dac0
9f80: 00000000 da3a9f84 da3a9f84 00000000 da3a9f90 da3a9f90 da3a9fac db4593e0
9fa0: c002bef4 00000000 00000000 c000a330 00000000 00000000 00000000 00000000
9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
9fe0: 00000000 00000000 00000000 00000000 00000013 00000000 00000000 00000000
from
from
from
from
from
from
from
from
from
from
from
Code: e0833201 e1a0ebae e584e47c e2833a01 (e5931000)
---[ end trace 82c55953c407c3da ]---
Kernel panic - not syncing: Fatal exception in interrupt
---[ end Kernel panic - not syncing: Fatal exception in interrupt

@gwshan
Copy link

gwshan commented Nov 25, 2015

I tried to load a private kernel built from mainline. Also I tried to load the kernel by uboot command "run netboot" for couple of times. The problem can't be reproduced. The root cause is the NCSI interface isn't up in time when hitting the kernel crash as below:

  • Bring up eth0. NCSI interface isn't up.
  • Bring down eth0 and causes kernel crash. It's a known issue I'm tracing currently.

@causten
Copy link
Member Author

causten commented Nov 25, 2015

So what happens next?

Sent from my iPhone using IBM Verse

On Nov 24, 2015, 7:06:06 PM, "Gavin Shan" notifications@github.com wrote:

I tried to load a private kernel built from mainline. Also I tried to load the kernel by uboot command "run netboot" for couple of times. The problem can't be reproduced. The root cause is the NCSI interface isn't up in time when hitting the kernel crash as below: Bring up eth0. NCSI interface isn't up. Bring down eth0 and causes kernel crash. It's a known issue I'm tracing currently.
—Reply to this email directly or view it on GitHub.

@gwshan
Copy link

gwshan commented Nov 25, 2015

There're two issues here as mentioned: (1) NCSI interface isn't up in time (2) kernel crash

I'm working on a fix for (2). Hopefully I can get something for it. Next step is to recreate (1) then I jump in to debug...

@jk-ozlabs
Copy link
Member

Looks very similar to openbmc/linux#17

@shenki
Copy link
Member

shenki commented Nov 25, 2015

Gavin has posted patches that should resolve the kernel crash. I have merged these patches into the dev-4.3 branch, and tag a release COB today.

@causten
Copy link
Member Author

causten commented Jan 12, 2016

I have tried to recreate and it appears the fix is holding. Thank you

@causten causten closed this as completed Jan 12, 2016
anoo1 pushed a commit to anoo1/openbmc that referenced this issue Jul 28, 2020
kernel: Revert to 5.3.1 and add PSU driver fix
stefanberger pushed a commit to stefanberger/openbmc that referenced this issue Aug 1, 2023
Sandeepa Singh (47):
  Firmware-change (openbmc#66)
  Allow only tar file upload (openbmc#71)
  Hardware Deconfiguration Page (openbmc#84)
  Deconfig-Toggles (openbmc#110)
  Filter SNMP data (openbmc#112)
  Upload acf certificate on login page (openbmc#126)
  Hardware deconfiguration fix (openbmc#128)
  TFTP firmware update (openbmc#104)
  Add filter to remove absent dimms form GUI (openbmc#139)
  Add abiliy to sort hardware deconfig columns (openbmc#162)
  Add helptext for FQDN (openbmc#164)
  Add deconfiguration type as None (openbmc#163)
  Fix link to deconfiguration records (openbmc#155)
  Remove regex from firmware (openbmc#151)
  Add alert for HMC connection disconnect (openbmc#152)
  Update hardware deconfiguration per Demo feedback (openbmc#180)
  Remove Default option from Server power operations page (openbmc#188)
  reverting removal of Default partition environment dropdown (openbmc#190)
  Add Lateral cast out page (openbmc#177)
  fix toggle issue (openbmc#191)
  Add details on login page (openbmc#193)
  Remove TFTP server option from firmware page (openbmc#194)
  Real time post codes converted to ASCII (openbmc#207)
  fix TFTP bug (openbmc#213)
  Show/Hide ACF upload button (openbmc#214)
  Fix toggle issue (openbmc#219)
  Change the toggle text to configure/deconfigure (openbmc#223)
  Fix the sorting issue in progress logs (openbmc#240)
  Translate severity to fatal,predictive and manual (openbmc#235)
  Add Pel ID column on HW deconfiguration page (openbmc#244)
  Show FW_boot_side_current attribute value (openbmc#262)
  Added filter to remove 00000000 from post code table (openbmc#272)
  Fix toast msg for HW deconfiguration page (openbmc#251)
  Add location code of Deconfig records page (openbmc#293)
  Make memory page consistent (openbmc#308)
  Add pel id column (openbmc#332)
  Update service login condition (openbmc#326)
  Edit app nav and login file (openbmc#335)
  Update Automatic helptext (openbmc#340)
  Grey out toggle when DHCP is disabled (openbmc#338)
  Disable delete when system is powered on (openbmc#327)
  Renamed added optimization page (openbmc#346)
  Fix deconfiguration record translation bug (openbmc#360)
  Fix power page translation bug (openbmc#361)
  Operating mode is translatable now (openbmc#363)
  Fix user management page translation bugs (openbmc#365)
  Fix server power ops translation bugs (openbmc#359)

Kenneth Fullbright (85):
  Removed irrelevant fields from the VET Capabilities table (openbmc#68)
  Update Firmware page interactions when system is powered on (openbmc#51)
  Updated CSR Modal & Service login Certificate Modal (openbmc#59)
  Removed OemIBMServiceAgent from  Group Privilege list (openbmc#76)
  Updated Power saver modes descriptions (openbmc#83)
  Popup SOL Console (Host Console) not showing correct connection status (openbmc#79)
  Removed irrelevant fields from the VET Capabilities table (openbmc#93)
  Added Initiate Resource Dump Function (openbmc#103)
  Fixed password change/reset code for expired password (openbmc#125)
  Fixed global action vuex error getUsers (openbmc#120)
  Fixed 'Promise.all' related errors on Overview (openbmc#119)
  Renamed "Serial over LAN (SOL) console" page (openbmc#54)
  Fixed event log table to be fully responsive (openbmc#122)
  Prevent service user password change (openbmc#88)
  Turned dumps PHYP alert into a toast (openbmc#140)
  Repaired Service login consoles links in the navbar (openbmc#145)
  Removed LDAP from navigation on non admin role accounts (openbmc#108)
  Updated the link to consoles and other nav related items
  Refactored Power page and power page related things (openbmc#109)
  Added Power restore policy missing alert on operating mode manual (openbmc#147)
  Made non-service roles not pass default password for resource dumps (openbmc#135)
  Fixed BMC Hypervisor console switch (openbmc#159)
  Enhanced user creation and current user failed message for password change (openbmc#81)
  Fixed translation double key error (openbmc#146)
  Removed service privilege option from edit user and add user (openbmc#161)
  Enhanced resource dump error messages (openbmc#168)
  Refactored Power page code for efficiency and clarity (openbmc#158)
  Fixed init system dump from resource dump (openbmc#136)
  Added toast for invalid privilege (openbmc#172)
  Fixed Service consoles (openbmc#176)
  Fix user management delete table action (openbmc#179)
  Fixed service account resource dumps password field to allow any string (openbmc#183)
  Fixed Idle power saving missing reset button option (openbmc#184)
  Removed lower and upper limit and warning sensors (openbmc#186)
  Fixed missing fields for add user on user modal (openbmc#185)
  Fixed maximum amount of users toast error (openbmc#196)
  Fixed delete and replace function in Certificates table (openbmc#197)
  Fixed navbar missing error (openbmc#206)
  Fixed popup BMC and Hypervisor consoles. (openbmc#205)
  Fixed init system dump PHYP in standby check error (openbmc#204)
  Fixed closing console conntections. (openbmc#220)
  Fixed upload certificate button not being disabled on max certificates (openbmc#224)
  Added info tool tips on password changing fields. (openbmc#225)
  Removed operator role from add role group modal (openbmc#229) [SW550540]
  Removed Operator and NoAccess roles from desciption table (openbmc#228) [SW550558]
  Fixed proxy logout error (openbmc#226)
  Created info icon for enhanced information about power consumption (openbmc#232)
  Fixed some tables not being fully responsive (openbmc#222)
  Set autocomplete option to off for password fields (openbmc#231)
  Added dump being offloaded warning for reboot and shutdown (openbmc#241)
  Fixed system dump error messages (openbmc#238)
  Fixed factory reset to default code (openbmc#243)
  Changed OemIBMServiceAgent to ServiceAgent (openbmc#261)
  Add safe mode to user interface (openbmc#250)
  Fixed fresh install set password and login error (openbmc#263)
  Fixed DHCP delete button not disabled (openbmc#273)
  Removed unsupported ServiceAgent group from LDAP group privilege modal (openbmc#268)
  Fixed Zombie state when factory resetting (openbmc#270)
  Fixed unauthorized error toast on page loading (openbmc#267)
  Fixed firmware swapping confusion (openbmc#271)
  Fixed console connection indicators (openbmc#275)
  Fixed account polocy settings displaying not updated info on refresh (openbmc#276)
  Fixed running and backup image info render problem (openbmc#287)
  Fixed event logs not updating upon delete all button (openbmc#290)
  Fixed account policy radio buttons (openbmc#289)
  Fixed secure LDAP checkbox not showing correct values (openbmc#291)
  Fixed firmware update function (openbmc#296)
  Fixed JSON.parse error from localStorage (openbmc#298)
  Fixed factory reset function to be fully async (openbmc#306)
  Removed host console access from ReadOnly roles (openbmc#307)
  Fixed SRC Details not showing on non manual records (openbmc#300)
  Fixed page memory validation error (openbmc#313)
  Fixed location code not showing on Deconfiguration records table (openbmc#317)
  Disabled users from changing username on user management table (openbmc#321)
  Added Location codes for TPM (openbmc#324)
  Fixed console indicators not updating status (openbmc#304)
  Added Location codes for TPM (openbmc#325)
  Made more meaningful toasts (openbmc#314)
  Fixed manage access keys hyperlink being disabled problems on Firmware page (openbmc#322)
  Fixed asset tag info not showing up in modal after app refresh and tag update (openbmc#333)
  Removed hashes from files (openbmc#334)
  Created real time indicator postCodeValue filter (openbmc#302)
  Fixed Deconfig table download additional data button (openbmc#328)
  Changed page "Lateral cast out" to "Added optimization" (openbmc#341)
  Added notices page (openbmc#336)

A Nikhil (47):
  Update Inventory DIMM table (openbmc#74)
  Update Inventory Assemblies table (openbmc#87)
  Update Inventory Processors table (openbmc#86)
  Incorrect Power mode value (openbmc#89)
  Dumps available on BMC are not displayed on BMC-GUI (openbmc#72)
  Components on the hardware page not in order (openbmc#101)
  No values populated for licensed and configured cores (openbmc#91)
  Update GUI as IBM (openbmc#116)
  Rename Update Firmware access key (openbmc#117)
  Health and state field of assembly components is missing in inventory page (openbmc#99)
  Event logs add missing information (openbmc#111)
  GUI has no way to turn off System attention LED (openbmc#129)
  Event log does not show information for service (openbmc#133)
  GUI missing detailed COD (openbmc#124)
  Rename count in system table (openbmc#149)
  FCO page accepts value greater than the number of licensed cores (openbmc#142)
  Part number field is showing spare part number value (openbmc#165)
  Wrong lable on SRC for logs (openbmc#156)
  Inventory and LEDs page has two system entries (openbmc#137)
  Add toggle to enable/disable the secure version lock in (openbmc#167)
  Factory reset option should only be provided at power off (openbmc#174)
  Health in critical state after marking critical errors as resolved (openbmc#189)
  Concurrent maintenance Page (openbmc#202)
  Download implementation in Event logs (openbmc#192)
   Missing host USB enable/disable (openbmc#239)
  Prevent system power on when BMC is not in Ready state (openbmc#227)
  Adding mex chassis Info (openbmc#233)
  Mex IO enclosure firmware version not displayed (openbmc#265)
  PCIe Hardware Topology (openbmc#181)
  Warning in PcieTopology.vue (openbmc#282)
  Pcie-topology and Inventory fixes (openbmc#288)
  Unable to edit group name in the Add Role group field. (openbmc#303)
  PCIe Topology Save changes (openbmc#309)
  Invalid range for I/O Adapter enlarged capacity (openbmc#311)
  Status for both system and chassis comes as absent at host power off state (openbmc#312)
  Status for system table should be Present (openbmc#320)
  Fixed Identify LED error in MEX chassis (openbmc#330)
  Assemblies section does not has search option in Inventory page (openbmc#315)
  PCIe link width for empty slots is showing as -1 (openbmc#319)
  Warning message only in manual mode (openbmc#323)
  Fixed incorrect Identity LEDs error message (openbmc#331)
  Unwanted fields for MEX components removed (openbmc#329)
  PCIe topology performance improved (openbmc#337)
  AIX/LINUX and IBM i partition are only for non-HMC manage system (openbmc#318)
  Severity values is now translatable (openbmc#357)
  Enabled value taken from translation file (openbmc#362)
  Removed .tar.xz extension from dumps (openbmc#410)

whitesource-ets[bot] (1):
  Add .whitesource configuration file

sandeepasingh116 (17):
  Add new toggles on CM page (openbmc#3)
  Changed connection status logic for Hypervisor console (openbmc#6)
  Remove dump download option from overview page (openbmc#9)
  Add text on user management page (openbmc#8)
  Rename the save setting button (openbmc#20)
  Add success toast (openbmc#18)
  Fix network eth1 error (openbmc#21)
  Disable date and time page (openbmc#24)
  Update password helptext (openbmc#19)
  Add info tooltip to frequency cap (openbmc#25)
  Read only user will not be able to toggle switches (openbmc#28)
  Make filters translatable (openbmc#33)
  Fix translations of vet capabilities (openbmc#35)
  fix english texts containing links (openbmc#38)
  Remove service login label for read only user (openbmc#45)
  fix translation defect for server power ops (openbmc#52)
  add toogle on Policies page (openbmc#73)

Reed Frandsen (1):
  Removed alert message from Update firmware component (openbmc#90)

Gunnar Mills (3):
  Enable hmc proxy (openbmc#208)
  Update notices to 1030 (openbmc#50)
  Revert "Refresh only once after login (openbmc#42)" (openbmc#59)

Nikhil Ashoka (33):
  pdated the text of server power ops documentation (openbmc#7)
  Displaying Sensors table one row at a time (openbmc#11)
  NTP server duplicate entry is not accepted (openbmc#4)
  Fabric Adapters Info in Inventory page (openbmc#12)
  Fixed Secure LDAP using SSL checkbox value (openbmc#2)
  Added progress bar for activate access key (openbmc#1)
  Error message displayed if fails to authenticate the user (openbmc#10)
  Memory page made HMC-managed independent (openbmc#15)
  Sorting fixed for status (openbmc#17)
  Sensors table now updating on refresh (openbmc#22)
  Secure LDAP is disabled when LDAP authentication disables (openbmc#23)
  Removed Service consoles page for read-only users (openbmc#14)
  Additional message added on Disable SSH (openbmc#30)
  Default partition value taken from translation file (openbmc#36)
  Updated password Max Limit (openbmc#26)
  New Error message displayed if fails to authenticate the user (openbmc#27)
  Added Status and roles values to the translation file (openbmc#31)
  Title translation (openbmc#34)
  Power values added to translation file (openbmc#32)
  Health and Date format taken from translation file (openbmc#37)
  Added possible property values in translation file (openbmc#39)
  Displaying System Anchor value (openbmc#40)
  Added Info tooltip to VirtualTPM (openbmc#47)
  Added max limit based on selected user (openbmc#46)
  Refresh only once after login (openbmc#42)
  Lamp test switch disabled once ON (openbmc#48)
  Tab names translated in Inventory page (openbmc#54)
  Using privilege values from the translation file (openbmc#56)
  Deconfiguration type is taken from translation file (openbmc#57)
  Fabric Adapter table showing Name (openbmc#55)
  PCIe topology overlapping fix (openbmc#53)
  Added Identity LED to Fabric Adapters (openbmc#49)
  Removed Error message from Accounts verification (openbmc#44)

Dixsie Wolmers (14):
  Fix network settings defects - FQDN, link info, and MAC address (openbmc#113)
  Audit translation file (openbmc#115)
  Network settings - update DHCP section (openbmc#114)
  Add deconfiguration logs page (openbmc#121)
  Fix host console route (openbmc#157)
  Fix language dropdown on login page (openbmc#166)
  Network settings fixes - dhcp modal, edit ipv4, default gateway (openbmc#175)
  Update deconfig log table (openbmc#200)
  Update  network settings ipv4 table (openbmc#199)
  Fix network settings hostname and IUM errors (openbmc#210)
  Add  ability to edit asset tag (openbmc#211)
  Fix LDAP form values when LDAP disabled - SW546990 (openbmc#245)
  Fix deconfig records defects (openbmc#246)
  Update maintainers - Remove Dixsie and add Sandeepa (openbmc#286)

aixt9n aixt9n (2):
  i18n: KO_KR: Drop latest translated files for webui-vue (openbmc#257)
  i18n: ES_ES: Drop latest translated files for webui-vue (openbmc#258)

Change-Id: Ib5cb6cfccace5b718d22173ff1df4e8ce2a1e05c
stefanberger pushed a commit to stefanberger/openbmc that referenced this issue Aug 1, 2023
…penbmc#3469)

jinuthomas (1):
  More changes to support JEDEC format VPD

PriyangaRamasamy (1):
  Do not populate presence if handlePresence=false (openbmc#101)

Change-Id: I3b75af1b6f6f3c160ace956acbcee15a49a8a1f1
stefanberger pushed a commit to stefanberger/openbmc that referenced this issue Aug 1, 2023
Reed Frandsen (2):
  Merge branch '1050-ghe' into 1050-ac397fe2
  GHE 0nly:Private Tranlation Content

Nikhil Ashoka (3):
  Dumps initiate fixed (openbmc#101)
  Informational logs not shown for the admin (openbmc#102)
  Delay to retrieve data when new address is added (openbmc#103)

Change-Id: Ifd6cd9f9c0682e93be9b9aa10f710e8e7eca7b24
stefanberger pushed a commit to stefanberger/openbmc that referenced this issue Aug 1, 2023
…nbmc#3805)

nkotania (1):
  VMI: Validate ipv6 static loopback & multicast add (openbmc#101)

Change-Id: I5a07896de254e2d111d88f8326f49881bf138b85
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants