/kernel/linux/linux-6.6/include/net/ |
H A D | scm.h | 41 void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm); 42 void scm_detach_fds_compat(struct msghdr *msg, struct scm_cookie *scm); 43 int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm); 44 void __scm_destroy(struct scm_cookie *scm); 48 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram() argument 50 security_socket_getpeersec_dgram(sock, NULL, &scm->secid); in unix_get_peersec_dgram() 53 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram() argument 57 static __inline__ void scm_set_cred(struct scm_cookie *scm, in scm_set_cred() argument 60 scm->pid = get_pid(pid); in scm_set_cred() 61 scm in scm_set_cred() 66 scm_destroy_cred(struct scm_cookie *scm) scm_destroy_cred() argument 72 scm_destroy(struct scm_cookie *scm) scm_destroy() argument 79 scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, bool forcecreds) scm_send() argument 94 scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) scm_passec() argument 115 scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) scm_passec() argument 124 scm_pidfd_recv(struct msghdr *msg, struct scm_cookie *scm) scm_pidfd_recv() argument 160 __scm_recv_common(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, int flags) __scm_recv_common() argument 190 scm_recv(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, int flags) scm_recv() argument 199 scm_recv_unix(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, int flags) scm_recv_unix() argument [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | scm.h | 40 void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm); 41 void scm_detach_fds_compat(struct msghdr *msg, struct scm_cookie *scm); 42 int __scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm); 43 void __scm_destroy(struct scm_cookie *scm); 47 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram() argument 49 security_socket_getpeersec_dgram(sock, NULL, &scm->secid); in unix_get_peersec_dgram() 52 static __inline__ void unix_get_peersec_dgram(struct socket *sock, struct scm_cookie *scm) in unix_get_peersec_dgram() argument 56 static __inline__ void scm_set_cred(struct scm_cookie *scm, in scm_set_cred() argument 59 scm->pid = get_pid(pid); in scm_set_cred() 60 scm in scm_set_cred() 65 scm_destroy_cred(struct scm_cookie *scm) scm_destroy_cred() argument 71 scm_destroy(struct scm_cookie *scm) scm_destroy() argument 78 scm_send(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, bool forcecreds) scm_send() argument 93 scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) scm_passec() argument 114 scm_passec(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm) scm_passec() argument 123 scm_recv(struct socket *sock, struct msghdr *msg, struct scm_cookie *scm, int flags) scm_recv() argument [all...] |
/kernel/linux/linux-5.10/net/unix/ |
H A D | scm.c | 9 #include <net/scm.h> 13 #include "scm.h" 106 int unix_attach_fds(struct scm_cookie *scm, struct sk_buff *skb) in unix_attach_fds() argument 118 UNIXCB(skb).fp = scm_fp_dup(scm->fp); in unix_attach_fds() 122 for (i = scm->fp->count - 1; i >= 0; i--) in unix_attach_fds() 123 unix_inflight(scm->fp->user, scm->fp->fp[i]); in unix_attach_fds() 128 void unix_detach_fds(struct scm_cookie *scm, struct sk_buff *skb) in unix_detach_fds() argument 132 scm->fp = UNIXCB(skb).fp; in unix_detach_fds() 135 for (i = scm in unix_detach_fds() 142 struct scm_cookie scm; unix_destruct_scm() local [all...] |
H A D | af_unix.c | 107 #include <net/scm.h> 117 #include "scm.h" 139 static void unix_get_secdata(struct scm_cookie *scm, struct sk_buff *skb) in unix_get_secdata() argument 141 UNIXCB(skb).secid = scm->secid; in unix_get_secdata() 144 static inline void unix_set_secdata(struct scm_cookie *scm, struct sk_buff *skb) in unix_set_secdata() argument 146 scm->secid = UNIXCB(skb).secid; in unix_set_secdata() 149 static inline bool unix_secdata_eq(struct scm_cookie *scm, struct sk_buff *skb) in unix_secdata_eq() argument 151 return (scm->secid == UNIXCB(skb).secid); in unix_secdata_eq() 154 static inline void unix_get_secdata(struct scm_cookie *scm, struct sk_buff *skb) in unix_get_secdata() argument 157 static inline void unix_set_secdata(struct scm_cookie *scm, struc argument 160 unix_secdata_eq(struct scm_cookie *scm, struct sk_buff *skb) unix_secdata_eq() argument 1544 unix_peek_fds(struct scm_cookie *scm, struct sk_buff *skb) unix_peek_fds() argument 1591 unix_scm_to_skb(struct scm_cookie *scm, struct sk_buff *skb, bool send_fds) unix_scm_to_skb() argument 1631 maybe_init_creds(struct scm_cookie *scm, struct socket *socket, const struct sock *other) maybe_init_creds() argument 1649 unix_skb_scm_eq(struct sk_buff *skb, struct scm_cookie *scm) unix_skb_scm_eq() argument 1695 struct scm_cookie scm; unix_dgram_sendmsg() local 1898 struct scm_cookie scm; unix_stream_sendmsg() local 1996 struct scm_cookie scm; unix_stream_sendpage() local 2148 struct scm_cookie scm; unix_dgram_recvmsg() local 2314 struct scm_cookie scm; unix_stream_read_generic() local [all...] |
H A D | scm.h | 7 int unix_attach_fds(struct scm_cookie *scm, struct sk_buff *skb); 8 void unix_detach_fds(struct scm_cookie *scm, struct sk_buff *skb);
|
H A D | Makefile | 14 obj-$(CONFIG_UNIX_SCM) += scm.o
|
/kernel/linux/linux-6.6/net/unix/ |
H A D | scm.c | 9 #include <net/scm.h> 13 #include "scm.h" 105 int unix_attach_fds(struct scm_cookie *scm, struct sk_buff *skb) in unix_attach_fds() argument 117 UNIXCB(skb).fp = scm_fp_dup(scm->fp); in unix_attach_fds() 121 for (i = scm->fp->count - 1; i >= 0; i--) in unix_attach_fds() 122 unix_inflight(scm->fp->user, scm->fp->fp[i]); in unix_attach_fds() 127 void unix_detach_fds(struct scm_cookie *scm, struct sk_buff *skb) in unix_detach_fds() argument 131 scm->fp = UNIXCB(skb).fp; in unix_detach_fds() 134 for (i = scm in unix_detach_fds() 141 struct scm_cookie scm; unix_destruct_scm() local [all...] |
H A D | af_unix.c | 108 #include <net/scm.h> 120 #include "scm.h" 188 static void unix_get_secdata(struct scm_cookie *scm, struct sk_buff *skb) in unix_get_secdata() argument 190 UNIXCB(skb).secid = scm->secid; in unix_get_secdata() 193 static inline void unix_set_secdata(struct scm_cookie *scm, struct sk_buff *skb) in unix_set_secdata() argument 195 scm->secid = UNIXCB(skb).secid; in unix_set_secdata() 198 static inline bool unix_secdata_eq(struct scm_cookie *scm, struct sk_buff *skb) in unix_secdata_eq() argument 200 return (scm->secid == UNIXCB(skb).secid); in unix_secdata_eq() 203 static inline void unix_get_secdata(struct scm_cookie *scm, struct sk_buff *skb) in unix_get_secdata() argument 206 static inline void unix_set_secdata(struct scm_cookie *scm, struc argument 209 unix_secdata_eq(struct scm_cookie *scm, struct sk_buff *skb) unix_secdata_eq() argument 1775 unix_peek_fds(struct scm_cookie *scm, struct sk_buff *skb) unix_peek_fds() argument 1822 unix_scm_to_skb(struct scm_cookie *scm, struct sk_buff *skb, bool send_fds) unix_scm_to_skb() argument 1864 unix_skb_scm_eq(struct sk_buff *skb, struct scm_cookie *scm) unix_skb_scm_eq() argument 1901 struct scm_cookie scm; unix_dgram_sendmsg() local 2113 queue_oob(struct socket *sock, struct msghdr *msg, struct sock *other, struct scm_cookie *scm, bool fds_sent) queue_oob() argument 2173 struct scm_cookie scm; unix_stream_sendmsg() local 2340 struct scm_cookie scm; __unix_dgram_recvmsg() local 2612 struct scm_cookie scm; unix_stream_read_generic() local [all...] |
H A D | scm.h | 7 int unix_attach_fds(struct scm_cookie *scm, struct sk_buff *skb); 8 void unix_detach_fds(struct scm_cookie *scm, struct sk_buff *skb);
|
H A D | Makefile | 15 obj-$(CONFIG_UNIX_SCM) += scm.o
|
/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_scsi.h | 192 csio_get_scsi_ioreq(struct csio_scsim *scm) in csio_get_scsi_ioreq() argument 196 if (likely(!list_empty(&scm->ioreq_freelist))) { in csio_get_scsi_ioreq() 197 req = list_first_entry(&scm->ioreq_freelist, in csio_get_scsi_ioreq() 200 CSIO_DEC_STATS(scm, n_free_ioreq); in csio_get_scsi_ioreq() 207 csio_put_scsi_ioreq(struct csio_scsim *scm, struct csio_ioreq *ioreq) in csio_put_scsi_ioreq() argument 209 list_add_tail(&ioreq->sm.sm_list, &scm->ioreq_freelist); in csio_put_scsi_ioreq() 210 CSIO_INC_STATS(scm, n_free_ioreq); in csio_put_scsi_ioreq() 214 csio_put_scsi_ioreq_list(struct csio_scsim *scm, struct list_head *reqlist, in csio_put_scsi_ioreq_list() argument 217 list_splice_init(reqlist, &scm->ioreq_freelist); in csio_put_scsi_ioreq_list() 218 scm in csio_put_scsi_ioreq_list() 222 csio_get_scsi_ddp(struct csio_scsim *scm) csio_get_scsi_ddp() argument 237 csio_put_scsi_ddp(struct csio_scsim *scm, struct csio_dma_buf *ddp) csio_put_scsi_ddp() argument 244 csio_put_scsi_ddp_list(struct csio_scsim *scm, struct list_head *reqlist, int n) csio_put_scsi_ddp_list() argument [all...] |
H A D | csio_scsi.c | 111 * @scm: SCSI module 118 csio_scsi_gather_active_ios(struct csio_scsim *scm, in csio_scsi_gather_active_ios() argument 124 if (list_empty(&scm->active_q)) in csio_scsi_gather_active_ios() 129 list_splice_tail_init(&scm->active_q, dest); in csio_scsi_gather_active_ios() 133 list_for_each_safe(tmp, next, &scm->active_q) { in csio_scsi_gather_active_ios() 776 struct csio_scsim *scm = csio_hw_to_scsim(hw); in csio_scsis_io_active() local 781 CSIO_DEC_STATS(scm, n_active); in csio_scsis_io_active() 834 CSIO_DEC_STATS(scm, n_active); in csio_scsis_io_active() 848 struct csio_scsim *scm = csio_hw_to_scsim(hw); in csio_scsis_tm_active() local 852 CSIO_DEC_STATS(scm, n_tm_activ in csio_scsis_tm_active() 891 struct csio_scsim *scm = csio_hw_to_scsim(hw); csio_scsis_aborting() local 988 struct csio_scsim *scm = csio_hw_to_scsim(hw); csio_scsis_closing() local 1109 struct csio_scsim *scm = csio_hw_to_scsim(hw); csio_scsi_cmpl_handler() local 1159 csio_scsi_cleanup_io_q(struct csio_scsim *scm, struct list_head *q) csio_scsi_cleanup_io_q() argument 1233 csio_scsi_abort_io_q(struct csio_scsim *scm, struct list_head *q, uint32_t tmo) csio_scsi_abort_io_q() argument 1273 csio_scsim_cleanup_io(struct csio_scsim *scm, bool abort) csio_scsim_cleanup_io() argument 1318 csio_scsim_cleanup_io_lnode(struct csio_scsim *scm, struct csio_lnode *ln) csio_scsim_cleanup_io_lnode() argument 1561 struct csio_scsim *scm = csio_hw_to_scsim(hw); csio_scsi_err_handler() local 2315 csio_scsi_alloc_ddp_bufs(struct csio_scsim *scm, struct csio_hw *hw, int buf_size, int num_buf) csio_scsi_alloc_ddp_bufs() argument 2388 csio_scsi_free_ddp_bufs(struct csio_scsim *scm, struct csio_hw *hw) csio_scsi_free_ddp_bufs() argument 2412 csio_scsim_init(struct csio_scsim *scm, struct csio_hw *hw) csio_scsim_init() argument 2500 csio_scsim_exit(struct csio_scsim *scm) csio_scsim_exit() argument [all...] |
H A D | csio_isr.c | 205 * Processes SCSI completions on the SCSI IQ indicated by scm->iq_idx 217 struct csio_scsim *scm; in csio_scsi_isr_handler() local 221 scm = csio_hw_to_scsim(hw); in csio_scsi_isr_handler() 234 csio_put_scsi_ddp_list_lock(hw, scm, &ioreq->gen_list, in csio_scsi_isr_handler() 240 csio_put_scsi_ioreq_list_lock(hw, scm, &cbfn_q, in csio_scsi_isr_handler()
|
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_scsi.h | 202 csio_get_scsi_ioreq(struct csio_scsim *scm) in csio_get_scsi_ioreq() argument 206 if (likely(!list_empty(&scm->ioreq_freelist))) { in csio_get_scsi_ioreq() 207 req = list_first_entry(&scm->ioreq_freelist, in csio_get_scsi_ioreq() 210 CSIO_DEC_STATS(scm, n_free_ioreq); in csio_get_scsi_ioreq() 217 csio_put_scsi_ioreq(struct csio_scsim *scm, struct csio_ioreq *ioreq) in csio_put_scsi_ioreq() argument 219 list_add_tail(&ioreq->sm.sm_list, &scm->ioreq_freelist); in csio_put_scsi_ioreq() 220 CSIO_INC_STATS(scm, n_free_ioreq); in csio_put_scsi_ioreq() 224 csio_put_scsi_ioreq_list(struct csio_scsim *scm, struct list_head *reqlist, in csio_put_scsi_ioreq_list() argument 227 list_splice_init(reqlist, &scm->ioreq_freelist); in csio_put_scsi_ioreq_list() 228 scm in csio_put_scsi_ioreq_list() 232 csio_get_scsi_ddp(struct csio_scsim *scm) csio_get_scsi_ddp() argument 247 csio_put_scsi_ddp(struct csio_scsim *scm, struct csio_dma_buf *ddp) csio_put_scsi_ddp() argument 254 csio_put_scsi_ddp_list(struct csio_scsim *scm, struct list_head *reqlist, int n) csio_put_scsi_ddp_list() argument [all...] |
H A D | csio_scsi.c | 111 * @scm: SCSI module 118 csio_scsi_gather_active_ios(struct csio_scsim *scm, in csio_scsi_gather_active_ios() argument 124 if (list_empty(&scm->active_q)) in csio_scsi_gather_active_ios() 129 list_splice_tail_init(&scm->active_q, dest); in csio_scsi_gather_active_ios() 133 list_for_each_safe(tmp, next, &scm->active_q) { in csio_scsi_gather_active_ios() 776 struct csio_scsim *scm = csio_hw_to_scsim(hw); in csio_scsis_io_active() local 781 CSIO_DEC_STATS(scm, n_active); in csio_scsis_io_active() 834 CSIO_DEC_STATS(scm, n_active); in csio_scsis_io_active() 848 struct csio_scsim *scm = csio_hw_to_scsim(hw); in csio_scsis_tm_active() local 852 CSIO_DEC_STATS(scm, n_tm_activ in csio_scsis_tm_active() 891 struct csio_scsim *scm = csio_hw_to_scsim(hw); csio_scsis_aborting() local 988 struct csio_scsim *scm = csio_hw_to_scsim(hw); csio_scsis_closing() local 1109 struct csio_scsim *scm = csio_hw_to_scsim(hw); csio_scsi_cmpl_handler() local 1159 csio_scsi_cleanup_io_q(struct csio_scsim *scm, struct list_head *q) csio_scsi_cleanup_io_q() argument 1233 csio_scsi_abort_io_q(struct csio_scsim *scm, struct list_head *q, uint32_t tmo) csio_scsi_abort_io_q() argument 1273 csio_scsim_cleanup_io(struct csio_scsim *scm, bool abort) csio_scsim_cleanup_io() argument 1318 csio_scsim_cleanup_io_lnode(struct csio_scsim *scm, struct csio_lnode *ln) csio_scsim_cleanup_io_lnode() argument 1565 struct csio_scsim *scm = csio_hw_to_scsim(hw); csio_scsi_err_handler() local 2321 csio_scsi_alloc_ddp_bufs(struct csio_scsim *scm, struct csio_hw *hw, int buf_size, int num_buf) csio_scsi_alloc_ddp_bufs() argument 2394 csio_scsi_free_ddp_bufs(struct csio_scsim *scm, struct csio_hw *hw) csio_scsi_free_ddp_bufs() argument 2418 csio_scsim_init(struct csio_scsim *scm, struct csio_hw *hw) csio_scsim_init() argument 2506 csio_scsim_exit(struct csio_scsim *scm) csio_scsim_exit() argument [all...] |
H A D | csio_isr.c | 205 * Processes SCSI completions on the SCSI IQ indicated by scm->iq_idx 217 struct csio_scsim *scm; in csio_scsi_isr_handler() local 221 scm = csio_hw_to_scsim(hw); in csio_scsi_isr_handler() 234 csio_put_scsi_ddp_list_lock(hw, scm, &ioreq->gen_list, in csio_scsi_isr_handler() 240 csio_put_scsi_ioreq_list_lock(hw, scm, &cbfn_q, in csio_scsi_isr_handler()
|
/kernel/linux/linux-5.10/drivers/firmware/ |
H A D | qcom_scm.c | 161 if (of_device_is_compatible(__scm ? __scm->dev->of_node : NULL, "qcom,scm-sc7180")) { in __get_convention() 463 * During the scm call memory protection will be enabled for the meta in qcom_scm_pas_init_image() 1182 struct qcom_scm *scm; in qcom_scm_probe() local 1186 scm = devm_kzalloc(&pdev->dev, sizeof(*scm), GFP_KERNEL); in qcom_scm_probe() 1187 if (!scm) in qcom_scm_probe() 1190 ret = qcom_scm_find_dload_address(&pdev->dev, &scm->dload_mode_addr); in qcom_scm_probe() 1196 scm->core_clk = devm_clk_get(&pdev->dev, "core"); in qcom_scm_probe() 1197 if (IS_ERR(scm->core_clk)) { in qcom_scm_probe() 1198 if (PTR_ERR(scm in qcom_scm_probe() [all...] |
/kernel/linux/linux-6.6/drivers/firmware/ |
H A D | qcom_scm.c | 192 if (of_device_is_compatible(__scm ? __scm->dev->of_node : NULL, "qcom,scm-sc7180")) { in __get_convention() 483 * During the scm call memory protection will be enabled for the meta in qcom_scm_pas_init_image() 1367 static int qcom_scm_waitq_wakeup(struct qcom_scm *scm, unsigned int wq_ctx) in qcom_scm_waitq_wakeup() argument 1383 struct qcom_scm *scm = data; in qcom_scm_irq_handler() local 1389 dev_err(scm->dev, "GET_WQ_CTX SMC call failed: %d\n", ret); in qcom_scm_irq_handler() 1395 dev_err(scm->dev, "Invalid flags found for wq_ctx: %u\n", flags); in qcom_scm_irq_handler() 1399 ret = qcom_scm_waitq_wakeup(scm, wq_ctx); in qcom_scm_irq_handler() 1410 struct qcom_scm *scm; in qcom_scm_probe() local 1413 scm = devm_kzalloc(&pdev->dev, sizeof(*scm), GFP_KERNE in qcom_scm_probe() [all...] |
/kernel/linux/linux-5.10/net/core/ |
H A D | scm.c | 2 /* scm.c - Socket level control messages processing. 37 #include <net/scm.h> 122 void __scm_destroy(struct scm_cookie *scm) in __scm_destroy() argument 124 struct scm_fp_list *fpl = scm->fp; in __scm_destroy() 128 scm->fp = NULL; in __scm_destroy() 296 void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm) in scm_detach_fds() argument 301 int fdmax = min_t(int, scm_max_fds(msg), scm->fp->count); in scm_detach_fds() 310 scm_detach_fds_compat(msg, scm); in scm_detach_fds() 315 err = receive_fd_user(scm->fp->fp[i], cmsg_data + i, o_flags); in scm_detach_fds() 337 if (i < scm in scm_detach_fds() [all...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | scm.c | 2 /* scm.c - Socket level control messages processing. 37 #include <net/scm.h> 122 void __scm_destroy(struct scm_cookie *scm) in __scm_destroy() argument 124 struct scm_fp_list *fpl = scm->fp; in __scm_destroy() 128 scm->fp = NULL; in __scm_destroy() 309 void scm_detach_fds(struct msghdr *msg, struct scm_cookie *scm) in scm_detach_fds() argument 314 int fdmax = min_t(int, scm_max_fds(msg), scm->fp->count); in scm_detach_fds() 323 scm_detach_fds_compat(msg, scm); in scm_detach_fds() 328 err = receive_fd_user(scm->fp->fp[i], cmsg_data + i, o_flags); in scm_detach_fds() 350 if (i < scm in scm_detach_fds() [all...] |
/kernel/linux/linux-5.10/net/ |
H A D | compat.c | 29 #include <net/scm.h> 291 void scm_detach_fds_compat(struct msghdr *msg, struct scm_cookie *scm) in scm_detach_fds_compat() argument 296 int fdmax = min_t(int, scm_max_fds_compat(msg), scm->fp->count); in scm_detach_fds_compat() 301 err = receive_fd_user(scm->fp->fp[i], cmsg_data + i, o_flags); in scm_detach_fds_compat() 323 if (i < scm->fp->count || (scm->fp->count && fdmax <= 0)) in scm_detach_fds_compat() 330 __scm_destroy(scm); in scm_detach_fds_compat()
|
/kernel/linux/linux-6.6/net/ |
H A D | compat.c | 29 #include <net/scm.h> 290 void scm_detach_fds_compat(struct msghdr *msg, struct scm_cookie *scm) in scm_detach_fds_compat() argument 295 int fdmax = min_t(int, scm_max_fds_compat(msg), scm->fp->count); in scm_detach_fds_compat() 300 err = receive_fd_user(scm->fp->fp[i], cmsg_data + i, o_flags); in scm_detach_fds_compat() 322 if (i < scm->fp->count || (scm->fp->count && fdmax <= 0)) in scm_detach_fds_compat() 329 __scm_destroy(scm); in scm_detach_fds_compat()
|
/kernel/linux/linux-6.6/tools/tracing/rtla/ |
H A D | Makefile | 77 MISSING_SOURCE += echo "** https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/ "; 85 MISSING_SOURCE += echo "** https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/ ";
|
/kernel/linux/linux-6.6/tools/verification/rv/ |
H A D | Makefile | 77 MISSING_SOURCE += echo "** https://git.kernel.org/pub/scm/libs/libtrace/libtraceevent.git/ "; 85 MISSING_SOURCE += echo "** https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/ ";
|
/kernel/linux/linux-5.10/scripts/ |
H A D | get_maintainer.pl | 53 my $scm = 0; 269 'scm!' => \$scm, 316 $scm = 0; 323 my $selections = $email + $scm + $status + $subsystem + $web; 325 die "$P: Missing required option: email, scm, status, subsystem or web\n"; 630 my @scm = (); 643 if ($scm) { 644 @scm = uniq(@scm); [all...] |