Linux-Hardening mirror
 help / color / mirror / Atom feed
 messages from 2024-03-06 07:30:55 to 2024-03-18 23:45:47 UTC [more...]

[PATCH] x86, relocs: Ignore relocations in .notes section on walk_relocs
 2024-03-18 23:45 UTC  (4+ messages)

[PATCH] perf/x86/rapl: Prefer struct_size over open coded arithmetic
 2024-03-18 23:40 UTC  (3+ messages)

[PATCH] usb: gadget: mv_u3d: replace deprecated strncpy with strscpy
 2024-03-18 23:31 UTC 

[PATCH] usb: gadget: u_ether: replace deprecated strncpy with strscpy
 2024-03-18 23:10 UTC 

[PATCH] tty: n_gsm: replace deprecated strncpy with strscpy
 2024-03-18 23:02 UTC 

[PATCH][next] stddef: Introduce struct_group_tagged_attr() helper macro
 2024-03-18 23:00 UTC 

[PATCH v2] soc: qcom: cmd-db: replace deprecated strncpy with strtomem
 2024-03-18 22:49 UTC 

[PATCH] soc: qcom: cmd-db: replace deprecated strncpy with memcpy
 2024-03-18 22:47 UTC  (3+ messages)

[PATCH] thermal: intel: int340x_thermal: replace deprecated strncpy with strscpy
 2024-03-18 22:36 UTC 

[PATCH] scsi: target: core: replace deprecated strncpy with strscpy
 2024-03-18 22:07 UTC 

[PATCH] ubsan: Remove unused function
 2024-03-18 21:53 UTC  (2+ messages)

[PATCH] scsi: target: replace deprecated strncpy with strscpy
 2024-03-18 21:42 UTC  (2+ messages)

[PATCH] selftests/exec: Convert remaining /bin/sh to /bin/bash
 2024-03-18 18:16 UTC 

[PATCH RFC kspp-next 0/3] compiler_types: add Endianness-dependent __counted_by_{le,be}
 2024-03-18 17:49 UTC  (6+ messages)
` [PATCH RFC kspp-next 1/3] "
` [PATCH RFC kspp-next 2/3] idpf: make virtchnl2.h self-contained
` [PATCH RFC kspp-next 3/3] idpf: sprinkle __counted_by{,_le}() in the virtchnl2 header

[PATCH AUTOSEL 6.1 10/12] enic: Avoid false positive under FORTIFY_SOURCE
 2024-03-18 12:50 UTC  (3+ messages)

[PATCH v2 1/2] landlock: Extend documentation for kernel support
 2024-03-18  9:50 UTC  (4+ messages)

[PATCH] usercopy: delete __noreturn from usercopy_abort
 2024-03-18  4:01 UTC  (11+ messages)

[PATCH] mwl8k: Avoid overlapping composite structs that contain flex-arrays
 2024-03-17 20:07 UTC  (4+ messages)

[PATCH 0/8] pwm: Add support for character devices
 2024-03-17 10:40 UTC  (2+ messages)
` [PATCH 4/8] pwm: Ensure a struct pwm has the same lifetime as its pwm_chip

[RFC PATCH v2 00/19] PKS write protected page tables
 2024-03-16  3:14 UTC  (5+ messages)

