linux-hardening.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-05 11:58:02 to 2021-06-04 01:09:58 UTC [more...]

[PATCH][next] media: venus: hfi_msgs.h: Replace one-element arrays with flexible-array members
 2021-06-04  0:47 UTC  (7+ messages)

[PATCH v2][next] media: venus: hfi_msgs.h: Replace one-element arrays with flexible-array members
 2021-06-04  0:43 UTC 

[PATCH v3][venus-for-next-v5.14] media: venus: hfi_cmds: Fix packet size calculation
 2021-06-03 22:15 UTC  (2+ messages)

[PATCH] net: vlan: Avoid using strncpy()
 2021-06-03 21:30 UTC  (2+ messages)

[PATCH v3] net: bonding: Use strscpy_pad() instead of manually-truncated strncpy()
 2021-06-03 21:30 UTC  (2+ messages)

[PATCH][venus-for-next-v5.14] media: venus: hfi_cmds: Fix packet size calculation
 2021-06-02 22:02 UTC  (4+ messages)

[PATCH v2] net: bonding: Use strscpy() instead of manually-truncated strncpy()
 2021-06-02 20:52 UTC  (3+ messages)

[PATCH] net: bonding: Use strscpy() instead of manually-truncated strncpy()
 2021-06-02 20:02 UTC  (3+ messages)

[PATCH v2] scsi: fcoe: Statically initialize flogi_maddr
 2021-06-02 18:41 UTC  (2+ messages)

[PATCH 0/3] scsi: Fix a handful of memcpy() field overflows
 2021-06-02 18:00 UTC  (10+ messages)
` [PATCH 1/3] scsi: fcoe: Statically initialize flogi_maddr
` [PATCH 2/3] scsi: esas2r: Switch to flexible array member
` [PATCH 3/3] scsi: isci: Use correctly sized target buffer for memcpy()

[PATCH][next] scsi: mpt3sas: Fix fall-through warnings for Clang
 2021-06-02  3:32 UTC  (4+ messages)

[PATCH][next] xfs: Fix fall-through warnings for Clang
 2021-06-02  0:32 UTC  (9+ messages)

[PATCH RESEND][next] drm/nouveau: Fix fall-through warnings for Clang
 2021-06-02  0:10 UTC  (4+ messages)
    ` [Nouveau] "

[PATCH RESEND][next] drm/nouveau/clk: Fix fall-through warnings for Clang
 2021-06-01 22:57 UTC  (3+ messages)

[PATCH RESEND][next] drm/nouveau/therm: Fix fall-through warnings for Clang
 2021-06-01 22:58 UTC  (3+ messages)

[PATCH][next] kgdb: Fix fall-through warning for Clang
 2021-06-01 22:13 UTC  (3+ messages)

[PATCH RESEND][next] media: siano: Fix out-of-bounds warnings in smscore_load_firmware_family2()
 2021-06-01 22:12 UTC  (2+ messages)

[PATCH][next] octeontx2-pf: Fix fall-through warning for Clang
 2021-06-01 19:21 UTC  (2+ messages)

[PATCH][next] ASoC: ti: davinci-mcasp: Fix fall-through warning for Clang
 2021-06-01 19:20 UTC  (2+ messages)

[PATCH][next] staging: rtl8188eu: Fix fall-through warnings for Clang
 2021-06-01 19:20 UTC  (2+ messages)

[PATCH][next] net: axienet: Fix fall-through warning for Clang
 2021-06-01 19:19 UTC  (2+ messages)

[PATCH v2][venus-for-next-v5.14] media: venus: hfi_cmds: Fix packet size calculation
 2021-06-01 18:55 UTC 

[PATCH][next] KVM: x86: Fix fall-through warnings for Clang
 2021-06-01  8:21 UTC  (2+ messages)

[PATCH v2][next] floppy: Fix fall-through warning for Clang
 2021-05-29  6:37 UTC  (2+ messages)

