All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-26 14:02:46 to 2021-10-26 14:40:04 UTC [more...]

[syzbot] KCSAN: data-race in call_rcu / rcu_gp_fqs_loop
 2021-10-26 14:39 UTC  (5+ messages)

[PATCH 1/2] arm/edk2-firmware: upgrade to 202105
 2021-10-15 16:34 UTC  (2+ messages)
` [PATCH 2/2] arm-bsp/n1sdp: remove explicit preferred edk2-firmware version

[PATCH 0/4] Add blk_validate_block_size() helper for drivers to validate block size
 2021-10-26 14:37 UTC  (6+ messages)
` [PATCH 4/4] virtio-blk: Use blk_validate_block_size() "

[PATCH V4 00/50] x86/entry/64: Convert a bunch of ASM entry code into C code
 2021-10-26 14:38 UTC  (52+ messages)
` [PATCH V4 01/50] x86/entry: Add fence for kernel entry swapgs in paranoid_entry()
` [PATCH V4 02/50] x86/entry: Use the correct fence macro after swapgs in kernel CR3
` [PATCH V4 03/50] x86/traps: Remove stack-protector from traps.c
` [PATCH V4 04/50] x86/xen: Add xenpv_restore_regs_and_return_to_usermode()
` [PATCH V4 05/50] x86/entry: Use swapgs and native_iret directly in swapgs_restore_regs_and_return_to_usermode
` [PATCH V4 06/50] compiler_types.h: Add __noinstr_section() for noinstr
` [PATCH V4 07/50] x86/entry: Introduce __entry_text for entry code written in C
` [PATCH V4 08/50] x86/entry: Move PTI_USER_* to arch/x86/include/asm/processor-flags.h
` [PATCH V4 09/50] x86: Remove unused kernel_to_user_p4dp() and user_to_kernel_p4dp()
` [PATCH V4 10/50] x86: Replace PTI_PGTABLE_SWITCH_BIT with PTI_USER_PGTABLE_BIT
` [PATCH V4 11/50] x86: Mark __native_read_cr3() & native_write_cr3() as __always_inline
` [PATCH V4 12/50] x86/traps: Move the declaration of native_irq_return_iret into proto.h
` [PATCH V4 13/50] x86/entry: Add arch/x86/entry/entry64.c for C entry code
` [PATCH V4 14/50] x86/entry: Expose the address of .Lgs_change to entry64.c
` [PATCH V4 15/50] x86/entry: Add C verion of SWITCH_TO_KERNEL_CR3 as switch_to_kernel_cr3()
` [PATCH V4 16/50] x86/traps: Add fence_swapgs_{user,kernel}_entry()
` [PATCH V4 17/50] x86/entry: Add C {user,kernel}_entry_swapgs_and_fence()
` [PATCH V4 18/50] x86/traps: Move pt_regs only in fixup_bad_iret()
` [PATCH V4 19/50] x86/entry: Switch the stack after error_entry() returns
` [PATCH V4 20/50] x86/entry: move PUSH_AND_CLEAR_REGS out of error_entry
` [PATCH V4 21/50] x86/entry: Move cld to the start of idtentry
` [PATCH V4 22/50] x86/entry: Don't call error_entry for XENPV
` [PATCH V4 23/50] x86/entry: Convert SWAPGS to swapgs in error_entry()
` [PATCH V4 24/50] x86/entry: Implement the whole error_entry() as C code
` [PATCH V4 25/50] x86/entry: Use idtentry macro for entry_INT80_compat
` [PATCH V4 26/50] x86/entry: Convert SWAPGS to swapgs in entry_SYSENTER_compat()
` [PATCH V4 27/50] x86: Remove the definition of SWAPGS
` [PATCH V4 28/50] x86/entry: Make paranoid_exit() callable
` [PATCH V4 29/50] x86/entry: Call paranoid_exit() in asm_exc_nmi()
` [PATCH V4 30/50] x86/entry: move PUSH_AND_CLEAR_REGS out of paranoid_entry
` [PATCH V4 31/50] x86/entry: Add the C version ist_switch_to_kernel_cr3()
` [PATCH V4 32/50] x86/entry: Skip CR3 write when the saved CR3 is kernel CR3 in RESTORE_CR3
` [PATCH V4 33/50] x86/entry: Add the C version ist_restore_cr3()
` [PATCH V4 34/50] x86/entry: Add the C version get_percpu_base()
` [PATCH V4 35/50] x86/entry: Add the C version ist_switch_to_kernel_gsbase()
` [PATCH V4 36/50] x86/entry: Implement the C version ist_paranoid_entry()
` [PATCH V4 37/50] x86/entry: Implement the C version ist_paranoid_exit()
` [PATCH V4 38/50] x86/entry: Add a C macro to define the function body for IST in .entry.text
` [PATCH V4 39/50] x86/debug, mce: Use C entry code
` [PATCH V4 40/50] x86/idtentry.h: Move the definitions *IDTENTRY_{MCE|DEBUG}* up
` [PATCH V4 41/50] x86/nmi: Use DEFINE_IDTENTRY_NMI for nmi
` [PATCH V4 42/50] x86/nmi: Use C entry code
` [PATCH V4 43/50] x86/entry: Add a C macro to define the function body for IST in .entry.text with an error code
` [PATCH V4 44/50] x86/doublefault: Use C entry code
` [PATCH V4 45/50] x86/sev: Add and use ist_vc_switch_off_ist()
` [PATCH V4 46/50] x86/sev: Use C entry code
` [PATCH V4 47/50] x86/entry: Remove ASM function paranoid_entry() and paranoid_exit()
` [PATCH V4 48/50] x86/entry: Remove the unused ASM macros
` [PATCH V4 49/50] x86/entry: Remove save_ret from PUSH_AND_CLEAR_REGS
` [PATCH V4 50/50] x86/syscall/64: Move the checking for sysret to C code

