All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-20 23:04:29 to 2020-11-21 00:28:31 UTC [more...]

post-receive: pub/scm/linux/kernel/git/torvalds/linux
 2020-11-21  0:28 UTC 

[PATCH v3] ath10k: Fix the parsing error in service available event
 2020-11-21  0:26 UTC  (3+ messages)

[PATCH rdma-next] RDMA/i40iw: Constify ops structs
 2020-11-21  0:25 UTC 

post-receive: pub/scm/linux/kernel/git/paulmck/linux-rcu
 2020-11-21  0:25 UTC 

[PATCH v7 0/7] Syscall User Dispatch
 2020-11-21  0:24 UTC  (6+ messages)
` [PATCH v7 3/7] kernel: Implement selective syscall userspace redirection

[GIT PULL] io_uring fixes for 5.10-rc
 2020-11-21  0:23 UTC  (4+ messages)

[PATCH bpf-next 1/3] ima: Implement ima_inode_hash
 2020-11-21  0:20 UTC  (9+ messages)
` [PATCH bpf-next 2/3] bpf: Add a BPF helper for getting the IMA hash of an inode
` [PATCH bpf-next 3/3] bpf: Update LSM selftests for bpf_ima_inode_hash

[PATCH] RDMA/i40iw: Fix a mmap handler exploitation
 2020-11-21  0:18 UTC  (4+ messages)

[PATCH] net: adaptec: remove dead code in set_vlan_mode
 2020-11-21  0:15 UTC  (5+ messages)

[PATCH tip/core/rcu 0/5] Provide SRCU polling grace-period interfaces
 2020-11-21  0:16 UTC  (7+ messages)
` [PATCH RFC tip/core/rcu 4/5] srcu: Provide polling interfaces for Tiny SRCU grace periods
` [PATCH RFC tip/core/rcu 5/5] srcu: Provide polling interfaces for Tree "

[PATCH] RISC-V: Add missing jump label initialization
 2020-11-21  0:14 UTC  (3+ messages)

[OE-core][dunfell 0/5] Patch review
 2020-11-21  0:14 UTC  (6+ messages)
` [OE-core][dunfell 1/5] libproxy: fix CVE-2020-26154
` [OE-core][dunfell 2/5] bison: update to 3.5.4 for CVE-2020-14150
` [OE-core][dunfell 3/5] python3: whitelist CVE-2020-15523
` [OE-core][dunfell 4/5] python3: fix CVE-2020-27619
` [OE-core][dunfell 5/5] qemu: fix CVE-2020-24352

[PATCH] riscv: Explicitly specify the build id style in vDSO Makefile again
 2020-11-21  0:14 UTC  (3+ messages)

[PATCH v2 01/24] exec: Move unshare_files to fix posix file locking during exec
 2020-11-21  0:05 UTC  (26+ messages)
` [PATCH v2 02/24] exec: Simplify unshare_files
` [PATCH v2 03/24] exec: Remove reset_files_struct
` [PATCH v2 04/24] kcmp: In kcmp_epoll_target use fget_task
` [PATCH v2 05/24] bpf: In bpf_task_fd_query "
` [PATCH v2 06/24] proc/fd: In proc_fd_link "
` [PATCH v2 07/24] file: Rename __fcheck_files to files_lookup_fd_raw
` [PATCH v2 08/24] file: Factor files_lookup_fd_locked out of fcheck_files
` [PATCH v2 09/24] file: Replace fcheck_files with files_lookup_fd_rcu
` [PATCH v2 10/24] file: Rename fcheck lookup_fd_rcu
` [PATCH v2 11/24] file: Implement task_lookup_fd_rcu
` [PATCH v2 12/24] proc/fd: In tid_fd_mode use task_lookup_fd_rcu
` [PATCH v2 13/24] kcmp: In get_file_raw_ptr "
` [PATCH v2 14/24] file: Implement task_lookup_next_fd_rcu
` [PATCH v2 15/24] proc/fd: In proc_readfd_common use task_lookup_next_fd_rcu
` [PATCH v2 16/24] bpf/task_iter: In task_file_seq_get_next "
` [PATCH v2 17/24] proc/fd: In fdinfo seq_show don't use get_files_struct
` [PATCH v2 18/24] file: Merge __fd_install into fd_install
` [PATCH v2 19/24] file: In f_dupfd read RLIMIT_NOFILE once
` [PATCH v2 20/24] file: Merge __alloc_fd into alloc_fd
` [PATCH v2 21/24] file: Rename __close_fd to close_fd and remove the files parameter
` [PATCH v2 22/24] file: Replace ksys_close with close_fd
` [PATCH v2 23/24] file: Rename __close_fd_get_file close_fd_get_file
` [PATCH v2 24/24] file: Remove get_files_struct
` [PATCH v2 00/24] exec: Move unshare_files and guarantee files_struct.count is correct

