Ross Burton

Results 123 comments of Ross Burton

Sure, but I meant that the plugin can do that itself and produce optimal timers. If I have a countdown showing hours until a specific date/time then the initial timer...

Absolutely agree. I guess this was more a a cry of has anyone else seen this before, or have any hunches. I'll try building curl on my lowest machine and...

I very much like having _some_ dependency checking when doing builds, as there are many situations where missing dependencies silently change behaviour (for example, I've seen a package that uses...

OK arguably that CVE is actually refering to the securelevel patches in RHEL, so it is vendor specific.

The fix has now been merged as 5e2424708da7207087934c5c75211e8584d553a0.

Merged in f2560588bc67eb44ac715ca2fee0bf785e223591

I'll followup at some point with a proposal or plugin to run `git fetch` on the clones.

It appears that even when building for 64-bit targets `arm/filter_neon.S` is pulled into the build, so that will need a stub note or to be only pulled into 32-bit builds...

Right: the assembler creates a section, and that section has no PAC/BTI tags, so the compiler just respects that.

Even a literally empty `.s` file is enough to generate an ELF without the required tags, so moving lines around won't help. It's been confirmed by GCC maintainers that this...