Home
last modified time | relevance | path

Searched refs:kmsg (Results 1 – 25 of 44) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/testing/selftests/livepatch/
H A Dtest-livepatch.sh58 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 Dfunctions.sh16 echo "$1" > /dev/kmsg
80 echo "livepatch: $result" > /dev/kmsg
/OK3568_Linux_fs/kernel/net/
H A Dcompat.c36 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 Dsocket.c2231 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 Dgma500-gfx-check.sh7 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 Dramoops.txt33 - 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 Ddev-kmsg1 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 D02npu5 echo "!!!!!!!!!!!npu $1 $2" > /dev/kmsg
H A D04wifibt5 echo "!!!!!!!!!!!wifi $1 $2" > /dev/kmsg
/OK3568_Linux_fs/kernel/fs/pstore/
H A DKconfig209 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 Doops-tracing.txt45 cat /proc/kmsg > file, 然而你必须介入中止传输, kmsg是一个“永不结束的文件”。如
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/
H A Dmdev.conf10 kmsg 0:0 0660
/OK3568_Linux_fs/kernel/fs/proc/
H A DMakefile34 proc-$(CONFIG_PRINTK) += kmsg.o
/OK3568_Linux_fs/kernel/include/net/
H A Dcompat.h59 int __get_compat_msghdr(struct msghdr *kmsg, struct compat_msghdr __user *umsg,
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/ltp/ltp/
H A Ddisable_hanging_tests.patch7 (was trying to read /proc/kmsg, looks like a horrible test anyway)
/OK3568_Linux_fs/yocto/poky/meta/files/
H A Ddevice_table-minimal.txt17 /dev/kmsg c 600 root root 1 11 - - -
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A DMakefile6 obj-y += opal-kmsg.o opal-powercap.o opal-psr.o opal-sensor-groups.o
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c4627 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 Dprintk-basics.rst20 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 Dsocket.h408 extern int __copy_msghdr_from_user(struct msghdr *kmsg,
/OK3568_Linux_fs/kernel/include/linux/
H A Dsocket.h408 extern int __copy_msghdr_from_user(struct msghdr *kmsg,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/
H A Dsyslog-ng.conf.sysvinit25 file("/proc/kmsg" program_override("kernel"));
H A Dsyslog-ng.conf.systemd25 file("/proc/kmsg" program_override("kernel"));
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dramoops.rst40 Limiting which kinds of kmsg dumps are stored can be controlled via
/OK3568_Linux_fs/yocto/poky/scripts/pybootchartgui/
H A DNEWS167 be present (also in the initrd) [ with a kmsg

12