linux-kernel
Thread
Date
Earlier messages
Messages by Thread
[PATCH next] drivers/block/rbd: Use strscpy() to copy strings into arrays
david . laight . linux
[PATCH next] drivers/video/fbdev/sis: Replace strlen() strcpy() pair with strscpy()
david . laight . linux
[PATCH net-next] net/9p: Replace strlen() strcpy() pair with strscpy()
david . laight . linux
[PATCH next] drivers/clk/clk_test: Use strscpy() to copy the test description
david . laight . linux
[PATCH net-next] net/ipv6/ip6_vti: Use strscpy() to copy device name
david . laight . linux
[PATCH next] drivers/video/fbdev/cyber2000fb: Use strscpy() to copy device name
david . laight . linux
[PATCH net-next] drivers/net/can/usb/kvaser_usb: User strscpy() to copy device name
david . laight . linux
[PATCH next] drivers/gpu/drm/tests/drm_dp_mst_helper_test: Use strscpy() to copy the test description
david . laight . linux
[PATCH next] drivers/infiniband/hw/usnic/usnic_fwd: User strscpy() to copy device name
david . laight . linux
[PATCH next] drivers/mtd/devices/block2mtd: Replace strnlen() strcpy() pair with strscpy()
david . laight . linux
[PATCH net-next] drivers/net/ethernet/sfc/falcon/efx: User strscpy() to copy device name
david . laight . linux
[PATCH next] drivers/scsi/aic7xxx/aic7xxx_osm: Use kstrdup() instead of kmalloc() and strcpy()
david . laight . linux
[PATCH net-next] drivers/net/ethernet/sfc/siena/efx: Use strscpy() to copy device name
david . laight . linux
[PATCH next] drivers/parport/probe: Use kstrdup() instead of kmalloc() and strcpy()
david . laight . linux
[PATCH next] drivers/scsi/aic7xxx/aic79xx_osm: Use kstrdup() instead of kmalloc() and strcpy()
david . laight . linux
[PATCH next] keys: Replace strcpy(derived_buf, "AUTH_KEY") with strscpy(..., HASH_SIZE)
david . laight . linux
[PATCH net-next] drivers/net/ethernet/sfc/efx: User strscpy() to copy device name
david . laight . linux
[PATCH net-next] drivers/net/ethernet/sfc/ef100_netdev: User strscpy() to copy device name
david . laight . linux
[PATCH net-next] drivers/net/ethernet/broadcom/bnx2: User strscpy() to copy device name
david . laight . linux
[PATCH next] fs: Replace strcpy(s, "../") with memcpy(s, "../", 4)
david . laight . linux
[PATCH next] rfkill: Replace strcpy() with memcpy()
david . laight . linux
[PATCH next] param: Replace strcpy() with memcpy()
david . laight . linux
[PATCH next] drivers/video/fbdev/mmp/fb: Use strscpy() to copy device name
david . laight . linux
[PATCH net-next] net/bluetooth/bnep: Use strscpy() to copy device name
david . laight . linux
[PATCH net-next] net/ipv4/ipconfig: Use strscpy() to copy device name
david . laight . linux
[PATCH net-next] drivers/net/wireless/microchip/wilc1000: Use strscpy() to copy device name
david . laight . linux
[PATCH next] block/early-lookup: Replace strlen() strcpy() pair with strscpy()
david . laight . linux
[PATCH net-next] net/netfilter/xt_recent: Use strscpy() to copy device name
david . laight . linux
[PATCH next] driver core: Replace strcpy() with memcpy()
david . laight . linux
[PATCH net-next] net/ipv6/ip6_tunnel: Use strscpy() to copy device name
david . laight . linux
[PATCH next] drivers/md/dm-zoned-metadata: User strscpy() to copy device name
david . laight . linux
[PATCH next] drivers/infiniband/core/iwcm: User strscpy() to copy device name
david . laight . linux
[PATCH net-next] drivers/net/bonding: User strscpy() to copy device name
david . laight . linux
[PATCH net-next] drivers/net/bonding: User strscpy() to copy device name
david . laight . linux
[PATCH next] drivers/video/fbdev/atmel_lcdfb: Use strscpy() to copy device name
david . laight . linux
[PATCH next] gpiolib: Replace strcpy() with memcpy()
david . laight . linux
[PATCH next] kernfs: Replace strcpy(s, "../") with memcpy(s, "../", 4)
david . laight . linux
[PATCH next] drivers/video/fbdev/riva: Use strscpy() to copy device name
david . laight . linux
[PATCH next] drivers/iio/test: Use strscpy() to copy the test description
david . laight . linux
[PATCH next] nxen/xenbus: Replace strcpy() with memcpy()
david . laight . linux
[PATCH] rust: module_param: use pr_warn_once! for null pointer warning
Maurice Hieronymus
Re: [PATCH] rust: module_param: use pr_warn_once! for null pointer warning
Miguel Ojeda
Re: [PATCH] gpio: viperboard: mark gpioa_clk variable as __ro_after_init
Len Bao
Re: [PATCH] apparmor: Constify 'nulldfa_src' and 'stacksplitdfa_src' arrays
Len Bao
[PATCH] virtio-blk: clamp zone report to the report buffer capacity
Michael Bommarito
[PATCH] docs/mm: document slab cache isolation with SLAB_NO_MERGE
Mohammed EL Kadiri
Re: [PATCH] docs/mm: document slab cache isolation with SLAB_NO_MERGE
Jonathan Corbet
Re: [PATCH] docs/mm: document slab cache isolation with SLAB_NO_MERGE
Mohammed EL Kadiri
Re: [PATCH] docs/mm: document slab cache isolation with SLAB_NO_MERGE
Jonathan Corbet
Re: [PATCH] docs/mm: document slab cache isolation with SLAB_NO_MERGE
Matthew Wilcox
[PATCH] cred: prevent slab cache merging for cred_jar
Mohammed EL Kadiri
[syzbot ci] Re: vsock/virtio: fix memory leak in virtio_transport_recv_listen
syzbot ci
[PATCH net-next v2] net: mana: Cache MANA_QUERY_LINK_CONFIG result to avoid repeated HWC queries
Erni Sri Satya Vennela
[PATCH bpf-next v3 0/2] bpf, verifier: fix PTR_TO_FLOW_KEYS constant-offset OOB
Nuoqi Gui
[PATCH bpf-next v3 1/2] bpf, verifier: fold reg->var_off into PTR_TO_FLOW_KEYS bounds check
Nuoqi Gui
[PATCH bpf-next v3 2/2] selftests/bpf: add tests for PTR_TO_FLOW_KEYS offset bounds
Nuoqi Gui
Re: [PATCH bpf-next v3 2/2] selftests/bpf: add tests for PTR_TO_FLOW_KEYS offset bounds
bot+bpf-ci
Re: [PATCH bpf-next v3 2/2] selftests/bpf: add tests for PTR_TO_FLOW_KEYS offset bounds
Eduard Zingerman
Re: [PATCH] vsock/virtio: fix memory leak in virtio_transport_recv_listen
kernel test robot
[PATCH] kunit:tool: Don't write to stdout when it should be disabled
David Gow
[PATCH v4 1/2] kunit: tool: Parse and print the reason tests are skipped
David Gow
[PATCH v4 2/2] kunit: tool: Add (primitive) support for outputting JUnit XML
David Gow
Re: [PATCH v3 2/3] remoteproc: qcom_wcnss_iris: Add support for WCN3610
Jeff Johnson
[PATCH net-next] net: mana: Add support for PF device 0x00C1
Haiyang Zhang
[PATCH v4 0/9] dax/kmem: atomic whole-device hotplug via sysfs
Gregory Price
[PATCH v4 1/9] mm/memory: add memory_block_aligned_range() helper
Gregory Price
[PATCH v4 2/9] mm/memory_hotplug: pass online_type to online_memory_block() via arg
Gregory Price
[PATCH v4 7/9] dax/kmem: extract hotplug/hotremove helper functions
Gregory Price
[PATCH v4 3/9] mm/memory_hotplug: export mhp_get_default_online_type
Gregory Price
[PATCH v4 5/9] mm/memory_hotplug: add multi-range hotunplug
Gregory Price
[PATCH v4 6/9] dax: plumb hotplug online_type through dax
Gregory Price
[PATCH v4 4/9] mm/memory_hotplug: add __add_memory_driver_managed() with online_type arg
Gregory Price
[PATCH v4 8/9] dax/kmem: add sysfs interface for atomic hotplug
Gregory Price
[PATCH v4 9/9] selftests/dax: add dax/kmem hotplug sysfs regression test
Gregory Price
[PATCH] virtio_net: normalize non-positive napi_weight values
Samuel Moelius
Re: [PATCH] virtio_net: normalize non-positive napi_weight values
Michael S. Tsirkin
[PATCH v2 0/5] Usermode Indirect Branch Tracking
Richard Patel
[PATCH v2 1/5] x86: add userspace IBT config option
Richard Patel
[PATCH v2 2/5] x86: shstk: don't clobber IBT bits in U_CET MSR
Richard Patel
[PATCH v2 5/5] selftests/x86: test usermode IBT
Richard Patel
[PATCH v2 3/5] x86: expose user IBT via PR_CFI_BRANCH_LANDING_PADS
Richard Patel
[PATCH v2 4/5] x86/entry/vdso: build with IBT support
Richard Patel
Re: [PATCH v2 4/5] x86/entry/vdso: build with IBT support
Florian Weimer
Re: [PATCH v2 0/5] Usermode Indirect Branch Tracking
Peter Zijlstra
Re: [PATCH v2 0/5] Usermode Indirect Branch Tracking
Florian Weimer
Re: [PATCH v2 0/5] Usermode Indirect Branch Tracking
Richard Patel
Re: [PATCH v2 0/5] Usermode Indirect Branch Tracking
Florian Weimer
Re: [PATCH 0/2] module: restrict module auto-loading to privileged users
Sami Tolvanen
[PATCH] mm/page_frag: reject invalid CPUs in page_frag_test
Samuel Moelius
Re: [PATCH 2/2] module: restrict autoload to CAP_SYS_ADMIN if CONFIG_MODULE_RESTRICT_AUTOLOAD
Sami Tolvanen
Re: [PATCH 1/2] module: add CONFIG_MODULE_RESTRICT_AUTOLOAD
Sami Tolvanen
[PATCH v7 00/12] ima: Exporting and deleting IMA measurement records from kernel memory
Roberto Sassu
[PATCH v7 01/12] ima: Remove ima_h_table structure
Roberto Sassu
[PATCH v7 02/12] ima: Replace static htable queue with dynamically allocated array
Roberto Sassu
[PATCH v7 03/12] ima: Introduce per binary measurements list type ima_num_records counter
Roberto Sassu
[PATCH v7 06/12] ima: Mediate open/release method of the measurements list
Roberto Sassu
[PATCH v7 08/12] ima: Introduce ima_dump_measurement()
Roberto Sassu
[PATCH v7 09/12] ima: Add support for staging measurements with prompt
Roberto Sassu
[PATCH v7 10/12] ima: Add support for flushing the hash table when staging measurements
Roberto Sassu
[PATCH v7 12/12] doc: security: Add documentation of exporting and deleting IMA measurements
Roberto Sassu
[PATCH v7 05/12] ima: Introduce _ima_measurements_start() and _ima_measurements_next()
Roberto Sassu
[PATCH v7 11/12] ima: Support staging and deleting N measurements records
Roberto Sassu
[PATCH v7 07/12] ima: Use snprintf() in create_securityfs_measurement_lists
Roberto Sassu
[PATCH v7 04/12] ima: Introduce per binary measurements list type binary_runtime_size value
Roberto Sassu
[RFC PATCH v2 06/10] kvm: guest_memfd: Add support for freezing and unfreezing mappings
Tarun Sahu
[RFC PATCH v2 05/10] kvm: guest_memfd: Move internal definitions and helper to new header
Tarun Sahu
[RFC PATCH v2 03/10] kvm: Prepare core VM structs and helpers for LUO support
Tarun Sahu
[RFC PATCH v2 02/10] liveupdate: Add LIVEUPDATE_GUEST_MEMFD config option
Tarun Sahu
[RFC PATCH v1 0/10] liveupdate: kvm: Guest_memfd preservation
Tarun Sahu
[RFC PATCH v2 10/10] selftests: kvm: Add guest_memfd_preservation_test
Tarun Sahu
[RFC PATCH v2 08/10] docs: add documentation for guest_memfd preservation via LUO
Tarun Sahu
[RFC PATCH v2 09/10] selftests: kvm: Split ____vm_create() to expose init helpers
Tarun Sahu
[RFC PATCH v2 07/10] kvm: guest_memfd_luo: add support for guest_memfd preservation
Tarun Sahu
[RFC PATCH v2 04/10] kvm: kvm_luo: Allow kvm preservation with LUO
Tarun Sahu
[RFC PATCH v2 01/10] liveupdate: luo_file: Add internal APIs for file preservation
Tarun Sahu
[PATCH v2] hardening: Default randstruct off with rust for better allmodconfig support
Mark Brown
Re: [PATCH v2] hardening: Default randstruct off with rust for better allmodconfig support
Miguel Ojeda
Re: [syzbot] [bridge?] KASAN: use-after-free Read in qdisc_pkt_len_segs_init
syzbot
[PATCH] hardening: Default randstruct off with rust for better allmodconfig support
Mark Brown
[PATCH bpf-next v3 0/3] bpf: Check tail zero of bpf_map_info and bpf_prog_info
Leon Hwang
[PATCH bpf-next v3 3/3] selftests/bpf: Add tests to verify checking padding bytes for bpf_[map,prog]_info
Leon Hwang
[PATCH bpf-next v3 1/3] bpf: Check tail zero of bpf_map_info
Leon Hwang
[PATCH bpf-next v3 2/3] bpf: Check tail zero of bpf_prog_info
Leon Hwang
Re: [PATCH bpf-next v3 2/3] bpf: Check tail zero of bpf_prog_info
bot+bpf-ci
Re: [PATCH bpf-next v3 0/3] bpf: Check tail zero of bpf_map_info and bpf_prog_info
patchwork-bot+netdevbpf
Re: [PATCH 4/4] selftests: livepatch: Add information about minimum kernel support
Petr Mladek
[PATCH] selftests/bpf: Fix test_lirc test
Sean Young
Re: [PATCH] selftests/bpf: Fix test_lirc test
patchwork-bot+netdevbpf
[PATCH v6 0/4] introduce IMA_INIT_LATE_SYNC option
Yeoreum Yun
[PATCH v6 1/4] security: lsm: allow LSMs to register for late_initcall_sync init
Yeoreum Yun
[PATCH v6 2/4] security: ima: introduce IMA_INIT_LATE_SYNC option
Yeoreum Yun
[PATCH v6 4/4] tpm: tpm_crb_ffa: revert defered_probed when tpm_crb_ffa is built-in
Yeoreum Yun
[PATCH v6 3/4] security: ima: rename boot_aggregate when ima is initialised at late_sync
Yeoreum Yun
[PATCH] virtio-mmio: add support for transport version 3
Peter Hilber
Re: [PATCH 3/4] selftests: livepatch: Adapt mod_target module to pass on 4.12 kernels
Marcos Paulo de Souza
Re: [PATCH 3/4] selftests: livepatch: Adapt mod_target module to pass on 4.12 kernels
Petr Mladek
Re: [PATCH 3/4] selftests: livepatch: Adapt mod_target module to pass on 4.12 kernels
Petr Mladek
Re: [PATCH 2/4] selftests: livepatch: Remove leftover modules when a testcase fails
Petr Mladek
Re: [PATCH 2/4] selftests: livepatch: Remove leftover modules when a testcase fails
Petr Mladek
Re: [PATCH v13 19/22] KVM: selftests: Finalize TD memory as part of kvm_arch_vm_finalize_vcpus
Ackerley Tng
Re: [PATCH v13 19/22] KVM: selftests: Finalize TD memory as part of kvm_arch_vm_finalize_vcpus
Sean Christopherson
Re: [PATCH v13 19/22] KVM: selftests: Finalize TD memory as part of kvm_arch_vm_finalize_vcpus
Ackerley Tng
Re: [PATCH v13 19/22] KVM: selftests: Finalize TD memory as part of kvm_arch_vm_finalize_vcpus
Sean Christopherson
Re: [PATCH rc v2 0/4] iommufd: Fix veventq_depth boundary
Jason Gunthorpe
[ANNOUNCE] 5.10.258-rt154
Luis Claudio R. Goncalves
Re: [PATCH 1/4] selftests: livepatch: Introduce _remove_mod function
Petr Mladek
[PATCH 0/3] rust: sync: Introduce Rcu*Box
Boqun Feng
[PATCH 1/3] rust: rcu: add RcuBox type
Boqun Feng
Re: [PATCH 1/3] rust: rcu: add RcuBox type
Boqun Feng
[PATCH 2/3] rust: maple_tree: add load_rcu()
Boqun Feng
Re: [PATCH 2/3] rust: maple_tree: add load_rcu()
Boqun Feng
[PATCH 1/3] rust: rcu: Add RcuBox type
Boqun Feng
[PATCH 2/3] rust: maple_tree: Add load_rcu()
Boqun Feng
[RFC PATCH 3/3] rust: rcu: Introduce RcuFreeBox
Boqun Feng
Re: [RFC PATCH 3/3] rust: rcu: Introduce RcuFreeBox
Alice Ryhl
Re: [RFC PATCH 3/3] rust: rcu: Introduce RcuFreeBox
Boqun Feng
Re: [RFC PATCH 3/3] rust: rcu: Introduce RcuFreeBox
Alice Ryhl
Re: [RFC PATCH 3/3] rust: rcu: Introduce RcuFreeBox
Boqun Feng
[PATCH v7 0/8] media: camss: Add support for C-PHY configuration on Qualcomm platforms
David Heidelberg via B4 Relay
[PATCH v7 2/8] media: qcom: camss: csiphy-3ph: Use odd bits for configuring C-PHY lanes
David Heidelberg via B4 Relay
[PATCH v7 3/8] media: qcom: camss: Prepare CSID for C-PHY support
David Heidelberg via B4 Relay
[PATCH v7 4/8] media: qcom: camss: Initialize lanes after lane configuration is available
David Heidelberg via B4 Relay
[PATCH v7 5/8] media: qcom: camss: csiphy-3ph: Add Gen2 v1.1 MIPI CSI-2 C-PHY init
David Heidelberg via B4 Relay
[PATCH v7 6/8] media: qcom: camss: csiphy-3ph: Update Gen2 v1.1 MIPI CSI-2 C-PHY init
David Heidelberg via B4 Relay
[PATCH v7 7/8] media: qcom: camss: Account for C-PHY when calculating link frequency
David Heidelberg via B4 Relay
[PATCH v7 1/8] media: qcom: camss: csiphy: Introduce PHY configuration
David Heidelberg via B4 Relay
[PATCH v7 8/8] media: qcom: camss: Enable C-PHY where available
David Heidelberg via B4 Relay
[PATCH] hv_balloon: Simplify data output in hv_balloon_debug_show()
Markus Elfring
Re: [PATCH] hv_balloon: Simplify data output in hv_balloon_debug_show()
Sahil Chandna
[PATCH net-next 0/2] net/smc: convert getsockopt to getsockopt_iter
Breno Leitao
[PATCH net-next 2/2] selftests: net: add SMC getsockopt_iter conversion test
Breno Leitao
[PATCH net-next 1/2] smc: convert to getsockopt_iter
Breno Leitao
[PATCH v1] vsock/virtio: rework MSG_ZEROCOPY flag handling
Arseniy Krasnov
Re: [PATCH v1] vsock/virtio: rework MSG_ZEROCOPY flag handling
David Laight
[PATCH v2 0/4] Add RPROC support for the MX95-15x15-FRDM board
Laurentiu Mihalcea
[PATCH v2 1/4] dt-bindings: remoteproc: imx_rproc: document optional "memory-region-names"
Laurentiu Mihalcea
Re: [PATCH v2 1/4] dt-bindings: remoteproc: imx_rproc: document optional "memory-region-names"
Frank Li
[PATCH v2 2/4] remoteproc: imx_rpoc: fix carveout name parsing
Laurentiu Mihalcea
[PATCH v2 3/4] arm64: dts: freescale: imx95-15x15-frdm: remove some rmem regions
Laurentiu Mihalcea
[PATCH v2 4/4] arm64: dts: freescale: add DT overlay for MX95-15x15-FRDM RPMSG usage
Laurentiu Mihalcea
[PATCH net-next v2 0/3] net: rds: convert rds to getsockopt_iter
Breno Leitao
[PATCH net-next v2 1/3] rds: mark snapshot pages dirty in rds_info_getsockopt()
Breno Leitao
Re: [PATCH net-next v2 1/3] rds: mark snapshot pages dirty in rds_info_getsockopt()
Allison Henderson
[PATCH net-next v2 2/3] selftests: net: rds: add getsockopt() conversion test
Breno Leitao
Re: [PATCH net-next v2 2/3] selftests: net: rds: add getsockopt() conversion test
Allison Henderson
[PATCH net-next v2 3/3] rds: convert to getsockopt_iter
Breno Leitao
Re: [PATCH net-next v2 3/3] rds: convert to getsockopt_iter
Allison Henderson
Re: [PATCH v2] selftests/damon: add regression test for damos_walk() vs kdamond exit race
Sailesh Nandanavanam
Re: [PATCH v2] selftests/damon: add regression test for damos_walk() vs kdamond exit race
SeongJae Park
[PATCH net-next v2 00/15] mptcp: pm: drop TCP TS with ADD_ADDRv6 + port
Matthieu Baerts (NGI0)
[PATCH net-next v2 08/15] selftests: mptcp: always check sent/dropped ADD_ADDRs
Matthieu Baerts (NGI0)
[PATCH net-next v2 04/15] mptcp: introduce add_addr_v6_port_drop_ts sysctl knob
Matthieu Baerts (NGI0)
[PATCH net-next v2 07/15] selftests: mptcp: validate ADD_ADDRv6 + TS + port
Matthieu Baerts (NGI0)
Re: [RFC PATCH net-next] net: bridge: Move long delayed work on system_dfl_long_wq
Marco Crivellari
Re: [RFC PATCH net-next] net: bridge: Move long delayed work on system_dfl_long_wq
Nikolay Aleksandrov
Re: [RFC PATCH net-next] net: bridge: Move long delayed work on system_dfl_long_wq
Nikolay Aleksandrov
Re: [RFC PATCH net-next] net: bridge: Move long delayed work on system_dfl_long_wq
Marco Crivellari
[PATCH bpf-next] bpf/selftests: remove lirc test
Bastien Curutchet (eBPF Foundation)
Re: [PATCH bpf-next] bpf/selftests: remove lirc test
Alexei Starovoitov
Re: [PATCH bpf-next] bpf/selftests: remove lirc test
Sean Young
Earlier messages