Jumbo in the size mix (MTU 9000 + module jumbo pinned), check-first module config trusting GET reads, cable diag async at startup through the reset path, MODULES table dissolved into SETTINGS/LINKS, per-driver NIC counter sets, comment cleanup
This commit is contained in:
@@ -22,7 +22,6 @@ type mountSpec struct {
|
||||
var wantMounts = []mountSpec{
|
||||
{"/proc", "proc", unix.PROC_SUPER_MAGIC, unix.MS_NOSUID | unix.MS_NODEV | unix.MS_NOEXEC},
|
||||
{"/sys", "sysfs", unix.SYSFS_MAGIC, unix.MS_NOSUID | unix.MS_NODEV | unix.MS_NOEXEC},
|
||||
// The module I2C transport lives behind debugfs.
|
||||
{"/sys/kernel/debug", "debugfs", unix.DEBUGFS_MAGIC, unix.MS_NOSUID | unix.MS_NODEV | unix.MS_NOEXEC},
|
||||
// devtmpfs reports itself as tmpfs, which is why the magic alone is not
|
||||
// enough to tell it apart from the directory it would be mounted over.
|
||||
|
||||
Reference in New Issue
Block a user