Anton Burticica

Results 11 issues of Anton Burticica

Currently dbus-broker supports only **own_prefix** as a busconfig's allow/deny attribute. That would be great to add support for **send_destination_prefix** as well as dbus daemon [supports](https://dbus.freedesktop.org/doc/dbus-daemon.1.html).

…and a number of patches from other pylibssh2 forks found on Github.

I'm trying to override kernel's cmdline within u-boot but with default config I fail. If I make unset for the following configs: ``` CONFIG_ARM_APPENDED_DTB=y CONFIG_ARM_ATAG_DTB_COMPAT_CMDLINE_FROM_BOOTLOADER=y ``` then I'll be able...

This patch based on ability of ethernet/cadence to configure PHY with corresponding driver defined in DTS or fallback to the default behaviour otherwise. An example DTS snippet: ``` mac0: ethernet@1e660000...

With enabled DTB append and a patch for DTB overlay support, I've got an error during parse stage of appended to the kernel fdt: ``` [ 0.400000] Freeing initrd memory:...

I still have an ERROR on [of_node_put](https://github.com/openbmc/linux/blob/dev-4.7/drivers/i2c/busses/i2c-aspeed.c#L1059). If I just comment it out, everything seems ok. Log trace: ``` [ 0.720000] i2c_aspeed 1e78a000.i2c: i2c controller registered, irq 20 [ 0.720000]...

I observe an issue in the **moxart_clkevt_next_event**. Right after the timer has been disabled, the new value for MATCH1 register calculated based up on the current COUNT register. Regarding to...

I just found that by default the keystore's directories are being created with `0777` (world writable!) permissions: https://github.com/tpm2-software/tpm2-tss/blob/master/src/tss2-fapi/ifapi_helpers.c#L1082 ```c r = create_dirs(supdir, path_list, 0777); ``` and being used in keystore...

This change adds proper handling for EC keys (addressing https://github.com/google/native-pkcs11/issues/303) as well as proper RSA parameters calculation. NOTE: For instance, openssl expects that EC params (curve OID) and points are...

In this PR the logging function moved away from C_Initialize under `ctor` when library is being loaded. This allows to start logging custom backend initialization. Also the log init function...