| /OK3568_Linux_fs/kernel/tools/testing/selftests/livepatch/ |
| H A D | test-livepatch.sh | 58 grep 'live patched' /proc/cmdline > /dev/kmsg 59 grep 'live patched' /proc/meminfo > /dev/kmsg 63 grep 'live patched' /proc/cmdline > /dev/kmsg 64 grep 'live patched' /proc/meminfo > /dev/kmsg 69 grep 'live patched' /proc/cmdline > /dev/kmsg 70 grep 'live patched' /proc/meminfo > /dev/kmsg 75 grep 'live patched' /proc/cmdline > /dev/kmsg 76 grep 'live patched' /proc/meminfo > /dev/kmsg 119 grep 'live patched' /proc/cmdline > /dev/kmsg 120 grep 'live patched' /proc/meminfo > /dev/kmsg [all …]
|
| H A D | functions.sh | 16 echo "$1" > /dev/kmsg 80 echo "livepatch: $result" > /dev/kmsg
|
| /OK3568_Linux_fs/kernel/net/ |
| H A D | compat.c | 36 int __get_compat_msghdr(struct msghdr *kmsg, in __get_compat_msghdr() argument 47 kmsg->msg_flags = msg.msg_flags; in __get_compat_msghdr() 48 kmsg->msg_namelen = msg.msg_namelen; in __get_compat_msghdr() 51 kmsg->msg_namelen = 0; in __get_compat_msghdr() 53 if (kmsg->msg_namelen < 0) in __get_compat_msghdr() 56 if (kmsg->msg_namelen > sizeof(struct sockaddr_storage)) in __get_compat_msghdr() 57 kmsg->msg_namelen = sizeof(struct sockaddr_storage); in __get_compat_msghdr() 59 kmsg->msg_control_is_user = true; in __get_compat_msghdr() 60 kmsg->msg_control_user = compat_ptr(msg.msg_control); in __get_compat_msghdr() 61 kmsg->msg_controllen = msg.msg_controllen; in __get_compat_msghdr() [all …]
|
| H A D | socket.c | 2231 int __copy_msghdr_from_user(struct msghdr *kmsg, in __copy_msghdr_from_user() argument 2242 kmsg->msg_control_is_user = true; in __copy_msghdr_from_user() 2243 kmsg->msg_control_user = msg.msg_control; in __copy_msghdr_from_user() 2244 kmsg->msg_controllen = msg.msg_controllen; in __copy_msghdr_from_user() 2245 kmsg->msg_flags = msg.msg_flags; in __copy_msghdr_from_user() 2247 kmsg->msg_namelen = msg.msg_namelen; in __copy_msghdr_from_user() 2249 kmsg->msg_namelen = 0; in __copy_msghdr_from_user() 2251 if (kmsg->msg_namelen < 0) in __copy_msghdr_from_user() 2254 if (kmsg->msg_namelen > sizeof(struct sockaddr_storage)) in __copy_msghdr_from_user() 2255 kmsg->msg_namelen = sizeof(struct sockaddr_storage); in __copy_msghdr_from_user() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta-yocto-bsp/recipes-bsp/gma500-gfx-check/gma500-gfx-check/ |
| H A D | gma500-gfx-check.sh | 7 echo "gma500_gfx_checked" >> /dev/kmsg; 11 echo "Found $DEVICE, avoiding gma500_gfx module" >> /dev/kmsg;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/reserved-memory/ |
| H A D | ramoops.txt | 33 - record-size: maximum size in bytes of each kmsg dump. 54 - max-reason: if present, sets maximum type of kmsg dump reasons to store 56 store all kmsg dumps. See include/linux/kmsg_dump.h KMSG_DUMP_* for other 57 kmsg dump reason values. Setting this to 0 (KMSG_DUMP_UNDEF), means the
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | dev-kmsg | 1 What: /dev/kmsg 5 Description: The /dev/kmsg character device node provides userspace access 116 the console, /proc/kmsg or the syslog() syscall. 121 disabled and /dev/kmsg output will contain more fragments. If 124 may be removed entirely and /dev/kmsg users are recommended to
|
| /OK3568_Linux_fs/debian/overlay/etc/Powermanager/ |
| H A D | 02npu | 5 echo "!!!!!!!!!!!npu $1 $2" > /dev/kmsg
|
| H A D | 04wifibt | 5 echo "!!!!!!!!!!!wifi $1 $2" > /dev/kmsg
|
| /OK3568_Linux_fs/kernel/fs/pstore/ |
| H A D | Kconfig | 209 int "Size in Kbytes of kmsg dump log to store" 213 This just sets size of kmsg dump (oops, panic, etc) log for 220 int "Maximum kmsg dump reason to store" 224 The maximum reason for kmsg dumps to store. The default is
|
| /OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/ |
| H A D | oops-tracing.txt | 45 cat /proc/kmsg > file, 然而你必须介入中止传输, kmsg是一个“永不结束的文件”。如
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/ |
| H A D | mdev.conf | 10 kmsg 0:0 0660
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | Makefile | 34 proc-$(CONFIG_PRINTK) += kmsg.o
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | compat.h | 59 int __get_compat_msghdr(struct msghdr *kmsg, struct compat_msghdr __user *umsg,
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ltp/ltp/ |
| H A D | disable_hanging_tests.patch | 7 (was trying to read /proc/kmsg, looks like a horrible test anyway)
|
| /OK3568_Linux_fs/yocto/poky/meta/files/ |
| H A D | device_table-minimal.txt | 17 /dev/kmsg c 600 root root 1 11 - - -
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/ |
| H A D | Makefile | 6 obj-y += opal-kmsg.o opal-powercap.o opal-psr.o opal-sensor-groups.o
|
| /OK3568_Linux_fs/kernel/io_uring/ |
| H A D | io_uring.c | 4627 struct io_async_msghdr *kmsg) in io_setup_async_msg() argument 4634 kfree(kmsg->free_iov); in io_setup_async_msg() 4639 memcpy(async_msg, kmsg, sizeof(*kmsg)); in io_setup_async_msg() 4694 struct io_async_msghdr iomsg, *kmsg; in io_sendmsg() local 4704 kmsg = req->async_data; in io_sendmsg() 4705 if (!kmsg) { in io_sendmsg() 4709 kmsg = &iomsg; in io_sendmsg() 4716 min_ret = iov_iter_count(&kmsg->msg.msg_iter); in io_sendmsg() 4718 ret = __sys_sendmsg_sock(sock, &kmsg->msg, flags); in io_sendmsg() 4720 return io_setup_async_msg(req, kmsg); in io_sendmsg() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | printk-basics.rst | 20 buffer exported to userspace through /dev/kmsg. The usual way to read it is
|
| /OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/ |
| H A D | socket.h | 408 extern int __copy_msghdr_from_user(struct msghdr *kmsg,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | socket.h | 408 extern int __copy_msghdr_from_user(struct msghdr *kmsg,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/ |
| H A D | syslog-ng.conf.sysvinit | 25 file("/proc/kmsg" program_override("kernel"));
|
| H A D | syslog-ng.conf.systemd | 25 file("/proc/kmsg" program_override("kernel"));
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | ramoops.rst | 40 Limiting which kinds of kmsg dumps are stored can be controlled via
|
| /OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/ |
| H A D | NEWS | 167 be present (also in the initrd) [ with a kmsg
|