public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-04 01:21:29 to 2022-03-04 06:47:13 UTC [more...]

[PATCH v2 0/2] soc: fujitsu: Add A64FX diagnostic interrupt driver
 2022-03-04  6:43 UTC  (3+ messages)
` [PATCH v2 1/2] tty/sysrq: Make sysrq handler NMI aware
` [PATCH v2 2/2] soc: fujitsu: Add A64FX diagnostic interrupt driver

[PATCH] spi: spi-zynq-qspi: Handle error for clk_enable
 2022-03-04  6:46 UTC 

[PATCH V2 0/4] Add tracer tool for AMD P-State driver
 2022-03-04  6:44 UTC  (7+ messages)
` [PATCH V2 1/4] cpufreq: amd-pstate: Add more tracepoint for AMD P-State module
` [PATCH V2 2/4] tools/power/x86/intel_pstate_tracer: make tracer as a module
` [PATCH V2 3/4] tools/power/x86/amd_pstate_tracer: Add tracer tool for AMD P-state
` [PATCH V2 4/4] Documentation: amd-pstate: add tracer tool introduction

Possible regression: unable to mount CIFS 1.0 shares from older machines since 76a3c92ec9e0668e4cd0e9ff1782eb68f61a179c
 2022-03-04  6:43 UTC  (15+ messages)

[PATCH] efi: Add missing prototype for efi_capsule_setup_info
 2022-03-04  6:36 UTC 

[PATCH v2 0/5] slab cleanups
 2022-03-04  6:34 UTC  (6+ messages)
` [PATCH v2 1/5] mm/slab: kmalloc: pass requests larger than order-1 page to page allocator
` [PATCH v2 2/5] mm/sl[au]b: unify __ksize()
` [PATCH v2 3/5] mm/sl[auo]b: move definition of __ksize() to mm/slab.h
` [PATCH v2 4/5] mm/slub: limit number of node partial slabs only in cache creation
` [PATCH v2 5/5] mm/slub: refactor deactivate_slab()

[PATCH net-next v5 0/4] tun/tap: use kfree_skb_reason() to trace dropped skb
 2022-03-04  6:33 UTC  (5+ messages)
` [PATCH net-next v5 1/4] skbuff: introduce kfree_skb_list_reason()
` [PATCH net-next v5 2/4] net: tap: track dropped skb via kfree_skb_reason()
` [PATCH net-next v5 3/4] net: tun: split run_ebpf_filter() and pskb_trim() into different "if statement"
` [PATCH net-next v5 4/4] net: tun: track dropped skb via kfree_skb_reason()

[ammarfaizi2-block:google/android/kernel/common/android-4.14-stable 3332/9999] drivers/gpu/drm/virtio/virtgpu_vq.c:1130:23: sparse: sparse: incorrect type in assignment (different base types)
 2022-03-04  6:32 UTC 

[PATCH v1 1/4] usb: host: export symbols for xhci hooks usage
 2022-03-04  6:23 UTC  (4+ messages)
  ` [PATCH v1 2/4] usb: host: add xhci hooks for USB offload
  ` [PATCH v1 3/4] usb: host: add some to xhci overrides "
  ` [PATCH v1 4/4] usb: host: add xhci-exynos module

[PATCH v1 0/2] Add 1024x768 timing for AST2600
 2022-03-04  6:31 UTC  (3+ messages)
` [PATCH v1 1/2] drm/aspeed: Add gfx flags and clock selection "
` [PATCH v1 2/2] drm/aspeed: Add 1024x768 mode "

[PATCH 00/21] Control VQ support in vDPA
 2022-03-04  6:30 UTC  (5+ messages)
` [RFC PATCH v2 00/19] "
  ` [RFC PATCH v2 06/19] vdpa: multiple address spaces support

[PATCH v1 0/4] support USB offload feature
 2022-03-04  6:23 UTC 

