All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-20 03:26:16 to 2021-11-20 06:13:10 UTC [more...]

[REGRESSION] 5.16rc1: SA_IMMUTABLE breaks debuggers
 2021-11-20  6:13 UTC  (3+ messages)

[syzbot] KCSAN: data-race in flush_tlb_batched_pending / try_to_unmap_one
 2021-11-20  6:11 UTC  (3+ messages)

[PATCH -next 0/2] fix two bugs when trying rmmod sata_fsl
 2021-11-20  6:08 UTC  (4+ messages)
` [PATCH -next 2/2] sata_fsl: fix warning in remove_proc_entry when "

[RFC patch 0/5] Support BCLK input clock in tlv320aic31xx
 2021-11-19 15:32 UTC  (6+ messages)
` [RFC patch 1/5] ASoC: tlv320aic31xx: Fix typo in BCLK clock name
` [RFC patch 2/5] ASoC: tlv320aic31xx: Add support for pll_r coefficient
` [RFC patch 3/5] ASoC: tlv320aic31xx: Add divs for bclk as clk_in
` [RFC patch 4/5] ASoC: tlv320aic31xx: Handle BCLK set as PLL input configuration
` [RFC patch 5/5] ASoC: fsl-asoc-card: Support fsl, imx-audio-tlv320aic31xx codec

[BUG] git push --mirror ignores refs outside head & tags
 2021-11-20  6:05 UTC  (5+ messages)
    ` [RFC] single-level refs vs push --all/--mirror

[PATCH] powerpc/prom_init: fix the improper check of prom_getprop
 2021-11-19  9:12 UTC 

kernel/bpf/btf.c:5346:29: warning: function 'btf_seq_show' might be a candidate for 'gnu_printf' format attribute
 2021-11-20  6:02 UTC  (2+ messages)

[PATCH 0/2] of: remove reserved regions count restriction
 2021-11-19 10:30 UTC  (5+ messages)
` [PATCH 2/2] of: reserved_mem: Remove "

[PATCH 1/6] phy: mvebu-cp110-utmi: Fix kernel-doc warns
 2021-11-20  6:00 UTC  (5+ messages)
` [PATCH 2/6] phy: qualcomm: ipq806x-usb: Fix kernel-doc style

[linux-nvme:nvme-5.16] BUILD SUCCESS 17b87c72361ecdb595c0fa9d7b5d237fd0f1761a
 2021-11-20  5:56 UTC 

[Intel-gfx] [v2 0/3] Introduce Raptor Lake S
 2021-11-20  5:56 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for Introduce Raptor Lake S (rev2)

[mptcp:export] BUILD SUCCESS 7a71f5b628afed7ecc7c3fef5ed0970801d010e1
 2021-11-20  5:56 UTC 

sound/soc/codecs/tlv320aic32x4.c:1202:18: warning: cast to smaller integer type 'enum aic32x4_type' from 'void *'
 2021-11-20  5:49 UTC  (2+ messages)

[PATCH 20/23] cxl/port: Introduce a port driver
 2021-11-20  5:38 UTC  (3+ messages)

[PATCH v4 0/4] Deterministic charging of shared memory
 2021-11-20  5:31 UTC  (12+ messages)
` [PATCH v4 1/4] mm: support deterministic memory charging of filesystems
` [PATCH v4 2/4] mm/oom: handle remote ooms
` [PATCH v4 3/4] mm, shmem: add filesystem memcg= option documentation
` [PATCH v4 4/4] mm, shmem, selftests: add tmpfs memcg= mount option tests

[PATCH] MM: introduce memalloc_retry_wait()
 2021-11-20  5:20 UTC  (3+ messages)

[RFC] [PATCH bpf-next 0/1] Enhancement for bpf_do_path() helper
 2021-11-20  5:18 UTC  (2+ messages)
` [RFC] [PATCH bpf-next 1/1] bpf: Clear the noisy tail buffer for bpf_d_path() helper

[PATCH 2/2] PCI: vmd: Override ASPM on TGL/ADL VMD devices
 2021-11-20  5:13 UTC  (3+ messages)

