summaryrefslogtreecommitdiff
path: root/meta-phosphor
AgeCommit message (Collapse)AuthorFilesLines
2022-06-22meta-phosphor/obmc-init.sh: fix panic when rwfs is fullHeyi Guo1-1/+7
mkdir -p $work will fail if rwfs partition is full, and then it will cause overlayfs mount fail as well. Finally it cause kernel panic and bmc fails to boot: rofs = mtd4 squashfs rwfs = mtd5 jffs2 [ 3.841846] jffs2: notice: (103) jffs2_build_xattr_subsystem: complete building xattr subsystem, 21 of xdatum (19 unchecked, 2 orphan) and 45 of xref (1 dead, 1 orphan) found. mkdir: can't create directory 'run/initramfs/rw/work': No space left on device [ 9.022304] overlayfs: failed to resolve 'run/initramfs/rw/work': -2 mount: mounting cow on /root failed: No such file or directory chroot: can't execute '/bin/sh': No such file or directory Unable to confirm /sbin/init is an executable non-empty file in merged file system mounted at /root. Change Root test failed! Fatal error, triggering kernel panic! [ 9.141777] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000100 [ 9.142489] CPU: 0 PID: 1 Comm: init Not tainted 5.10.36-60b3c9d #1 [ 9.142667] Hardware name: Generic DT based system [ 9.142949] Backtrace: [ 9.144308] [<80915100>] (dump_backtrace) from [<809153a4>] (show_stack+0x20/0x24) [ 9.144623] r7:80b08ed4 r6:60000093 r5:00000000 r4:80d71c9c [ 9.144816] [<80915384>] (show_stack) from [<80919b54>] (dump_stack+0x9c/0xb0) [ 9.144982] [<80919ab8>] (dump_stack) from [<80915824>] (panic+0x114/0x33c) [ 9.145136] r7:80b08ed4 r6:80d0a970 r5:00000000 r4:80dbe378 [ 9.145271] [<80915710>] (panic) from [<80126c14>] (do_exit+0x99c/0xa0c) [ 9.145426] r3:00000001 r2:00000000 r1:00000100 r0:80b08ed4 [ 9.145552] r7:ffffe000 [ 9.145632] [<80126278>] (do_exit) from [<80127cf0>] (do_group_exit+0x50/0xc8) [ 9.145787] r7:000000f8 [ 9.145863] [<80127ca0>] (do_group_exit) from [<80127d88>] (__wake_up_parent+0x0/0x30) [ 9.146034] r7:000000f8 r6:00000004 r5:00000004 r4:010fd190 [ 9.146185] [<80127d68>] (sys_exit_group) from [<80100060>] (ret_fast_syscall+0x0/0x54) [ 9.146425] Exception stack(0x810c5fa8 to 0x810c5ff0) [ 9.146745] 5fa0: 010fd190 00000004 00000001 00000000 00000001 010fd190 [ 9.147049] 5fc0: 010fd190 00000004 00000004 000000f8 00000000 00000000 004e4a84 00000000 [ 9.147295] 5fe0: 004e4b40 7ec93a04 00474048 76df4a54 [ 9.147959] CPU1: stopping [ 9.148650] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 5.10.36-60b3c9d #1 [ 9.148957] Hardware name: Generic DT based system [ 9.149264] Backtrace: [ 9.150182] [<80915100>] (dump_backtrace) from [<809153a4>] (show_stack+0x20/0x24) [ 9.150598] r7:00000001 r6:60070193 r5:00000000 r4:80d71c9c [ 9.150878] [<80915384>] (show_stack) from [<80919b54>] (dump_stack+0x9c/0xb0) [ 9.151149] [<80919ab8>] (dump_stack) from [<8010f1f4>] (do_handle_IPI+0x2f8/0x32c) [ 9.151430] r7:00000001 r6:0d15a000 r5:00000001 r4:80dbe278 [ 9.151649] [<8010eefc>] (do_handle_IPI) from [<8010f250>] (ipi_handler+0x28/0x30) [ 9.151925] r9:810f6000 r8:81080800 r7:00000001 r6:0d15a000 r5:81084b80 r4:00000014 [ 9.152205] [<8010f228>] (ipi_handler) from [<80184754>] (handle_percpu_devid_fasteoi_ipi+0x80/0x154) [ 9.152536] [<801846d4>] (handle_percpu_devid_fasteoi_ipi) from [<8017dce4>] (__handle_domain_irq+0x8c/0xe0) [ 9.152911] r7:00000001 r6:00000000 r5:00000000 r4:80c6fbdc [ 9.153147] [<8017dc58>] (__handle_domain_irq) from [<80101348>] (gic_handle_irq+0x7c/0x90) [ 9.153508] r9:810f6000 r8:8f80200c r7:80c6fbe8 r6:8f802000 r5:810f7f38 r4:80d0541c [ 9.153819] [<801012cc>] (gic_handle_irq) from [<80100b0c>] (__irq_svc+0x6c/0x90) [ 9.154168] Exception stack(0x810f7f38 to 0x810f7f80) [ 9.154541] 7f20: 00000000 000195e0 [ 9.154993] 7f40: 8ddcb144 8011ba00 810f6000 00000001 80d04d10 80d04d4c 80d9dfdc 80b0b4f0 [ 9.155402] 7f60: 00000000 810f7f94 810f7f98 810f7f88 80108fd4 80108fd8 60070013 ffffffff [ 9.155762] r9:810f6000 r8:80d9dfdc r7:810f7f6c r6:ffffffff r5:60070013 r4:80108fd8 [ 9.156070] [<80108f90>] (arch_cpu_idle) from [<80926c68>] (default_idle_call+0x38/0x108) [ 9.156382] [<80926c30>] (default_idle_call) from [<80159894>] (do_idle+0xdc/0x148) [ 9.156676] [<801597b8>] (do_idle) from [<80159bd0>] (cpu_startup_entry+0x28/0x2c) [ 9.156974] r9:410fc075 r8:8000406a r7:80dbe280 r6:10c0387d r5:00000001 r4:00000091 [ 9.157275] [<80159ba8>] (cpu_startup_entry) from [<8010f7c0>] (secondary_start_kernel+0x15c/0x180) [ 9.157614] [<8010f664>] (secondary_start_kernel) from [<8010182c>] (__enable_mmu+0x0/0x14) [ 9.157919] r5:00000051 r4:810e006a Fix this by not removing workdir directly, but keeping the directory and removing all entires under it. We will still get below warning, but it can boot to shell and provide ssh access to give a chance of recovery. [ 9.519053] overlayfs: failed to create directory run/initramfs/rw/work/work (errno: 28); mounting read-only Also update related patch file in meta-google to avoid build failure. Signed-off-by: Heyi Guo <guoheyi@linux.alibaba.com> Change-Id: I69c640c70ee3e9d1133b7d61d391501616c229d6
2022-06-22entity-manager: srcrev bump 309c0b1364..66409e193fAndrew Geissler1-1/+1
Jayashree Dhanapal (3): Add json file for Facebook Yosemite V3.5 platform Add Inlet and Outlet temperature config for fbyv35 Add HSC configuration for fbyv35 platform Change-Id: Iabb23fc45a68c15664a7bde83505e904051a0a19 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-22bmcweb: srcrev bump 83edb08f2c..4dd73a1cfaAndrew Geissler1-1/+1
Michal Orzel (1): Fix for segfault in VirtualMedia.InsertMedia Nan Zhou (3): memory: match DIMM ID even more precisely crow_getroutes_test: revive the test crow_getroutes_test: refactor tests Change-Id: I7499a4e50af697539fd9d7e2cc66017f9a923a1d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-22phosphor-webui: srcrev bump f59274e8ec..0acdba8b86Andrew Geissler1-1/+1
Gunnar Mills (1): More strongly recommend switching to webui-vue Change-Id: I4b3dc75eb911eb7b3dc43d40fcdbcc2f7190fab3 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-22phosphor-host-ipmid: srcrev bump 0e7a8af0e5..422385dab9Andrew Geissler1-1/+1
Patrick Williams (2): meson: add wrap for mapper meson: simplify sdbusplus dependency Change-Id: I30bc4d692d0f6724541eb7d182c3d268d567aa8c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-21phosphor-host-ipmid: srcrev bump 33d90e182d..0e7a8af0e5Andrew Geissler2-24/+23
Harvey.Wu (2): dbus-sdr: fix SEL record Generator ID to fit SPEC dbus-sdr: fix the vector size in sdrWriteTable and sdrStatsTable Jian Zhang (1): Add data types to Value to extend setDbusProperty Vernon Mauery (1): fix header install Willy Tu (4): cleanup: Remove all warning errors for the Meson build support build: Add meson build for phosphor-host-ipmi build: move all shared_library/module to library with version suffix build: Remove dynamicsensor library if it is not enabled Change-Id: I92503c6625d1ec2bf88c0a28afac9b4eeb8fbd75 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com> Signed-off-by: Willy Tu <wltu@google.com>
2022-06-21phosphor-health-monitor: srcrev bump f8d7973720..7fc0aa1e3dAndrew Geissler1-1/+1
Willy Tu (1): cleanup: Remove unnecessary info message for dbus matcher Change-Id: I01d74a8640d1269e5b31cc69eaf797d187c4965a Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-21phosphor-buttons: srcrev bump 8eca9bb6fe..5b98f4db0eAndrew Geissler1-1/+1
George Liu (1): Update clang-format Change-Id: Ibe39177201a16b3b7ea349b1cac02eff27edaee1 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-21phosphor-buttons: srcrev bump 3bd1cfcb7d..8eca9bb6feAndrew Geissler1-1/+1
Patrick Williams (1): switch experimental::fs to std::fs Change-Id: Ie2c1c0ef626c407dd4bf21ac12e0ae229278be2c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-21sdbusplus: srcrev bump a6c05b8e98..22a03e31f6Andrew Geissler1-1/+1
Manojkiran Eda (1): Make python modules dependency detection explicit Change-Id: I812a3b3390f2e7fa8b42c343f69a395d34af9a26 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-21pldm: srcrev bump 1ac464031a..f93dab7730Andrew Geissler1-1/+1
ThuBaNguyen (1): libpldm: correct GET_SENSOR_READING_REQ_BYTES to 3 bytes Change-Id: I3e7db4baa14d653246df3271e958be1b62503587 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-20bmcweb: srcrev bump e825cbc8f9..83edb08f2cAndrew Geissler1-1/+1
Gunnar Mills (1): Fix Validator Error for Updateable spelling Nan Zhou (5): openbmc_dbus_rest_test: revive tests openbmc_jtag_rest_test: move to openbmc_dbus_rest openbmc_dbus_rest_test: refactor tests query_param: remove default in switch openbmc_dbus_rest: use auto for json iterators Willy Tu (1): sw_util: Rename all Firmware to Software wherever possible Change-Id: I6202cd7fee32202b58b8b2b443aa1b94fd9a464d Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-18smbios-mdr: srcrev bump a30229e13b..49ea830e12Andrew Geissler1-1/+1
Jonathan Doman (2): Fix phosphor-host-ipmid externalproject build sst: Rediscover profiles after host reboot Change-Id: I7480f2b5adadd84063e527eacf5474ad7d099301 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-18phosphor-psu-code-mgmt: srcrev bump 434ae48312..b5f9b8290bAndrew Geissler1-1/+1
Patrick Williams (1): remove std::experimental usage Change-Id: I4f7f1cca77a0863aef9ba92164a0d0c69c671202 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-18dbus-sensors: srcrev bump ce6bcdfc28..75da515ea5Andrew Geissler1-1/+1
Tom Tung (1): PSUSensor: Add device type RAA228620 and RAA229001 Change-Id: I333a72aa41883f3e1ea1fc11ece027f4d2055b08 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-17bmcweb: srcrev bump 14bd7d9a82..e825cbc8f9Andrew Geissler1-1/+1
Chicago Duan (1): Implement Redfish PCIeSlots schema Ed Tanous (4): Fix PCIeSlots build Move the JsonSchemas to be generated at runtime Fix regression in JsonSchema/404 handler Revert "Implement Redfish PCIeSlots schema" John Edward Broadbent (1): Doc: Update Redfish.md with storage/drive info Change-Id: I9af7b17c5fd94affa1ca769e8cc25efdc0825fe5 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-17phosphor-host-postd: srcrev bump c869aef35a..18119acc04Andrew Geissler1-1/+1
Patrick Williams (1): switch experimental::fs to std::fs Change-Id: I70c6ab5d41ad859d58176a790521068537f3dc80 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-16pldm: srcrev bump 4876c540e4..1ac464031aAndrew Geissler1-1/+1
Sridevi Ramesh (1): Add below BIOS attributes commits to pldm repo. Change-Id: I2c2fe743f0ee2ba51f4470c47207d6f41b604279 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-16bmcweb: srcrev bump 686b7093f3..14bd7d9a82Andrew Geissler1-1/+1
John Edward Broadbent (1): Redfish: Fix @odata.id formatting issue Change-Id: I93d0e349e9ea49ad6757c4ae7da20377b00daf65 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-16entity-manager: srcrev bump 3f4527a9e3..309c0b1364Andrew Geissler1-1/+1
Andrei Kartashev (1): Configurations: add Yadro VEGMAN platform Zev Weiss (1): fru-device: add FRUReader EEPROM cache Change-Id: I3ef8dd696b243d82baffbb9de204c2573406fb03 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-16service-config-manager: srcrev bump f27f431faa..4b8637db42Andrew Geissler1-1/+1
Jiaqing Zhao (2): Use unit name to distinguish USB code update service Encode object path with sdbusplus Change-Id: I53ac100fe07c2b9455c1013105c698fa3aeb5b95 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15bmcweb: srcrev bump 7b7f04104b..686b7093f3Andrew Geissler1-1/+1
Carson Labrado (2): bmcweb: Set Retry Policy Valid Response Codes Expose AsyncResp shared_ptr when handling response Claire Weinan (1): LogService: Fix setUpRedfishRoute() for dumps Ed Tanous (4): Add initial documentation about bmcweb clients Document common error of replacing the json object Add PCIeSlots schemas to the BMC Handle redfish 404 with a good message John Edward Broadbent (1): redfish: Add Chassis associated Drive query Michal Orzel (1): Fix compilation issue Nan Zhou (5): kvm_websocket_test: delete the test http_server: remove unused variable http/app: iwyu memory: refactor JSON assembling codes redfish_v1: fix setUpRedfishRoute Shounak Mitra (1): bmcweb: Update to Sensor.v1_2_0.Sensor Szymon Dompke (1): Fix Trigger GET functionality Willy Tu (1): storage: Refactor Drive and StorageController into separate method Change-Id: Id7915ecee981a20413532e7f58415ed8b4298389 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15entity-manager: srcrev bump 51cff4b465..3f4527a9e3Andrew Geissler1-1/+1
Shamim Ali (1): Add MPS device type Change-Id: I86f1c21b103fcdfbbc92abf5ce2876f9a0acc021 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15phosphor-dbus-interfaces: srcrev bump aa46bf4d81..0d921265d3Andrew Geissler1-1/+1
Johnathan Mantey (1): Remove read-only flag from NTPServers Konstantin Aladyshev (1): Correct links in the state management documentation Change-Id: I2f5f2a40825aad57afe5bfa4293043ad9d4ae770 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15telemetry: srcrev bump 1cdd7e4f89..aa4a9dc5ccAndrew Geissler1-1/+1
Krzysztof Grobelny (1): changed min value to 0 for some meson options Change-Id: I82a4674b26fada78569678af0b5916b27cc1344e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15phosphor-certificate-manager: srcrev bump 332ce8b0a3..78357b0a3cAndrew Geissler1-1/+1
Nan Zhou (1): InstallAll: add logs before and after installation Change-Id: I4398cdf9468b58c756689e7008ad944fb74fd58f Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15phosphor-pid-control: srcrev bump ac3a21911e..ccc8bb62deAndrew Geissler1-1/+1
Nirav Shah (1): For each zone log sensor name with max setpoint Change-Id: Icdfa769237b433288a4859c1d38d9369699f10de Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15phosphor-led-manager: srcrev bump aff56f3967..65bf3d94b6Andrew Geissler1-1/+1
George Liu (1): Update clang-format Change-Id: I4aee3f83b8b7f4a77d011f63b7daa16aab80e9f2 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15phosphor-ipmi-blobs: srcrev bump 35b6c3e635..88ca532a74Andrew Geissler1-1/+1
Willy Tu (1): Add ipmi response buffer size check for all commands Change-Id: I8b4e43001ee2c629401531ebc3f2b82cdf195d52 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15estoraged: srcrev bump 9e639820af..740e94bd36Andrew Geissler1-1/+1
John Edward Broadbent (1): Add location interface Change-Id: I2610ab589e34fd1c70efc464359d4d2daf93c1f4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15phosphor-inventory-manager: srcrev bump 07f94f0219..66431fef6cAndrew Geissler1-1/+1
George Liu (3): Remove compilation using autotools logging: switch to lg2 Handle D-Bus exceptions Change-Id: I37fc958a41a6ea8e9c8982570e81dfe62b70f5ed Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15phosphor-objmgr: srcrev bump ea1194637d..d6aa552575Andrew Geissler1-1/+1
Brad Bishop (1): meson: add support for debug Change-Id: Ief5b54e39a4e30899e75e9560e0aaed012bc86b7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15phosphor-power: srcrev bump 64e9775d13..aca86d059bAndrew Geissler1-1/+1
Jim Wright (1): psu-ng: Adjust power on monitoring window Shawn McCarney (1): psu-ng: Only log missing errors for required PSUs Change-Id: Ie69b33ae4cd8bd0a64ff9c675b6c2543d3f9631e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15pldm: srcrev bump ca1998f318..4876c540e4Andrew Geissler1-1/+1
George Liu (1): BIOS: Stop sending the events to host if the bios value is unchanged Change-Id: Ie5aa1584357f280d9ecef5f11231ba0a60ec0d9c Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15phosphor-logging: srcrev bump 01bf5c4beb..0ad7a8222cAndrew Geissler1-1/+1
Marri Devender Rao (1): PEL: Add error log entry for memory preserving reboot failure Matt Spinler (2): PEL: Read 'HMC Managed' BIOS attribute PEL: Sanitize D-Bus fields that come from PELs zamiseck (1): PEL: phosphor-bmc-code-mgmt add HostFile Change-Id: Ic571f652f90c60581878308bb261f45b7cd99dde Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15phosphor-bmc-code-mgmt: srcrev bump 0523e0b1b9..a1c032ea8fAndrew Geissler1-1/+1
Adriana Kobylak (1): version: Change error to info for missing MANIFEST fields Change-Id: I7953d0178ea0df0d772bed0d2eb84e83c533b8c7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-15estoraged: Disable unit tests by defaultJohn Wedig1-0/+2
When building a BMC image with estoraged, some systems run into build issues, where meson tries to use the system googletest and then fails to build the unit tests. We don't need the unit tests when building an image, so we can disable them by default. Signed-off-by: John Wedig <johnwedig@google.com> Change-Id: I28126f44bb8833e83ad151de5e7d2b3df22af0d1
2022-06-15Removed sytemd_target meson option value passed from bb file.Kumar Thangavel1-1/+0
The following patch is submitted to set the default value in the phosphor-host-postd repo. https://gerrit.openbmc.org/c/openbmc/phosphor-host-postd/+/53836 TESTED : Built Facebook YosemiteV2 images and loaded on the target hardware. Verified all four host postcodes are displayed. Signed-off-by: Kumar Thangavel <thangavel.k@hcl.com> Change-Id: Ie5174107c4f1c3e9342b12b86b789e23301731a2
2022-06-14phosphor-inventory-manager: switch to meson buildGeorge Liu1-9/+7
Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I1042902f6eafbf8094de2fe8a922ba8ac29ef21e
2022-06-11phosphor-time-manager: srcrev bump 076f9ecef9..a3b59bc1c5Andrew Geissler1-1/+1
Brad Bishop (1): systemd: use qualified path Change-Id: I978c9e9d0ad3b28f677f53bbf5b9eb55f5e0b3c9 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-11phosphor-ipmi-blobs-binarystore: srcrev bump f3aa37a7d0..62872f5cb3Andrew Geissler1-1/+1
Willy Tu (1): binarystore: Cleanup optional config with default values. Change-Id: I10e20b6f635692984f2eeb4b1ea37c8d0dc48c70 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-11telemetry: srcrev bump b7b7e1b603..1cdd7e4f89Andrew Geissler1-1/+1
Krzysztof Grobelny (2): fixing Set on report properties Minor refactoring in thresholds Szymon Dompke (2): Fix numeric threshold Use proper dbus path when possible. Change-Id: I5eb34c04c448b1c74dd2167d960ab5842ca25dd7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-11pldm: srcrev bump f47694ffa9..ca1998f318Andrew Geissler1-1/+1
Manojkiran Eda (1): update clang-format Change-Id: If870ec9a5d4cef637ca7a6ab387caff76c5af800 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-11phosphor-logging: srcrev bump 1a945d4d36..01bf5c4bebAndrew Geissler1-1/+1
Lei YU (1): Remove errorIds Change-Id: Ifdc208abb7798b70523ca54a7965bee89ff6d86e Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-11webui-vue: srcrev bump fedc7344df..f763cd2e39Andrew Geissler1-1/+1
Jiaqing Zhao (1): Revert "Filtered the IP address to IPv4 on sessions page" Konstantin Aladyshev (1): RU: Update SOL console page alert message Change-Id: I37f702e0b727b98be5ed77b250411bfd4ce6bde7 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-11estoraged: srcrev bump 14aee774bd..9e639820afAndrew Geissler1-1/+1
John Edward Broadbent (1): Update utils_test explicit unsigned literals Change-Id: If99b835bc2833204206c442f630b28fc72c9cb85 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-11dbus-sensors: srcrev bump bb67932a46..ce6bcdfc28Andrew Geissler1-1/+1
Konstantin Aladyshev (1): Update link to the Value.interface.yaml Shamim Ali (1): PSUSensor: Add device type mp2971 and mp2973 Change-Id: I217af939c0af9446220bd15b2120bfabebfc9953 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-11bmcweb: srcrev bump 5b9e95a17f..7b7f04104bAndrew Geissler1-1/+1
Gunnar Mills (1): On logout set Session cookie with expired date Nan Zhou (3): ComputerSystem: fix ResetActionInfo query params: avoid copy query_param: remove dead file Sui Chen (1): memory: Precisely match DIMM ID Change-Id: Ie063605488ba1139983d42463b48434c4a254448 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-10phosphor-logging: srcrev bump 4f1bed7e23..1a945d4d36Andrew Geissler1-1/+1
Konstantin Aladyshev (1): Correct links to the phosphor-dbus-interfaces yamls Change-Id: Iae67e1b1d9f1a89c6338c59b4e9d20c5c0b3afd4 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>
2022-06-10phosphor-bmc-code-mgmt: srcrev bump 6173a079ea..0523e0b1b9Andrew Geissler1-1/+1
Konstantin Aladyshev (1): Correct link to the Software Architecture document Change-Id: I6cb66241145f1a0adb1e8ee4245ca3716d63fea8 Signed-off-by: Andrew Geissler <openbmcbump-github@yahoo.com>