[PATCH] ASoC: rt5665: Don't block workqueue if card is unbound
 2022-03-04  6:27 UTC 

Bug 215605 - [5.14 regression] BUG: unable to handle page fault while running badblocks (fsck.ext4 -c) on a raid5 md array
 2022-03-04  6:26 UTC  (5+ messages)

[PATCH] netfs: rename read_helper.c to io.c in netfs_library.rst
 2022-03-04  6:25 UTC 

[PATCH] md: use msleep() in md_notify_reboot()
 2022-03-04  6:23 UTC  (2+ messages)

[PATCH v2] fuse: fix deadlock between atomic O_TRUNC open() and page invalidations
 2022-03-04  6:23 UTC  (3+ messages)
  ` [External] "

[PATCH v2 0/2] Add PWM driver for Suplus SP7021 SoC
 2022-03-04  6:20 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings:pwm:Add bindings doc for Sunplus SoC PWM Driver
` [PATCH v2 2/2] pwm:sunplus-pwm:Add "

[andersson:tuxsuite 38/42] dp_debug.c:undefined reference to `dp_panel_tpg_config'
 2022-03-04  6:12 UTC 

mmotm 2022-03-02-16-53 uploaded
 2022-03-04  6:09 UTC  (3+ messages)
` mmotm 2022-03-02-16-53 uploaded (drivers/i2c/busses/i2c-designware-platdrv.c)

[PATCH net-next v2 0/7] net: dev: add skb drop reasons to net/core/dev.c
 2022-03-04  6:00 UTC  (8+ messages)
