linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-26 12:49:39 to 2022-08-26 15:36:05 UTC [more...]

[PATCH v12 00/10] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-26 15:34 UTC  (8+ messages)
` [PATCH v12 02/10] btf: Handle dynamic pointer parameter in kfuncs

[PATCH 0/2] um: Fix compiler warnings on x86
 2022-08-26 15:29 UTC 

[PATCH v2 0/3] iommu: Retire detach_dev callback
 2022-08-26 15:34 UTC  (3+ messages)
` [PATCH v2 1/3] iommu: Replace detach_dev with real blocking domains

[PATCH] ACPI: docs: enumeration: Fix a few typos and wording mistakes
 2022-08-26 15:31 UTC  (2+ messages)

[PATCH/RFC 00/10 v5] Improve scalability of directory operations
 2022-08-26 15:31 UTC  (4+ messages)
` [PATCH 10/10] NFS: support parallel updates in the one directory

[PATCH 2/2] um: Cleanup compiler warning in arch/x86/um/tls_32.c
 2022-08-26 15:29 UTC 

[PATCH 1/2] um: Cleanup syscall_handler_t cast in syscalls_32.h
 2022-08-26 15:29 UTC 

[PATCH v1 0/5] KVM: arm64: Enable ring-based dirty memory tracking
 2022-08-26 15:28 UTC  (9+ messages)
` [PATCH v1 1/5] "

[PATCH v2 0/2] soc: mediatek: Cleanups for MediaTek SVS driver
 2022-08-26 15:27 UTC  (2+ messages)

[PATCH v4] x86/sgx: Do not consider unsanitized pages an error
 2022-08-26 15:25 UTC  (3+ messages)

[PATCH] selftests/bpf: Fix bind{4,6} tcp/socket header type conflict
 2022-08-26 15:25 UTC  (8+ messages)

[PATCH v5 0/4] Introduce security_create_user_ns()
 2022-08-26 15:24 UTC  (22+ messages)

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-26 15:19 UTC  (6+ messages)
` [PATCH v7 01/14] mm: Add F_SEAL_AUTO_ALLOCATE seal to memfd
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions

USB DAC broken since commit bf6313a0ff766925462e97b4e733d5952de02367 (5.10.0-rc5)
 2022-08-26 15:20 UTC  (6+ messages)
      ` [PATCH] "

[PATCH] iio:accel:dmard06: Optimize when CONFIG_OF isn't set
 2022-08-26 15:18 UTC  (4+ messages)

[PATCH] drivers/perf: riscv_pmu_sbi: add perf_user_access sysctl
 2022-08-26 15:15 UTC 

[PATCH] ntfs: change check order in ntfs_attr_find
 2022-08-26 15:15 UTC  (4+ messages)
  ` [syzbot] KASAN: use-after-free Read "

[PATCH v2] KEYS: asymmetric: Fix ECDSA use via keyctl uapi
 2022-08-26 15:13 UTC  (2+ messages)

[PATCH v2 1/2] clk: qcom: gcc-sc7180: Keep the USB GDSC always on
 2022-08-26 15:12 UTC  (4+ messages)
` [PATCH v2 2/2] clk: qcom: gcc-sc7280: Keep the USB GDSCs "

[PATCH v5 00/44] Add KernelMemorySanitizer infrastructure
 2022-08-26 15:08 UTC  (45+ messages)
