plappermaul

Results 115 comments of plappermaul

Thanks for the positive feedback. Nevertheless I will fix the increment rc = iodrive_pci_attach(pci_dev, gv_init_pci_counter++);

@snuf I recovered some of the function names in the blob. Maybe you can merge them into master. Best would be to integrate them into the build scripts so we...

No need to hurry. We have basically two choices: Either replace all the symbol names in the libraries once. Keep the modified libraries from then on Or keep the libraries...

This is what we need to do for each symbol. objcopy --redefine-sym ifio_58422......fef60.3.2.16.1731=fio_device_get_write_retard_reason x86_64_cc53_libkfio.o_converted

All required info is in https://github.com/snuf/iomemory-vsl/blob/b2e760d384a5a14392527e1460af7699ab599297/root/usr/src/iomemory-vsl-3.2.16/kfio/function_hashes.txt

Good idea. As the sha1 symbol names are used nowhere else feel free to permamently decode them.

As long as you simply replace the decoded symbols and do not take any other of my crap from this branch. Feel free. I'm currently busy on other projects. Thanks.

Test results from DGS-1210-52 (initramfs, not flashed) from current master: Working: - Device boots - Clock driver still works NOT working: - cannot ping/access device Observations: - rtl83xx_port_fdb_del messages (as...

I'm running only from initramfs. The clock & time driver do need constant reboots ... Directory was cleanly setup. I only added the DGS-1210-52 patches. ``` openwrt$ ./scripts/diffconfig.sh tmp/.config-package.in:53918:error: recursive...

[This patch](https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/net/dsa/switch.c?h=v6.0-rc5&id=e212fa7c54184b7b1f88990bd328b23b567cbf41) adds some kind of LAG handling that might explain the new messages. unchecked idea: rtl83xx_port_fdb_del() is buggy. commenting out ``` - case DSA_NOTIFIER_LAG_FDB_ADD: - err = dsa_switch_lag_fdb_add(ds, info);...