` [PATCH net-next v2 1/7] net: dev: use kfree_skb_reason() for sch_handle_egress()
` [PATCH net-next v2 2/7] net: skb: introduce the function kfree_skb_list_reason()
` [PATCH net-next v2 3/7] net: dev: add skb drop reasons to __dev_xmit_skb()
` [PATCH net-next v2 4/7] net: dev: use kfree_skb_reason() for enqueue_to_backlog()
` [PATCH net-next v2 5/7] net: dev: use kfree_skb_reason() for do_xdp_generic()
` [PATCH net-next v2 6/7] net: dev: use kfree_skb_reason() for sch_handle_ingress()
` [PATCH net-next v2 7/7] net: dev: use kfree_skb_reason() for __netif_receive_skb_core()

[syzbot] WARNING in submit_bio_noacct
 2022-03-04  6:00 UTC  (2+ messages)

[PATCH] crypto: marvell/octeontx - Use swap() instead of open coding it
 2022-03-04  5:57 UTC 

[ammarfaizi2-block:google/android/kernel/common/android-4.14-stable 642/9999] kernel/bpf/core.c:1532:34: sparse: sparse: incorrect type in initializer (different address spaces)
 2022-03-04  5:41 UTC 

[PATCH] scsi: megaraid: cleanup formatting of megaraid
 2022-03-04  5:40 UTC  (12+ messages)

[PATCH v5 RESEND 0/2] ACPI: Arm Generic Diagnostic Dump and Reset device
 2022-03-04  5:40 UTC  (3+ messages)
` [PATCH v5 RESEND 1/2] ACPI: tables: Add AGDI to the list of known table signatures
` [PATCH v5 RESEND 2/2] ACPI: AGDI: Add support for Arm Generic Diagnostic Dump and Reset device

[syzbot] KASAN: use-after-free Read in btrfs_scan_one_device (2)
 2022-03-04  5:40 UTC 

xFrom e2ebdef7c3a5e7ba998ff20bf62806c388efeaac Mon Sep 17 00:00:00 2001
 2022-03-04  5:32 UTC  (4+ messages)
` [PATCH v5 RESEND 1/2] ACPI: tables: Add AGDI to the list of known table signatures
` [PATCH v5 RESEND 2/2] ACPI: AGDI: Add support for Arm Generic Diagnostic Dump and Reset device

[asahilinux:bits/060-spi 13/18] ERROR: modpost: "apple_rtkit_shutdown" [drivers/nvme/host/nvme-apple.ko] undefined!
 2022-03-04  5:31 UTC 

[PATCH mmotm] mm: filemap_unaccount_folio() large skip mapcount fixup
 2022-03-04  5:26 UTC  (3+ messages)

mmotm 2022-03-03-21-24 uploaded
 2022-03-04  5:24 UTC 

[PATCH v7 00/23] userfaultfd-wp: Support shmem and hugetlbfs
 2022-03-04  5:17 UTC  (24+ messages)
` [PATCH v7 01/23] mm: Introduce PTE_MARKER swap entry
` [PATCH v7 02/23] mm: Teach core mm about pte markers
` [PATCH v7 03/23] mm: Check against orig_pte for finish_fault()
` [PATCH v7 04/23] mm/uffd: PTE_MARKER_UFFD_WP
` [PATCH v7 05/23] mm/shmem: Take care of UFFDIO_COPY_MODE_WP
` [PATCH v7 06/23] mm/shmem: Handle uffd-wp special pte in page fault handler
` [PATCH v7 07/23] mm/shmem: Persist uffd-wp bit across zapping for file-backed
` [PATCH v7 08/23] mm/shmem: Allow uffd wr-protect none pte for file-backed mem
` [PATCH v7 09/23] mm/shmem: Allows file-back mem to be uffd wr-protected on thps
` [PATCH v7 10/23] mm/shmem: Handle uffd-wp during fork()
` [PATCH v7 11/23] mm/hugetlb: Introduce huge pte version of uffd-wp helpers
` [PATCH v7 12/23] mm/hugetlb: Hook page faults for uffd write protection
` [PATCH v7 13/23] mm/hugetlb: Take care of UFFDIO_COPY_MODE_WP
` [PATCH v7 14/23] mm/hugetlb: Handle UFFDIO_WRITEPROTECT
` [PATCH v7 15/23] mm/hugetlb: Handle pte markers in page faults
` [PATCH v7 16/23] mm/hugetlb: Allow uffd wr-protect none ptes
` [PATCH v7 17/23] mm/hugetlb: Only drop uffd-wp special pte if required
` [PATCH v7 18/23] mm/hugetlb: Handle uffd-wp during fork()
` [PATCH v7 19/23] mm/khugepaged: Don't recycle vma pgtable if uffd-wp registered
` [PATCH v7 20/23] mm/pagemap: Recognize uffd-wp bit for shmem/hugetlbfs
` [PATCH v7 21/23] mm/uffd: Enable write protection for shmem & hugetlbfs
` [PATCH v7 22/23] mm: Enable PTE markers by default
` [PATCH v7 23/23] selftests/uffd: Enable uffd-wp for shmem/hugetlbfs

[PATCH] [PATCH v3] net: marvell: Use min() instead of doing it manually
 2022-03-04  5:20 UTC  (2+ messages)

[PATCH] net: qlogic: check the return value of dma_alloc_coherent() in qed_vf_hw_prepare()
 2022-03-04  5:19 UTC  (2+ messages)

[PATCH net-next 0/7] net: dev: add skb drop reasons to net/core/dev.c
 2022-03-04  5:19 UTC  (12+ messages)
` [PATCH net-next 1/7] net: dev: use kfree_skb_reason() for sch_handle_egress()
` [PATCH net-next 2/7] net: skb: introduce the function kfree_skb_list_reason()
` [PATCH net-next 4/7] net: dev: use kfree_skb_reason() for enqueue_to_backlog()

[PATCH V2 0/6] mailbox: imx: misc fix and SECO MU support
 2022-03-04  5:16 UTC  (2+ messages)

[PATCH] isdn: hfcpci: check the return value of dma_set_mask() in setup_hw()
 2022-03-04  5:15 UTC  (2+ messages)

[PATCH] vfs: do not try to evict inode when super is frozen
 2022-03-04  5:14 UTC  (3+ messages)

[PATCH v9 0/2] Add support for Imagis touchscreens
 2022-03-04  5:11 UTC  (3+ messages)
` [PATCH v9 2/2] Input: add Imagis touchscreen driver