[mm/damon] 2fcb93629a: WARNING:at_kernel/tracepoint.c:#tracepoint_add_func
 2021-10-26 14:39 UTC 

[PATCH] blk-mq: don't issue request directly in case that current is to be blocked
 2021-10-26 14:38 UTC  (3+ messages)

[PATCH 00/33] PowerISA v3.1 instruction batch
 2021-10-26 14:33 UTC  (7+ messages)
` [PATCH 07/33] target/ppc: Implement cntlzdm
` [PATCH 16/33] target/ppc: Implement Vector Insert Word from GPR using Immediate insns

[dpdk-dev] [PATCH] net/af_packet: fix ignoring full ring on tx
 2021-10-26 14:30 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2] "

[RFC PATCH 0/7] Inotify support in FUSE and virtiofs
 2021-10-26 14:37 UTC  (4+ messages)
` [RFC PATCH 5/7] Fsnotify: Add a wrapper around the fsnotify function
    ` [Virtio-fs] "

[dpdk-dev] [PATCH v5] cryptodev: add telemetry callbacks
 2021-10-26 14:37 UTC  (3+ messages)
` [dpdk-dev] [PATCH v6] "
  ` [dpdk-dev] [EXT] "

[PATCH v7] tty: Fix the keyboard led light display problem
 2021-10-26 14:23 UTC  (2+ messages)

[net] net-sysfs: avoid registering new queue objects after device unregistration
 2021-10-26 14:37 UTC  (3+ messages)

Kernel leaks memory in ip6_dst_cache when suppress_prefix is present in ipv6 routing rules and a `fib` rule is present in ipv6 nftables rules
 2021-10-26 14:24 UTC 

[PATCH 0/5] comedi: misc fixes
 2021-10-26 14:35 UTC  (11+ messages)
