Searched hist:"734 e78dfcb0b1c724a336101db3edd5519ef342f" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sbin/mdconfig/ |
H A D | mdconfig.c | diff 734e78dfcb0b1c724a336101db3edd5519ef342f Wed Nov 21 17:56:47 CET 2012 Jaakko Heinonen <jh@FreeBSD.org> Disallow attaching preloaded memory disks via ioctl.
- The feature is dangerous because the kernel code didn't check validity of the memory address provided from user space. - It seems that mdconfig(8) never really supported attaching preloaded memory disks. - Preloaded memory disks are automatically attached during md(4) initialization. Thus there shouldn't be much use for the feature.
PR: kern/169683 Discussed on: freebsd-hackers
|
/freebsd/sys/dev/md/ |
H A D | md.c | diff 734e78dfcb0b1c724a336101db3edd5519ef342f Wed Nov 21 17:56:47 CET 2012 Jaakko Heinonen <jh@FreeBSD.org> Disallow attaching preloaded memory disks via ioctl.
- The feature is dangerous because the kernel code didn't check validity of the memory address provided from user space. - It seems that mdconfig(8) never really supported attaching preloaded memory disks. - Preloaded memory disks are automatically attached during md(4) initialization. Thus there shouldn't be much use for the feature.
PR: kern/169683 Discussed on: freebsd-hackers
|