[PATCH] net: atlantic: Avoid out-of-bounds indexing
 2022-03-04  5:08 UTC 

[PATCH] iommu/iova: Free all CPU rcache for retry when iova alloc failure
 2022-03-04  5:00 UTC  (2+ messages)

[PATCH 1/3] [v3] Kbuild: move to -std=gnu11
 2022-03-04  5:03 UTC  (3+ messages)

[andersson:tuxsuite 9/42] drivers/gpu/drm/i915/display/intel_dp.c:4838:75: error: too many arguments to function call, expected 2, have 3
 2022-03-04  5:00 UTC 

[PATCH 1/1] vhost: Protect the virtqueue from being cleared whilst still in use
 2022-03-04  5:00 UTC  (2+ messages)

[andersson:tuxsuite 9/42] drivers/gpu/drm/i915/display/intel_dp.c:4838:36: error: passing argument 2 of 'test_bit' from incompatible pointer type
 2022-03-04  4:49 UTC 

[PATCH v2] binfmt_elf: Introduce KUnit test
 2022-03-04  4:48 UTC 

[ammarfaizi2-block:google/android/kernel/common/android-4.14-stable 640/9999] kernel/bpf/core.c:1500:31: sparse: sparse: incorrect type in return expression (different address spaces)
 2022-03-04  4:39 UTC 

[PATCH mmotm] mm: warn on deleting redirtied only if accounted
 2022-03-04  4:38 UTC  (2+ messages)

[PATCH v3] config: Allow kernel installation packaging to override pkg-config
 2022-03-04  4:14 UTC 

[PATCH mmotm] mempolicy: mbind_range() set_policy() after vma_merge()
 2022-03-04  4:36 UTC 

[PATCH mmotm] mm: unmap_mapping_range_tree() with i_mmap_rwsem shared
 2022-03-04  4:31 UTC 

[PATCH mmotm] mm/fs: delete PF_SWAPWRITE (fwd)
 2022-03-04  4:17 UTC 

[PATCH mmotm] shmem: mapping_set_exiting() to help mapped resilience
 2022-03-04  4:15 UTC 

[PATCH -fixes v3 0/6] Fixes KASAN and other along the way
 2022-03-04  4:12 UTC  (2+ messages)

[PATCH V2 16/32] x86/sgx: Support restricting of enclave page permissions
 2022-03-04  4:03 UTC  (12+ messages)

[PATCH] arm64: dts: qcom: ipq8074: fix the sleep clock frequency
 2022-03-04  3:57 UTC  (4+ messages)

Regression: memory corruption on Atmel SAMA5D31
 2022-03-04  3:55 UTC  (4+ messages)

[PATCH 0/3] x86/PCI: Clip only partial E820 overlaps
 2022-03-04  3:51 UTC  (4+ messages)
` [PATCH 1/3] x86/PCI: Eliminate remove_e820_regions() common subexpressions
` [PATCH 2/3] x86/PCI: Log host bridge window clipping for E820 regions
` [PATCH 3/3] x86/PCI: Preserve host bridge windows completely covered by E820

[PATCH] sched/topology: Remove redundant variable and fix incorrect type in build_sched_domains
 2022-03-04  3:48 UTC  (2+ messages)

[PATCH v5] sched/fair: Consider cpu affinity when allowing NUMA imbalance in find_idlest_group
 2022-03-04  3:45 UTC  (3+ messages)

[PATCH v3] x86/sgx: Do not limit EAUG'd pages by pre-initialization policy
 2022-03-04  3:39 UTC 

[PATCH] m68k: tweak coldfire/device.c for COMPILE_TEST
 2022-03-04  3:35 UTC 

[git pull] drm fixes for 5.17-rc7
 2022-03-04  3:34 UTC 

[ammarfaizi2-block:google/android/kernel/common/deprecated/android-4.14-p-release 137/6167] security/commoncap.c:75:5: sparse: sparse: symbol '__cap_capable' was not declared. Should it be static?
 2022-03-04  3:28 UTC 

[PATCH 0/2] *** Fix reformat_objdump.awk ***
 2022-03-04  3:16 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] arch/x86/tools/objdump_reformat.awk: Ensure regex matches fwait
  ` [PATCH v2 2/2] arch/x86/tools/objdump_reformat.awk: Allow for spaces