[PATCH 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-03-16  2:52 UTC  (13+ messages)
` [PATCH 01/11] stackleak: don't modify ctl_table argument
` [PATCH 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH 05/11] neighbour: "
` [PATCH 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH 07/11] ipv6/addrconf: "
` [PATCH 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[PATCH v3] checkpatch: add check for snprintf to scnprintf
 2024-03-15 20:14 UTC  (2+ messages)

[PATCH 1/3] efi: pstore: Request at most 512 bytes for variable names
 2024-03-15 19:45 UTC  (4+ messages)

[PATCH v2 0/9] slab: Introduce dedicated bucket allocator
 2024-03-15 10:28 UTC  (4+ messages)

[PATCH] hrtimer:Add get_hrtimer_cpu_base()
 2024-03-15  3:41 UTC  (8+ messages)

[PATCH bpf-next v3 1/2] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
 2024-03-15  2:30 UTC  (3+ messages)
` [PATCH bpf-next v3 2/2] bpf: Take return from set_memory_rox() into account with bpf_jit_binary_lock_ro()

[PATCH] Revert "kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TEST"
 2024-03-14 16:33 UTC  (2+ messages)

[PATCH] selftests/exec: execveat: Improve debug reporting
 2024-03-14  8:54 UTC  (2+ messages)

[PATCH] ubsan: Disable signed integer overflow sanitizer on GCC < 8
 2024-03-13 18:19 UTC  (2+ messages)

[PATCH 0/2] gcc-plugins: disable plugins when gmp.h is unavailable
 2024-03-13 14:42 UTC  (6+ messages)
` [PATCH 1/2] kbuild: add host-cc-option helper
` [PATCH 2/2] gcc-plugins: disable plugins when gmp.h is unavailable

[PATCH v2][next] net/smc: Avoid -Wflex-array-member-not-at-end warnings
 2024-03-12 23:16 UTC  (2+ messages)

[GIT PULL] pstore updates for v6.9-rc1
 2024-03-12 22:24 UTC  (2+ messages)

[GIT PULL] hardening updates for v6.9-rc1
 2024-03-12 22:24 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION a1184cae56bcb96b86df3ee0377cec507a3f56e0
 2024-03-12 17:28 UTC 

[PATCH v3 0/2] string: Convert selftests to KUnit
 2024-03-12 14:49 UTC  (5+ messages)
` [PATCH v3 1/2] string: Convert selftest "
` [PATCH v3 2/2] string: Convert helpers "

[PATCH v2 0/7] Handle faults in KUnit tests
 2024-03-12 12:15 UTC  (19+ messages)
` [PATCH v2 1/7] kunit: Handle thread creation error
` [PATCH v2 2/7] kunit: Fix kthread reference
` [PATCH v2 3/7] kunit: Fix timeout message
` [PATCH v2 4/7] kunit: Handle test faults
` [PATCH v2 5/7] kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests
` [PATCH v2 6/7] kunit: Print last test location on fault
` [PATCH v2 7/7] kunit: Add tests for fault

[PATCH v3 0/4] Add support for QoS configuration
 2024-03-12 10:35 UTC  (10+ messages)
` [PATCH v3 1/4] interconnect: qcom: icc-rpmh: Add QoS configuration support
` [PATCH v3 2/4] interconnect: qcom: sc7280: enable QoS programming
` [PATCH v3 3/4] dt-bindings: interconnect: add clock property to enable QOS on SC7280
` [PATCH v3 4/4] arm64: dts: qcom: sc7280: Add clocks for QOS configuration

[PATCH][next] net/smc: Avoid -Wflex-array-member-not-at-end warnings
 2024-03-12  9:53 UTC  (7+ messages)

[PATCH v1 00/13] tools header compiler.h update
 2024-03-11 20:51 UTC  (25+ messages)
` [PATCH v1 01/13] tools bpf: Synchronize bpf.h with kernel uapi version
` [PATCH v1 02/13] libbpf: Make __printf define conditional
` [PATCH v1 03/13] libperf xyarray: Use correct stddef.h include
` [PATCH v1 04/13] perf expr: Add missing stdbool.h include
` [PATCH v1 05/13] perf expr: Tidy up header guard
` [PATCH v1 06/13] perf debug: Add missing linux/types.h include
` [PATCH v1 07/13] perf cacheline: "
` [PATCH v1 08/13] perf arm-spe: "
` [PATCH v1 09/13] tools headers: Rewrite linux/atomic.h using C11's stdatomic.h
` [PATCH v1 10/13] asm-generic: Avoid transitive dependency for unaligned.h
` [PATCH v1 11/13] tools headers: Sync linux/overflow.h
` [PATCH v1 12/13] tools headers: Sync compiler.h headers
` [PATCH v1 13/13] tools headers: Rename noinline to __noinline

[PATCH v2] overflow: Change DEFINE_FLEX to take __counted_by member
 2024-03-11 18:38 UTC  (7+ messages)

[PATCH] exec: Simplify remove_arg_zero() error path
 2024-03-11 16:24 UTC  (2+ messages)

[PATCH v2] scsi: libfc: replace deprecated strncpy with memcpy
 2024-03-10 23:04 UTC  (2+ messages)

[PATCH v2] scsi: lpfc: replace deprecated strncpy with strscpy
 2024-03-10 23:04 UTC  (2+ messages)

[PATCH v3 0/7] scsi: replace deprecated strncpy
 2024-03-10 22:39 UTC  (2+ messages)

[PATCH v2] bcachefs: Prefer struct_size over open coded arithmetic
 2024-03-10 19:41 UTC  (2+ messages)

[PATCH] pstore/zone: Don't clear memory twice
 2024-03-09 20:33 UTC  (2+ messages)

[PATCH] randomize_kstack: Improve entropy diffusion
 2024-03-09 20:24 UTC 

[PATCH 0/1] Bring kstack randomized perf closer to unrandomized
 2024-03-08 20:29 UTC  (13+ messages)
` [PATCH 1/1] arm64: syscall: Direct PRNG kstack randomization

[PATCH v6 0/4] arm64: qcom: add AIM300 AIoT board support
 2024-03-08 14:45 UTC  (6+ messages)
` [PATCH v6 1/4] dt-bindings: arm: qcom: Document QCS8550 SoC and the AIM300 AIoT board
` [PATCH v6 2/4] arm64: dts: qcom: qcs8550: introduce qcs8550 dtsi
` [PATCH v6 3/4] arm64: dts: qcom: add base AIM300 dtsi
` [PATCH v6 4/4] arm64: dts: qcom: aim300: add AIM300 AIoT

[PATCH v4 0/4] pstore: add multi-backend suuport
 2024-03-08  3:16 UTC  (5+ messages)
` [PATCH v4 1/4] pstore: add multi-backend support
` [PATCH v4 2/4] pstore: add a /sys/module entry for loaded backends
` [PATCH v4 3/4] Documentation: adjust pstore backend related document
` [PATCH v4 4/4] tools/testing: adjust pstore backend related selftest

Coverity: ucsi_check_cable(): Null pointer dereferences
 2024-03-07 20:22 UTC  (3+ messages)

Coverity: xe_gt_tlb_invalidation_ggtt(): Error handling issues
 2024-03-07 19:32 UTC 

Coverity: __rds_rdma_map(): Null pointer dereferences
 2024-03-07 19:32 UTC 

[PATCH bpf-next RESEND v2 1/2] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
 2024-03-07 17:30 UTC  (2+ messages)

[PATCH] overflow: Change DEFINE_FLEX to take __counted_by member
 2024-03-06 23:52 UTC  (4+ messages)

[PATCH] netdev: Use flexible array for trailing private bytes
 2024-03-06 23:42 UTC  (5+ messages)

[PATCH 0/2][next] firewire: Avoid -Wflex-array-member-not-at-end warnings
 2024-03-06 16:18 UTC  (3+ messages)

[PATCH][next] fsnotify: Avoid -Wflex-array-member-not-at-end warning
 2024-03-06 15:42 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).