` [PATCH 1/5] comedi: ni_usb6501: fix NULL-deref in command paths
` [PATCH 2/5] comedi: dt9812: fix DMA buffers on stack
` [PATCH 3/5] comedi: vmk80xx: fix transfer-buffer overflows
` [PATCH 4/5] comedi: vmk80xx: fix bulk-buffer overflow
` [PATCH 5/5] comedi: vmk80xx: fix bulk and interrupt message timeouts

[dpdk-dev] [PATCH] dma/idxd: fix truncated error code in status check
 2021-10-26 14:20 UTC 

[PATCH v2 0/4] Add blk_validate_block_size() helper for drivers to validate block size
 2021-10-26 14:32 UTC  (4+ messages)
` [PATCH v2 4/4] virtio-blk: Use blk_validate_block_size() "

[PATCH] selftests/bpf: fix fclose/pclose mismatch
 2021-10-26 14:34 UTC 

[PATCH v5 00/26] fdt: Make OF_BOARD a boolean option
 2021-10-26 14:31 UTC  (4+ messages)
` [PATCH v5 02/26] doc: Add documentation about devicetree usage

please revert the UFS HPB support
 2021-10-26 14:05 UTC  (8+ messages)
              `  "

[dpdk-dev] [PATCH 0/4] iavf: add iAVF IPsec inline crypto support
 2021-10-26 13:56 UTC  (9+ messages)
` [dpdk-dev] [PATCH v12 0/7] "
  ` [dpdk-dev] [PATCH v12 1/7] common/iavf: "
  ` [dpdk-dev] [PATCH v12 2/7] net/iavf: rework tx path
  ` [dpdk-dev] [PATCH v12 3/7] net/iavf: add support for asynchronous virt channel messages
  ` [dpdk-dev] [PATCH v12 4/7] net/iavf: add iAVF IPsec inline crypto support
  ` [dpdk-dev] [PATCH v12 5/7] net/iavf: add xstats support for inline IPsec crypto
  ` [dpdk-dev] [PATCH v12 6/7] net/iavf: add watchdog for VFLR
  ` [dpdk-dev] [PATCH v12 7/7] net/iavf: update doc with inline crypto support

[PATCH] audit: correct the AUDIT_DM_CTRL and AUDIT_DM_EVENT numbering
 2021-10-26 14:22 UTC  (4+ messages)
  ` [dm-devel] "

[oe] node 12 on dunfell memory leaks
 2021-10-26 14:31 UTC 

[PATCH ima-evm-utils 1/2] switch to using crun for podman
 2021-10-26 14:30 UTC  (3+ messages)
` [PATCH ima-evm-utils 2/2] upgrade to glibc-2.34 uses clone3 causing CI to fail

linux-next: manual merge of the audit tree with the powerpc tree
 2021-10-26 14:27 UTC  (4+ messages)

[PATCH v2] staging: rtl8723bs: core: Refactor nested if-else
 2021-10-26 14:30 UTC  (4+ messages)
` [Outreachy kernel] "

[PATCH] MAINTAINERS: please remove myself from the Prestera driver
 2021-10-26 14:30 UTC  (2+ messages)

Upcoming merge conflict between ftrace and s390 trees
 2021-10-26 14:29 UTC  (3+ messages)

[PATCH v5 0/4] Rectify file references for dt-bindings in MAINTAINERS
 2021-10-26 14:19 UTC  (5+ messages)
` [PATCH v5 1/4] MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE
` [PATCH v5 2/4] MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER
` [PATCH v5 3/4] MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVER
` [PATCH v5 4/4] MAINTAINERS: rectify entry for ALLWINNER HARDWARE SPINLOCK SUPPORT

[PATCH V2 mlx5-next 00/14] Add mlx5 live migration driver
 2021-10-26 14:29 UTC  (12+ messages)
` [PATCH V2 mlx5-next 12/14] vfio/mlx5: Implement vfio_pci driver for mlx5 devices

[PATCH v3] i386: docs: Briefly describe KVM PV features
 2021-10-26 14:12 UTC  (2+ messages)