[syzbot] KASAN: use-after-free Read in btrfs_scan_one_device (2)
 2022-03-04  3:23 UTC  (2+ messages)

[PATCH v2] x86/PCI: Disable exclusion of E820 reserved addressed in some cases
 2022-03-04  3:21 UTC  (2+ messages)

Report 2 in ext4 and journal based on v5.17-rc1
 2022-03-04  3:20 UTC  (4+ messages)

[PATCH] mm: thp: don't have to lock page anymore when splitting PMD
 2022-03-04  3:12 UTC  (3+ messages)

[netfilter-nf-next:testing 12/15] undefined reference to `__nf_ct_ext_find'
 2022-03-04  2:58 UTC 

[PATCH v2] x86/sgx: Do not limit EAUG'd pages by pre-initialization policy
 2022-03-04  2:55 UTC 

[PATCHv4 0/8] 64-bit data integrity field support
 2022-03-04  2:56 UTC  (11+ messages)
` [PATCHv4 3/8] asm-generic: introduce be48 unaligned accessors
` [PATCHv4 5/8] lib: add rocksoft model crc64
` [PATCHv4 7/8] block: add pi for extended integrity
` [PATCHv4 8/8] nvme: add support for enhanced metadata

[PATCH 2/6] list: add new MACROs to make iterator invisiable outside the loop
 2022-03-04  2:51 UTC  (2+ messages)

arch/x86/platform/efi/quirks.c:609:5: warning: no previous declaration for 'efi_capsule_setup_info'
 2022-03-04  2:47 UTC 

[netfilter-nf-next:testing 12/15] flow_dissector.c:undefined reference to `__nf_ct_ext_find'
 2022-03-04  2:47 UTC 

[ammarfaizi2-block:google/android/kernel/common/android-4.9-q-release 7912/9999] include/linux/delayacct.h: linux/sched.h is included more than once
 2022-03-04  2:46 UTC 

[atishp04:sstc_v2 11/14] arch/riscv/kvm/vcpu.c:98:73: error: expected ')'
 2022-03-04  2:47 UTC 

[PATCH 00/11] Remove remaining parts of congestion tracking code
 2022-03-04  2:47 UTC  (12+ messages)
` [PATCH 06/11] ceph: remove reliance on bdi congestion
` [PATCH 03/11] MM: improve cleanup when ->readpages doesn't process all pages
` [PATCH 04/11] fuse: remove reliance on bdi congestion

Re: [PATCH] power: supply: Handle error for wm8350_register_irq
 2022-03-04  2:43 UTC 

[PATCH v8 0/19] drm/mediatek: Add mt8195 DisplayPort driver
 2022-03-04  2:42 UTC  (3+ messages)
` [PATCH v8 15/19] drm/mediatek: Add mt8195 Embedded "

Re: [PATCH] ASoC: wm8350: Handle error for wm8350_register_irq
 2022-03-04  2:41 UTC 

[PATCH 1/2] iscsi_tcp: Fix NULL pointer dereference in iscsi_sw_tcp_conn_get_param()
 2022-03-04  2:56 UTC  (6+ messages)