` [PATCH v5 01/44] x86: add missing include to sparsemem.h
` [PATCH v5 02/44] stackdepot: reserve 5 extra bits in depot_stack_handle_t
` [PATCH v5 03/44] instrumented.h: allow instrumenting both sides of copy_from_user()
` [PATCH v5 04/44] x86: asm: instrument usercopy in get_user() and put_user()
` [PATCH v5 05/44] asm-generic: instrument usercopy in cacheflush.h
` [PATCH v5 06/44] kmsan: add ReST documentation
` [PATCH v5 07/44] kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
` [PATCH v5 08/44] kmsan: mark noinstr as __no_sanitize_memory
` [PATCH v5 09/44] x86: kmsan: pgtable: reduce vmalloc space
` [PATCH v5 10/44] libnvdimm/pfn_dev: increase MAX_STRUCT_PAGE_SIZE
` [PATCH v5 11/44] kmsan: add KMSAN runtime core
` [PATCH v5 12/44] kmsan: disable instrumentation of unsupported common kernel code
` [PATCH v5 13/44] MAINTAINERS: add entry for KMSAN
` [PATCH v5 14/44] mm: kmsan: maintain KMSAN metadata for page operations
` [PATCH v5 15/44] mm: kmsan: call KMSAN hooks from SLUB code
` [PATCH v5 16/44] kmsan: handle task creation and exiting
` [PATCH v5 17/44] init: kmsan: call KMSAN initialization routines
` [PATCH v5 18/44] instrumented.h: add KMSAN support
` [PATCH v5 19/44] kmsan: unpoison @tlb in arch_tlb_gather_mmu()
` [PATCH v5 20/44] kmsan: add iomap support
` [PATCH v5 21/44] Input: libps2: mark data received in __ps2_command() as initialized
` [PATCH v5 22/44] dma: kmsan: unpoison DMA mappings
` [PATCH v5 23/44] virtio: kmsan: check/unpoison scatterlist in vring_map_one_sg()
` [PATCH v5 24/44] kmsan: handle memory sent to/from USB
` [PATCH v5 25/44] kmsan: add tests for KMSAN
` [PATCH v5 26/44] kmsan: disable strscpy() optimization under KMSAN
` [PATCH v5 27/44] crypto: kmsan: disable accelerated configs "
` [PATCH v5 28/44] kmsan: disable physical page merging in biovec
` [PATCH v5 29/44] block: kmsan: skip bio block merging logic for KMSAN
` [PATCH v5 30/44] kcov: kmsan: unpoison area->list in kcov_remote_area_put()
` [PATCH v5 31/44] security: kmsan: fix interoperability with auto-initialization
` [PATCH v5 32/44] objtool: kmsan: list KMSAN API functions as uaccess-safe
` [PATCH v5 33/44] x86: kmsan: disable instrumentation of unsupported code
` [PATCH v5 34/44] x86: kmsan: skip shadow checks in __switch_to()
` [PATCH v5 35/44] x86: kmsan: handle open-coded assembly in lib/iomem.c
` [PATCH v5 36/44] x86: kmsan: use __msan_ string functions where possible
` [PATCH v5 37/44] x86: kmsan: sync metadata pages on page fault
` [PATCH v5 38/44] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
` [PATCH v5 39/44] x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESS
` [PATCH v5 40/44] x86: kmsan: don't instrument stack walking functions
` [PATCH v5 41/44] entry: kmsan: introduce kmsan_unpoison_entry_regs()
` [PATCH v5 42/44] bpf: kmsan: initialize BPF registers with zeroes
` [PATCH v5 43/44] mm: fs: initialize fsdata passed to write_begin/write_end interface
` [PATCH v5 44/44] x86: kmsan: enable KMSAN builds for x86

kismet: WARNING: unmet direct dependencies detected for CRYPTO_AEAD2 when selected by SEV_GUEST
 2022-08-26 15:08 UTC 

[RFC PATCH 0/2] KVM: VMX: Fix VM entry failure on PT_MODE_HOST_GUEST while host is using PT
 2022-08-26 15:08 UTC  (7+ messages)
` [RFC PATCH 2/2] KVM: VMX: Stop/resume host PT before/after VM entry when PT_MODE_HOST_GUEST

[PATCH] gpio: Allow user to customise maximum number of GPIOs
 2022-08-26 15:08 UTC  (11+ messages)

[PATCH] MAINTAINERS: Add myself as a reviewer for panel-edp.c
 2022-08-26 15:07 UTC  (2+ messages)

[PATCH v11 1/3] x86/tdx: Add TDX Guest attestation interface driver
 2022-08-26 15:06 UTC  (3+ messages)
` [PATCH v11 2/3] selftests: tdx: Test TDX attestation GetReport support
` [PATCH v11 3/3] Documentation/x86: Document TDX attestation process

[PATCH v1] uio: dfl: add IOPLL user-clock feature id
 2022-08-26 15:01 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3 00/10] x86/resctrl: Support for AMD QoS new features and bug fix
 2022-08-26 14:59 UTC  (3+ messages)
` [PATCH v3 03/10] x86/resctrl: Add a new resource type RDT_RESOURCE_SMBA

[PATCH v1 0/3] mm: minor cleanups around NUMA hinting
 2022-08-26 14:59 UTC  (3+ messages)
` [PATCH v1 2/3] mm/gup: use gup_can_follow_protnone() also in GUP-fast

[PATCH] opp: Expose voltage info in debugfs for OPPs w/out explicit regulators
 2022-08-26 14:56 UTC 

[PATCH v2] drm/fourcc: Add missing big-endian XRGB1555 and RGB565 formats
 2022-08-26 13:47 UTC 

[PATCH v12 00/17] iommu: SVA and IOPF refactoring
 2022-08-26 14:56 UTC  (16+ messages)
` [PATCH v12 04/17] PCI: Enable PASID only when ACS RR & UF enabled on upstream path
` [PATCH v12 05/17] iommu: Add attach/detach_dev_pasid iommu interface
` [PATCH v12 07/17] iommu: Try to allocate blocking domain when probing device
` [PATCH v12 08/17] iommu: Make free of iommu_domain_ops optional
` [PATCH v12 09/17] iommu/vt-d: Add blocking domain support
` [PATCH v12 11/17] arm-smmu-v3: "
` [PATCH v12 12/17] arm-smmu-v3/sva: Add SVA "

[PATCH v1 00/35] drm: Analog TV Improvements
 2022-08-26 14:56 UTC  (8+ messages)

[PATCH] usb: core: stop USB enumeration if too many retries
 2022-08-26 14:55 UTC  (2+ messages)

[PATCH v3 1/3] mm/migrate_device.c: Flush TLB while holding PTL
 2022-08-26 14:47 UTC  (8+ messages)
` [PATCH v3 2/3] mm/migrate_device.c: Copy pte dirty bit to page

[PATCH 0/6] Add an asm-generic cpuinfo_op declaration
 2022-08-26 14:47 UTC  (3+ messages)
` [PATCH 5/6] sparc: use the asm-generic version of cpuinfo_op

[PATCH 0/3] serial: Create kserial_rs485 to get rid of padding
 2022-08-26 14:46 UTC  (4+ messages)
` [PATCH 1/3] serial: Rename vars in uart_get_rs485_config()
` [PATCH 2/3] serial: add helpers to copy serial_rs485 from/to userspace
` [PATCH 3/3] serial: Add kserial_rs485 to avoid wasted space due to .padding

WARNING in hif_usb_alloc_rx_urbs/usb_submit_urb
 2022-08-26 14:45 UTC  (5+ messages)

[PATCH 02/31] crypto_pool: Add crypto_pool_reserve_scratch()
 2022-08-26 14:42 UTC  (2+ messages)

[PATCH] mm/mprotect: Only reference swap pfn page if type match
 2022-08-26 14:39 UTC  (4+ messages)

[PATCH 1/1] riscv: enable CD-ROM file systems in defconfig
 2022-08-26 14:36 UTC  (2+ messages)

[PATCH] RDMA/core: remove 'device' argument from rdma_build_skb()
 2022-08-26 14:32 UTC 

[PATCH] Documentation: Fix repeated words in documentation
 2022-08-26 14:33 UTC  (2+ messages)
` [PATCH v2] Remove duplicated 'the' across the whole documentation

linux-next: Signed-off-by missing for commit in the risc-v-fixes tree
 2022-08-26 14:31 UTC  (2+ messages)

mainline build failure for x86_64 allmodconfig with clang
 2022-08-26 14:31 UTC  (11+ messages)

[PATCH v3 06/10] x86/resctrl: Introduce mon_configurable to detect Bandwidth Monitoring Event Configuration
 2022-08-26 14:30 UTC  (2+ messages)

[PATCH v6 0/5] vfio/pci: power management changes
 2022-08-26 14:30 UTC  (8+ messages)
` [PATCH v6 5/5] vfio/pci: Implement VFIO_DEVICE_FEATURE_LOW_POWER_ENTRY_WITH_WAKEUP

[PATCH 0/9] New PolarFire SoC devkit devicetrees & 22.09 reference design updates
 2022-08-26 14:28 UTC  (10+ messages)
` [PATCH 1/9] dt-bindings: riscv: microchip: document icicle reference design
` [PATCH 2/9] dt-bindings: riscv: microchip: document the aries m100pfsevp
` [PATCH 3/9] dt-bindings: riscv: microchip: document the sev kit
` [PATCH 4/9] riscv: dts: microchip: add pci dma ranges for the icicle kit
` [PATCH 5/9] riscv: dts: microchip: move the mpfs' pci node to -fabric.dtsi
` [PATCH 6/9] riscv: dts: microchip: icicle: update pci address properties
` [PATCH 7/9] riscv: dts: microchip: icicle: re-jig fabric peripheral addresses
` [PATCH 8/9] riscv: dts: microchip: add sevkit device tree
` [PATCH 9/9] riscv: dts: microchip: add a devicetree for aries' m100pfsevp

[PATCH 0/2] xen-blk{front,back}: Advertise feature-persistent as user requested
 2022-08-26 14:26 UTC  (3+ messages)
` [PATCH 2/2] xen-blkfront: "

[PATCH -next 0/4] spi: Introduce BPF based SPI mockup controller
 2022-08-26 14:43 UTC  (5+ messages)
` [PATCH -next 1/4] spi: mockup: Add SPI controller testing driver
` [PATCH -next 2/4] spi: mockup: Add writeable tracepoint for spi transfer
` [PATCH -next 3/4] spi: mockup: Add runtime device tree overlay interface
` [PATCH -next 4/4] spi: mockup: Add documentation

[PATCH 0/3] soundwire: Fixes for spurious and missing UNATTACH
 2022-08-26  8:06 UTC  (5+ messages)
` [PATCH 3/3] soundwire: bus: Fix lost UNATTACH when re-enumerating

[PATCH] clk: zynqmp: pll: rectify rate rounding in zynqmp_pll_round_rate
 2022-08-26 14:20 UTC 

[PATCH net-next] phy: lan966x: add support for QUSGMII
 2022-08-26 14:17 UTC 

[PATCH v2 0/2] serial: dz: UART_XMIT_SIZE/WAKEUP_CHARS cleanups
 2022-08-26 14:16 UTC  (4+ messages)
` [PATCH v2 1/2] serial: dz: xmit buffer is UART_XMIT_SIZE'd

[PATCH v3,0/2] Add dpi output format control for MT8186
 2022-08-26 14:13 UTC  (5+ messages)
` [PATCH v3,2/2] drm: mediatek: Adjust the dpi output format to MT8186

[PATCH v2 0/4] thermal: mediatek: Add support for MT8365 SoC
 2022-08-26 14:12 UTC  (13+ messages)
` [PATCH v2 1/4] dt-bindings: thermal: mediatek: add binding documentation "
` [PATCH v2 2/4] thermal: mediatek: add support "
` [PATCH v2 3/4] thermal: mediatek: control buffer enablement tweaks
` [PATCH v2 4/4] thermal: mediatek: add another get_temp ops for thermal sensors

[v1 1/2] drm/msm/disp/dpu1: add dspp support for sc7280
 2022-08-26 14:09 UTC  (5+ messages)
` [v1 2/2] drm/msm/disp/dpu1: enable crtc color management based on encoder topology

[PATCH] wait_on_bit: add an acquire memory barrier
 2022-08-26 14:08 UTC  (9+ messages)
        ` [PATCH v3] "

[PATCH v2] perf sched: Fix memory leaks in __cmd_record
 2022-08-26 14:01 UTC  (2+ messages)

[PATCH] perf stat: Fix L2 Topdown metrics disappear for raw events
 2022-08-26 14:00 UTC 

[syzbot] KASAN: use-after-free Read in __kernfs_remove
 2022-08-26 13:59 UTC 

[PATCH net-next 0/5] net: altera: tse: phylink conversion
 2022-08-26 13:54 UTC  (6+ messages)
` [PATCH net-next 1/5] dt-bindings: net: Convert Altera TSE bindings to yaml
` [PATCH net-next 2/5] net: altera: tse: cosmetic change to use reverse xmas tree ordering
` [PATCH net-next 3/5] net: pcs: add new PCS driver for altera TSE PCS
` [PATCH net-next 4/5] net: altera: tse: convert to phylink
` [PATCH net-next 5/5] dt-bindings: net: altera: tse: add an optional pcs register range

[PATCH v1 0/5] power: domain: Add driver for a PM domain provider which controls
 2022-08-26 13:50 UTC  (8+ messages)

[PATCH v5 0/1] rcu/nocb: Delete local variable 'need_rcu_nocb_mask' in rcu_init_nohz()
 2022-08-26 13:45 UTC  (5+ messages)
` [PATCH v5 1/1] rcu: Simplify the code logic of rcu_init_nohz()

[PATCH] pinctrl/nuvoton: Use 'unsigned int' instead of just 'unsigned'
 2022-08-26 13:46 UTC  (2+ messages)

[PATCH v9 0/8] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
 2022-08-26 13:44 UTC  (4+ messages)
` [PATCH v9 1/8] overflow: Move and add few utility macros into overflow
    ` [Intel-gfx] "

[PATCH 0/2] gpio: Add gpio-latch driver
 2022-08-26 13:41 UTC  (5+ messages)
` [PATCH 1/2] gpio: Add gpio latch driver
` [PATCH 2/2] dt-bindings: gpio: Add gpio-latch binding document

[PATCH v4 0/6] RDMA/rxe: Add RDMA FLUSH operation
 2022-08-26 13:37 UTC  (2+ messages)