[PATCH 0/3] drm/i915/gt: RPS tuning for light media playback
 2021-11-20  5:13 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/gt: RPS tuning for light media playback (rev3)

[PATCH net] net: stmmac: retain PTP clock time during SIOCSHWTSTAMP ioctls
 2021-11-20  5:10 UTC  (6+ messages)

[qemu-mainline test] 166194: tolerable FAIL - PUSHED
 2021-11-20  5:01 UTC 

[PATCH 00/28] KVM: x86/mmu: Overhaul TDP MMU zapping and flushing
 2021-11-20  4:50 UTC  (29+ messages)
` [PATCH 01/28] KVM: x86/mmu: Use yield-safe TDP MMU root iter in MMU notifier unmapping
` [PATCH 02/28] KVM: x86/mmu: Skip tlb flush if it has been done in zap_gfn_range()
` [PATCH 03/28] KVM: x86/mmu: Remove spurious TLB flushes in TDP MMU zap collapsible path
` [PATCH 04/28] KVM: x86/mmu: Retry page fault if root is invalidated by memslot update
` [PATCH 05/28] KVM: x86/mmu: Check for present SPTE when clearing dirty bit in TDP MMU
` [PATCH 06/28] KVM: x86/mmu: Formalize TDP MMU's (unintended?) deferred TLB flush logic
` [PATCH 07/28] KVM: x86/mmu: Document that zapping invalidated roots doesn't need to flush
` [PATCH 08/28] KVM: x86/mmu: Drop unused @kvm param from kvm_tdp_mmu_get_root()
` [PATCH 09/28] KVM: x86/mmu: Require mmu_lock be held for write in unyielding root iter
` [PATCH 10/28] KVM: x86/mmu: Allow yielding when zapping GFNs for defunct TDP MMU root
` [PATCH 11/28] KVM: x86/mmu: Check for !leaf=>leaf, not PFN change, in TDP MMU SP removal
` [PATCH 12/28] KVM: x86/mmu: Batch TLB flushes from TDP MMU for MMU notifier change_spte
` [PATCH 13/28] KVM: x86/mmu: Drop RCU after processing each root in MMU notifier hooks
` [PATCH 14/28] KVM: x86/mmu: Add helpers to read/write TDP MMU SPTEs and document RCU
` [PATCH 15/28] KVM: x86/mmu: Take TDP MMU roots off list when invalidating all roots
` [PATCH 16/28] KVM: x86/mmu: WARN if old _or_ new SPTE is REMOVED in non-atomic path
` [PATCH 17/28] KVM: x86/mmu: Terminate yield-friendly walk if invalid root observed
` [PATCH 18/28] KVM: x86/mmu: Refactor low-level TDP MMU set SPTE helper to take raw vals
` [PATCH 19/28] KVM: x86/mmu: Zap only the target TDP MMU shadow page in NX recovery
` [PATCH 20/28] KVM: x86/mmu: Use common TDP MMU zap helper for MMU notifier unmap hook
` [PATCH 21/28] KVM: x86/mmu: Add TDP MMU helper to zap a root
` [PATCH 22/28] KVM: x86/mmu: Skip remote TLB flush when zapping all of TDP MMU
` [PATCH 23/28] KVM: x86/mmu: Use "zap root" path for "slow" zap of all TDP MMU SPTEs
` [PATCH 24/28] KVM: x86/mmu: Add dedicated helper to zap TDP MMU root shadow page
` [PATCH 25/28] KVM: x86/mmu: Require mmu_lock be held for write to zap TDP MMU range
` [PATCH 26/28] KVM: x86/mmu: Zap only TDP MMU leafs in kvm_zap_gfn_range()
` [PATCH 27/28] KVM: x86/mmu: Do remote TLB flush before dropping RCU in TDP MMU resched
` [PATCH 28/28] KVM: x86/mmu: Defer TLB flush to caller when freeing TDP MMU shadow pages

[PATCH 0/4] crypto: hisilicon/qm - misc clean up and fixes
 2021-11-20  4:47 UTC  (5+ messages)