[PATCH v12 00/15] Add RCEC handling to PCI/AER
 2020-11-21  0:10 UTC  (16+ messages)
` [PATCH v12 01/15] AER: aer_root_reset() non-native handling
` [PATCH v12 02/15] PCI/RCEC: Bind RCEC devices to the Root Port driver
` [PATCH v12 03/15] PCI/RCEC: Cache RCEC capabilities in pci_init_capabilities()
` [PATCH v12 04/15] PCI/ERR: Rename reset_link() to reset_subordinates()
` [PATCH v12 05/15] PCI/ERR: Simplify by using pci_upstream_bridge()
` [PATCH v12 06/15] PCI/ERR: Simplify by computing pci_pcie_type() once
` [PATCH v12 07/15] PCI/ERR: Use "bridge" for clarity in pcie_do_recovery()
` [PATCH v12 08/15] PCI/ERR: Avoid negated conditional for clarity
` [PATCH v12 09/15] PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery()
` [PATCH v12 10/15] PCI/ERR: Limit AER resets in pcie_do_recovery()
` [PATCH v12 11/15] PCI/RCEC: Add pcie_link_rcec() to associate RCiEPs
` [PATCH v12 12/15] PCI/RCEC: Add RCiEP's linked RCEC to AER/ERR
` [PATCH v12 13/15] PCI/AER: Add pcie_walk_rcec() to RCEC AER handling
` [PATCH v12 14/15] PCI/PME: Add pcie_walk_rcec() to RCEC PME handling
` [PATCH v12 15/15] PCI/AER: Add RCEC AER error injection support

[PATCH 1/2] kbuild: Hoist '--orphan-handling' into Kconfig
 2020-11-21  0:08 UTC  (5+ messages)
` [PATCH v2 "

[PATCH] clone: --filter=tree:0 implies fetch.recurseSubmodules=no
 2020-11-21  0:04 UTC  (2+ messages)

[PATCH for-next 0/2] optimise sbitmap deferred clear
 2020-11-21  0:01 UTC  (3+ messages)
` [PATCH 1/2] sbitmap: optimise sbitmap_deferred_clear()
` [PATCH 2/2] sbitmap: remove swap_lock

[PATCH v23 20/23] Audit: Add new record for multiple process LSM attributes
 2020-11-21  0:02 UTC  (3+ messages)

[PATCH] binder: add flag to clear buffer on txn complete
 2020-11-20 23:37 UTC  (2+ messages)

[PATCH v7 00/17] Add support for Clang LTO
 2020-11-20 23:59 UTC  (17+ messages)
` [PATCH v7 02/17] kbuild: add "

[PATCH bpf-next] bpf: Refactor check_cfg to use a structured loop
 2020-11-20 23:59 UTC  (2+ messages)

+ mmhwpoison-remove-drain_all_pages-from-shake_page.patch added to -mm tree
 2020-11-20 23:59 UTC 

+ mmhwpoison-refactor-get_any_page.patch added to -mm tree
 2020-11-20 23:58 UTC 

+ mmhwpoison-drop-pfn-parameter.patch added to -mm tree
 2020-11-20 23:58 UTC 

+ mmmadvise-call-soft_offline_page-without-mf_count_increased.patch added to -mm tree
 2020-11-20 23:58 UTC 

+ mmhwpoison-remove-mf_count_increased.patch added to -mm tree
 2020-11-20 23:59 UTC 

+ mmhwpoison-remove-flag-argument-from-soft-offline-functions.patch added to -mm tree
 2020-11-20 23:59 UTC 

+ mmhwpoison-disable-pcplists-before-grabbing-a-refcount.patch added to -mm tree
 2020-11-20 23:59 UTC 

[PATCH v2 00/10] Cryptodisk fixes for v2.06 redux
 2020-11-20 23:58 UTC  (15+ messages)
` [PATCH v3 "
  ` [PATCH v3 06/10] cryptodisk: Properly handle non-512 byte sized sectors
  ` [PATCH v4 00/15] Cryptodisk fixes for v2.06 redux
    ` [PATCH v4 14/15] luks2: Better error handling when setting up the cryptodisk

+ mmhugetlb-remove-unneded-initialization.patch added to -mm tree
 2020-11-20 23:54 UTC 

[RFC/PATCH] Add fetch.updateHead option
 2020-11-20 23:52 UTC  (2+ messages)

[PATCH v2 0/3] remoteproc/mediatek: read IPI buffer offset from FW binary
 2020-11-20 23:50 UTC  (13+ messages)
` [PATCH v2 1/3] remoteproc/mediatek: fix boundary check
` [PATCH v2 2/3] remoteproc/mediatek: skip if filesz is 0
` [PATCH v2 3/3] remoteproc/mediatek: read IPI buffer offset from FW

[PATCH for-6.0 0/9] spapr: Perform hotplug sanity checks at pre-plug
 2020-11-20 23:42 UTC  (10+ messages)
` [PATCH for-6.0 1/9] spapr: Do PCI device hotplug sanity checks at pre-plug only
` [PATCH for-6.0 2/9] spapr: Do NVDIMM/PC-DIMM "
` [PATCH for-6.0 3/9] spapr: Fix pre-2.10 dummy ICP hack
` [PATCH for-6.0 4/9] spapr: Set compat mode in spapr_reset_vcpu()
` [PATCH for-6.0 5/9] spapr: Simplify error path of spapr_core_plug()
` [PATCH for-6.0 6/9] spapr: Make PHB placement functions and spapr_pre_plug_phb() return status
` [PATCH for-6.0 7/9] spapr: Do PHB hoplug sanity check at pre-plug
` [PATCH for-6.0 8/9] spapr: Do TPM proxy hotplug sanity checks "
` [PATCH for-6.0 9/9] spapr: spapr_drc_attach() cannot fail

[PATCH net-next v4 0/5] net/x25: netdev event handling
 2020-11-20 23:50 UTC  (4+ messages)
` [PATCH net-next v4 2/5] net/lapb: support netdev events

+ gcov-fix-kernel-doc-markup-issue.patch added to -mm tree
 2020-11-20 23:49 UTC 

[PATCH] m68k: Fix WARNING splat in pmac_zilog driver
 2020-11-20 23:47 UTC  (4+ messages)

[PATCH net-next v3 00/12] net: dsa: microchip: PTP support for KSZ956x
 2020-11-20 23:48 UTC  (7+ messages)
` [PATCH net-next v3 07/12] net: dsa: microchip: ksz9477: add Posix clock support for chip PTP clock
` [PATCH net-next v3 09/12] net: dsa: microchip: ksz9477: initial hardware time stamping support
` [PATCH net-next v3 12/12] net: dsa: microchip: ksz9477: add periodic output support

[PATCH 000/141] Fix fall-through warnings for Clang
 2020-11-20 23:41 UTC  (5+ messages)
` [PATCH 001/141] afs: "

[PATCH v2] drivers: fpga: Specify HAS_IOMEM dependency for FPGA_DFL
 2020-11-20 23:46 UTC  (2+ messages)

[android-common:android-4.19 1/4] drivers/staging/android/ion/ion_cma_heap.c:137:5: warning: no previous prototype for function 'ion_add_cma_heaps'
 2020-11-20 23:45 UTC 

[dpdk-dev] [PATCH] eal/windows: fix link error with MinGW
 2020-11-20 23:44 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/dhowells/linux-fs
 2020-11-20 23:43 UTC 

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2020-11-20 23:42 UTC 

[PATCH v6 00/11] fs: interface for directly reading/writing compressed data
 2020-11-20 23:41 UTC  (4+ messages)
` [PATCH v6 02/11] fs: add O_ALLOW_ENCODED open flag

[PATCH v6 0/8] IMA: support for measuring kernel integrity critical data
 2020-11-20 23:40 UTC  (7+ messages)
` [PATCH v6 7/8] IMA: add a built-in policy rule for critical data measurement
` [PATCH v6 8/8] selinux: measure state and hash of the policy using IMA

post-receive: pub/scm/linux/kernel/git/chao/linux
 2020-11-20 23:39 UTC 

[PATCH] mmc: sdhci: Update firmware interface API
 2020-11-20 23:38 UTC 

+ mm-hugetlb-fix-type-of-delta-parameter-and-related-local-variables-in-gather_surplus_pages.patch added to -mm tree
 2020-11-20 23:36 UTC 

[PATCH net-next 00/10] mptcp: More miscellaneous MPTCP fixes
 2020-11-20 23:35 UTC  (3+ messages)
  ` [MPTCP] "

+ add-uffd_user_mode_only.patch added to -mm tree
 2020-11-20 23:34 UTC 

+ add-user-mode-only-option-to-unprivileged_userfaultfd-sysctl-knob.patch added to -mm tree
 2020-11-20 23:34 UTC 

[PATCH v6 0/2] Control over userfaultfd kernel-fault handling
 2020-11-20 23:33 UTC  (3+ messages)
` [PATCH v6 1/2] Add UFFD_USER_MODE_ONLY

[dpdk-dev] [RFC V2 1/2] app/testpmd: fix queue stats mapping configuration
 2020-11-20 23:33 UTC  (5+ messages)
` [dpdk-dev] [RFC V4] "

post-receive: pub/scm/linux/kernel/git/ras/ras
 2020-11-20 23:33 UTC 

[PATCH 0/3] Switch PineTab DT LCD panel to retail one
 2020-11-20 23:30 UTC  (9+ messages)
` [PATCH 3/3] arm64: allwinner: dts: a64: add DT for PineTab developer sample
        ` [linux-sunxi] "

efi_loader: fix free() before use in RX path
 2020-11-20 23:31 UTC  (11+ messages)
` [PATCH] efi_loader: fix use after free in receive path
      ` [PATCH v2 1/2] net: add a define for the number of packets received as batch
        ` [PATCH v2 2/2] efi_loader: fix use after free in receive path
          ` [PATCH v3 1/2] net: add a define for the number of packets received as batch
            ` [PATCH v3 2/2] efi_loader: fix use after free in receive path

[PATCH net-next 0/8] mlxsw: Add support for nexthop objects
 2020-11-20 23:30 UTC  (2+ messages)

[PATCH net] dpaa2-eth: select XGMAC_MDIO for MDIO bus support
 2020-11-20 23:30 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/jpoimboe/linux
 2020-11-20 23:29 UTC 

[PATCH bpf-next 0/6] libbpf: add support for kernel module BTF CO-RE relocations
 2020-11-20 23:27 UTC  (8+ messages)
` [PATCH bpf-next 4/6] libbpf: add kernel module BTF support for "
` [PATCH bpf-next 5/6] selftests/bpf: add bpf_sidecar kernel module for testing
` [PATCH bpf-next 6/6] selftests/bpf: add CO-RE relocs selftest relying on kernel module BTF

[PATCH v21 1/2] signal: define the SA_EXPOSE_TAGBITS bit in sa_flags
 2020-11-20 23:22 UTC  (3+ messages)

[PATCH net-next 0/3] Arrow SpeedChips XRS700x DSA Driver
 2020-11-20 23:24 UTC  (5+ messages)
` [PATCH net-next 2/3] net: dsa: add Arrow SpeedChips XRS700x driver

[PATCH net-next] net: warn if gso_type isn't set for a GSO SKB
 2020-11-20 23:22 UTC 

post-receive: pub/scm/linux/kernel/git/netdev/net
 2020-11-20 23:22 UTC 

post-receive: pub/scm/linux/kernel/git/ebiederm/user-namespace
 2020-11-20 23:22 UTC 

post-receive: pub/scm/linux/kernel/git/ebiederm/user-namespace
 2020-11-20 23:22 UTC 

post-receive: pub/scm/linux/kernel/git/netdev/net-next
 2020-11-20 23:21 UTC 

+ lib-string-remove-unnecessary-undefs.patch added to -mm tree
 2020-11-20 23:21 UTC 

[PATCH next] mm/swap.c: reduce lock contention in lru_cache_add
 2020-11-20 23:19 UTC  (2+ messages)

[PATCH 0/2] scsi: pm8001: logging neatening
 2020-11-20 23:16 UTC  (3+ messages)
` [PATCH 1/2] scsi: pm8001: Neaten debug logging macros and uses
` [PATCH 2/2] scsi: pm8001: Make implicit use of pm8001_ha in pm8001_printk explicit

post-receive: pub/scm/linux/kernel/git/ras/ras
 2020-11-20 23:16 UTC 

post-receive: pub/scm/linux/kernel/git/ras/ras
 2020-11-20 23:15 UTC 

[PATCH next] mm/vmscan: __isolate_lru_page_prepare clean up
 2020-11-20 23:13 UTC  (2+ messages)

arch/arc/include/asm/spinlock.h:372:9: sparse: sparse: context imbalance in 'wait_task_zombie' - unexpected unlock
 2020-11-20 23:13 UTC 

[PATCH net-next] net: don't include ethtool.h from netdevice.h
 2020-11-20 23:10 UTC  (2+ messages)

[PATCH] ALSA: aloop: Constify ops structs
 2020-11-20 23:10 UTC 

[PATCH net-next 0/3] mvneta: access skb_shared_info only on last frag
 2020-11-20 23:10 UTC  (2+ messages)

[PATCH net-next v2] net: dsa: avoid potential use-after-free error
 2020-11-20 23:10 UTC  (2+ messages)

[PATCH v23 19/23] audit: add support for non-syscall auxiliary records
 2020-11-20 23:06 UTC  (3+ messages)

[PATCH] remoteproc: Add module parameter 'auto_boot'
 2020-11-20 23:06 UTC  (3+ messages)

[PATCHv3 net-next 0/3] Add devlink and devlink health reporters to
 2020-11-20 23:06 UTC  (2+ messages)

[PATCH i2c-next v4 1/1] dt-bindings: i2c: mellanox,i2c-mlxbf: convert txt to YAML schema
 2020-11-20 23:06 UTC 

[PATCH v2 0/4] x86: Improve Minimum Alternate Stack Size
 2020-11-20 23:04 UTC  (3+ messages)
` [PATCH v2 3/4] x86/signal: Prevent an alternate stack overflow before a signal delivery

[PATCH mlx5-next 00/16] mlx5 next updates 2020-11-20
 2020-11-20 23:03 UTC  (13+ messages)
` [PATCH mlx5-next 02/16] net/mlx5: Add sampler destination type
` [PATCH mlx5-next 03/16] net/mlx5: Check dr mask size against mlx5_match_param size
` [PATCH mlx5-next 04/16] net/mlx5: Add misc4 to mlx5_ifc_fte_match_param_bits
` [PATCH mlx5-next 06/16] net/mlx5: Avoid exposing driver internal command helpers
` [PATCH mlx5-next 07/16] net/mlx5: Update the list of the PCI supported devices
` [PATCH mlx5-next 08/16] net/mlx5: Update the hardware interface definition for vhca state
` [PATCH mlx5-next 09/16] net/mlx5: Expose IP-in-IP TX and RX capability bits
` [PATCH mlx5-next 11/16] net/mlx5: Add VDPA priority to NIC RX namespace
` [PATCH mlx5-next 13/16] net/mlx5: Make API mlx5_core_is_ecpf accept const pointer
` [PATCH mlx5-next 14/16] net/mlx5: Rename peer_pf to host_pf
` [PATCH mlx5-next 15/16] net/mlx5: Enable host PF HCA after eswitch is initialized
` [PATCH mlx5-next 16/16] net/mlx5: Treat host PF vport as other (non eswitch manager) vport


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.