[PATCH v4 0/8] tracing: Extend histogram triggers expression parsing
 2021-10-26 14:28 UTC  (4+ messages)
` [PATCH v4 7/8] tracing/selftests: Add tests for hist trigger "

[PATCH mptcp-net v2] mptcp: fix corrupt receiver key in MPC + data + checksum
 2021-10-26 14:27 UTC 

[PATCH net-next 0/8] Bridge FDB refactoring
 2021-10-26 14:27 UTC  (9+ messages)
` [PATCH net-next 1/8] net: bridge: remove fdb_notify forward declaration
` [PATCH net-next 2/8] net: bridge: remove fdb_insert "
` [PATCH net-next 3/8] net: bridge: rename fdb_insert to fdb_add_local
` [PATCH net-next 4/8] net: bridge: rename br_fdb_insert to br_fdb_add_local
` [PATCH net-next 5/8] net: bridge: reduce indentation level in fdb_create
` [PATCH net-next 6/8] net: bridge: move br_fdb_replay inside br_switchdev.c
` [PATCH net-next 7/8] net: bridge: create a common function for populating switchdev FDB entries
` [PATCH net-next 8/8] net: switchdev: merge switchdev_handle_fdb_{add,del}_to_device

29b51054ec: stress-ng.vm-rw.ops_per_sec 81.4% improvement
 2021-10-26 14:28 UTC 

pm/testing build: 7 builds: 0 failed, 7 passed, 1 warning (v5.15-rc7-95-g5ae5ac40021d)
 2021-10-26 14:28 UTC 

[syzbot] upstream test error: BUG: sleeping function called from invalid context in stack_depot_save
 2021-10-26 14:27 UTC  (3+ messages)

[1.52][PATCH 0/2] Review request
 2021-10-26 14:06 UTC  (3+ messages)
` [1.52][PATCH 1/2] tests/runqueue: Ensure hashserv exits before deleting files
` [1.52][PATCH 2/2] bitbake-worker: Add debug when unpickle fails

[PATCH] nvme-tcp: fix possible req->offset corruption
 2021-10-26 14:27 UTC  (2+ messages)

[RFC 2/3] mm/vmalloc: add support for __GFP_NOFAIL
 2021-10-26 14:25 UTC  (13+ messages)

[PATCH v2] hvf: arm: Ignore cache operations on MMIO
 2021-10-26  9:34 UTC  (2+ messages)

[PATHC bpf v2] tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict function
 2021-10-26 14:26 UTC  (2+ messages)

[PATCH v3 03/34] component: Introduce the aggregate bus_type
 2021-10-26 14:02 UTC  (2+ messages)

[PATCH RESEND] tools/build: drop slang include path in test-all
 2021-10-26 14:25 UTC  (3+ messages)

[PATCH] drm/msm/dpu: Remove commit and its uses in dpu_crtc_set_crc_source()
 2021-10-26 14:24 UTC 

[PATCH v1 1/1] lib/vsprintf.c: Amend static asserts for format specifier flags
 2021-10-26 14:03 UTC 

[LTP] [PATCH v1 06/11] lapi/quotactl.h: Add fallback for quotactl_fd
 2021-10-26 14:26 UTC  (10+ messages)
` [LTP] [PATCH v1 07/11] syscalls/quotactl08: Test quoatctl01 but quota info hidden in filesystem
` [LTP] [PATCH v1 08/11] syscalls/quotaclt02, 5: Add quotactl_fd test variant
` [LTP] [PATCH v1 09/11] syscalls/quotactl03: "
` [LTP] [PATCH v1 10/11] syscalls/quotactl04: "

[meta-security][PATCH 1/4] opendnssec: blacklist do to ldns being blacklisted
 2021-10-26 14:24 UTC  (4+ messages)
` [meta-security][PATCH 2/4] apparmor: Add a python 3.10 compatability patch
` [meta-security][PATCH 3/4] tpm2-tools: update to 5.2
` [meta-security][PATCH 4/4] openssl-tpm-engine: fix build issue with openssl 3