` [PATCH 1/4] crypto: hisilicon - modify the value of engine type rate
` [PATCH 2/4] crypto: hisilicon/qm - modify the value of qos initialization
` [PATCH 3/4] crypto: hisilicon/qm - some optimizations of ths qos write process
` [PATCH 4/4] crypto: hisilicon/qm - simplified the calculation of qos shaper parameters

[PATCH bpf] treewide: add missing includes masked by cgroup -> bpf dependency
 2021-11-20  4:47 UTC  (3+ messages)

arch/mips/kernel/syscall.c:173:31: sparse: sparse: incorrect type in initializer (different address spaces)
 2021-11-20  4:45 UTC  (2+ messages)

[PATCH 5.14 00/15] 5.14.21-rc1 review
 2021-11-20  4:40 UTC  (2+ messages)

[rdma:wip/jgg-for-rc] BUILD SUCCESS df4e6faaafe2e4ff4dcdf6d5f5b1e2cb1fec63f7
 2021-11-20  4:33 UTC 

[PATCH] crypto: ccp: ccp-dev: no need to initialise statics to 0
 2021-11-20  4:33 UTC  (2+ messages)

[PATCH] crypto: ccree - remove redundant 'flush_workqueue()' calls
 2021-11-20  4:32 UTC  (2+ messages)

[PATCH] crypto:otx2_cptvf_algs: use swap() to make code cleaner
 2021-11-20  4:31 UTC  (2+ messages)

[PATCH] crypto: testmgr - Fix wrong test case of RSA
 2021-11-20  4:30 UTC  (2+ messages)

[PATCH] crypto: qce: fix uaf on qce_skcipher_register_one
 2021-11-20  4:30 UTC  (2+ messages)

[PATCH net-next v2] net: phy: add support for TI DP83561-SP phy
 2021-11-20  4:30 UTC  (2+ messages)

[PATCH] crypto: qce: fix uaf on qce_ahash_register_one
 2021-11-20  4:30 UTC  (2+ messages)

[PATCH -next v2] ethernet: renesas: Use div64_ul instead of do_div
 2021-11-20  4:30 UTC  (2+ messages)

[PATCH net-next] ipv6: ip6_skb_dst_mtu() cleanups
 2021-11-20  4:30 UTC  (2+ messages)

[PATCH] crypto: qce: fix uaf on qce_aead_register_one
 2021-11-20  4:29 UTC  (2+ messages)

[PATCH 17/23] cxl: Cache and pass DVSEC ranges
 2021-11-20  4:29 UTC  (3+ messages)

[PATCH] crypto: hisilicon/hpre - use swap() to make code cleaner
 2021-11-20  4:29 UTC  (2+ messages)

[PATCH] MAINTAINERS: rectify entry for INTEL KEEM BAY OCS ECC CRYPTO DRIVER
 2021-11-20  4:28 UTC  (2+ messages)

[PATCH 5.15 00/20] 5.15.4-rc1 review
 2021-11-20  4:28 UTC  (2+ messages)

[PATCH] crypto: atmel-aes: Reestablish the correct tfm context at dequeue
 2021-11-20  4:26 UTC  (3+ messages)

[PATCH -next] crypto: keembay-ocs-ecc - Fix error return code in kmb_ocs_ecc_probe()
 2021-11-20  4:27 UTC  (2+ messages)

[PATCH v2] driver: crypto: caam: replace this_cpu_ptr with raw_cpu_ptr
 2021-11-20  4:27 UTC  (2+ messages)

[dhowells-fs:fscache-rewrite-indexing-3 62/63] htmldocs: include/linux/fscache-cache.h:206: warning: expecting prototype for fscache_cache_wait_for_objects(). Prototype was for fscache_wait_for_objects() instead
 2021-11-20  4:27 UTC  (2+ messages)

[PATCH] crypto: fix potential null pointer dereference on pointer dd
 2021-11-20  4:27 UTC  (2+ messages)

[PATCH v2] hwrng: cavium: Check health status while reading random data
 2021-11-20  4:26 UTC  (2+ messages)

[PATCH V2 net-next 0/2] net: wwan: debugfs support for wwan device logging
 2021-11-20  4:20 UTC  (3+ messages)
