Linux Hardening
 help / color / mirror / Atom feed
 messages from 2024-02-21 22:26:30 to 2024-02-29 01:36:28 UTC [more...]

[PATCH v4 0/8] iio: core: New macros and making use of them
 2024-02-29  1:36 UTC  (27+ messages)
` [PATCH v4 1/8] overflow: Use POD in check_shl_overflow()
` [PATCH v4 2/8] overflow: Add struct_size_with_data() and struct_data_pointer() helpers
` [PATCH v4 3/8] iio: core: NULLify private pointer when there is no private data
` [PATCH v4 4/8] iio: core: Calculate alloc_size only once in iio_device_alloc()
` [PATCH v4 5/8] iio: core: Use new helpers from overflow.h "
` [PATCH v4 6/8] spi: Use new helpers from overflow.h in __spi_alloc_controller()
` [PATCH v4 7/8] net-device: Use new helpers from overflow.h in netdevice APIs
` [PATCH v4 8/8] dmaengine: ste_dma40: Use new helpers from overflow.h

[PATCH v2 0/7] scsi: replace deprecated strncpy
 2024-02-29  0:18 UTC  (13+ messages)
` [PATCH v2 1/7] scsi: mpi3mr: replace deprecated strncpy with assignments
` [PATCH v2 2/7] scsi: mpt3sas: replace deprecated strncpy with strscpy
` [PATCH v2 3/7] scsi: qedf: "
` [PATCH v2 4/7] scsi: qla4xxx: "
` [PATCH v2 5/7] scsi: devinfo: replace strncpy and manual pad
` [PATCH v2 6/7] scsi: smartpqi: replace deprecated strncpy with strscpy
` [PATCH v2 7/7] scsi: wd33c93: "

[PATCH] thermal: core: Move initial num_trips assignment before memcpy()
 2024-02-28 17:48 UTC  (14+ messages)

[PATCH] arm64: smp: smp_send_stop() and crash_smp_send_stop() should try non-NMI first
 2024-02-28 13:11 UTC  (4+ messages)

[PATCH] lib: stackinit: Adjust target string to 8 bytes for m68k
 2024-02-28  7:58 UTC  (4+ messages)

[PATCH] net: wwan: t7xx: Prefer struct_size over open coded arithmetic
 2024-02-28  2:20 UTC  (3+ messages)

[PATCH 0/9] kunit: Fix printf format specifier issues in KUnit assertions
 2024-02-27 23:32 UTC  (21+ messages)
` [PATCH 1/9] kunit: test: Log the correct filter string in executor_test
` [PATCH 2/9] lib/cmdline: Fix an invalid format specifier in an assertion msg
` [PATCH 5/9] rtc: test: Fix invalid format specifier
` [PATCH 7/9] drm: tests: Fix invalid printf format specifiers in KUnit tests
` [PATCH 8/9] drm/xe/tests: Fix printf format specifiers in xe_migrate test

[PATCH v2] x86, relocs: Ignore relocations in .notes section
 2024-02-27 17:57 UTC 

[PATCH] x86, relocs: Ignore relocations in .notes section
 2024-02-27 17:53 UTC  (4+ messages)

[PATCH v2 1/2] landlock: Extend documentation for kernel support
 2024-02-27 16:32 UTC  (3+ messages)
` [PATCH v2 2/2] landlock: Warn once if a Landlock action is requested while disabled

[PATCH] greybus: audio: apbridgea: Remove flexible array from struct audio_apbridgea_hdr
 2024-02-27 15:25 UTC  (3+ messages)

[PATCH][next] wifi: brcmfmac: fweh: Fix boot crash on Raspberry Pi 4
 2024-02-27 14:43 UTC  (4+ messages)

[PATCH] arm64: dts: qcom: msm8953-lenovo-kuntao: Add initial device tree
 2024-02-27 13:44 UTC  (15+ messages)
  ` [PATCH v2 1/2] dt-bindings: arm: qcom: Add Lenovo P2
    ` [PATCH v2 2/2] arm64: dts: qcom: msm8953-lenovo-kuntao: Add initial device tree
` [PATCH v3 1/2] dt-bindings: arm: qcom: Add Lenovo P2
  ` [PATCH v3 2/2] arm64: dts: qcom: msm8953-lenovo-kuntao: Add initial device tree

[PATCH v2] arm64: hibernate: Fix level3 translation fault in swsusp_save()
 2024-02-27  7:54 UTC 

[PATCH] PM: hibernate: Fix level3 translation fault in swsusp_save()
 2024-02-27  7:51 UTC  (4+ messages)

[PATCH v2] scsi: libfc: replace deprecated strncpy with memcpy
 2024-02-27  2:21 UTC  (3+ messages)

[PATCH v2] scsi: lpfc: replace deprecated strncpy with strscpy
 2024-02-27  2:19 UTC  (3+ messages)

[PATCH] proc: allow restricting /proc/pid/mem writes
 2024-02-27  0:53 UTC  (6+ messages)

[PATCH] landlock: Warn once if a Landlock action is requested while disabled
 2024-02-26 17:16 UTC  (5+ messages)

[PATCH v2] mtd: rawnand: Prefer struct_size over open coded arithmetic
 2024-02-26 10:44 UTC  (2+ messages)

[PATCH 0/2] Adjust brk randomness
 2024-02-26 10:39 UTC  (3+ messages)
` [PATCH 1/2] x86: Increase brk randomness entropy on x86_64