[PATCH][next] virtchnl: Replace one-element array in struct virtchnl_vsi_queue_config_info
 2021-05-29  0:19 UTC  (4+ messages)
  ` [Intel-wired-lan] "

[PATCH][next] r8169: Fix fall-through warning for Clang
 2021-05-28 23:49 UTC  (3+ messages)

[PATCH][next] ring-buffer: Fix fall-through warning for Clang
 2021-05-28 20:13 UTC  (3+ messages)

[PATCH][next] i40e: Replace one-element array with flexible-array member
 2021-05-26 21:35 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH][next] iavf: Replace one-element array in struct virtchnl_rss_key
 2021-05-25 23:18 UTC 

[PATCH][next] virtchnl: Replace one-element array in struct virtchnl_irq_map_info
 2021-05-25 23:15 UTC 

[PATCH][next] virtchnl: Replace one-element array in struct virtchnl_ether_addr_list
 2021-05-25 23:12 UTC 

[PATCH][next] iavf: Replace one-element array in struct virtchnl_tc_info
 2021-05-25 23:10 UTC 

[PATCH][next] iavf: Replace one-element array in struct virtchnl_rss_lut
 2021-05-25 23:09 UTC 

[PATCH][next] iavf: Replace one-element array in struct virtchnl_vlan_filter_list
 2021-05-25 23:06 UTC 

[PATCH][next] iavf: Replace one-element array in struct virtchnl_iwarp_qvlist_info and iavf_qvlist_info
 2021-05-25 23:04 UTC 

[PATCH][next] iavf: Replace one-element array in struct virtchnl_vf_resource
 2021-05-25 23:03 UTC 

[PATCH] afs: Fix fall-through warnings for Clang
 2021-05-25 14:40 UTC 

[PATCH][next] vfio/iommu_type1: Use struct_size() for kzalloc()
 2021-05-24 19:59 UTC  (3+ messages)

[PATCH v7 0/7] Fork brute force attack mitigation
 2021-05-23 15:47 UTC  (12+ messages)
` [PATCH v7 1/7] security: Add LSM hook at the point where a task gets a fatal signal
` [PATCH v7 2/7] security/brute: Define a LSM and add sysctl attributes
` [PATCH v7 3/7] security/brute: Detect a brute force attack
` [PATCH v7 4/7] security/brute: Mitigate "
` [PATCH v7 5/7] selftests/brute: Add tests for the Brute LSM
` [PATCH v7 6/7] Documentation: Add documentation "
` [PATCH v7 7/7] MAINTAINERS: Add a new entry "

[PATCH][next] ACPI: Fix fall-through warning for Clang
 2021-05-21 17:05 UTC  (2+ messages)

[PATCH RESEND][next] hwmon: (max6621) Fix fall-through warnings for Clang
 2021-05-18  1:43 UTC  (4+ messages)

[PATCH RESEND][next] xfrm: Fix fall-through warnings for Clang
 2021-05-18  1:11 UTC  (3+ messages)

[PATCH RESEND][next] tipc: Fix fall-through warnings for Clang
 2021-05-18  1:09 UTC  (3+ messages)

[PATCH RESEND][next] sctp: Fix fall-through warnings for Clang
 2021-05-18  1:07 UTC  (4+ messages)

[PATCH RESEND][next] rds: Fix fall-through warnings for Clang
 2021-05-18  1:01 UTC  (4+ messages)

[PATCH RESEND][next] net/packet: Fix fall-through warnings for Clang
 2021-05-18  0:58 UTC  (3+ messages)

[PATCH RESEND][next] ide: Fix fall-through warnings for Clang
 2021-05-18  0:54 UTC  (3+ messages)

[PATCH RESEND][next] hwmon: (corsair-cpro) Fix fall-through warnings for Clang
 2021-05-18  0:44 UTC  (3+ messages)

[PATCH][next] firewire: core: Fix fall-through warnings for Clang
 2021-05-18  0:41 UTC  (3+ messages)

[PATCH 000/141] Fix fall-through warnings for Clang
 2021-05-18  0:39 UTC  (17+ messages)
` [PATCH 051/141] reiserfs: "
` [PATCH 057/141] watchdog: "
` [PATCH 061/141] tee: "
` [PATCH 070/141] atm: fore200e: "
` [PATCH 071/141] braille_console: "

[PATCH v2][next] afs: Fix fall-through warnings for Clang
 2021-05-18  0:33 UTC  (3+ messages)

[PATCH RESEND][next] netxen_nic: Fix fall-through warnings for Clang
 2021-05-18  0:08 UTC  (3+ messages)

[PATCH RESEND][next] ipv4: Fix fall-through warnings for Clang
 2021-05-18  0:31 UTC  (3+ messages)

[PATCH RESEND][next] qlcnic: Fix fall-through warnings for Clang
 2021-05-18  0:25 UTC  (3+ messages)

[PATCH RESEND][next] bnxt_en: Fix fall-through warnings for Clang
 2021-05-18  0:23 UTC  (3+ messages)

[PATCH RESEND][next] nfp: Fix fall-through warnings for Clang
 2021-05-18  0:07 UTC  (5+ messages)
    ` [oss-drivers] "

