linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-23 12:35:13 to 2021-03-23 14:03:07 UTC [more...]

[PATCH tip/core/rcu 0/3] Polling RCU grace-period interfaces for v5.13
 2021-03-23 14:02 UTC  (7+ messages)
` [PATCH tip/core/rcu 2/3] rcu: Provide polling interfaces for Tiny RCU grace periods

[PATCH] drm/imx: fix out of bounds array access warning
 2021-03-23 14:02 UTC  (2+ messages)

[PATCH] Input: i8042 - fix Pegatron C15B ID entry
 2021-03-23 14:02 UTC  (2+ messages)

[RFC PATCH 1/2] ima: don't access a file's integrity status before an IMA policy is loaded
 2021-03-23 14:01 UTC  (8+ messages)
` [RFC PATCH 2/2] integrity: double check iint_cache was initialized

[PATCH] mmc: core: Mark mmc_host device with pm_runtime_no_callbacks
 2021-03-23 14:00 UTC  (4+ messages)

include/linux/compiler_types.h:315:38: error: call to '__compiletime_assert_536' declared with attribute error: BUILD_BUG_ON failed: offsetof(struct can_frame, len) != offsetof(struct canfd_frame, len) || offsetof(struct can_frame, data) != offsetof(struc
 2021-03-23 14:00 UTC  (10+ messages)
  ` [kbuild-all] "

[syzbot] WARNING in io_wq_put
 2021-03-23 14:01 UTC  (2+ messages)

[RFC PATCH 0/2] mm,drm/ttm: Always block GUP to TTM pages
 2021-03-23 14:00 UTC  (5+ messages)
` [RFC PATCH 1/2] mm,drm/ttm: Block fast GUP to TTM huge pages
` [RFC PATCH 2/2] mm,drm/ttm: Use VM_PFNMAP for TTM vmas

[PATCH v2] dt-binding: leds: Document leds-multi-gpio bindings
 2021-03-23 14:00 UTC  (4+ messages)

[PATCH v2] arm64: dts: imx8mq-kontron-pitx-imx8m: pass phy reset delays
 2021-03-23 14:00 UTC 

[PATCH][next] media: dvb-frontends: Remove redundant error check on variable ret
 2021-03-23 14:00 UTC 

[PATCH v3 0/8] Add managed version of delayed work init
 2021-03-23 13:59 UTC  (12+ messages)
` [PATCH v3 1/8] workqueue: Add resource "
` [PATCH v3 2/8] MAINTAINERS: Add entry for devm helpers
` [PATCH v3 3/8] extconn: Clean-up few drivers by using managed work init
` [PATCH v3 4/8] hwmon: raspberry-pi: "
` [PATCH v3 5/8] platform/x86: gpd pocket fan: Clean-up "
` [PATCH v3 6/8] power: supply: Clean-up few drivers "
` [PATCH v3 7/8] regulator: qcom_spmi-regulator: Clean-up "
` [PATCH v3 8/8] watchdog: retu_wdt: "

[PATCH 0/3] iommu/iova: Add CPU hotplug handler to flush rcaches to core code
 2021-03-23 13:56 UTC  (6+ messages)
` [PATCH 1/3] iova: Add CPU hotplug handler to flush rcaches
` [PATCH 3/3] iova: Correct comment for free_cpu_cached_iovas()

[syzbot] WARNING in io_wq_destroy
 2021-03-23 13:59 UTC  (3+ messages)

[PATCH v1 0/3] driver core: Set fw_devlink=on take II
 2021-03-23 13:58 UTC  (4+ messages)
` [PATCH v1 1/3] driver core: Avoid pointless deferred probe attempts

[PATCH v2 1/2] staging: rtl8192e: Fix incorrect source in memcpy()
 2021-03-23 13:58 UTC  (2+ messages)

[PATCH] base: dd: fix error return code of driver_sysfs_add()
 2021-03-23 13:57 UTC  (2+ messages)

[PATCH v13 0/7] soc: mediatek: SVS: introduce MTK SVS
 2021-03-23 13:56 UTC  (8+ messages)
` [PATCH v13 1/7] dt-bindings: soc: mediatek: add mtk svs dt-bindings
` [PATCH v13 2/7] arm64: dts: mt8183: add svs device information
` [PATCH v13 3/7] soc: mediatek: SVS: introduce MTK SVS engine
` [PATCH v13 4/7] soc: mediatek: SVS: add debug commands
` [PATCH v13 5/7] dt-bindings: soc: mediatek: add mt8192 svs dt-bindings
` [PATCH v13 6/7] arm64: dts: mt8192: add svs device information
` [PATCH v13 7/7] soc: mediatek: SVS: add mt8192 SVS GPU driver

[PATCH] scripts: stable: add script to validate backports
 2021-03-23 13:50 UTC  (2+ messages)

[PATCH] f2fs: fix to align to section for fallocate() on pinned file
 2021-03-23 13:56 UTC  (2+ messages)

[PATCH v2 0/5] Cleanup and fixup for mm/migrate.c
 2021-03-23 13:54 UTC  (6+ messages)
` [PATCH v2 1/5] mm/migrate.c: remove unnecessary VM_BUG_ON_PAGE on putback_movable_page()
` [PATCH v2 2/5] mm/migrate.c: remove unnecessary rc != MIGRATEPAGE_SUCCESS check in 'else' case
` [PATCH v2 3/5] mm/migrate.c: fix potential indeterminate pte entry in migrate_vma_insert_page()
` [PATCH v2 4/5] mm/migrate.c: use helper migrate_vma_collect_skip() in migrate_vma_collect_hole()
` [PATCH v2 5/5] mm/migrate.c: fix potential deadlock in NUMA balancing shared exec THP case

[RFC PATCH v5 00/10] KVM: selftests: some improvement and a new test for kvm page table
 2021-03-23 13:52 UTC  (11+ messages)
` [RFC PATCH v5 01/10] tools headers: sync headers of asm-generic/hugetlb_encode.h
` [RFC PATCH v5 02/10] tools headers: Add a macro to get HUGETLB page sizes for mmap
` [RFC PATCH v5 03/10] KVM: selftests: Use flag CLOCK_MONOTONIC_RAW for timing
` [RFC PATCH v5 04/10] KVM: selftests: Print the errno besides error-string in TEST_ASSERT
` [RFC PATCH v5 05/10] KVM: selftests: Make a generic helper to get vm guest mode strings
` [RFC PATCH v5 06/10] KVM: selftests: Add a helper to get system configured THP page size
` [RFC PATCH v5 07/10] KVM: selftests: Add a helper to get system default hugetlb "
` [RFC PATCH v5 08/10] KVM: selftests: List all hugetlb src types specified with page sizes
` [RFC PATCH v5 09/10] KVM: selftests: Adapt vm_userspace_mem_region_add to new helpers
` [RFC PATCH v5 10/10] KVM: selftests: Add a test for kvm page table code

[PATCH v4 02/28] mm: Add an unlock function for PG_private_2/PG_fscache
 2021-03-23 13:51 UTC  (6+ messages)
  ` [PATCH v4 00/28] Network fs helper library & fscache kiocb API

[s390x vDSO Bug?] clock_gettime(CLOCK_MONOTONIC_RAW, ...) gets abnormal ts value
 2021-03-23 13:48 UTC  (2+ messages)

[PATCH] usb: dwc3: fix build error when POWER_SUPPLY is not enabled
 2021-03-23 13:47 UTC  (4+ messages)

[PATCH v2] sched/fair: reduce long-tail newly idle balance cost
 2021-03-23 13:44 UTC  (3+ messages)

[PATCH RFC 0/3] drivers/char: remove /dev/kmem for good
 2021-03-23 13:44 UTC  (3+ messages)

aarch64-linux-ld: Unexpected GOT/PLT entries detected!
 2021-03-23 13:44 UTC 

[PATCH 0/4] nfc: fix Resource leakage and endless loop
 2021-03-23 13:43 UTC  (2+ messages)

[PATCH] i915_vma: Rename vma_lookup to i915_vma_lookup
 2021-03-23 13:42 UTC 

[PATCH 8/9] vfio/pci: export nvlink2 support into vendor vfio_pci drivers
 2021-03-23 13:42 UTC  (12+ messages)

[PATCH v2] IB/mlx5: Reduce max order of memory allocated for xlt update
 2021-03-23 13:42 UTC  (2+ messages)

[PATCH v4 0/3] Add ZynqMP pinctrl driver
 2021-03-23 13:42 UTC  (3+ messages)
` [PATCH v4 3/3] pinctrl: Add Xilinx ZynqMP pinctrl driver support

[PATCH v6 0/5] HDR10 static metadata
 2021-03-23 13:40 UTC  (6+ messages)
` [PATCH v6 1/5] v4l: Add new Colorimetry Class
` [PATCH v6 2/5] docs: Document colorimetry class
` [PATCH v6 3/5] v4l: Add HDR10 static metadata controls
` [PATCH v6 4/5] docs: Document CLL and Mastering display colorimetry controls
` [PATCH v6 5/5] venus: venc: Add support for CLL and Mastering display controls

[PATCH] ima: Fix the error code for restoring the PCR value
 2021-03-23 13:40 UTC  (2+ messages)

fs/io_uring.c:6920:12: warning: stack frame size of 1040 bytes in function 'io_submit_sqes'
 2021-03-23 13:40 UTC  (3+ messages)

[PATCH 1/2] mm/util: Add kvmalloc_node_caller
 2021-03-23 13:39 UTC  (7+ messages)
` [PATCH 2/2] mm/vmalloc: Use kvmalloc to allocate the table of pages

[RFC PATCH v2 0/8] arm64: Implement reliable stack trace
 2021-03-23 13:38 UTC  (25+ messages)
  ` [RFC PATCH v2 1/8] arm64: Implement stack trace termination record
  ` [RFC PATCH v2 3/8] arm64: Terminate the stack trace at TASK_FRAME and EL0_FRAME
  ` [RFC PATCH v2 4/8] arm64: Detect an EL1 exception frame and mark a stack trace unreliable
  ` [RFC PATCH v2 5/8] arm64: Detect an FTRACE "

[PATCH] net/mlx5: Fix a potential use after free in mlx5e_ktls_del_rx
 2021-03-23 13:38 UTC  (3+ messages)
  `  "

[PATCH v3 0/2] Add decoder conceal color ctrl
 2021-03-23 13:35 UTC  (3+ messages)
` [PATCH v3 1/2] v4l2-ctrl: Add decoder conceal color control
` [PATCH v3 2/2] venus: vdec: Add support for conceal control

[PATCH 0/3] arm64: lib: improve copy performance
 2021-03-23 13:32 UTC  (4+ messages)
` [PATCH 2/3] arm64: lib: improve copy performance when size is ge 128 bytes

[PATCH 4.4 00/14] 4.4.263-rc1 review
 2021-03-23 13:30 UTC  (2+ messages)

[PATCH] ARM: delay: avoid clang -Wtautological-constant warning
 2021-03-23 13:30 UTC  (2+ messages)

[PATCH] Input: analog - fix invalid snprintf() call
 2021-03-23 13:29 UTC  (2+ messages)

[PATCH] ARM: dma-mapping: fix out of bounds access in CMA
 2021-03-23 13:28 UTC  (2+ messages)

[scsi_debug] 20b58d1e6b: blktests.block.001.fail
 2021-03-23 13:26 UTC 

[PATCH v11 0/6] KASAN for powerpc64 radix
 2021-03-23 13:27 UTC  (4+ messages)

[PATCH] sound/i2c: Simplify the return expression of snd_i2c_bit_sendbyte()
 2021-03-23 13:27 UTC  (2+ messages)

[PATCH 00/11] staging: rtl8723bs: fix extern declaration checkpatch issues
 2021-03-23 13:25 UTC  (4+ messages)
` [PATCH 02/11] staging: rtl8723bs: moved function prototypes out of core/rtw_efuse.c

[PATCH] btrfs: zoned: fix uninitialized max_chunk_size
 2021-03-23 13:23 UTC  (2+ messages)

[PATCH] dmaengine: plx_dma: add a missing put_device() on error path
 2021-03-23 13:19 UTC 

[PATCH] drivers: android: binder.c: Fix indentation of multi-line comment
 2021-03-23 13:18 UTC  (2+ messages)

[PATCH] irqchip/gic-v3: fix OF_BAD_ADDR error handling
 2021-03-23 13:18 UTC 

[PATCH] pinctrl: qcom: fix unintentional string concatenation
 2021-03-23 13:17 UTC 

[PATCH net-next] airo: work around stack usage warning
 2021-03-23 13:16 UTC 

[PATCH v2 00/12] media: atomisp: Codingstyle
 2021-03-23 13:16 UTC  (5+ messages)
` [PATCH v2 06/12] media: atomisp: Remove defines
` [PATCH v2 12/12] media: atomisp: Fix LOGICAL_CONTINUATIONS

fs/io_uring.c:6897:12: warning: stack frame size of 1072 bytes in function 'io_submit_sqes'
 2021-03-23 13:15 UTC 

[RFC RESEND PATCH v2 0/8] Add managed version of delayed work init
 2021-03-23 13:16 UTC  (3+ messages)

[RFC PATCH v7 00/22] virtio/vsock: introduce SOCK_SEQPACKET support
 2021-03-23 13:15 UTC  (23+ messages)
` [RFC PATCH v7 01/22] af_vsock: update functions for connectible socket
` [RFC PATCH v7 02/22] af_vsock: separate wait data loop
` [RFC PATCH v7 03/22] af_vsock: separate receive "
` [RFC PATCH v7 04/22] af_vsock: implement SEQPACKET receive loop
` [RFC PATCH v7 05/22] af_vsock: separate wait space loop
` [RFC PATCH v7 06/22] af_vsock: implement send logic for SEQPACKET
` [RFC PATCH v7 07/22] af_vsock: rest of SEQPACKET support
` [RFC PATCH v7 08/22] af_vsock: update comments for stream sockets
` [RFC PATCH v7 09/22] virtio/vsock: set packet's type in virtio_transport_send_pkt_info()
` [RFC PATCH v7 10/22] virtio/vsock: simplify credit update function API
` [RFC PATCH v7 11/22] virtio/vsock: dequeue callback for SOCK_SEQPACKET
` [RFC PATCH v7 12/22] virtio/vsock: fetch length for SEQPACKET record
` [RFC PATCH v7 13/22] virtio/vsock: add SEQPACKET receive logic
` [RFC PATCH v7 14/22] virtio/vsock: rest of SOCK_SEQPACKET support
` [RFC PATCH v7 15/22] virtio/vsock: SEQPACKET support feature bit
` [RFC PATCH v7 16/22] virtio/vsock: setup SEQPACKET ops for transport
` [RFC PATCH v7 17/22] vhost/vsock: "
` [RFC PATCH v7 18/22] vsock/loopback: "
` [RFC PATCH v7 19/22] vhost/vsock: SEQPACKET feature bit support
` [RFC PATCH v7 20/22] virtio/vsock: "
` [RFC PATCH v7 21/22] vsock_test: add SOCK_SEQPACKET tests
` [RFC PATCH v7 22/22] virtio/vsock: update trace event for SEQPACKET

[PATCH] block: avoid -Wunused-but-set-parameter warning
 2021-03-23 13:12 UTC 

[PATCH 4.9 00/25] 4.9.263-rc1 review
 2021-03-23 13:12 UTC  (2+ messages)

[PATCH] pinctrl: microchip: fix array overflow
 2021-03-23 13:09 UTC 

[PATCH 03/11] staging: rtl8723bs: moved function prototype out of core/rtw_ioctl_set.c and core/rtw_mlme.c
 2021-03-23 13:08 UTC  (12+ messages)
` [PATCH v2 0/9] fix extern declarations checkpatch issues
  ` [PATCH v2 1/9] staging: rtl8723bs: removed function prototypes in core/rtw_efuse.c
  ` [PATCH v2 2/9] staging: rtl8723bs: moved function prototype out of core/rtw_ioctl_set.c and core/rtw_mlme.c
  ` [PATCH v2 3/9] staging: rtl8723bs: removed function prototypes and made statics in core/rtw_recv.c
  ` [PATCH v2 4/9] staging: rtl8723bs: delete extern declarations in core/rtw_wlan_util.c
  ` [PATCH v2 5/9] staging: rtl8723bs: remove function prototypes in hal/odm.c
  ` [PATCH v2 6/9] staging: rtl8723bs: move function prototypes out of os_dep/int_fs.c
  ` [PATCH v2 7/9] staging: rtl8723bs: remove undefined function prototype in of os_dep/sdio_intf.c
  ` [PATCH v2 8/9] staging: rtl8723bs: remove unnecessary extern in os_dep/sdio_intf.c
  ` [PATCH v2 9/9] staging: rtl8723bs: remove blank line os_dep/os_intfs.c

[PATCH] amdgpu: fix gcc -Wrestrict warning
 2021-03-23 13:04 UTC 

[PATCH] rhashtable: avoid -Wrestrict warning on overlapping sprintf output
 2021-03-23 13:03 UTC 

[PATCH 4.14 00/43] 4.14.227-rc1 review
 2021-03-23 13:01 UTC  (2+ messages)

[PATCH v4 1/2] usbip: tools: add options and examples in man page related to device mode
 2021-03-23 13:01 UTC  (2+ messages)
` [PATCH v4 2/2] usbip: tools: add usage of device mode in usbip_list.c

[PATCH v6 0/5] misc: Add Add Synopsys DesignWare xData IP driver
 2021-03-23 13:00 UTC  (3+ messages)
` [PATCH v6 1/5] misc: "

[PATCH] ACPI: AC: fix some errors and warnings reported by checkpatch.pl
 2021-03-23 12:57 UTC 

[PATCH] mnt: allow to add a mount into an existing group
 2021-03-23 12:59 UTC  (2+ messages)
` [CRIU] "

[PATCH] ftrace: shut up -Wcast-function-type warning for ftrace_ops_no_ops
 2021-03-23 12:57 UTC  (3+ messages)

[PATCH net-next] wlcore: fix overlapping snprintf arguments in debugfs
 2021-03-23 12:57 UTC 

[PATCH] ARM: vexpress: spc: fix uniprocessor initialization
 2021-03-23 12:56 UTC 

[PATCH net-next] hinic: avoid gcc -Wrestrict warning
 2021-03-23 12:56 UTC 

[PATCH v8] drivers/misc: sysgenid: add system generation id driver
 2021-03-23 12:56 UTC  (4+ messages)

[PATCHv2 00/38] Convert power-supply DT bindings to YAML
 2021-03-23 12:56 UTC  (5+ messages)
` [PATCHv2 01/38] ARM: dts: motorola-cpcap-mapphone: Prepare for dtbs_check parsing

[PATCH] block/rnbd-clt: fix overlapping snprintf arguments
 2021-03-23 12:55 UTC 

[PATCH -next] mm, page_alloc: avoid page_to_pfn() in move_freepages()
 2021-03-23 13:12 UTC  (2+ messages)

[PATCH] scsi: pm8001: avoid -Wrestrict warning
 2021-03-23 12:54 UTC 

[PATCH 1/2] drivers: misc: kgdbts.c: Fix declaration warning
 2021-03-23 12:54 UTC  (2+ messages)

[PATCH] tracing: Fix various typos in comments
 2021-03-23 12:54 UTC  (4+ messages)
  ` [PATCH, -v2] "

[PATCH net-next] octeontx2: fix -Wnonnull warning
 2021-03-23 12:53 UTC 

[RFC net] net: skbuff: fix stack variable out of bounds access
 2021-03-23 12:52 UTC 

arch/powerpc/mm/book3s64/pkeys.c:289:20: error: unused function 'update_current_thread_iamr'
 2021-03-23 12:51 UTC 

GTE - The hardware timestamping engine
 2021-03-23 12:51 UTC  (7+ messages)

[PATCH] kasan: fix hwasan build for gcc
 2021-03-23 12:51 UTC  (2+ messages)

[PATCH] x86: turn off -fcf-protection for realmode
 2021-03-23 12:48 UTC 

[PATCH v31 2/4] scsi: ufs: L2P map management for HPB read
 2021-03-23 12:48 UTC  (12+ messages)
    ` [PATCH v31 0/4] scsi: ufs: Add Host Performance Booster Support
            ` Re: [PATCH v31 2/4] scsi: ufs: L2P map management for HPB read

[PATCH] perf tools: Fix various typos in comments
 2021-03-23 12:45 UTC  (2+ messages)

[PATCH 1/1] nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725a
 2021-03-23 12:43 UTC  (7+ messages)

[PATCH] power: supply: Trivial spelling fixes
 2021-03-23 12:42 UTC 

[PATCH] usb: gadget: legacy: fix error return code of msg_bind()
 2021-03-23 12:37 UTC  (3+ messages)

[PATCH v6] add support for pci in the pvpanic driver
 2021-03-23 12:38 UTC  (3+ messages)
` [PATCH v6 1/3] misc/pvpanic: split-up generic and platform dependent code

[PATCH v2] usb: gadget: legacy: fix error return code of msg_bind()
 2021-03-23 12:36 UTC 

[PATCH v2 0/3] perf-stat: share hardware PMCs with BPF
 2021-03-23 12:37 UTC  (6+ messages)
` [PATCH v2 1/3] perf-stat: introduce bperf, "

[PATCH V2] workqueue: watchdog: update wq_watchdog_touched for unbound lockup checking
 2021-03-23 12:37 UTC  (2+ messages)
`  "

[PATCH v2 1/2] mfd: intel_quark_i2c_gpio: Reuse BAR definitions for MFD cell indexing
 2021-03-23 12:34 UTC  (2+ messages)
` [PATCH v2 2/2] mfd: intel_quark_i2c_gpio: enable MSI interrupt


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