/* here be dragons and swear words */
/* Could sort here, but pun for now. Should not happen anyroads. */
https://github.com/torvalds/linux/blob/v7.1/arch/x86/mm/amdtopology.c#L141
/* We wait for 2s, which is a metric "little while" */
https://github.com/torvalds/linux/blob/v7.0/arch/powerpc/xmon/xmon.c#L457
/* Look ma, no function descriptors! */
https://github.com/torvalds/linux/blob/v7.0/arch/powerpc/kernel/process.c#L1910
/* Most the code here is 99.9993422% unused. I hope there are no bugs. But what .. HPFS.IFS has also bugs in ea management. */
https://github.com/torvalds/linux/blob/v7.0/fs/hpfs/ea.c#L265-L266
/* Uhhuh, that didn't work out.. */
https://github.com/torvalds/linux/blob/v7.0/kernel/resource.c#L1359
/* Isn't this racy ? */
https://github.com/torvalds/linux/blob/v7.0/arch/sh/kernel/idle.c#L28
/* Outside lock, sure, but y'know: randomness. */
https://github.com/torvalds/linux/blob/v7.0/drivers/char/hw_random/core.c#L563
/* Workqueue API brain-damage */
https://github.com/torvalds/linux/blob/v7.0/arch/sh/drivers/push-switch.c#L80
/* whee. Hard work now. The user has selected a bitrate and bit format, so now we have to program our I2S controller appropriately. */
https://github.com/torvalds/linux/blob/v7.0/sound/aoa/soundbus/i2sbus/pcm.c#L309-L311