[BISECTED][REGRESSION] Kernel 6.0-rcX hangs on resume on Sony Vaio VPCM13M1E
 2022-08-26 13:37 UTC 

[PATCH] dt-bindings: pinctrl: Add missing (unevaluated|additional)Properties on child nodes
 2022-08-26 13:33 UTC  (2+ messages)

[PATCH 1/2] clk: qcom: gcc-sc7180: Keep USB GDSC power domain on when USB wakeup is enabled
 2022-08-26 13:33 UTC  (12+ messages)
` [PATCH 2/2] clk: qcom: gcc-sc7280: Keep USB GDSC power domains "

[PATCH] blk-mq: determine in advance whether batch alloc can be performed
 2022-08-26 13:33 UTC  (2+ messages)

[RFC PATCH] sbitmap: remove unnecessary code in __sbitmap_queue_get_batch
 2022-08-26 13:32 UTC  (2+ messages)

[PATCH v4 0/5] add support for another simatic board
 2022-08-26 13:30 UTC  (9+ messages)
` [PATCH v4 1/5] gpio-f7188x: Add GPIO support for Nuvoton NCT6116

[PATCH v3,1/2] soc: mediatek: Add mmsys func to adapt to dpi output for MT8186
 2022-08-26 13:29 UTC  (4+ messages)

[PATCH v7 0/3] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
 2022-08-26 13:29 UTC  (4+ messages)
` [PATCH v7 1/3] mm/vmstat: Use per cpu variable to track a vmstat discrepancy

[PATCH] pinctrl: amd: Pick some different unicode symbols
 2022-08-26 13:29 UTC  (5+ messages)

[PATCH] gfs2: move from strlcpy with unused retval to strscpy
 2022-08-26 13:28 UTC  (5+ messages)
` [Cluster-devel] "

kernel BUG in gfs2_fill_super
 2022-08-26 13:25 UTC 

[PATCH v8 0/2] Lattice sysCONFIG SPI FPGA manager
 2022-08-26 13:18 UTC  (4+ messages)
` [PATCH v8 1/2] fpga: lattice-sysconfig-spi: add Lattice sysCONFIG "

linux-next: build failure after merge of the pinctrl tree
 2022-08-26 13:18 UTC  (4+ messages)

[PATCH] docs: Update version number from 5.x to 6.x in README.rst
 2022-08-26 13:18 UTC  (4+ messages)

[alobakin:ip_tunnel 4/12] include/net/netlink.h:1907:1: warning: excess elements in array initializer
 2022-08-26 13:17 UTC 

[alobakin:ip_tunnel 4/12] include/linux/bitmap.h:581:33: warning: excess elements in array initializer
 2022-08-26 13:17 UTC 

[syzbot] upstream boot error: BUG: unable to handle kernel paging request in blk_mq_map_swqueue
 2022-08-26 13:15 UTC  (3+ messages)

[PATCH v1] mm: migration: fix the FOLL_GET failure on following huge page
 2022-08-26 13:07 UTC  (10+ messages)
` [PATCH v6 0/2] fix follow_page related issues
  ` [PATCH v6 1/2] mm: migration: fix the FOLL_GET failure on following huge page

[PATCH] .mailmap: update Luca Ceresoli's e-mail address
 2022-08-26 13:05 UTC 

[PATCH v3] arm: configs: Configs that had RPMSG_CHAR now get RPMSG_CTRL
 2022-08-26 13:04 UTC 

[PATCH RFC i2c-master] i2c: microchip: pci1xxxx: Add driver for I2C host controller in multifunction endpoint of pci1xxxx switch
 2022-08-26 13:03 UTC  (8+ messages)

[PATCH v7] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-08-26 13:03 UTC 

[PATCH V2] PCI/ASPM: Save/restore L1SS Capability for suspend/resume
 2022-08-26 13:00 UTC  (12+ messages)

[PATCH v2 0/6] Corrections to cpu map event encoding
 2022-08-26 12:57 UTC  (3+ messages)
` [PATCH v2 4/6] perf cpumap: Fix alignment for masks in "

[PATCH -next] Documentation/hw-vuln: Update spectre doc
 2022-08-26 12:56 UTC  (2+ messages)

[PATCH v4] arm64: defconfig: Config that had RPMSG_CHAR now gets RPMSG_CTRL
 2022-08-26 12:54 UTC 

[PATCH V3] PCI/ASPM: Save/restore L1SS Capability for suspend/resume
 2022-08-26 12:55 UTC 

[PATCH] Add leds-qcom-lpg to leds kernel docs tree
 2022-08-26 12:49 UTC  (2+ messages)


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