` [PATCH V2 net-next 1/2] net: wwan: common debugfs base dir for wwan device

[meta-cloud-services][PATCH 1/3] openstack-image-compute: fix warning of operator append combined with +=
 2021-11-20  4:16 UTC  (3+ messages)
` [meta-cloud-services][PATCH 2/3] openstack-image-controller: "
` [meta-cloud-services][PATCH 3/3] meta-openstack/README: fix for "

[PATCH v5 0/6] drm/i915/ttm: Async migration
 2021-11-20  4:13 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/ttm: Async migration (rev6)

[PATCH 0/12] RISC-V: Clean up the defconfigs
 2021-11-20  4:11 UTC  (39+ messages)
` [PATCH 01/12] RISC-V: defconfigs: Set CONFIG_FB=y, for FB console
` [PATCH 02/12] RISC-V: MAXPHYSMEM_2GB doesn't depend on CMODEL_MEDLOW
` [PATCH 03/12] RISC-V: defconfigs: Sort CONFIG_BPF_SYSCALL
` [PATCH 04/12] RISC-V: defconfigs: Sort CONFIG_SYSFS_SYSCALL
` [PATCH 05/12] RISC-V: defconfigs: Sort CONFIG_SOC_POLARFIRE
` [PATCH 06/12] RISC-V: defconfigs: Sort CONFIG_PTP_1588_CLOCK
` [PATCH 07/12] RISC-V: defconfigs: Sort CONFIG_MMC
` [PATCH 08/12] RISC-V: defconfigs: Sort CONFIG_SURFACE_PLATFORMS
` [PATCH 09/12] RISC-V: defconfigs: Sort CONFIG_BLK_DEV_BSG
` [PATCH 10/12] RISC-V: defconfigs: Remove redundant CONFIG_POWER_RESET
` [PATCH 11/12] RISC-V: defconfigs: Remove redundant CONFIG_EFI=y
` [PATCH 12/12] RISC-V: defconfigs: Remove redundant K210 DT source

'perf stat --bpf-counters test' failures
 2021-11-20  4:08 UTC  (2+ messages)
` [PATCH] Fixup: perf bench: Fix two memory leaks detected with ASan

[PATCH] crypto: fix flexible_array.cocci warnings
 2021-11-20  4:06 UTC  (3+ messages)

[pull request][net 00/10] mlx5 fixes 2021-11-19
 2021-11-20  4:03 UTC  (5+ messages)
` [net 08/10] net/mlx5e: Add activate/deactivate stage to XDPSQ
` [net 10/10] net/mlx5e: Do synchronize_net only once when deactivating channels

vmlinux.o: warning: objtool: do_machine_check()+0x39: call to mce_gather_info() leaves .noinstr.text section
 2021-11-20  4:01 UTC  (2+ messages)

[PATCH] blk-mq: don't insert FUA request with data into scheduler queue
 2021-11-20  3:58 UTC  (4+ messages)

[PATCH v1 net-next 0/3] update seville to use shared mdio driver
 2021-11-20  3:56 UTC  (3+ messages)