` [PATCH 2/2] iscsi_tcp: Check if tcp_conn is valid in

[PATCH v2] ASoC: wm8350: Handle error for wm8350_register_irq
 2022-03-04  2:38 UTC 

[PATCH v6 1/2] dt-bindings: usb: Add analogix anx7411 PD binding
 2022-03-04  2:29 UTC  (6+ messages)
` [PATCH v6 2/2] usb: typec: anx7411: Add Analogix PD ANX7411 support

[RFC PATCH 0/2] Alloc kfence_pool after system startup
 2022-03-04  2:24 UTC  (3+ messages)

[PATCH 1/2] f2fs: avoid an infinite loop in f2fs_sync_dirty_inodes
 2022-03-04  2:19 UTC  (2+ messages)
` [PATCH 2/2] f2fs: introduce F2FS_UNFAIR_RWSEM to support unfair rwsem

[PATCH v32 00/28] LSM: Module stacking for AppArmor
 2022-03-04  2:13 UTC  (7+ messages)
` [PATCH v32 24/28] Audit: Add framework for auxiliary records
` [PATCH v32 26/28] Audit: Add record for multiple object security contexts

[PATCH v2, 00/10] Enable two H264 encoder cores on MT8195
 2022-03-04  2:12 UTC  (7+ messages)
` [PATCH v2, 03/10] dt-bindings: media: mtk-vcodec: Adds encoder cores dt-bindings for mt8195
` [PATCH v2, 04/10] media: mtk-vcodec: Enable venc dual core usage

[PATCH] lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN option
 2022-03-04  2:11 UTC  (3+ messages)

[PATCH] mm/page_alloc: call check_new_pages() while zone spinlock is not held
 2022-03-04  2:09 UTC  (2+ messages)

[RESEND PATCH v3 1/3] kexec: clean up arch_kexec_kernel_verify_sig
 2022-03-04  2:03 UTC  (3+ messages)
` [RESEND PATCH v3 2/3] kexec, KEYS: make the code in bzImage64_verify_sig generic
` [RESEND PATCH v3 3/3] arm64: kexec_file: use more system keyrings to verify kernel image signature

[PATCH] iio:adc:twl6030: Use of_device_get_match_data()
 2022-03-04  1:59 UTC 

[PATCH v2] power: supply: Handle error for wm8350_register_irq
 2022-03-04  1:57 UTC 

[PATCH V2 0/2] About i.MX GPT input capture patches
 2022-03-04  1:56 UTC  (3+ messages)
` [PATCH V2 1/2] clocksource/drivers/timer-imx-gpt: Support i.MX GPT input capture function
` [PATCH V2 2/2] clocksource/drivers/timer-imx-gpt: Change to cyclecounter for GPT input capture

Report 2 in ext4 and journal based on v5.17-rc1
 2022-03-04  1:56 UTC  (11+ messages)

[PATCH] f2fs: fix to do sanity check on curseg->alloc_type
 2022-03-04  1:49 UTC 

[patch v2] mm: lru_cache_disable: replace work queue synchronization with synchronize_rcu
 2022-03-04  1:49 UTC  (4+ messages)
` [patch v3] "

[PATCH V2] irqchip/gic-v3: Workaround Marvell erratum 38545 when reading IAR
 2022-03-04  1:43 UTC 

[io] c22368edfa: fxmark.ssd_ext4_MRPM_72_bufferedio.works/sec 27.0% improvement
 2022-03-04  1:41 UTC 

[PATCH] x86/sgx: Do not limit EAUG'd pages by pre-initialization policy
 2022-03-04  1:32 UTC  (3+ messages)

[PATCH 00/35] Shadow stacks for userspace
 2022-03-04  1:30 UTC  (13+ messages)

[PATCH v4] PCI: Reduce warnings on possible RW1C corruption
 2022-03-04  1:30 UTC  (2+ messages)

[PATCH v4 1/2] fs/proc: optimize exactly register one ctl_table
 2022-03-04  1:21 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