linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-27 20:56:47 to 2021-07-27 23:33:38 UTC [more...]

[PATCH 00/64] Introduce strict memcpy() bounds checking
 2021-07-27 23:33 UTC  (71+ messages)
` [PATCH 01/64] media: omap3isp: Extract struct group for memcpy() region
` [PATCH 02/64] mac80211: Use flex-array for radiotap header bitmap
` [PATCH 03/64] rpmsg: glink: Replace strncpy() with strscpy_pad()
` [PATCH 04/64] stddef: Introduce struct_group() helper macro
` [PATCH 05/64] skbuff: Switch structure bounds to struct_group()
` [PATCH 06/64] bnxt_en: Use struct_group_attr() for memcpy() region
` [PATCH 07/64] staging: rtl8192e: Use struct_group() "
` [PATCH 08/64] staging: rtl8192u: "
` [PATCH 09/64] staging: rtl8723bs: Avoid field-overflowing memcpy()
` [PATCH 10/64] lib80211: Use struct_group() for memcpy() region
` [PATCH 11/64] net/mlx5e: Avoid field-overflowing memcpy()
` [PATCH 12/64] mwl8k: Use struct_group() for memcpy() region
` [PATCH 13/64] libertas: "
` [PATCH 14/64] libertas_tf: "
` [PATCH 15/64] ipw2x00: "
` [PATCH 16/64] thermal: intel: int340x_thermal: "
` [PATCH 17/64] iommu/amd: "
` [PATCH 18/64] cxgb3: "
` [PATCH 19/64] ip: Use struct_group() for memcpy() regions
` [PATCH 20/64] intersil: Use struct_group() for memcpy() region
` [PATCH 21/64] cxgb4: "
` [PATCH 22/64] bnx2x: "
` [PATCH 23/64] drm/amd/pm: "
` [PATCH 24/64] staging: wlan-ng: "
` [PATCH 25/64] drm/mga/mga_ioc32: "
` [PATCH 26/64] net/mlx5e: "
` [PATCH 27/64] HID: cp2112: "
` [PATCH 28/64] compiler_types.h: Remove __compiletime_object_size()
` [PATCH 29/64] lib/string: Move helper functions out of string.c
` [PATCH 30/64] fortify: Move remaining fortify helpers into fortify-string.h
` [PATCH 31/64] fortify: Explicitly disable Clang support
` [PATCH 32/64] fortify: Add compile-time FORTIFY_SOURCE tests
` [PATCH 33/64] lib: Introduce CONFIG_TEST_MEMCPY
` [PATCH 34/64] fortify: Detect struct member overflows in memcpy() at compile-time
` [PATCH 35/64] fortify: Detect struct member overflows in memmove() "
` [PATCH 36/64] scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
` [PATCH 37/64] string.h: Introduce memset_after() for wiping trailing members/padding
` [PATCH 38/64] xfrm: Use memset_after() to clear padding
` [PATCH 39/64] mac80211: Use memset_after() to clear tx status
` [PATCH 40/64] net: 802: Use memset_after() to clear struct fields
` [PATCH 41/64] net: dccp: Use memset_after() for TP zeroing
` [PATCH 42/64] net: qede: Use memset_after() for counters
` [PATCH 43/64] ath11k: Use memset_after() for clearing queue descriptors
` [PATCH 44/64] iw_cxgb4: Use memset_after() for cpl_t5_pass_accept_rpl
` [PATCH 45/64] intel_th: msu: Use memset_after() for clearing hw header
` [PATCH 46/64] IB/mthca: Use memset_after() for clearing mpt_entry
` [PATCH 47/64] btrfs: Use memset_after() to clear end of struct
` [PATCH 48/64] drbd: Use struct_group() to zero algs
` [PATCH 49/64] cm4000_cs: Use struct_group() to zero struct cm4000_dev region
` [PATCH 50/64] KVM: x86: Use struct_group() to zero decode cache
` [PATCH 51/64] tracing: Use struct_group() to zero struct trace_iterator
` [PATCH 52/64] dm integrity: Use struct_group() to zero struct journal_sector
` [PATCH 53/64] HID: roccat: Use struct_group() to zero kone_mouse_event
` [PATCH 54/64] ipv6: Use struct_group() to zero rt6_info
` [PATCH 55/64] RDMA/mlx5: Use struct_group() to zero struct mlx5_ib_mr
` [PATCH 56/64] ethtool: stats: Use struct_group() to clear all stats at once
` [PATCH 57/64] netfilter: conntrack: Use struct_group() to zero struct nf_conn
` [PATCH 58/64] powerpc: Split memset() to avoid multi-field overflow
` [PATCH 59/64] fortify: Detect struct member overflows in memset() at compile-time
` [PATCH 60/64] fortify: Work around Clang inlining bugs
` [PATCH 61/64] Makefile: Enable -Warray-bounds
` [PATCH 62/64] netlink: Avoid false-positive memcpy() warning
` [PATCH 63/64] iwlwifi: dbg_ini: Split memcpy() to avoid multi-field write
` [PATCH 64/64] fortify: Add run-time WARN for cross-field memcpy()

[PATCH v10 6/8] PCI: Setup ACPI fwnode early and at the same time with OF
 2021-07-27 23:30 UTC  (2+ messages)

[PATCH v4 0/5] AD7949 Fixes
 2021-07-27 23:29 UTC  (6+ messages)
` [PATCH v4 1/5] iio: adc: ad7949: define and use bitfield names
` [PATCH v4 2/5] iio: adc: ad7949: fix spi messages on non 14-bit controllers
` [PATCH v4 3/5] iio: adc: ad7949: add support for internal vref
` [PATCH v4 4/5] dt-bindings: iio: adc: ad7949: add per channel reference
` [PATCH v4 5/5] iio: adc: ad7949: use devm managed functions

[PATCH v10 4/8] PCI/sysfs: Allow userspace to query and set device reset mechanism
 2021-07-27 23:28 UTC  (2+ messages)

[syzbot] UBSAN: shift-out-of-bounds in xfrm_set_default
 2021-07-27 23:28 UTC  (2+ messages)

[PATCH v4 0/6] staging: r8188eu: add newer/better RTL8188eu driver
 2021-07-27 23:22 UTC  (7+ messages)
` [PATCH v4 1/6] staging: r8188eu: introduce new core dir for "
` [PATCH v4 2/6] staging: r8188eu: introduce new hal "
` [PATCH v4 3/6] staging: r8188eu: introduce new os_dep "
` [PATCH v4 4/6] staging: r8188eu: introduce new include "
` [PATCH v4 5/6] staging: r8188eu: introduce new supporting files "
` [PATCH v4 6/6] staging: r8188eu: attach newly imported driver to build system

[PATCH -next] filesystems/locking: fix Malformed table warning
 2021-07-27 23:22 UTC 

[PATCH] hwmon: sht4x: update Documentation for Malformed table
 2021-07-27 23:20 UTC 

[PATCH v3 0/3] gpiolib: convert 'devprop_gpiochip_set_names' to support multiple gpiochip banks per device
 2021-07-27 23:15 UTC  (3+ messages)
` [PATCH v3 1/3] "

[PATCH cgroup/for-5.14-fixes] cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_sync
 2021-07-27 23:13 UTC  (2+ messages)

[PATCH net-next 0/5] net: ipa: add clock references
 2021-07-27 23:10 UTC  (7+ messages)
` [PATCH net-next 1/5] net: ipa: get clock in ipa_probe()
` [PATCH net-next 2/5] net: ipa: get another clock for ipa_setup()
` [PATCH net-next 3/5] net: ipa: add clock reference for remoteproc SSR
` [PATCH net-next 4/5] net: ipa: add a clock reference for netdev operations
` [PATCH net-next 5/5] net: ipa: don't suspend endpoints if setup not complete

[PATCH 0/3] sched: migrate_disable() vs per-CPU access safety checks
 2021-07-27 23:08 UTC  (3+ messages)
` [PATCH 2/3] rcu/nocb: Check for migratability rather than pure preemptability

[PATCH] lib: use of kunit in test_parman.c
 2021-07-27 22:58 UTC 

Commit d5fd456c88aba4fcf77d35fe38024a8d5c814686 - "loopdev: use LOOP_CONFIG ioctl" broke loop on x86-64 w/ 32 bit userspace
 2021-07-27 22:56 UTC 

[PATCH] netfilter: xt_NFLOG: allow 128 character log prefixes
 2021-07-27 23:02 UTC  (10+ messages)

[PATCH v10 2/8] PCI: Add new array for keeping track of ordering of reset methods
 2021-07-27 22:59 UTC  (2+ messages)

[PATCH 00/14] Introduce PECI subsystem
 2021-07-27 22:58 UTC  (8+ messages)
` [PATCH 09/14] peci: Add support for PECI device drivers
` [PATCH 10/14] peci: Add peci-cpu driver
` [PATCH 13/14] docs: hwmon: Document PECI drivers

[PATCH v13 0/4] Intel MAX10 BMC Secure Update Driver
 2021-07-27 22:58 UTC  (5+ messages)
` [PATCH v13 1/4] fpga: m10bmc-sec: create max10 bmc secure update driver
` [PATCH v13 2/4] fpga: m10bmc-sec: expose max10 flash update count
` [PATCH v13 3/4] fpga: m10bmc-sec: expose max10 canceled keys in sysfs
` [PATCH v13 4/4] fpga: m10bmc-sec: add max10 secure update functions

[PATCH] tracing: Reject string operand in the histogram expression
 2021-07-27 22:55 UTC 

[PATCH v2 0/2] tracing: Allow execnames to be passed as args for synthetic events
 2021-07-27 22:54 UTC  (11+ messages)
` [PATCH v2 2/2] "

[PATCH v2 0/2] TCPM non-pd mode
 2021-07-27 22:46 UTC  (3+ messages)
` [PATCH v2 2/2] usb: typec: tcpm: Support non-PD mode

[PATCH] blk-mq-sched: Fix blk_mq_sched_alloc_tags() error handling
 2021-07-27 22:44 UTC  (2+ messages)

[PATCH v3] drm/dp_mst: Fix return code on sideband message failure
 2021-07-27 22:44 UTC  (8+ messages)

[PATCH 00/11] Implement generic prot_guest_has() helper function
 2021-07-27 22:37 UTC  (13+ messages)
` [PATCH 01/11] mm: Introduce a function to check for virtualization protection features
` [PATCH 02/11] x86/sev: Add an x86 version of prot_guest_has()
` [PATCH 03/11] powerpc/pseries/svm: Add a powerpc "
` [PATCH 04/11] x86/sme: Replace occurrences of sme_active() with prot_guest_has()
` [PATCH 05/11] x86/sev: Replace occurrences of sev_active() "
` [PATCH 06/11] x86/sev: Replace occurrences of sev_es_active() "
` [PATCH 07/11] treewide: Replace the use of mem_encrypt_active() "
` [PATCH 08/11] mm: Remove the now unused mem_encrypt_active() function
` [PATCH 09/11] x86/sev: "
` [PATCH 10/11] powerpc/pseries/svm: "
` [PATCH 11/11] s390/mm: "

[PATCH v6 00/16] memcg accounting from OpenVZ
 2021-07-27 22:36 UTC  (15+ messages)
  ` [PATCH v7 02/10] memcg: enable accounting for pollfd and select bits arrays
  ` [PATCH v7 03/10] memcg: enable accounting for file lock caches
  ` [PATCH v7 04/10] memcg: enable accounting for fasync_cache
  ` [PATCH v7 05/10] memcg: enable accounting for new namesapces and struct nsproxy
  ` [PATCH v7 06/10] memcg: enable accounting of ipc resources
  ` [PATCH v7 08/10] memcg: enable accounting for posix_timers_cache slab
  ` [PATCH v7 10/10] memcg: enable accounting for ldt_struct objects

[PATCH v14 0/6] FPGA Security Manager Class Driver
 2021-07-27 22:31 UTC  (7+ messages)
` [PATCH v14 1/6] fpga: sec-mgr: fpga security manager class driver
` [PATCH v14 2/6] fpga: sec-mgr: enable secure updates
` [PATCH v14 3/6] fpga: sec-mgr: expose sec-mgr update status
` [PATCH v14 4/6] fpga: sec-mgr: expose sec-mgr update errors
` [PATCH v14 5/6] fpga: sec-mgr: expose sec-mgr update size
` [PATCH v14 6/6] fpga: sec-mgr: enable cancel of secure update

[PATCH 0/3] drivers/watchdog: Constify static struct watchdog_ops
 2021-07-27 22:30 UTC  (4+ messages)
` [PATCH 1/3] watchdog: sl28cpld_wdt: "
` [PATCH 2/3] watchdog: tqmx86: "
` [PATCH 3/3] watchdog: mpc8xxx_wdt: "

[PATCH v10 8/8] PCI: Change the type of probe argument in reset functions
 2021-07-27 22:22 UTC  (2+ messages)

[BUG] 4.4.262: infinite loop in futex_unlock_pi (EAGAIN loop)
 2021-07-27 22:19 UTC  (3+ messages)

[PATCH V7 0/3] Convert qcom pmic gpio bindings to YAML
 2021-07-27 22:19 UTC  (3+ messages)
` [PATCH V7 1/3] dt-bindings: mfd: pm8008: Add gpio-ranges and spmi-gpio compatible

[PATCH v7 00/10] Add support for Hikey 970 PCIe
 2021-07-27 22:17 UTC  (8+ messages)
` [PATCH v7 06/10] dt-bindings: phy: Add bindings for HiKey 970 PCIe PHY

[PATCH] riscv: stacktrace: fix dump_backtrace/walk_stackframe with NULL task
 2021-07-27 22:16 UTC  (3+ messages)

[PATCH v10 1/8] PCI: Add pcie_reset_flr to follow calling convention of other reset methods
 2021-07-27 22:12 UTC  (2+ messages)

[linux-stable-rc:linux-4.9.y 9910/9999] net/batman-adv/bat_iv_ogm.o: warning: objtool: batadv_iv_ogm_schedule_buff() falls through to next function batadv_iv_ogm_orig_get.cold()
 2021-07-27 22:11 UTC 

[PATCH v3 0/4] AD7949 Fixes
 2021-07-27 22:08 UTC  (7+ messages)
` [PATCH v3 2/4] iio: adc: ad7949: fix spi messages on non 14-bit controllers
` [PATCH v3 3/4] iio: adc: ad7949: add support for internal vref

BUG: cannot enable iso_layout with apple keyboard
 2021-07-27 21:58 UTC  (3+ messages)

[PATCH v1] clk: tegra: Implement disable_unused() of tegra_clk_sdmmc_mux_ops
 2021-07-27 21:54 UTC  (2+ messages)

[PATCH 4.19 000/119] 4.19.199-rc3 review
 2021-07-27 21:53 UTC  (2+ messages)

[hch-misc:seq_get_buf 2/5] block/mq-deadline-cgroup.c:105:17: error: initialization of 'bool (*)(struct blkg_policy_data *, struct seq_file *)' {aka '_Bool (*)(struct blkg_policy_data *, struct seq_file *)'} from incompatible pointer type 'size_t (*)(struct blkg_policy_data *, char
 2021-07-27 21:48 UTC 

[RESEND PATCH v2 0/3] RPMCC for SM6125
 2021-07-27 21:48 UTC  (7+ messages)
` [RESEND PATCH v2 1/3] rpmcc: Add sm6125 compatible
` [RESEND PATCH v2 2/3] dt-bindings: clk: qcom: smd-rpm: Document SM6125 compatible
` [RESEND PATCH v2 3/3] rpmcc: Add support for SM6125

[PATCH] ath9k_htc: Add a missing spin_lock_init()
 2021-07-27 21:43 UTC 

[PATCH 0/3] Address compilation of eBPF related software with clang compiler on arm architecture
 2021-07-27 21:43 UTC  (4+ messages)
` [PATCH 1/3] arm: include: asm: swab: mask rev16 instruction for clang

[PATCH v2 0/5] Add rpmcc and rpmpd for SM4250/6115
 2021-07-27 21:41 UTC  (5+ messages)
` [PATCH v2 2/5] dt-bindings: clock: qcom: rpmcc: Document SM6115 compatible
` [PATCH v2 3/5] clk: qcom: smd: Add support for SM6115 rpm clocks

[PATCH 5.10 000/167] 5.10.54-rc1 review
 2021-07-27 21:35 UTC  (3+ messages)
` [PATCH 5.10 154/167] Revert "drm/i915: Propagate errors on awaiting already signaled fences"

[PATCH v34 00/13] Introduce Data Access MONitor (DAMON)
 2021-07-27 21:30 UTC  (2+ messages)

[PATCH] libbpf: fix commnet typo
 2021-07-27 21:30 UTC  (3+ messages)

[PATCH 0/4] Improve the configfs read and write iterators further
 2021-07-27 21:26 UTC  (3+ messages)
` [PATCH 3/4] kunit: Add support for suite initialization and cleanup

[PATCH v4] mm: Enable suspend-only swap spaces
 2021-07-27 21:18 UTC  (5+ messages)

[GIT PULL] Please pull RDMA subsystem changes
 2021-07-27 21:17 UTC  (2+ messages)

MTD: How to get actual image size from MTD partition
 2021-07-27 21:16 UTC  (11+ messages)

[PATCH v3 0/9] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-07-27 21:14 UTC  (3+ messages)

[GIT PULL] workqueue fixes for v5.14-rc4
 2021-07-27 21:13 UTC  (2+ messages)

[BUG] crypto: ccp: random crashes after kexec on AMD with PSP since commit 97f9ac3d
 2021-07-27 21:13 UTC 

[linux-stable-rc:linux-4.9.y 9976/9999] fs/ceph/caps.o: warning: objtool: handle_cap_grant() falls through to next function ceph_add_cap.cold()
 2021-07-27 21:13 UTC 

[RFC 0/4] dma-fence: Deadline awareness
 2021-07-27 21:17 UTC  (2+ messages)
` [RFC 5/4] drm/msm: Add deadline based boost support

[tglx-devel:rtmutex 12/62] include/linux/rtmutex.h:76:13: error: implicit declaration of function '__RT_MUTEX_BASE_INITIALIZE'
 2021-07-27 21:08 UTC 

[PATCH v3] KVM: x86: accept userspace interrupt only if no event is injected
 2021-07-27 21:09 UTC 

[PATCH v2] KVM: x86: accept userspace interrupt only if no event is injected
 2021-07-27 21:08 UTC  (3+ messages)

[PATCH v4 00/19] auxdisplay: ht16k33: Add character display support
 2021-07-27 21:05 UTC  (3+ messages)
` [PATCH v4 19/19] auxdisplay: ht16k33: Add LED support

[PATCH] Bluetooth: btusb: Enable MSFT extension for TyphoonPeak, GarfieldPeak, and WCN6855 controllers
 2021-07-27 21:04 UTC 

PM: add two device managed helpers
 2021-07-27 21:02 UTC  (3+ messages)
` [PATCH 1/2] PM: runtime: add devm_pm_runtime_enable helper
` [PATCH 2/2] PM: clk: add devm_pm_clk_create helper

[PATCH v2] usb: dwc3: gadget: Replace list_for_each_entry_safe() if using giveback
 2021-07-27 21:00 UTC  (7+ messages)

[PATCH] ALSA: usb-audio: fix incorrect clock source setting
 2021-07-27 17:56 UTC  (3+ 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 NNTP newsgroup(s).