linux-hardening
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [linus:master] [fortify] 239d87327d: vm-scalability.throughput 17.3% improvement
Kees Cook
Re: [linus:master] [fortify] 239d87327d: vm-scalability.throughput 17.3% improvement
Mateusz Guzik
Re: [linus:master] [fortify] 239d87327d: vm-scalability.throughput 17.3% improvement
Kees Cook
Re: [linus:master] [fortify] 239d87327d: vm-scalability.throughput 17.3% improvement
Mateusz Guzik
[PATCH] fortify: turn strlen() into an inline function using __builtin_constant_p()
Vincent Mailhol
Re: [PATCH] fortify: turn strlen() into an inline function using __builtin_constant_p()
Kees Cook
Re: [PATCH] fortify: turn strlen() into an inline function using __builtin_constant_p()
Vincent Mailhol
Re: [PATCH] fortify: turn strlen() into an inline function using __builtin_constant_p()
Vincent Mailhol
Re: [PATCH] fortify: turn strlen() into an inline function using __builtin_constant_p()
David Laight
Re: [PATCH] fortify: turn strlen() into an inline function using __builtin_constant_p()
Vincent Mailhol
Re: [PATCH] fortify: turn strlen() into an inline function using __builtin_constant_p()
kernel test robot
Re: [PATCH] fortify: turn strlen() into an inline function using __builtin_constant_p()
kernel test robot
[RFC PATCH v2 00/15] pkeys-based page table hardening
Kevin Brodsky
[RFC PATCH v2 01/15] mm: Introduce kpkeys
Kevin Brodsky
[RFC PATCH v2 03/15] arm64: mm: Enable overlays for all EL1 indirect permissions
Kevin Brodsky
[RFC PATCH v2 02/15] set_memory: Introduce set_memory_pkey() stub
Kevin Brodsky
[RFC PATCH v2 04/15] arm64: Introduce por_set_pkey_perms() helper
Kevin Brodsky
[RFC PATCH v2 05/15] arm64: Implement asm/kpkeys.h using POE
Kevin Brodsky
[RFC PATCH v2 06/15] arm64: set_memory: Implement set_memory_pkey()
Kevin Brodsky
[RFC PATCH v2 08/15] mm: Introduce kernel_pgtables_set_pkey()
Kevin Brodsky
[RFC PATCH v2 09/15] mm: Introduce kpkeys_hardened_pgtables
Kevin Brodsky
[RFC PATCH v2 07/15] arm64: Enable kpkeys
Kevin Brodsky
[RFC PATCH v2 10/15] mm: Allow __pagetable_ctor() to fail
Kevin Brodsky
[RFC PATCH v2 11/15] mm: Map page tables with privileged pkey
Kevin Brodsky
[RFC PATCH v2 12/15] arm64: kpkeys: Support KPKEYS_LVL_PGTABLES
Kevin Brodsky
[RFC PATCH v2 13/15] arm64: mm: Guard page table writes with kpkeys
Kevin Brodsky
Re: [RFC PATCH v2 13/15] arm64: mm: Guard page table writes with kpkeys
Qi Zheng
Re: [RFC PATCH v2 13/15] arm64: mm: Guard page table writes with kpkeys
Kevin Brodsky
[RFC PATCH v2 15/15] mm: Add basic tests for kpkeys_hardened_pgtables
Kevin Brodsky
[RFC PATCH v2 14/15] arm64: Enable kpkeys_hardened_pgtables support
Kevin Brodsky
Re: [RFC PATCH v2 00/15] pkeys-based page table hardening
Dave Hansen
Re: [RFC PATCH v2 00/15] pkeys-based page table hardening
Kevin Brodsky
[PATCH net-next] net: Silence false field-spanning write warning in ip_tunnel_info_opts_set() memcpy
Gal Pressman
Re: [PATCH net-next] net: Silence false field-spanning write warning in ip_tunnel_info_opts_set() memcpy
Kees Cook
Re: [PATCH net-next] net: Silence false field-spanning write warning in ip_tunnel_info_opts_set() memcpy
Gal Pressman
Re: [PATCH net-next] net: Silence false field-spanning write warning in ip_tunnel_info_opts_set() memcpy
Gal Pressman
Re: [PATCH net-next] net: Silence false field-spanning write warning in ip_tunnel_info_opts_set() memcpy
Kees Cook
Re: [PATCH net-next] net: Silence false field-spanning write warning in ip_tunnel_info_opts_set() memcpy
Gal Pressman
[PATCH] hardening: Document INIT_STACK_ALL_PATTERN behavior with GCC
Geert Uytterhoeven
Re: [PATCH] hardening: Document INIT_STACK_ALL_PATTERN behavior with GCC
Kees Cook
Re: [PATCH v2 04/11] dt-bindings: sram: qcom,imem: Document MSM8976
Rob Herring (Arm)
Re: security/landlock/ruleset.c:96:9: warning: 'memcpy' accessing 4294967295 bytes at offsets 20 and 0 overlaps 6442450943 bytes at offset -2147483648
Mickaël Salaün
Re: security/landlock/ruleset.c:96:9: warning: 'memcpy' accessing 4294967295 bytes at offsets 20 and 0 overlaps 6442450943 bytes at offset -2147483648
Kees Cook
[PATCH] pstore/blk: trivial typo fixes
Eugen Hristev
Re: [PATCH] pstore/blk: trivial typo fixes
Kees Cook
[PATCH] wifi: cfg80211: Move cfg80211_scan_req_add_chan() n_channels increment earlier
Kees Cook
Re: [PATCH] wifi: cfg80211: Move cfg80211_scan_req_add_chan() n_channels increment earlier
Gustavo A. R. Silva
Re: UBSAN array-index-out-of-bounds: cfg80211_scan_6ghz
Nathan Chancellor
Re: UBSAN array-index-out-of-bounds: cfg80211_scan_6ghz
Kees Cook
Re: UBSAN array-index-out-of-bounds: cfg80211_scan_6ghz
John Rowley
[PATCH] clk: ti: use kcalloc() instead of kzalloc()
Ethan Carter Edwards
Re: [PATCH] clk: ti: use kcalloc() instead of kzalloc()
Stephen Boyd
[PATCH] pstore/zone: avoid dereferencing zero sized ptr after init zones
Eugen Hristev
Re: [PATCH] pstore/zone: avoid dereferencing zero sized ptr after init zones
Kees Cook
[PATCH v2 0/6] module: sysfs: Cleanups and preparation for const struct bin_attribute
Thomas Weißschuh
[PATCH v2 1/6] module: sysfs: Drop member 'module_sect_attrs::nsections'
Thomas Weißschuh
[PATCH v2 6/6] module: sysfs: Use const 'struct bin_attribute'
Thomas Weißschuh
[PATCH v2 2/6] module: sysfs: Drop member 'module_sect_attr::address'
Thomas Weißschuh
[PATCH v2 5/6] module: sysfs: Add notes attributes through attribute_group
Thomas Weißschuh
[PATCH v2 4/6] module: sysfs: Simplify section attribute allocation
Thomas Weißschuh
[PATCH v2 3/6] module: sysfs: Drop 'struct module_sect_attr'
Thomas Weißschuh
Re: [PATCH v2 0/6] module: sysfs: Cleanups and preparation for const struct bin_attribute
Petr Pavlu
Re: [PATCH v2 0/6] module: sysfs: Cleanups and preparation for const struct bin_attribute
Greg KH
[for-next][PATCH 14/15] tracing/string: Create and use __free(argv_free) in trace_dynevent.c
Steven Rostedt
[PATCH] sched/topology: change kzalloc to kcalloc
Ethan Carter Edwards
[PATCH] pstore/zone: fix trivial comment typo
Eugen Hristev
[PATCH v2] thermal/debugfs: change kzalloc to kcalloc
Ethan Carter Edwards
[PATCH] thermal/debugfs: change kzalloc to kcalloc
Ethan Carter Edwards
[PATCH] stackleak: Use str_enabled_disabled() helper in stack_erasing_sysctl()
Thorsten Blum
Re: [PATCH] stackleak: Use str_enabled_disabled() helper in stack_erasing_sysctl()
Kees Cook
[RESEND PATCH] sctp: Replace zero-length array with flexible array member
Thorsten Blum
[PATCH v2] stddef: make __struct_group() UAPI C++-friendly
Alexander Lobakin
Re: [PATCH v2] stddef: make __struct_group() UAPI C++-friendly
Gustavo A. R. Silva
Re: [PATCH v2] stddef: make __struct_group() UAPI C++-friendly
Kees Cook
[PATCH] stddef: make __struct_group() UAPI C++-friendly
Alexander Lobakin
Re: [PATCH] stddef: make __struct_group() UAPI C++-friendly
Kees Cook
Re: [PATCH net] xfrm: Rewrite key length conversion to avoid overflows
Dan Carpenter
Re: [PATCH net] xfrm: Rewrite key length conversion to avoid overflows
Herbert Xu
Re: [PATCH net-next 05/12] net/mlx5: fs, add mlx5_fs_pool API
Kees Cook
Re: [PATCH net-next 05/12] net/mlx5: fs, add mlx5_fs_pool API
Moshe Shemesh
[PATCH v2] net: core: Convert inet_addr_is_any() to sockaddr_storage
Kees Cook
Re: [PATCH v2] net: core: Convert inet_addr_is_any() to sockaddr_storage
Paolo Abeni
[PATCH] UAPI: net/sched: Open-code __struct_group() in flex struct tc_u32_sel
Kees Cook
Re: [PATCH] UAPI: net/sched: Open-code __struct_group() in flex struct tc_u32_sel
Alexander Lobakin
Re: [PATCH] UAPI: net/sched: Open-code __struct_group() in flex struct tc_u32_sel
Gustavo A. R. Silva
Re: [PATCH] UAPI: net/sched: Open-code __struct_group() in flex struct tc_u32_sel
Alexander Lobakin
Re: [PATCH] UAPI: net/sched: Open-code __struct_group() in flex struct tc_u32_sel
Gustavo A. R. Silva
Re: [PATCH] UAPI: net/sched: Open-code __struct_group() in flex struct tc_u32_sel
Alexander Lobakin
Re: [PATCH] UAPI: net/sched: Open-code __struct_group() in flex struct tc_u32_sel
Gustavo A. R. Silva
Re: [PATCH] UAPI: net/sched: Open-code __struct_group() in flex struct tc_u32_sel
Gustavo A. R. Silva
Re: [PATCH] UAPI: net/sched: Open-code __struct_group() in flex struct tc_u32_sel
Kees Cook
[PATCH] rtnetlink: do_setlink: Use true struct sockaddr
Kees Cook
Re: [PATCH] rtnetlink: do_setlink: Use true struct sockaddr
Kuniyuki Iwashima
Re: [PATCH] rtnetlink: do_setlink: Use true struct sockaddr
Kees Cook
Re: [PATCH] rtnetlink: do_setlink: Use true struct sockaddr
Kuniyuki Iwashima
Re: [PATCH] rtnetlink: do_setlink: Use true struct sockaddr
Kees Cook
Re: [PATCH] rtnetlink: do_setlink: Use true struct sockaddr
ericnetdev dumazet
[PATCH] net: core: Convert inet_addr_is_any() to sockaddr_storage
Kees Cook
Re: [PATCH] net: core: Convert inet_addr_is_any() to sockaddr_storage
Christoph Hellwig
Re: [PATCH] net: core: Convert inet_addr_is_any() to sockaddr_storage
Simon Horman
Re: [PATCH] net: core: Convert inet_addr_is_any() to sockaddr_storage
Sagi Grimberg
[PATCH] net: core: dev.c confirmed to use classic sockaddr
Kees Cook
Re: [PATCH] net: core: dev.c confirmed to use classic sockaddr
Willem de Bruijn
Re: [PATCH] net: core: dev.c confirmed to use classic sockaddr
Kees Cook
Re: [PATCH] net: core: dev.c confirmed to use classic sockaddr
Kees Cook
[PATCH] inotify: Use strscpy() for event->name copies
Kees Cook
Re: [PATCH] inotify: Use strscpy() for event->name copies
Matthew Wilcox
Re: [PATCH] inotify: Use strscpy() for event->name copies
Kees Cook
Re: [PATCH] inotify: Use strscpy() for event->name copies
Jan Kara
[PATCH 0/4] module: sysfs: Two cleanups and preparation for const struct bin_attribute
Thomas Weißschuh
[PATCH 4/4] module: sysfs: Use const 'struct bin_attribute'
Thomas Weißschuh
[PATCH 1/4] module: sysfs: Drop member 'nsections'
Thomas Weißschuh
[PATCH 2/4] module: sysfs: Simplify section attribute allocation
Thomas Weißschuh
Re: [PATCH 2/4] module: sysfs: Simplify section attribute allocation
Petr Pavlu
[PATCH 3/4] module: sysfs: Add notes attributes through attribute_group
Thomas Weißschuh
Re: [PATCH 3/4] module: sysfs: Add notes attributes through attribute_group
Petr Pavlu
[PATCH v2] iio: proximity: hx9023s: Added firmware file parsing functionality
Yasin Lee
Re: [PATCH v2] iio: proximity: hx9023s: Added firmware file parsing functionality
Jonathan Cameron
[PATCH RESEND] wifi: iwlwifi: mvm: Fix __counted_by usage in cfg80211_wowlan_nd_*
Kees Cook
RE: [PATCH RESEND] wifi: iwlwifi: mvm: Fix __counted_by usage in cfg80211_wowlan_nd_*
Korenblit, Miriam Rachel
Re: [PATCH RESEND] wifi: iwlwifi: mvm: Fix __counted_by usage in cfg80211_wowlan_nd_*
Kees Cook
[PATCH v2] fortify: Hide run-time copy size from value range tracking
Kees Cook
Re: [PATCH v2] fortify: Hide run-time copy size from value range tracking
Greg KH
Re: [PATCH v2] fortify: Hide run-time copy size from value range tracking
Nilay Shroff
RE: [PATCH v2] fortify: Hide run-time copy size from value range tracking
David Laight
Re: [PATCH v2] fortify: Hide run-time copy size from value range tracking
Kees Cook
[PATCH] fortify: Hide run-time copy size from value range tracking
Kees Cook
Re: [PATCH] fortify: Hide run-time copy size from value range tracking
Nilay Shroff
Re: [PATCH] fortify: Hide run-time copy size from value range tracking
Kees Cook
Re: [PATCH] bpf: replace deprecated strncpy with strscpy
Mike Lothian
Re: [RFC PATCH 2/3] module: Don't fail module loading when setting ro_after_init section RO failed
Daniel Gomez
[RFC PATCH v1 0/1] refactor mseal_test
jeffxu
[RFC PATCH v1 1/1] selftest/mm: refactor mseal_test
jeffxu
Re: [RFC PATCH v1 1/1] selftest/mm: refactor mseal_test
Lorenzo Stoakes
Re: [RFC PATCH v1 1/1] selftest/mm: refactor mseal_test
Jeff Xu
Re: [RFC PATCH v1 1/1] selftest/mm: refactor mseal_test
Jeff Xu
Re: [RFC PATCH v1 1/1] selftest/mm: refactor mseal_test
Lorenzo Stoakes
[PATCH 1/2] wifi: cfg80211: annotate struct cfg80211_mgmt_registration with __counted_by()
Dmitry Antipov
[PATCH 2/2] wifi: cfg80211: simplify cfg80211_mlme_register_mgmt()
Dmitry Antipov
Re: [PATCH 2/2] wifi: cfg80211: simplify cfg80211_mlme_register_mgmt()
Johannes Berg
Re: [PATCH 2/2] wifi: cfg80211: simplify cfg80211_mlme_register_mgmt()
kernel test robot
Re: [PATCH 1/2] wifi: cfg80211: annotate struct cfg80211_mgmt_registration with __counted_by()
Johannes Berg
[PATCH] iio: proximity: hx9023s: Added firmware file parsing functionality
Yasin Lee
Re: [PATCH] iio: proximity: hx9023s: Added firmware file parsing functionality
Jonathan Cameron
Re: [PATCH] iio: proximity: hx9023s: Added firmware file parsing functionality
Yasin Lee
[PATCH v2 0/5] TQ-Systems TQMa62xx SoM and MBa62xx board
Matthias Schiffer
[PATCH v2 3/5] arm64: dts: ti: k3-am62: Add DM R5 ranges in cbass
Matthias Schiffer
[PATCH v2 4/5] arm64: dts: ti: k3-am62-wakeup: Add R5F device node
Matthias Schiffer
[PATCH v2 5/5] arm64: dts: ti: Add TQ-Systems TQMa62xx SoM and MBa62xx carrier board Device Trees
Matthias Schiffer
Re: [PATCH v2 5/5] arm64: dts: ti: Add TQ-Systems TQMa62xx SoM and MBa62xx carrier board Device Trees
Andrew Lunn
Re: [PATCH v2 5/5] arm64: dts: ti: Add TQ-Systems TQMa62xx SoM and MBa62xx carrier board Device Trees
Matthias Schiffer
Re: [PATCH v2 5/5] arm64: dts: ti: Add TQ-Systems TQMa62xx SoM and MBa62xx carrier board Device Trees
Andrew Lunn
Re: [PATCH v2 5/5] arm64: dts: ti: Add TQ-Systems TQMa62xx SoM and MBa62xx carrier board Device Trees
Matthias Schiffer
Re: [PATCH v2 5/5] arm64: dts: ti: Add TQ-Systems TQMa62xx SoM and MBa62xx carrier board Device Trees
Andrew Lunn
Re: [PATCH v2 5/5] arm64: dts: ti: Add TQ-Systems TQMa62xx SoM and MBa62xx carrier board Device Trees
Matthias Schiffer
Re: [PATCH v2 5/5] arm64: dts: ti: Add TQ-Systems TQMa62xx SoM and MBa62xx carrier board Device Trees
Andrew Lunn
Re: [PATCH v2 5/5] arm64: dts: ti: Add TQ-Systems TQMa62xx SoM and MBa62xx carrier board Device Trees
Russell King (Oracle)
RE: [PATCH v2 5/5] arm64: dts: ti: Add TQ-Systems TQMa62xx SoM and MBa62xx carrier board Device Trees
Luck, Tony
[PATCH v2 2/5] dt-bindings: arm: ti: Add compatible for AM625-based TQMa62xx SOM family and carrier board
Matthias Schiffer
[PATCH v2 1/5] dt-bindings: usb: dwc3: Allow connector in USB controller node
Matthias Schiffer
Re: [PATCH v2 1/5] dt-bindings: usb: dwc3: Allow connector in USB controller node
Nishanth Menon
[PATCH v2 0/1] remove can_do_mseal
jeffxu
[PATCH v2 1/1] mseal: remove can_do_mseal()
jeffxu
Re: [PATCH v2 1/1] mseal: remove can_do_mseal()
Lorenzo Stoakes
Re: [PATCH v2 1/1] mseal: remove can_do_mseal()
Jeff Xu
[RFC PATCH 00/16] pkeys-based page table hardening
Kevin Brodsky
[RFC PATCH 01/16] mm: Introduce kpkeys
Kevin Brodsky
[RFC PATCH 03/16] arm64: mm: Enable overlays for all EL1 indirect permissions
Kevin Brodsky
[RFC PATCH 04/16] arm64: Introduce por_set_pkey_perms() helper
Kevin Brodsky
[RFC PATCH 05/16] arm64: Implement asm/kpkeys.h using POE
Kevin Brodsky
[RFC PATCH 06/16] arm64: set_memory: Implement set_memory_pkey()
Kevin Brodsky
[RFC PATCH 07/16] arm64: Enable kpkeys
Kevin Brodsky
[RFC PATCH 09/16] mm: Introduce kpkeys_hardened_pgtables
Kevin Brodsky
[RFC PATCH 10/16] mm: Map page tables with privileged pkey
Kevin Brodsky
[RFC PATCH 11/16] arm64: kpkeys: Support KPKEYS_LVL_PGTABLES
Kevin Brodsky
[RFC PATCH 14/16] arm64: mm: Guard page table writes with kpkeys
Kevin Brodsky
[RFC PATCH 13/16] arm64: mm: Reset pkey in __tlb_remove_table()
Kevin Brodsky
Re: [RFC PATCH 13/16] arm64: mm: Reset pkey in __tlb_remove_table()
Peter Zijlstra
Re: [RFC PATCH 13/16] arm64: mm: Reset pkey in __tlb_remove_table()
Kevin Brodsky
Re: [RFC PATCH 13/16] arm64: mm: Reset pkey in __tlb_remove_table()
Peter Zijlstra
Re: [RFC PATCH 13/16] arm64: mm: Reset pkey in __tlb_remove_table()
Kevin Brodsky
[RFC PATCH 15/16] arm64: Enable kpkeys_hardened_pgtables support
Kevin Brodsky
[RFC PATCH 08/16] mm: Introduce kernel_pgtables_set_pkey()
Kevin Brodsky
Re: [RFC PATCH 08/16] mm: Introduce kernel_pgtables_set_pkey()
Peter Zijlstra
Re: [RFC PATCH 08/16] mm: Introduce kernel_pgtables_set_pkey()
Kevin Brodsky
[RFC PATCH 12/16] arm64: mm: Map p4d/pgd with privileged pkey
Kevin Brodsky
Re: [RFC PATCH 12/16] arm64: mm: Map p4d/pgd with privileged pkey
Peter Zijlstra
Re: [RFC PATCH 12/16] arm64: mm: Map p4d/pgd with privileged pkey
Kevin Brodsky
Re: [RFC PATCH 12/16] arm64: mm: Map p4d/pgd with privileged pkey
Peter Zijlstra
Re: [RFC PATCH 12/16] arm64: mm: Map p4d/pgd with privileged pkey
Kevin Brodsky
[RFC PATCH 16/16] mm: Add basic tests for kpkeys_hardened_pgtables
Kevin Brodsky
[RFC PATCH 02/16] set_memory: Introduce set_memory_pkey() stub
Kevin Brodsky
Re: [RFC PATCH 00/16] pkeys-based page table hardening
Jann Horn
Re: [RFC PATCH 00/16] pkeys-based page table hardening
Kevin Brodsky
[PATCH v1] mseal: move can_do_mseal to mseal.c
jeffxu
Re: [PATCH v1] mseal: move can_do_mseal to mseal.c
Liam R. Howlett
Re: [PATCH v1] mseal: move can_do_mseal to mseal.c
Lorenzo Stoakes
Re: [PATCH v1] mseal: move can_do_mseal to mseal.c
Jeff Xu
Re: [PATCH v1] mseal: move can_do_mseal to mseal.c
Lorenzo Stoakes
Re: [PATCH v1] mseal: move can_do_mseal to mseal.c
Jeff Xu
Earlier messages
Later messages