[PATCH] iommu/vt-d: Use kcalloc() instead of kzalloc()
 2024-02-26  6:09 UTC  (2+ messages)

[PATCH v2] iio: pressure: dlhl60d: Initialize empty DLH bytes
 2024-02-25 12:14 UTC  (5+ messages)

[PATCH] bcachefs: Prefer struct_size over open coded arithmetic
 2024-02-25  0:52 UTC  (2+ messages)

[PATCH] bcachefs: Prefer struct_size over open coded arithmetic
 2024-02-24 14:59 UTC 

[PATCH] sparc: vdso: Disable UBSAN instrumentation
 2024-02-24  7:36 UTC  (4+ messages)

[PATCH] mm: Revert x86_64 and arm64 ELF_ET_DYN_BASE base
 2024-02-24  1:01 UTC  (3+ messages)

[PATCH 0/7] scsi: replace deprecated strncpy
 2024-02-24  0:27 UTC  (17+ messages)
` [PATCH 1/7] scsi: mpi3mr: replace deprecated strncpy with strscpy
` [PATCH 2/7] scsi: mpt3sas: "
` [PATCH 3/7] scsi: qedf: "
` [PATCH 4/7] scsi: qla4xxx: "
` [PATCH 5/7] scsi: devinfo: replace strncpy and manual pad
` [PATCH 6/7] scsi: smartpqi: replace deprecated strncpy with strscpy
` [PATCH 7/7] scsi: wd33c93: "

[PATCH] scsi: lpfc: replace deprecated strncpy with strscpy
 2024-02-23 23:44 UTC  (4+ messages)

[PATCH] init/Kconfig: Lower GCC version check for -Warray-bounds
 2024-02-23 19:11 UTC  (2+ messages)

[PATCH] [RFC] iio: pressure: dlhl60d: Check mask_width for IRQs
 2024-02-23 17:45 UTC  (4+ messages)

[PATCH v1 1/1] kernel.h: Move lib/cmdline.c prototypes to string.h
 2024-02-23 17:41 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION e31185ce00a96232308300008db193416ceb9769
 2024-02-23 16:04 UTC  (3+ messages)

[PATCH v2] checkpatch: add check for snprintf to scnprintf
 2024-02-23 12:47 UTC  (7+ messages)

[PATCH] drm/xe: Prefer struct_size over open coded arithmetic
 2024-02-23  5:00 UTC  (3+ messages)
  `  "

[PATCH v2 0/4] leaking_addresses: Provide mechanism to scan binary files
 2024-02-22 23:55 UTC  (6+ messages)
` [PATCH v2 1/4] MAINTAINERS: Update LEAKING_ADDRESSES details
` [PATCH v2 2/4] leaking_addresses: Use File::Temp for /tmp files
` [PATCH v2 3/4] leaking_addresses: Ignore input device status lines
` [PATCH v2 4/4] leaking_addresses: Provide mechanism to scan binary files

[PATCH] leaking_addresses: Provide mechanism to scan binary files
 2024-02-22 23:49 UTC  (5+ messages)

[PATCH] PM: hibernate: Don't ignore return from set_memory_ro()
 2024-02-22 19:09 UTC  (3+ messages)

[PATCH v6] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
 2024-02-22 18:47 UTC  (2+ messages)

[PATCH] pstore: inode: Only d_invalidate() is needed
 2024-02-22 18:34 UTC 

[PATCH] drm/radeon/radeon_display: Decrease the size of allocated memory
 2024-02-22 18:04 UTC 

[PATCH v4 0/3] Tegra30: add support for LG tegra based phones
 2024-02-22 17:19 UTC  (2+ messages)

[PATCH 6/9] fortify: Split reporting and avoid passing string pointer
 2024-02-22 17:11 UTC  (5+ messages)

[PATCH v5] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
 2024-02-22 15:52 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: Take return from set_memory_ro() into account with bpf_prog_lock_ro()
 2024-02-22  8:53 UTC  (5+ messages)

[PATCH] clk: hisilicon: Use devm_kcalloc() instead of devm_kzalloc()
 2024-02-22  4:27 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox