linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-13 19:44:54 to 2021-12-13 22:34:08 UTC [more...]

[PATCH 00/17] Enable strict compile-time memcpy() fortify checks
 2021-12-13 22:33 UTC  (11+ messages)
` [PATCH 01/17] KVM: x86: Replace memset() "optimization" with normal per-field writes
` [PATCH 02/17] net/mlx5e: Avoid field-overflowing memcpy()
` [PATCH 03/17] net/mlx5e: Use struct_group() for memcpy() region
` [PATCH 04/17] media: omap3isp: "
` [PATCH 05/17] sata_fsl: "
` [PATCH 07/17] fortify: Detect struct member overflows in memmove() at compile-time
` [PATCH 08/17] ath11k: Use memset_startat() for clearing queue descriptors
` [PATCH 11/17] dm integrity: Use struct_group() to zero struct journal_sector
` [PATCH 12/17] iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rpl
` [PATCH 14/17] IB/mthca: Use memset_startat() for clearing mpt_entry

linux-next: manual merge of the rust tree with the origin tree
 2021-12-13 22:33 UTC 

[PATCH] arm64: dts: qcom: sdm845: fix microphone bias properties and values
 2021-12-13 22:31 UTC  (2+ messages)

[PATCH v4 00/23] Userspace P2PDMA with O_DIRECT NVMe devices
 2021-12-13 22:28 UTC  (14+ messages)
` [PATCH v4 01/23] lib/scatterlist: cleanup macros into static inline functions
` [PATCH v4 02/23] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v4 03/23] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v4 04/23] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v4 10/23] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v4 11/23] nvme-pci: convert to using dma_map_sgtable()

[PATCH v3 0/6] Add QCM2290 interconnect support
 2021-12-13 22:28 UTC  (4+ messages)
` [PATCH v3 5/6] dt-bindings: interconnect: Add Qualcomm QCM2290 NoC support

linux-next: manual merge of the xarray tree with the kselftest tree
 2021-12-13 22:24 UTC 

[PATCH 4.19 00/74] 4.19.221-rc1 review
 2021-12-13 22:23 UTC  (7+ messages)

[PATCH v2] dt-bindings: usb: dwc3-xilinx: Convert USB DWC3 bindings
 2021-12-13 22:20 UTC  (2+ messages)

drivers/remoteproc/imx_rproc.c:413:17: sparse: sparse: cast removes address space '__iomem' of expression
 2021-12-13 22:19 UTC 

[kevin78:percpu-cleanup 3/4] include/linux/kern_levels.h:5:25: warning: format '%lx' expects argument of type 'long unsigned int', but argument 4 has type 'long long unsigned int'
 2021-12-13 22:19 UTC 

[PATCH 0/3] usb: dwc2: drd: add support for role-switch-default-mode
 2021-12-13 22:16 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: usb: document role-switch-default-mode property in dwc2

[PATCH RESEND 2] libata: if T_LENGTH is zero, dma direction should be DMA_NONE
 2021-12-13 22:15 UTC  (3+ messages)

[PATCH 00/25] x86/sgx and selftests/sgx: Support SGX2
 2021-12-13 22:12 UTC  (38+ messages)
` [PATCH 01/25] x86/sgx: Add shortlog descriptions to ENCLS wrappers
` [PATCH 03/25] x86/sgx: Support VMA permissions exceeding enclave permissions
` [PATCH 04/25] x86/sgx: Add pfn_mkwrite() handler for present PTEs
` [PATCH 05/25] x86/sgx: Introduce runtime protection bits
` [PATCH 07/25] x86/sgx: Move PTE zap code to separate function
` [PATCH 10/25] x86/sgx: Support enclave page permission changes
` [PATCH 13/25] x86/sgx: Support adding of pages to initialized enclave

[PATCH v4 1/5] dt-bindings: Powerzone new bindings
 2021-12-13 22:12 UTC  (4+ messages)

[PATCH 00/22] Refactor perf cpumap
 2021-12-13 22:06 UTC  (4+ messages)

[PATCH 0/6] arm64 / sched/preempt: support PREEMPT_DYNAMIC with static keys
 2021-12-13 22:05 UTC  (3+ messages)
` [PATCH 5/6] sched/preempt: add PREEMPT_DYNAMIC using "

[PATCH] rlimits: do not grab tasklist_lock for do_prlimit on current
 2021-12-13 22:04 UTC 

[PATCH v1 1/2] ata: libahci_platform: Get rid of dup message when IRQ can't be retrieved
 2021-12-13 22:02 UTC  (9+ messages)

[PATCH 5.15 000/171] 5.15.8-rc1 review
 2021-12-13 22:01 UTC  (4+ messages)

[PATCH v3] scsi: pm8001: Fix phys_to_virt() usage on dma_addr_t
 2021-12-13 22:01 UTC  (2+ messages)

[PATCH mm v3 00/38] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2021-12-13 21:59 UTC  (41+ messages)
` [PATCH mm v3 01/38] kasan, page_alloc: deduplicate should_skip_kasan_poison
` [PATCH mm v3 02/38] kasan, page_alloc: move tag_clear_highpage out of kernel_init_free_pages
` [PATCH mm v3 03/38] kasan, page_alloc: merge kasan_free_pages into free_pages_prepare
` [PATCH mm v3 04/38] kasan, page_alloc: simplify kasan_poison_pages call site
` [PATCH mm v3 05/38] kasan, page_alloc: init memory of skipped pages on free
` [PATCH mm v3 06/38] kasan: drop skip_kasan_poison variable in free_pages_prepare
` [PATCH mm v3 07/38] mm: clarify __GFP_ZEROTAGS comment
` [PATCH mm v3 08/38] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [PATCH mm v3 09/38] kasan, page_alloc: refactor init checks in post_alloc_hook
` [PATCH mm v3 10/38] kasan, page_alloc: merge kasan_alloc_pages into post_alloc_hook
` [PATCH mm v3 11/38] kasan, page_alloc: combine tag_clear_highpage calls in post_alloc_hook
` [PATCH mm v3 12/38] kasan, page_alloc: move SetPageSkipKASanPoison "
` [PATCH mm v3 13/38] kasan, page_alloc: move kernel_init_free_pages "
` [PATCH mm v3 14/38] kasan, page_alloc: simplify kasan_unpoison_pages call site
` [PATCH mm v3 15/38] kasan: clean up metadata byte definitions
` [PATCH mm v3 16/38] kasan: define KASAN_VMALLOC_INVALID for SW_TAGS
` [PATCH mm v3 17/38] kasan, x86, arm64, s390: rename functions for modules shadow
` [PATCH mm v3 18/38] kasan, vmalloc: drop outdated VM_KASAN comment
` [PATCH mm v3 19/38] kasan: reorder vmalloc hooks
` [PATCH mm v3 20/38] kasan: add wrappers for "
` [PATCH mm v3 21/38] kasan, vmalloc: reset tags in vmalloc functions
` [PATCH mm v3 22/38] kasan, fork: reset pointer tags of vmapped stacks
` [PATCH mm v3 23/38] kasan, arm64: "
` [PATCH mm v3 24/38] kasan, vmalloc: add vmalloc tagging for SW_TAGS
` [PATCH mm v3 25/38] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH mm v3 26/38] kasan, vmalloc: don't unpoison VM_ALLOC pages before mapping
` [PATCH mm v3 27/38] kasan, page_alloc: allow skipping unpoisoning for HW_TAGS
` [PATCH mm v3 28/38] kasan, page_alloc: allow skipping memory init "
` [PATCH mm v3 29/38] kasan, vmalloc: add vmalloc tagging "
` [PATCH mm v3 30/38] kasan, vmalloc: don't tag executable vmalloc allocations
` [PATCH mm v3 31/38] kasan, arm64: "
` [PATCH mm v3 32/38] kasan: mark kasan_arg_stacktrace as __initdata
` [PATCH mm v3 33/38] kasan: simplify kasan_init_hw_tags
` [PATCH mm v3 34/38] kasan: add kasan.vmalloc command line flag
` [PATCH mm v3 35/38] kasan: allow enabling KASAN_VMALLOC and SW/HW_TAGS
` [PATCH mm v3 36/38] arm64: select KASAN_VMALLOC for SW/HW_TAGS modes
` [PATCH mm v3 37/38] kasan: documentation updates
` [PATCH mm v3 38/38] kasan: improve vmalloc tests

[PATCH v2 00/34] kasan, vmalloc, arm64: add vmalloc tagging support for SW/HW_TAGS
 2021-12-13 21:57 UTC  (10+ messages)
` [PATCH v2 08/34] kasan: only apply __GFP_ZEROTAGS when memory is zeroed
` [PATCH v2 24/34] kasan, vmalloc, arm64: mark vmalloc mappings as pgprot_tagged
` [PATCH v2 28/34] kasan, vmalloc: add vmalloc support to HW_TAGS

[PATCH] reiserfs: don't use congestion_wait()
 2021-12-13 21:56 UTC  (5+ messages)

[PATCH 5.10 000/132] 5.10.85-rc1 review
 2021-12-13 21:55 UTC  (9+ messages)

[RFC PATCH] watchdog: da9062: Correct the timeout values [Klartext]
 2021-12-13 21:47 UTC  (3+ messages)

librseq: update to support upcoming glibc 2.35
 2021-12-13 21:47 UTC 

[PATCH v2 3/4] coresight: etm4x: Don't trace PID for non-root PID namespace
 2021-12-13 21:45 UTC  (2+ messages)

[jpirko-mlxsw:linecards 55/109] drivers/net/ethernet/mellanox/mlxsw/core_linecards.c:366:33: warning: variable 'linecards' set but not used
 2021-12-13 21:45 UTC 

[PATCH v4 00/34] component: Make into an aggregate bus
 2021-12-13 21:43 UTC  (3+ messages)

[PATCH v20] tty: Fix the keyboard led light display problem
 2021-12-13 21:38 UTC  (6+ messages)

[kevin78:percpu-cleanup 3/4] <command-line>: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'phys_addr_t' {aka 'long long unsigned int'}
 2021-12-13 21:34 UTC 

[PATCH] sysctl: Add a group of macro functions to initcall the sysctl table of each feature
 2021-12-13 21:29 UTC  (7+ messages)

[RFC 0/6] Sparse HART id support
 2021-12-13 21:27 UTC  (12+ messages)
` [RFC 1/6] RISC-V: Avoid using per cpu array for ordered booting
` [RFC 3/6] RISC-V: Use __cpu_up_stack/task_pointer only for spinwait method
` [RFC 5/6] RISC-V: Move spinwait booting method to its own config

[PATCH] Revert "KVM: VMX: Save HOST_CR3 in vmx_prepare_switch_to_guest()"
 2021-12-13 21:25 UTC  (2+ messages)

[PATCH v2] signal: Skip the altstack update when not needed
 2021-12-13 21:25 UTC  (2+ messages)

[PATCH 00/19] AMX Support in KVM
 2021-12-13 21:23 UTC  (5+ messages)
` [PATCH 10/19] kvm: x86: Emulate WRMSR of guest IA32_XFD

[PATCH net-next v3 0/6] net: lan966x: Add switchdev and vlan support
 2021-12-13 21:24 UTC  (11+ messages)
` [PATCH net-next v3 6/6] net: lan966x: Add switchdev support

[PATCH] rcu: Make rcu_state.n_online_cpus updates atomic
 2021-12-13 21:21 UTC  (4+ messages)

[PATCH] arm64: dts: renesas: r8a77961: Add lvsd0 device node
 2021-12-13 21:18 UTC 

[PATCH V3 0/6] Auxiliary bus driver support for Intel PCIe VSEC/DVSEC
 2021-12-13 21:18 UTC  (4+ messages)
` [PATCH V3 3/6] platform/x86/intel: Move intel_pmt from MFD to Auxiliary Bus

[PATCH v6 00/17] ima: Namespace IMA with audit support in IMA-ns
 2021-12-13 21:15 UTC  (5+ messages)
` [PATCH v6 01/17] ima: Add IMA namespace support
` [PATCH v6 06/17] ima: Move policy related variables into ima_namespace

[PATCH v2] perf/core: Fix cgroup event list management
 2021-12-13 21:10 UTC  (4+ messages)

[PATCH v3 0/5] Avoid requesting page from DMA zone when no managed pages
 2021-12-13 21:05 UTC  (2+ messages)

[PATCH v9 0/7] cgroup/cpuset: Add new cpuset partition type & empty effecitve cpus
 2021-12-13 21:00 UTC  (7+ messages)
` [PATCH v9 1/7] cgroup/cpuset: Don't let child cpusets restrict parent in default hierarchy
` [PATCH v9 2/7] cgroup/cpuset: Allow no-task partition to have empty cpuset.cpus.effective
` [PATCH v9 6/7] cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rst

[PATCH] dt-bindings: watchdog: improve QCOM compatible parsing for modern chips
 2021-12-13 20:56 UTC  (2+ messages)

[PATCH - regression] devtmpfs: reconfigure on each mount
 2021-12-13 20:46 UTC  (3+ messages)

[PATCH v1 1/1] ACPI: NFIT: Import GUID before use
 2021-12-13 20:46 UTC 

[PATCH v1 1/1] radix-tree: Replace kernel.h with the necessary inclusions
 2021-12-13 20:44 UTC  (3+ messages)

[PATCH v2 1/1] kunit: Replace kernel.h with the necessary inclusions
 2021-12-13 20:44 UTC 

[PATCH] drm:amdgpu:remove unneeded variable
 2021-12-13 20:42 UTC  (2+ messages)

[PATCH/RFC v2] dt-bindings: display: bridge: sil,sii9022: Convert to json-schema
 2021-12-13 20:41 UTC  (2+ messages)

[PATCH -next] lockdep: Use memset_startat() helper in reinit_class()
 2021-12-13 20:39 UTC  (2+ messages)

[PATCH v15 0/6] Add NUMA-awareness to qspinlock
 2021-12-13 20:37 UTC  (2+ messages)

[PATCH 0/7] DRM kmap() fixes and kmap_local_page() conversions
 2021-12-13 20:37 UTC  (3+ messages)
` [PATCH 6/7] drm/amdgpu: Ensure kunmap is called on error

[PATCH 0/4] fsl-asoc-card: Add optional dt property for setting mclk-id
 2021-12-13 20:37 UTC  (6+ messages)
` [PATCH 1/4] dt-bindings: sound: Rename tlv320aic31xx-micbias as tlv320aic31xx
` [PATCH 3/4] ASoC: fsl-asoc-card: Add optional dt property for setting mclk-id

[PATCH v1 1/2] uuid: Discourage people from using UAPI header in new code
 2021-12-13 20:35 UTC  (2+ messages)
` [PATCH v1 2/2] uuid: Remove licence boilerplate text from the header

[PATCH 4.4 00/37] 4.4.295-rc1 review
 2021-12-13 20:31 UTC  (3+ messages)

[PATCH 0/4] MT8186 SMI SUPPORT
 2021-12-13 20:31 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: memory: mediatek: Correct the minItems of clk for larbs
` [PATCH 2/4] dt-bindings: memory: mediatek: Add mt8186 support

[PATCH 4.9 00/42] 4.9.293-rc1 review
 2021-12-13 20:31 UTC  (4+ messages)

linux-next: build failure after merge of the gpio-brgl tree
 2021-12-13 20:31 UTC 

[PATCH 1/2] dt-bindings: arm: fsl: add ls1021a-iot board
 2021-12-13 20:29 UTC  (2+ messages)

[PATCH 5.4 00/88] 5.4.165-rc1 review
 2021-12-13 20:28 UTC  (4+ messages)

[PATCH 0/3] Extend LMh driver to suppot Qualcomm sm8150 SoC
 2021-12-13 20:28 UTC  (3+ messages)
` [PATCH 3/3] dt-bindings: thermal: Add sm8150 compatible string for LMh

[PATCH v2] of/irq: Add a quirk for controllers with their own definition of interrupt-map
 2021-12-13 20:27 UTC  (3+ messages)

[PATCH v4 0/6] staging: media: wave5: add wave5 codec driver
 2021-12-13 20:27 UTC  (3+ messages)

[PATCH v4 0/4] tracing: Add and use event_command parsing func helpers
 2021-12-13 20:21 UTC  (4+ messages)
` [PATCH v4 3/4] tracing: Add helper functions to simplify event_command.parse() callback handling

[PATCH 0/2] CAN: Add support for setting mux
 2021-12-13 20:19 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: phy: ti,tcan104x-can: Document mux-states property

[PATCH v1 1/1] virt: acrn: Drop internal kernel type from ABI
 2021-12-13 20:18 UTC  (5+ messages)

[PATCH 0/2] KVM: x86: Fix dangling page reference in TDP MMU
 2021-12-13 20:18 UTC  (5+ messages)

[PATCH] media: vsp1: mask interrupts before enabling
 2021-12-13 20:13 UTC  (5+ messages)

[PATCH -next] blk-throttle: Set BIO_THROTTLED when bio has been throttled
 2021-12-13 20:12 UTC  (4+ messages)

rseq + membarrier programming model
 2021-12-13 20:12 UTC  (5+ messages)

[PATCH] livepatch: Fix leak on klp_init_patch_early failure path
 2021-12-13 20:10 UTC  (2+ messages)

[PATCH] PCI/AER: potential dereference of null pointer
 2021-12-13 20:07 UTC  (4+ messages)

[PATCH V2 0/8] Add Embedded USB Debugger (EUD) driver
 2021-12-13 20:03 UTC  (5+ messages)
` [PATCH V2 4/8] usb: dwc3: drd: Register the eud connector child node for dwc3
` [PATCH V2 6/8] arm64: dts: qcom: sc7280: Add EUD dt node and dwc3 connector

[paulmck-rcu:dev.2021.12.07a 56/57] kernel/rcu/tree.c:4312:45: warning: variable 'flags' is uninitialized when used here
 2021-12-13 20:02 UTC  (4+ messages)
  ` [kbuild-all] "

[PATCH] greybus: es2: fix typo in a comment
 2021-12-13 20:01 UTC  (2+ messages)

[PATCH 0/6] Convert iProc PCIe binding to YAML
 2021-12-13 19:02 UTC  (7+ messages)
` [PATCH 1/6] ARM: dts: Cygnus: Fixed iProc PCIe controller properties
` [PATCH 2/6] ARM: dts: Cygnus: Update PCIe PHY node unit name(s)
` [PATCH 3/6] ARM: dts: HR2: Fixed iProc PCIe MSI sub-node
` [PATCH 4/6] ARM: dts: NSP: "
` [PATCH 5/6] dt-bindings: phy: Convert Cygnus PCIe PHY to YAML
` [PATCH 6/6] dt-bindings: pci: Convert iProc PCIe "

[PATCH v1 0/4] Support register names from all architectures
 2021-12-13 19:59 UTC  (7+ messages)
` [PATCH v1 2/4] perf script: Add "struct machine" parameter to process_event callback

[PATCH v3 0/2] Driver for Open Profile for DICE
 2021-12-13 19:58 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: firmware: Add "
` [PATCH v3 2/2] misc: open-dice: Add driver to expose DICE data to userspace

[chenxing:msc313_mainlining 47/76] drivers/pinctrl/mstar/pinctrl-msc313.c:1339:4: warning: unannotated fall-through between switch labels
 2021-12-13 19:57 UTC 

[PATCH 0/3] x86/entry: Fix 3 suspicious bugs
 2021-12-13 19:57 UTC  (5+ messages)
` [PATCH 1/3] X86/db: Change __this_cpu_read() to this_cpu_read() in hw_breakpoint_active()
` [PATCH 2/3] x86/hw_breakpoint: Add stack_canary to hw_breakpoints denylist

[PATCHSET v2 cgroup/for-5.16-fixes] cgroup: Use open-time creds and namespace for migration perm checks
 2021-12-13 19:56 UTC  (4+ messages)
` [PATCH 2/6] cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv

[PATCH 4.14 00/53] 4.14.258-rc1 review
 2021-12-13 19:55 UTC  (2+ messages)

[PATCH] tty: rpmsg: Fix race condition releasing tty port
 2021-12-13 19:53 UTC 

[PATCH v17 00/10] support reserving crashkernel above 4G on arm64 kdump
 2021-12-13 19:54 UTC  (3+ messages)
` [PATCH v17 01/10] x86: kdump: replace the hard-coded alignment with macro CRASH_ALIGN

[PATCH 02/19] x86/fpu: Prepare KVM for dynamically enabled states
 2021-12-13 19:50 UTC  (2+ messages)

[PATCH v4 0/7] kernel: introduce uaccess logging
 2021-12-13 19:48 UTC  (3+ messages)

[PATCH v2 2/4] coresight: etm4x: Don't use virtual contextID for non-root PID namespace
 2021-12-13 19:47 UTC  (2+ messages)

[PATCH v2 0/6] Add Xilinx RPU subsystem support
 2021-12-13 19:46 UTC  (6+ messages)
` [PATCH v2 6/6] drivers: remoteproc: Add Xilinx r5 remoteproc driver

[PATCH v1 0/5] Implement livepatch on PPC32
 2021-12-13 19:46 UTC  (10+ messages)

[fget] 054aa8d439: will-it-scale.per_thread_ops -5.7% regression
 2021-12-13 19:44 UTC  (8+ messages)
        ` [LKP] "


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).