` [PATCH v1 net-next 1/3] net: mdio: mscc-miim: convert to a regmap implementation

[zen:5.15/prjc 199/239] kernel/sched/alt_core.c:6229:6: warning: no previous prototype for function 'idle_task_exit'
 2021-11-20  3:53 UTC 

[PATCH v2 7/9] locking/rwlocks: introduce write_lock_nested
 2021-11-20  3:50 UTC  (3+ messages)

[syzbot] possible deadlock in smc_switch_to_fallback
 2021-11-20  3:48 UTC  (2+ messages)

[PATCH v2] kbuild: Enable armthumb BCJ filter for Thumb-2 kernel
 2021-11-20  3:42 UTC 

[PULL u-boot] Please pull u-boot-amlogic-20211119
 2021-11-20  3:42 UTC  (2+ messages)

[PATCH] pager: fix crash when pager program doesn't exist
 2021-11-20  3:42 UTC  (6+ messages)

TPM subsystem pull
 2021-11-20  3:42 UTC  (2+ messages)

[arm:zii 69/128] drivers/net/dsa/mt7530.c:2885:39: error: 'struct dsa_port' has no member named 'phylink_config'; did you mean 'pl_config'?
 2021-11-20  3:36 UTC  (2+ messages)

[PATCH] MAINTAINERS: update designated reviewer entry for MSM DRM driver
 2021-11-20  3:34 UTC  (2+ messages)

[PATCH v3 bpf-next 00/13] bpf: CO-RE support in the kernel
 2021-11-20  3:32 UTC  (14+ messages)
` [PATCH v3 bpf-next 01/13] libbpf: Replace btf__type_by_id() with btf_type_by_id()
` [PATCH v3 bpf-next 02/13] bpf: Rename btf_member accessors
` [PATCH v3 bpf-next 03/13] bpf: Prepare relo_core.c for kernel duty
` [PATCH v3 bpf-next 04/13] bpf: Define enum bpf_core_relo_kind as uapi
` [PATCH v3 bpf-next 05/13] bpf: Pass a set of bpf_core_relo-s to prog_load command
` [PATCH v3 bpf-next 06/13] bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn()
` [PATCH v3 bpf-next 07/13] libbpf: Use CO-RE in the kernel in light skeleton
` [PATCH v3 bpf-next 08/13] libbpf: Support init of inner maps "
` [PATCH v3 bpf-next 09/13] selftests/bpf: Add lskel version of kfunc test
` [PATCH v3 bpf-next 10/13] selftests/bpf: Improve inner_map test coverage
` [PATCH v3 bpf-next 11/13] selftests/bpf: Convert map_ptr_kern test to use light skeleton
` [PATCH v3 bpf-next 12/13] selftests/bpf: Additional test for CO-RE in the kernel
` [PATCH v3 bpf-next 13/13] selftest/bpf: Revert CO-RE removal in test_ksyms_weak

stable-rc/linux-5.15.y baseline: 136 runs, 1 regressions (v5.15.3-21-g9f5b4a585c82d)
 2021-11-20  3:32 UTC 

[PATCH 0/2] CI: use shorter names for CI jobs, less truncation
 2021-11-20  3:28 UTC  (8+ messages)
` [PATCH v2 0/6] CI: Remove Travis CI, shorten names for GH tooltips, split jobs
  ` [PATCH v2 1/6] CI: remove Travis CI support
  ` [PATCH v2 2/6] CI: use shorter names that fit in UX tooltips
  ` [PATCH v2 3/6] CI: rename the "Linux32" job to lower-case "linux32"
  ` [PATCH v2 4/6] CI: use "$runs_on_pool", not "$jobname" to select packages & config
  ` [PATCH v2 5/6] CI: don't run "make test" twice in one job
  ` [PATCH v2 6/6] CI: run "documentation" via run-build-and-test.sh

[meta-ti] [master][PATCH 00/20] Sync up with Dunfell #2
 2021-11-20  3:28 UTC 

[master][PATCH v2 00/26] Sync up with Dunfell #2
 2021-11-20  3:26 UTC  (11+ messages)
` [master][PATCH v2 06/26] u-boot-ti-staging: Bump u-boot version for 08.01.00.003
` [master][PATCH v2 07/26] linux-ti-staging: Bump linux "
` [master][PATCH v2 10/26] recipes-bsp: u-boot-ti-mainline: Update to v2021.10 release
` [master][PATCH v2 14/26] ti-sci-fw: changes to build combined boot image for hs build
` [master][PATCH v2 15/26] am64xx-hs: changes to support new hs platform
` [master][PATCH v2 21/26] vxd-dec-fw: Add the recipe for vxd-dec-fw
` [master][PATCH v2 22/26] j721e-sr1_1: Add j721e sr1.1 HS support
` [master][PATCH v2 23/26] u-boot-ti-staging: Bump u-boot version for 08.01.00.005
` [master][PATCH v2 25/26] linux-ti-staging-rt: Bump linux rt "
` [master][PATCH v2 26/26] j7-hs-evm: Correct image boot file causing build error

Kernel oops bisected to media: videobuf2: move cache_hints handling to allocators
 2021-11-20  3:26 UTC  (2+ messages)


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.