[PATCH RESEND][next] vxge: Fix fall-through warnings for Clang
 2021-05-18  0:00 UTC  (3+ messages)

[PATCH RESEND][next] net: netrom: Fix fall-through warnings for Clang
 2021-05-17 20:09 UTC  (3+ messages)

[PATCH][next] ceph: Replace zero-length array with flexible array member
 2021-05-15 20:50 UTC  (3+ messages)

[PATCH][next] rsxx: Use struct_size() in vmalloc()
 2021-05-15  0:03 UTC  (3+ messages)

[PATCH][next] misc: bcm-vk: Replace zero-length array with flexible array member
 2021-05-14 23:26 UTC  (2+ messages)

[PATCH][next] usb: gadget: s3c-hsudc: Use struct_size() in devm_kzalloc()
 2021-05-14  7:24 UTC  (2+ messages)

[PATCH][next] bpf: Use struct_size() in kzalloc()
 2021-05-13 23:06 UTC  (2+ messages)

[PATCH][next] net: mana: Use struct_size() in kzalloc()
 2021-05-13 22:49 UTC 

[PATCH][next] kernel/irq: Use struct_size() in kzalloc()
 2021-05-13 21:27 UTC 

[PATCH v4 0/5] Next revision of the L1D flush patches
 2021-05-13  1:06 UTC  (3+ messages)

[PATCH][next] media: venus: hfi_cmds.h: Replace one-element array with flexible-array member
 2021-05-12 11:37 UTC  (3+ messages)

[PATCH][next] ixgbe: Fix out-bounds warning in ixgbe_host_interface_command()
 2021-05-11 15:49 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH][next] media: siano: Fix multiple out-of-bounds warnings in smscore_load_firmware_family2()
 2021-05-11 15:47 UTC  (4+ messages)

[PATCH] Makefile: Introduce CONFIG_ZERO_CALL_USED_REGS
 2021-05-11 13:59 UTC  (6+ messages)

[PATCH v3][next] scsi: aacraid: Replace one-element array with flexible-array member
 2021-05-11  3:30 UTC  (3+ messages)

[PATCH] drm/radeon/ni_dpm: Fix booting bug
 2021-05-10 21:28 UTC  (3+ messages)

[PATCH] drm/amd/pm: Fix out-of-bounds bug
 2021-05-10 21:20 UTC  (2+ messages)

[PATCH] drm/radeon/si_dpm: Fix SMU power state load
 2021-05-10 21:19 UTC  (3+ messages)

[PATCH RFC 0/9] PKS write protected page tables
 2021-05-10 19:38 UTC  (24+ messages)
` [PATCH RFC 3/9] x86/mm/cpa: Add grouped page allocations
` [PATCH RFC 5/9] x86, mm: Use cache of page tables

[RESEND PATCH v4 00/11] Use per-CPU temporary mappings for patching
 2021-05-07 22:26 UTC  (15+ messages)
` [RESEND PATCH v4 01/11] powerpc: Add LKDTM accessor for patching addr
` [RESEND PATCH v4 02/11] lkdtm/powerpc: Add test to hijack a patch mapping
` [RESEND PATCH v4 03/11] x86_64: Add LKDTM accessor for patching addr
` [RESEND PATCH v4 04/11] lkdtm/x86_64: Add test to hijack a patch mapping
` [RESEND PATCH v4 05/11] powerpc/64s: Add ability to skip SLB preload
` [RESEND PATCH v4 06/11] powerpc: Introduce temporary mm
` [RESEND PATCH v4 07/11] powerpc/64s: Make slb_allocate_user() non-static
` [RESEND PATCH v4 08/11] powerpc: Initialize and use a temporary mm for patching
` [RESEND PATCH v4 09/11] lkdtm/powerpc: Fix code patching hijack test
` [RESEND PATCH v4 10/11] powerpc: Protect patching_mm with a lock
` [RESEND PATCH v4 11/11] powerpc: Use patch_instruction_unlocked() in loops

New mailing list for Landlock LSM user space discussions
 2021-05-07 16:15 UTC 


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 NNTP newsgroup(s).