[PATCH 0/3] KVM: x86/mmu: Clean up kvm_zap_gfn_range()
 2021-10-26 14:22 UTC  (5+ messages)
` [PATCH 2/3] KVM: x86/mmu: Drop a redundant remote TLB flush in kvm_zap_gfn_range()

RFC: A partition for grubenv, etc
 2021-10-26 14:22 UTC  (8+ messages)

[kvm-unit-tests PATCH v3 0/2] Add specification exception tests
 2021-10-26 14:22 UTC  (4+ messages)
` [kvm-unit-tests PATCH v3 2/2] s390x: Test specification exceptions during transaction

[PATCH u-boot-marvell 00/13] Yet another kwboot improvements
 2021-10-26 14:21 UTC  (12+ messages)

[PATCH net-next 0/2] DSA preparations for FDB isolation between bridges
 2021-10-26 14:20 UTC  (2+ messages)

[PATCH net-next 0/3] Introduce supported interfaces bitmap
 2021-10-26 14:20 UTC  (2+ messages)

[PATCH] net: lan78xx: fix division by zero in send path
 2021-10-26 14:20 UTC  (2+ messages)

[RFC v2] mac80211: fix rx blockack session race condition
 2021-10-26 14:19 UTC 

[PATCH 1/3] perf tests: Fix record+script_probe_vfs_getname.sh /tmp cleanup
 2021-10-26 14:18 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: net: qcom,ipa: describe IPA v4.5 interconnects
 2021-10-26 14:17 UTC  (4+ messages)

[GIT PULL] firmware: arm_ffa: Updates for 5.16
 2021-10-26 14:15 UTC  (3+ messages)

[PATCH 00/16] fdt: Make OF_BOARD a boolean option
 2021-10-26  6:46 UTC  (11+ messages)

[PATCH] xen,xen-tools: update xen to new releases
 2021-10-26 14:14 UTC  (3+ messages)
` [meta-virtualization] "

[PATCH] rtc: x86: amd-pmc: fix build failure with CONFIG_RTC_SYSTOHC=n
 2021-10-26 14:12 UTC 

[PATCH] kselftests: ftrace: limit the executing time by reading from cached trace
 2021-10-26 14:13 UTC  (11+ messages)

filesystem corrupt - error -117
 2021-10-26 14:12 UTC  (7+ messages)

[RFC 0/2] tls: add macros for coroutine-safe TLS variables
 2021-10-26 14:10 UTC  (5+ messages)
` [RFC 1/2] "

[dpdk-dev] [v3] cryptodev: add telemetry endpoint for cryptodev capabilities
 2021-10-26 14:12 UTC  (3+ messages)
` [dpdk-dev] [v5] "

[Question] ext4/xfs: Default behavior changed after per-file DAX
 2021-10-26 14:12 UTC 

[PATCH] video: fbdev: cirrusfb: check pixclock to avoid divide by zero
 2021-10-26 14:11 UTC  (6+ messages)

[PATCH] media: docs: dev-decoder: add restrictions about CAPTURE buffers
 2021-10-26 14:11 UTC  (2+ messages)

bitbake core-image-minimal struck at [ Initialising tasks: 44% ]
 2021-10-26 14:12 UTC 

[PATCH 0/2] timers/nohz fixes
 2021-10-26 14:10 UTC  (3+ messages)
` [PATCH 1/2 RESEND] timers/nohz: Last resort update jiffies on nohz_full IRQ entry
` [PATCH 2/2] sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_full

[dpdk-dev] [v7] crypto/cnxk: add telemetry endpoints to cryptodev
 2021-10-26 14:10 UTC  (3+ messages)
` [dpdk-dev] [v8] "

[Intel-gfx] [PATCH] drm/i915/dp: fix integer overflow in 128b/132b data rate calculation
 2021-10-26 14:10 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915/dp: fix integer overflow in 128b/132b data rate calculation (rev3)

[meta-freescale] linux-fsl 5.10 kernels don't appear to have multi-lane in sound/soc/fsl/fsl_sai.c
 2021-10-26 14:10 UTC 

[PATCH net-next] ifb: Depend on netfilter alternatively to tc
 2021-10-26 14:10 UTC  (2+ messages)

[PATCH net-next v6] mctp: Implement extended addressing
 2021-10-26 14:10 UTC  (2+ messages)

[PATCH 1/2] net: ax88796c: Fix clang -Wimplicit-fallthrough in ax88796c_set_mac()
 2021-10-26 14:10 UTC  (2+ messages)

[PATCH v3 1/2] PCI: MCFG: Consolidate the separate PCI MCFG table entry list
 2021-10-26 14:08 UTC  (4+ messages)

[PATCH net-next] netdevsim: Register and unregister devlink traps on probe/remove device
 2021-10-26 14:09 UTC  (10+ messages)

[PATCH] drm/i915/dmabuf: include asm/smp.h for cache operations
 2021-10-26 14:09 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[LTP] [PATCH v1 01/11] syscalls/quotactl01: Also test with vfsv1 format
 2021-10-26 14:09 UTC  (5+ messages)
` [LTP] [PATCH v1 04/11] syscalls/quotactl[3, 5, 7]: Add docparse formatting
` [LTP] [PATCH v1 05/11] lapi/syscalls: Add syscall number for quotactl_fd

[PATCH v2] generic-loader: check that binary file target location exists
 2021-10-26 14:03 UTC 

[GIT PULL] More Qualcomm driver updates for v5.16
 2021-10-26 14:07 UTC  (3+ messages)

[PATCH memcg v2 2/2] memcg: prohibit unconditional exceeding the limit of dying tasks
 2021-10-26 14:07 UTC  (7+ messages)
  ` [PATCH memcg v3 2/3] mm, oom: do not trigger out_of_memory from the #PF

linux-fsl 5.10 kernels don't appear to have multi-lane in sound/soc/fsl/fsl_sai.c
 2021-10-26 14:07 UTC 

[PATCH] configs: sama5d2 boards: add DM and GPIO commands
 2021-10-26 14:06 UTC 

[PATCH 1/3] refscale: simplify the errexit checkpoint
 2021-10-26 14:06 UTC  (4+ messages)
` [PATCH 3/3] refscale: always log the error message

Upcoming merge conflict between akpm-current/current and s390 trees
 2021-10-26 14:05 UTC 

[PATCH 0/3] bundle-uri: "dumb" static CDN offloading, spec & server implementation
 2021-10-26 14:05 UTC  (3+ messages)
` [PATCH 3/3] bundle-uri client: add "bundle-uri" parsing + tests

[PATCH v2] sstate: fix touching files inside pseudo
 2021-10-26 14:05 UTC  (4+ messages)
` [OE-core] "

[PATCH] arm64: Kconfig: Enable MCT timer for ARCH_EXYNOS
 2021-10-26 14:03 UTC  (3+ messages)

[RFC] mac80211: fix rx blockack session race condition
 2021-10-26 14:04 UTC 

[PATCH] dma-buf: st: fix error handling in test_get_fences()
 2021-10-26 14:04 UTC  (2+ messages)

[PATCH] cpufreq: intel_pstate: Fix cpu->pstate.turbo_freq initialization
 2021-10-26 14:03 UTC  (2+ messages)

[PATCH v6 00/12] extend task comm from 16 to 24
 2021-10-26 14:02 UTC  (7+ messages)
` [PATCH v6 08/12] tools/bpf/bpftool/skeleton: make it adopt to task comm size change

[PATCH] lib: zstd: Add cast to silence clang's -Wbitwise-instead-of-logical
 2021-10-26 14:02 UTC  (4+ 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.