@jwildeboer ISTR the certs were required for face images as well, but either the specs have been changed, the access control was an issuer country choice, or I simply have forgotten. It's been nearly 20 years after all.
Since v6.10 the Linux kernel depends on Python to build, at least if you need support for the drm/msm driver (CONFIG_DRM_MSM=y).
This is used to generate headers from source xml during build, not an unreasonable scenario. I much prefer Python over C or Perl or shell scripting for this type of file and string processing.
Yet I'm unsure what the stance for the Python build dependency is among the powers that be. It may have snug in under their radar.
/* We do this three times for luck */ for (i = 0; i < 3; i++) { intel_de_write(dev_priv, DPLL(pipe), dpll); intel_de_posting_read(dev_priv, DPLL(pipe)); udelay(150); /* wait for warmup */ }
@kernellogger I'd think the first response should fall on the downstream kernel providers i.e. distros, especially if the reporter does not know how to build and run upstream kernels and test fixes.
On a related note, in most cases any real name policy just crumbles when you realize how difficult it is to actually enforce in practise. Usually it becomes a "name that seems plausibly real to some group of people with a certain cultural background policy".