All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-18 14:56:12 to 2021-06-18 15:27:42 UTC [more...]

[PATCH] afs: fix no return statement in function returning non-void
 2021-06-18 15:23 UTC  (11+ messages)

[RESEND PATCH 00/12] golang/xenlight: domain life cycle support
 2021-06-18 15:26 UTC  (11+ messages)
` [RESEND PATCH 07/12] golang/xenlight: add logging conveniences for within xenlight
` [RESEND PATCH 08/12] golang/xenlight: add functional options to configure Context
` [RESEND PATCH 11/12] golang/xenlight: do not negate ret when converting to Error

[tty:tty-testing 218/218] drivers/tty/serial/serial_cortina-access.c:469:6: warning: no previous prototype for 'cortina_console_write'
 2021-06-18 15:26 UTC 

[PATCH v16 00/99] arm tcg/kvm refactor and split with kvm only support
 2021-06-18 15:25 UTC  (4+ messages)
` [PATCH v16 63/99] tests/qtest: skip bios-tables-test test_acpi_oem_fields_virt for KVM

[patch V3 00/66] x86/fpu: Spring cleaning and PKRU sanitizing
 2021-06-18 14:19 UTC  (67+ messages)
` [patch V3 01/66] x86/fpu: x86/fpu: Preserve supervisor states in sanitize_restored_user_xstate()
` [patch V3 02/66] x86/fpu: Make init_fpstate correct with optimized XSAVE
` [patch V3 03/66] x86/fpu: Fix copy_xstate_to_kernel() gap handling
` [patch V3 04/66] x86/pkeys: Revert a5eff7259790 ("x86/pkeys: Add PKRU value to init_fpstate")
` [patch V3 05/66] x86/fpu: Mark various FPU states __ro_after_init
` [patch V3 06/66] x86/fpu: Make xfeatures_mask_all __ro_after_init
` [patch V3 07/66] x86/fpu: Get rid of fpu__get_supported_xfeatures_mask()
` [patch V3 08/66] x86/fpu: Remove unused get_xsave_field_ptr()
` [patch V3 09/66] x86/fpu: Move inlines where they belong
` [patch V3 10/66] x86/fpu: Limit xstate copy size in xstateregs_set()
` [patch V3 11/66] x86/fpu: Sanitize xstateregs_set()
` [patch V3 12/66] x86/fpu: Reject invalid MXCSR values in copy_kernel_to_xstate()
` [patch V3 13/66] x86/fpu: Simplify PTRACE_GETREGS code
` [patch V3 14/66] x86/fpu: Rewrite xfpregs_set()
` [patch V3 15/66] x86/fpu: Fail ptrace() requests that try to set invalid MXCSR values
` [patch V3 16/66] x86/fpu: Clean up fpregs_set()
` [patch V3 17/66] x86/fpu: Make copy_xstate_to_kernel() usable for [x]fpregs_get()
` [patch V3 18/66] x86/fpu: Use copy_xstate_to_uabi_buf() in xfpregs_get()
` [patch V3 19/66] x86/fpu: Use copy_xstate_to_uabi_buf() in fpregs_get()
` [patch V3 20/66] x86/fpu: Remove fpstate_sanitize_xstate()
` [patch V3 21/66] x86/fpu/regset: Move fpu__read_begin() into regset
` [patch V3 22/66] x86/fpu: Move fpu__write_begin() to regset
` [patch V3 23/66] x86/fpu: Get rid of using_compacted_format()
` [patch V3 24/66] x86/kvm: Avoid looking up PKRU in XSAVE buffer
` [patch V3 25/66] x86/fpu: Cleanup arch_set_user_pkey_access()
` [patch V3 26/66] x86/fpu: Get rid of copy_supervisor_to_kernel()
` [patch V3 27/66] x86/fpu: Rename copy_xregs_to_kernel() and copy_kernel_to_xregs()
` [patch V3 28/66] x86/fpu: Rename copy_user_to_xregs() and copy_xregs_to_user()
` [patch V3 29/66] x86/fpu: Rename fxregs related copy functions
` [patch V3 30/66] x86/fpu: Rename fregs "
` [patch V3 31/66] x86/fpu: Rename xstate copy functions which are related to UABI
` [patch V3 32/66] x86/fpu: Deduplicate copy_uabi_from_user/kernel_to_xstate()
` [patch V3 33/66] x86/fpu: Rename copy_fpregs_to_fpstate() to save_fpregs_to_fpstate()
` [patch V3 34/66] x86/fpu: Get rid of the FNSAVE optimization
` [patch V3 35/66] x86/fpu: Rename copy_kernel_to_fpregs() to restore_fpregs_from_kernel()
` [patch V3 36/66] x86/fpu: Rename initstate copy functions
` [patch V3 37/66] x86/fpu: Rename "dynamic" XSTATEs to "independent"
` [patch V3 38/66] x86/fpu/xstate: Sanitize handling of independent features
` [patch V3 39/66] x86/pkeys: Move read_pkru() and write_pkru()
` [patch V3 40/66] x86/fpu: Rename and sanitize fpu__save/copy()
` [patch V3 41/66] x86/cpu: Sanitize X86_FEATURE_OSPKE
` [patch V3 42/66] x86/pkru: Provide pkru_get_init_value()
` [patch V3 43/66] x86/pkru: Provide pkru_write_default()
` [patch V3 44/66] x86/cpu: Write the default PKRU value when enabling PKE
` [patch V3 45/66] x86/fpu: Use pkru_write_default() in copy_init_fpstate_to_fpregs()
` [patch V3 46/66] x86/fpu: Rename fpu__clear_all() to fpu_flush_thread()
` [patch V3 47/66] x86/fpu: Clean up the fpu__clear() variants
` [patch V3 48/66] x86/fpu: Rename __fpregs_load_activate() to fpregs_restore_userregs()
` [patch V3 49/66] x86/fpu: Move FXSAVE_LEAK quirk info __copy_kernel_to_fpregs()
` [patch V3 50/66] x86/fpu: Rename xfeatures_mask_user() to xfeatures_mask_uabi()
` [patch V3 51/66] x86/fpu: Dont restore PKRU in fpregs_restore_userspace()
` [patch V3 52/66] x86/fpu: Add PKRU storage outside of task XSAVE buffer
` [patch V3 53/66] x86/fpu: Hook up PKRU into ptrace()
` [patch V3 54/66] x86/fpu: Mask PKRU from kernel XRSTOR[S] operations
` [patch V3 55/66] x86/fpu: Remove PKRU handling from switch_fpu_finish()
` [patch V3 56/66] x86/fpu: Dont store PKRU in xstate in fpu_reset_fpstate()
` [patch V3 57/66] x86/pkru: Remove xstate fiddling from write_pkru()
` [patch V3 58/66] x86/fpu: Mark init_fpstate __ro_after_init
` [patch V3 59/66] x86/fpu/signal: Move initial checks into fpu__sig_restore()
` [patch V3 60/66] x86/fpu/signal: Remove the legacy alignment check
` [patch V3 61/66] x86/fpu/signal: Sanitize the xstate check on sigframe
` [patch V3 62/66] x86/fpu/signal: Sanitize copy_user_to_fpregs_zeroing()
` [patch V3 63/66] x86/fpu/signal: Split out the direct restore code
` [patch V3 64/66] x86/fpu: Return proper error codes from user access functions
` [patch V3 65/66] x86/fpu/signal: Handle #PF in the direct restore path
` [patch V3 66/66] x86/fpu/signal: Let xrstor handle the features to init

[igt-dev] [PATCH i-g-t 0/4] IGT Patches Jun 18, 2021
 2021-06-18 15:24 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH v2] dt-bindings: serial: Move omap-serial.txt to YAML schema
 2021-06-18 15:22 UTC  (5+ messages)

[PATCH 0/5] allow xc_domain_maximum_gpfn() to observe full GFN value
 2021-06-18 15:24 UTC  (10+ messages)
` [PATCH 3/5] libxencall: introduce variant of xencall2() returning long
` [PATCH 4/5] libxc: use multicall for memory-op on Linux (and Solaris)
` [PATCH 5/5] libxc: make xc_domain_maximum_gpfn() endianness-agnostic

WireGuard is broken on iOS 15 beta
 2021-06-16 13:25 UTC  (3+ messages)

Correct interpretation of VF link-state=auto
 2021-06-18 15:21 UTC  (2+ messages)

Maintainers / Kernel Summit 2021 planning kick-off
 2021-06-18 15:23 UTC  (18+ messages)

[PATCH V4,0/3] mm: compaction: proactive compaction trigger by user
 2021-06-18 15:18 UTC  (4+ messages)
` [PATCH V4 1/3] mm: compaction: optimize proactive compaction deferrals
` [PATCH V4 2/3] mm: compaction: support triggering of proactive compaction by user
` [PATCH V4 3/3] mm: compaction: fix wakeup logic of proactive compaction

[PATCH] Send hostname as part of DHCP request
 2021-06-18 15:22 UTC  (2+ messages)

[PATCH 0/2] arm64: insn: cleanups
 2021-06-18 15:18 UTC  (4+ messages)
` [PATCH 2/2] arm64: insn: move AARCH64_INSN_SIZE into <asm/insn.h>

[linux-next:master 5946/11253] ld.lld: error: undefined symbol: reset_controller_register
 2021-06-18 15:20 UTC  (13+ messages)

[PATCH v1 1/7] irqchip: Switch to bitmap_zalloc()
 2021-06-18 15:16 UTC  (14+ messages)
` [PATCH v1 2/7] irqchip/alpine-msi: "
` [PATCH v1 3/7] irqchip/gic-v2m: "
` [PATCH v1 4/7] irqchip/gic-v3: "
` [PATCH v1 5/7] irqchip/ls-scfg-msi: Switch to devm_bitmap_zalloc()
` [PATCH v1 6/7] irqchip/mvebu-gicp: "
` [PATCH v1 7/7] irqchip/mvebu-odmi: Switch to bitmap_zalloc()

GICv3 for MTTCG
 2021-06-18 15:18 UTC  (5+ messages)

[PATCH] x86/mm: avoid truncating memblocks for SGX memory
 2021-06-18 15:19 UTC  (2+ messages)

[PATCH 0/4][v2] btrfs: commit the transaction unconditionally for ensopc
 2021-06-18 15:18 UTC  (5+ messages)
` [PATCH 1/4] btrfs: rip out may_commit_transaction
` [PATCH 2/4] btrfs: remove FLUSH_DELAYED_REFS from data enospc flushing
` [PATCH 3/4] btrfs: rip the first_ticket_bytes logic from fail_all_tickets
` [PATCH 4/4] btrfs: rip out ->total_bytes_pinned

[suggestion] support non-negative float number in git-repack --max-pack-size
 2021-06-18 15:18 UTC  (8+ messages)
    ` [PATCH] doc: warn people against --max-pack-size

[PATCH 0/6] dma-buf: Add an API for exporting sync files (v12)
 2021-06-18 15:17 UTC  (9+ messages)
` [Mesa-dev] "

[PATCH net] vrf: do not push non-ND strict packets with a source LLA through packet taps again
 2021-06-18 15:15 UTC 

[PATCH u-boot v2019.04-aspeed-openbmc] configs: aspeed-common: Add redundant env for mmc
 2021-06-18 15:14 UTC 

Plan for /dev/ioasid RFC v2
 2021-06-18 15:15 UTC  (12+ messages)

[PATCH] mm/percpu: Fix gfp flag in pcpu_balance_populated
 2021-06-18 15:14 UTC 

[PATCH -V8 00/10] Migrate Pages in lieu of discard
 2021-06-18 15:14 UTC  (3+ messages)
` [PATCH -V8 02/10] mm/numa: automatically generate node migration order

[PATCH V2 2/2] net: fec: add ndo_select_queue to fix TX bandwidth fluctuations
 2021-06-18 15:11 UTC  (3+ messages)

[PATCH 0/7] target/arm: Fix FPCXT_NS accesses when FPU disabled
 2021-06-18 15:10 UTC  (5+ messages)
` [PATCH 1/7] target/arm/translate-vfp.c: Whitespace fixes
` [PATCH 2/7] target/arm: Handle FPU being disabled in FPCXT_NS accesses

[PATCH] arm64: PCI: Enable SMC conduit
 2021-06-18 15:10 UTC  (10+ messages)

[PATCH v5] arm64: mte: allow async MTE to be upgraded to sync on a per-CPU basis
 2021-06-18 15:09 UTC  (3+ messages)

[PATCH] PCI: dwc: meson add quirk
 2021-06-18 15:08 UTC  (6+ messages)

[PATCH bpf v2] xsk: fix broken Tx ring validation
 2021-06-18 15:10 UTC  (2+ messages)

[PATCH bpf v2] bpf: fix libelf endian handling in resolv_btfids
 2021-06-18 15:10 UTC  (2+ messages)

[PATCH 1/2] ASoC: atmel-i2s: Set symmetric sample bits
 2021-06-18 15:07 UTC  (6+ messages)
` [PATCH 2/2] ASoC: atmel-i2s: Fix usage of capture and playback at the same time

[PATCH 0/6] Region creation
 2021-06-18 15:07 UTC  (6+ messages)
` [PATCH 1/6] cxl/region: Add region creation ABI
` [PATCH 2/6] cxl: Move cxl_memdev conversion helper to mem.h

[jirislaby:devel 118/123] drivers/video/fbdev/vga16fb.c:1324:29: sparse: sparse: incorrect type in assignment (different address spaces)
 2021-06-18 15:07 UTC 

[PATCH 0/3] perf probe: Boot time tracing support
 2021-06-18 15:07 UTC  (4+ messages)
` [PATCH 3/3] perf/probe: Add --bootconfig to output definition in bootconfig format

[PATCH 1/3] station: Remove diagnostics interface reliably
 2021-06-18 15:07 UTC  (2+ messages)

[PATCH Part1 RFC v3 00/22] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-06-18 15:05 UTC  (5+ messages)
` [PATCH Part1 RFC v3 20/22] x86/boot: Add Confidential Computing address to setup_header

[PATCH 3/3] station: Stop periodic scan when netdev connected
 2021-06-18 15:05 UTC  (2+ messages)

[PATCH v3 0/8] ASoC: tidyup snd_soc_of_parse_daifmt()
 2021-06-18 15:04 UTC  (3+ messages)
` [PATCH v3 4/8] ASoC: atmel: switch to use snd_soc_daifmt_parse_format/clock_provider()

[PATCH v11 00/18] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-06-18 15:04 UTC  (4+ messages)
` [PATCH v11 11/18] virtio/vsock: dequeue callback for SOCK_SEQPACKET

[PATCH 0/2] target/mips: Simplify MSA decodetree
 2021-06-18 15:03 UTC  (5+ messages)
` [PATCH 1/2] target/mips: Remove pointless gen_msa()
` [PATCH 2/2] target/mips: Merge msa32/msa64 decodetree definitions

[PATCH v3 0/2] semihosting/next (SYS_HEAPINFO)
 2021-06-18 15:01 UTC  (5+ messages)
` [PATCH v3 1/2] semihosting/arm-compat: replace heuristic for softmmu SYS_HEAPINFO

[igt-dev] [PATCH i-g-t] i915: Handle the case where legacy mmap is not available
 2021-06-18 15:02 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for i915: Handle the case where legacy mmap is not available (rev3)

[RFC PATCH 0/5] Introduce memdev driver
 2021-06-18 15:00 UTC  (3+ messages)
` [RFC PATCH 4/5] cxl/pci: Export CXL DVSEC functionality

[PATCH v4] drm/i915: Document the Virtual Engine uAPI
 2021-06-18 15:00 UTC  (2+ messages)
` [Intel-gfx] "

[soc:tegra/memory 19/20] aarch64-linux-gnu-ld: Unexpected GOT/PLT entries detected!
 2021-06-18 14:58 UTC  (6+ messages)

[PATCH 2/3] station: Check if busy in station_get_diagnostics
 2021-06-18 15:00 UTC  (2+ messages)

[PATCH v7 4/5] printk: Userspace format indexing support
 2021-06-18 15:00 UTC  (5+ messages)

[PATCH v2 0/3] Add R5F nodes on TI K3 AM64x SoCs
 2021-06-18 14:58 UTC  (3+ messages)

[PATCH] s390/vfio-ap: Fix module unload memory leak of matrix_dev
 2021-06-18 14:59 UTC  (4+ messages)

[PATCH bpf] xsk: fix missing validation for skb and unaligned mode
 2021-06-18 15:00 UTC  (2+ messages)

[PATCHSET 0/2] xfs: various small fixes
 2021-06-18 14:59 UTC  (4+ messages)
` [PATCH 1/2] xfs: fix type mismatches in the inode reclaim functions

[PATCHSET v7 00/16] xfs: deferred inode inactivation
 2021-06-18 14:58 UTC  (10+ messages)
` [PATCH 06/16] xfs: defer inode inactivation to a workqueue

[PATCH v2] mm/gup: fix try_grab_compound_head() race with split_huge_page()
 2021-06-18 14:58 UTC  (6+ messages)

[PATCH v3 0/2] allow blk-zoned ioctls without CAP_SYS_ADMIN
 2021-06-18 14:49 UTC  (5+ messages)
  ` [PATCH v3 1/2] blk-zoned: allow zone management send operations "
  ` [PATCH v3 2/2] blk-zoned: allow BLKREPORTZONE "

[PATCH] net: ethernet: aeroflex: fix UAF in greth_of_remove
 2021-06-18 14:57 UTC  (2+ messages)

The problem about arm64: io: Relax implicit barriers in default I/O accessors
 2021-06-18 14:56 UTC  (6+ messages)
        ` [EXT] "

[PATCH 1/2] DM_USB: allow building without OF_CONTROL
 2021-06-18 14:57 UTC  (2+ messages)
` [PATCH 2/2] Nokia RX-51: Enable CONFIG_DM_USB to remove deprecation warning

[TF-A] Proposal: TF-A to adopt hand-off blocks (HOBs) for information passing between boot stages
 2021-06-18 14:43 UTC  (11+ messages)

[linux-next:master 5946/11253] mc.c:undefined reference to `reset_controller_register'
 2021-06-18 14:56 UTC  (3+ messages)

i.MX6UL: U-boot 2018.03 instability issue
 2021-06-18 10:17 UTC 

[PATCH] ARM: bcm283x: change the virtual address of the XHCI PCI device base
 2021-06-18  9:00 UTC  (2+ messages)

[PATCH] Avoid adding the same dataflash for the second time
 2021-06-18  8:48 UTC 

[docs] [PATCH v2] manuals: fix issues related to trailing dots
 2021-06-18 14:56 UTC 

[PATCH v2] docs/system/arm: Document which architecture extensions we emulate
 2021-06-18 14:55 UTC  (2+ messages)

[PATCH v2 0/3] some improvements for lockdep
 2021-06-18 14:55 UTC  (2+ messages)
` [PATCH v2 3/3] locking/lockdep: Print possible warning after counting deps


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.