linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-29 06:59:03 to 2021-03-29 08:08:36 UTC [more...]

[PATCH 4.14 00/59] 4.14.228-rc1 review
 2021-03-29  7:58 UTC  (15+ messages)
` [PATCH 4.14 01/59] net: fec: ptp: avoid register access when ipg clock is disabled
` [PATCH 4.14 02/59] powerpc/4xx: Fix build errors from mfdcr()
` [PATCH 4.14 10/59] nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default
` [PATCH 4.14 11/59] NFS: Correct size calculation for create reply length
` [PATCH 4.14 12/59] net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch()
` [PATCH 4.14 13/59] net: wan: fix error return code of uhdlc_init()
` [PATCH 4.14 14/59] atm: uPD98402: fix incorrect allocation
` [PATCH 4.14 16/59] sparc64: Fix opcode filtering in handling of no fault loads
` [PATCH 4.14 17/59] u64_stats,lockdep: Fix u64_stats_init() vs lockdep
` [PATCH 4.14 18/59] drm/radeon: fix AGP dependency
` [PATCH 4.14 19/59] nfs: we dont support removing system.nfs4_acl
` [PATCH 4.14 20/59] ia64: fix ia64_syscall_get_set_arguments() for break-based syscalls
` [PATCH 4.14 21/59] ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) sign
` [PATCH 4.14 22/59] squashfs: fix inode lookup sanity checks

[PATCH 4.9 00/53] 4.9.264-rc1 review
 2021-03-29  7:58 UTC  (54+ messages)
` [PATCH 4.9 01/53] net: fec: ptp: avoid register access when ipg clock is disabled
` [PATCH 4.9 02/53] powerpc/4xx: Fix build errors from mfdcr()
` [PATCH 4.9 03/53] atm: eni: dont release is never initialized
` [PATCH 4.9 04/53] atm: lanai: dont run lanai_dev_close if not open
` [PATCH 4.9 05/53] ixgbe: Fix memleak in ixgbe_configure_clsu32
` [PATCH 4.9 06/53] net: tehuti: fix error return code in bdx_probe()
` [PATCH 4.9 07/53] sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT count
` [PATCH 4.9 08/53] nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default
` [PATCH 4.9 09/53] NFS: Correct size calculation for create reply length
` [PATCH 4.9 10/53] net: wan: fix error return code of uhdlc_init()
` [PATCH 4.9 11/53] atm: uPD98402: fix incorrect allocation
` [PATCH 4.9 12/53] atm: idt77252: fix null-ptr-dereference
` [PATCH 4.9 13/53] u64_stats,lockdep: Fix u64_stats_init() vs lockdep
` [PATCH 4.9 14/53] nfs: we dont support removing system.nfs4_acl
` [PATCH 4.9 15/53] ia64: fix ia64_syscall_get_set_arguments() for break-based syscalls
` [PATCH 4.9 16/53] ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) sign
` [PATCH 4.9 17/53] x86/tlb: Flush global mappings when KAISER is disabled
` [PATCH 4.9 18/53] squashfs: fix inode lookup sanity checks
` [PATCH 4.9 19/53] squashfs: fix xattr id and id "
` [PATCH 4.9 20/53] arm64: dts: ls1043a: mark crypto engine dma coherent
` [PATCH 4.9 21/53] bus: omap_l3_noc: mark l3 irqs as IRQF_NO_THREAD
` [PATCH 4.9 22/53] macvlan: macvlan_count_rx() needs to be aware of preemption
` [PATCH 4.9 23/53] net: dsa: bcm_sf2: Qualify phydev->dev_flags based on port
` [PATCH 4.9 24/53] e1000e: add rtnl_lock() to e1000_reset_task
` [PATCH 4.9 25/53] e1000e: Fix error handling in e1000_set_d0_lplu_state_82571
` [PATCH 4.9 26/53] net/qlcnic: Fix a use after free in qlcnic_83xx_get_minidump_template
` [PATCH 4.9 27/53] can: c_can_pci: c_can_pci_remove(): fix use-after-free
` [PATCH 4.9 28/53] can: c_can: move runtime PM enable/disable to c_can_platform
` [PATCH 4.9 29/53] can: m_can: m_can_do_rx_poll(): fix extraneous msg loss warning
` [PATCH 4.9 30/53] mac80211: fix rate mask reset
` [PATCH 4.9 31/53] net: cdc-phonet: fix data-interface release on probe failure
` [PATCH 4.9 32/53] RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening server
` [PATCH 4.9 33/53] ACPI: scan: Rearrange memory allocation in acpi_device_add()
` [PATCH 4.9 34/53] ACPI: scan: Use unique number for instance_no
` [PATCH 4.9 35/53] perf auxtrace: Fix auxtrace queue conflict
` [PATCH 4.9 36/53] idr: add ida_is_empty
` [PATCH 4.9 37/53] futex: Use smp_store_release() in mark_wake_futex()
` [PATCH 4.9 38/53] futex,rt_mutex: Introduce rt_mutex_init_waiter()
` [PATCH 4.9 39/53] futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()
` [PATCH 4.9 40/53] futex: Drop hb->lock before enqueueing on the rtmutex
` [PATCH 4.9 41/53] futex: Avoid freeing an active timer
` [PATCH 4.9 42/53] futex,rt_mutex: Fix rt_mutex_cleanup_proxy_lock()
` [PATCH 4.9 43/53] futex: Handle early deadlock return correctly
` [PATCH 4.9 44/53] futex: Fix (possible) missed wakeup
` [PATCH 4.9 45/53] locking/futex: Allow low-level atomic operations to return -EAGAIN
` [PATCH 4.9 46/53] arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OP
` [PATCH 4.9 47/53] futex: Prevent robust futex exit race
` [PATCH 4.9 48/53] futex: Fix incorrect should_fail_futex() handling
` [PATCH 4.9 49/53] futex: Handle transient "ownerless" rtmutex state correctly
` [PATCH 4.9 50/53] can: dev: Move device back to init netns on owning netns delete
` [PATCH 4.9 51/53] net: sched: validate stab values
` [PATCH 4.9 52/53] net: qrtr: fix a kernel-infoleak in qrtr_recvmsg()
` [PATCH 4.9 53/53] mac80211: fix double free in ibss_leave

[PATCH 00/17] ASoC: remove cppcheck warnings for multiple SOCs
 2021-03-29  8:01 UTC  (13+ messages)
` [PATCH 02/17] ASoC: atmel: fix shadowed variable
` [PATCH 03/17] ASoC: atmel: atmel-i2s: remove useless initialization
` [PATCH 08/17] ASoC: sti: sti_uniperif: add missing error check
` [PATCH 09/17] ASoC: sti: uniperif: align function prototypes
` [PATCH 12/17] ASoC: tegra: tegra20_das: clarify expression
` [PATCH 13/17] ASoC: tegra: tegra20_das: align function prototypes

[PATCH 4.4 00/33] 4.4.264-rc1 review
 2021-03-29  7:58 UTC  (34+ messages)
` [PATCH 4.4 01/33] net: fec: ptp: avoid register access when ipg clock is disabled
` [PATCH 4.4 02/33] powerpc/4xx: Fix build errors from mfdcr()
` [PATCH 4.4 03/33] atm: eni: dont release is never initialized
` [PATCH 4.4 04/33] atm: lanai: dont run lanai_dev_close if not open
` [PATCH 4.4 05/33] net: tehuti: fix error return code in bdx_probe()
` [PATCH 4.4 06/33] sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT count
` [PATCH 4.4 07/33] nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default
` [PATCH 4.4 08/33] NFS: Correct size calculation for create reply length
` [PATCH 4.4 09/33] atm: uPD98402: fix incorrect allocation
` [PATCH 4.4 10/33] atm: idt77252: fix null-ptr-dereference
` [PATCH 4.4 11/33] u64_stats,lockdep: Fix u64_stats_init() vs lockdep
` [PATCH 4.4 12/33] nfs: we dont support removing system.nfs4_acl
` [PATCH 4.4 13/33] ia64: fix ia64_syscall_get_set_arguments() for break-based syscalls
` [PATCH 4.4 14/33] ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) sign
` [PATCH 4.4 15/33] x86/tlb: Flush global mappings when KAISER is disabled
` [PATCH 4.4 16/33] squashfs: fix inode lookup sanity checks
` [PATCH 4.4 17/33] squashfs: fix xattr id and id "
` [PATCH 4.4 18/33] bus: omap_l3_noc: mark l3 irqs as IRQF_NO_THREAD
` [PATCH 4.4 19/33] macvlan: macvlan_count_rx() needs to be aware of preemption
` [PATCH 4.4 20/33] net: dsa: bcm_sf2: Qualify phydev->dev_flags based on port
` [PATCH 4.4 21/33] e1000e: add rtnl_lock() to e1000_reset_task
` [PATCH 4.4 22/33] e1000e: Fix error handling in e1000_set_d0_lplu_state_82571
` [PATCH 4.4 23/33] net/qlcnic: Fix a use after free in qlcnic_83xx_get_minidump_template
` [PATCH 4.4 24/33] can: c_can_pci: c_can_pci_remove(): fix use-after-free
` [PATCH 4.4 25/33] can: c_can: move runtime PM enable/disable to c_can_platform
` [PATCH 4.4 26/33] can: m_can: m_can_do_rx_poll(): fix extraneous msg loss warning
` [PATCH 4.4 27/33] mac80211: fix rate mask reset
` [PATCH 4.4 28/33] net: cdc-phonet: fix data-interface release on probe failure
` [PATCH 4.4 29/33] RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening server
` [PATCH 4.4 30/33] perf auxtrace: Fix auxtrace queue conflict
` [PATCH 4.4 31/33] can: dev: Move device back to init netns on owning netns delete
` [PATCH 4.4 32/33] net: sched: validate stab values
` [PATCH 4.4 33/33] mac80211: fix double free in ibss_leave

[PATCH v2 0/8] ARM: STM32: add art-pi(stm32h750xbh6) board support
 2021-03-29  8:00 UTC  (3+ messages)
` [PATCH v2 8/8] pinctrl: stm32: Add STM32H750 MCU pinctrl support

[PATCH V3 1/5] dt-bindings: Added the yaml bindings for DCC
 2021-03-29  7:57 UTC  (2+ messages)

[PATCH net 1/1] xdp: fix xdp_return_frame() kernel BUG throw for page_pool memory model
 2021-03-29  8:00 UTC 

[kernel/resource] cf1e4e12c9: WARNING:possible_recursive_locking_detected
 2021-03-29  7:53 UTC  (2+ messages)

[PATCH v2 0/4] erofs: introduce on-disk compression configurations
 2021-03-29  7:52 UTC  (7+ messages)
` [PATCH v2 4/4] erofs: add "

[PATCH V2 0/5] Add driver support for Data Capture and Compare Engine(DCC) for SM8150
 2021-03-29  7:49 UTC  (7+ messages)
` [Resend PATCH V3 "
  ` [Resend PATCH V3 1/5] dt-bindings: Added the yaml bindings for DCC
  ` [Resend PATCH V3 2/5] soc: qcom: dcc: Add driver support for Data Capture and Compare unit(DCC)
  ` [Resend PATCH V3 3/5] DCC: Added the sysfs entries for DCC(Data Capture and Compare) driver
  ` [Resend PATCH V3 4/5] MAINTAINERS:Add the entry for DCC(Data Capture and Compare) driver support
  ` [Resend PATCH V3 5/5] arm64: dts: qcom: sm8150: Add Data Capture and Compare(DCC) support node

[PATCH v4 0/4] riscv: Add qspinlock/qrwlock
 2021-03-29  7:50 UTC  (3+ messages)
` [PATCH v4 3/4] locking/qspinlock: Add ARCH_USE_QUEUED_SPINLOCKS_XCHG32

[PATCH 0/8] make hugetlb put_page safe for all calling contexts
 2021-03-29  7:49 UTC  (14+ messages)
` [PATCH 1/8] mm: cma: introduce cma_release_nowait()
` [PATCH 7/8] hugetlb: make free_huge_page irq safe
  ` [External] "

[PATCH v7 00/13] Add HANTRO G2/HEVC decoder support for IMX8MQ
 2021-03-29  7:46 UTC  (11+ messages)
` [PATCH v7 01/13] dt-bindings: mfd: Add 'nxp,imx8mq-vpu-ctrl' to syscon list
` [PATCH v7 05/13] media: hevc: Add decode params control
` [PATCH v7 07/13] media: hantro: Define HEVC codec profiles and supported features
` [PATCH v7 08/13] media: hantro: Only use postproc when post processed formats are defined
` [PATCH v7 09/13] media: uapi: Add a control for HANTRO driver
` [PATCH v7 10/13] media: hantro: handle V4L2_PIX_FMT_HEVC_SLICE control
` [PATCH v7 11/13] media: hantro: Introduce G2/HEVC decoder
` [PATCH v7 12/13] media: hantro: IMX8M: add variant for G2/HEVC codec
` [PATCH v7 13/13] arm64: dts: imx8mq: Add node to G2 hardware

[PATCH net-next v2] net: axienet: Remove redundant dev_err call in axienet_probe()
 2021-03-29  7:45 UTC  (2+ messages)

[PATCH] riscv: Use $(LD) instead of $(CC) to link vDSO
 2021-03-29  7:41 UTC  (4+ messages)
    ` [kbuild-all] "

[tip:locking/core] BUILD SUCCESS bd9a5fc2edb0bdcb0756298daa31ddd6a02f0634
 2021-03-29  7:38 UTC 

[tip:x86/vmware] BUILD SUCCESS 0b4a285e2c65c2c9449c6eccb87298e385213e7b
 2021-03-29  7:38 UTC 

[PATCH v3 0/3] mainline ti tsc2046 adc driver
 2021-03-29  7:38 UTC  (6+ messages)
` [PATCH v3 3/3] iio: adc: add ADC driver for the TI TSC2046 controller

[PATCH] sched,psi: fix typo in comment
 2021-03-29  7:35 UTC  (2+ messages)

[syzbot] WARNING: still has locks held in io_sq_thread
 2021-03-29  7:34 UTC 

[syzbot] general protection fault in io_commit_cqring (2)
 2021-03-29  7:34 UTC 

[syzbot] WARNING: suspicious RCU usage in io_sq_thread
 2021-03-29  7:34 UTC 

linux-next: manual merge of the rust tree with the kbuild tree
 2021-03-29  7:32 UTC 

[PATCH v5 0/3] mainline ti tsc2046 adc driver
 2021-03-29  7:31 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings:iio:adc: add generic settling-time-us and oversampling-ratio channel properties
` [PATCH v5 2/3] dt-bindings:iio:adc: add documentation for TI TSC2046 controller
` [PATCH v5 3/3] iio: adc: add ADC driver for the "

[PATCH 00/17] auxdisplay: ht16k33: Add character display support
 2021-03-29  7:30 UTC  (5+ messages)
` [PATCH 16/17] auxdisplay: ht16k33: Add support for segment displays

[PATCH 0/2] dt-bindings: usb: dwc3-imx8mp: Use the correct name for child node "snps,dwc3"
 2021-03-29  7:27 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] arm64: dts: imx8mp: "

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-03-29  7:27 UTC  (4+ messages)

linux-next: build failure after merge of the staging tree
 2021-03-29  7:25 UTC  (3+ messages)

[PATCH] move_mount: allow to add a mount into an existing group
 2021-03-29  7:24 UTC  (3+ messages)

[PATCH] xen/pciback: Fix incorrect type warnings
 2021-03-29  7:24 UTC  (2+ messages)

[PATCH] fs: split receive_fd_replace from __receive_fd
 2021-03-29  7:19 UTC  (2+ messages)
` [fs] d7b0df2133: kernel-selftests.seccomp.seccomp_bpf.fail

[PATCH v3 1/4] dt-bindings: usb: mtk-xhci: support property usb2-lpm-disable
 2021-03-29  7:20 UTC  (4+ messages)
` [PATCH v3 2/4] dt-bindings: usb: mtk-xhci: remove redefinitions of usb3-lpm-capable
` [PATCH v3 3/4] usb: xhci-mtk: fix broken streams issue on 0.96 xHCI
` [PATCH v3 4/4] usb: xhci-mtk: support quirk to disable usb2 lpm

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-29  7:01 UTC  (11+ messages)
  ` [kbuild-all] "

drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c:2267:16: warning: taking address of packed member 'hw_tx_obj' of class or structure 'mcp251xfd_tx_obj_load_buf::(anonymous)' may result in an unaligned pointer value
 2021-03-29  6:48 UTC  (2+ messages)

[PATCH 0/3] iio: adc: ad7923: convert driver resources routines to device-managed counterparts
 2021-03-29  7:18 UTC  (4+ messages)
` [PATCH 3/3] iio: adc: ad7923: register device with devm_iio_device_register

[PATCH] locking/mutex: initialize osq lock in __MUTEX_INITIALIZER()
 2021-03-29  7:15 UTC 

[PATCH] MIPS: Loongson64: enable CONFIG_USB_SERIAL_PL2303
 2021-03-29  7:15 UTC 

[PATCH][next] mlxsw: spectrum_router: remove redundant initialization of variable force
 2021-03-29  7:13 UTC  (2+ messages)

[PATCH] spi: dt-bindings: nvidia,tegra210-quad: Use documented compatible "jedec,spi-nor" in example
 2021-03-29  7:10 UTC  (2+ messages)

[PATCH] perf vendor events: Add missing model numbers
 2021-03-29  7:09 UTC 

[PATCH v2 05/20] drm/dp: Add backpointer to drm_device in drm_dp_aux
 2021-03-29  7:08 UTC  (2+ messages)

[PATCH] powerpc/8xx: Load modules closer to kernel text
 2021-03-29  7:07 UTC 

[PATCH v3 00/27] perf tool: AlderLake hybrid support series 1
 2021-03-29  7:00 UTC  (28+ messages)
` [PATCH v3 01/27] tools headers uapi: Update tools's copy of linux/perf_event.h
` [PATCH v3 02/27] perf jevents: Support unit value "cpu_core" and "cpu_atom"
` [PATCH v3 03/27] perf pmu: Simplify arguments of __perf_pmu__new_alias
` [PATCH v3 04/27] perf pmu: Save pmu name
` [PATCH v3 05/27] perf pmu: Save detected hybrid pmus to a global pmu list
` [PATCH v3 06/27] perf pmu: Add hybrid helper functions
` [PATCH v3 07/27] perf stat: Uniquify hybrid event name
` [PATCH v3 08/27] perf parse-events: Create two hybrid hardware events
` [PATCH v3 09/27] perf parse-events: Create two hybrid cache events
` [PATCH v3 10/27] perf parse-events: Create two hybrid raw events
` [PATCH v3 11/27] perf pmu: Support 'cycles' and 'branches' inside hybrid PMU
` [PATCH v3 12/27] perf parse-events: Support no alias assigned event "
` [PATCH v3 13/27] perf record: Create two hybrid 'cycles' events by default
` [PATCH v3 14/27] perf stat: Add default hybrid events
` [PATCH v3 15/27] perf stat: Filter out unmatched aggregation for hybrid event
` [PATCH v3 16/27] perf stat: Warn group events from different hybrid PMU
` [PATCH v3 17/27] perf script: Support PERF_TYPE_HARDWARE_PMU and PERF_TYPE_HW_CACHE_PMU
` [PATCH v3 18/27] perf record: Uniquify hybrid event name
` [PATCH v3 19/27] perf tests: Add hybrid cases for 'Parse event definition strings' test
` [PATCH v3 20/27] perf tests: Add hybrid cases for 'Roundtrip evsel->name' test
` [PATCH v3 21/27] perf tests: Skip 'Setup struct perf_event_attr' test for hybrid
` [PATCH v3 22/27] perf tests: Support 'Track with sched_switch' "
` [PATCH v3 23/27] perf tests: Support 'Parse and process metrics' "
` [PATCH v3 24/27] perf tests: Support 'Session topology' "
` [PATCH v3 25/27] perf tests: Support 'Convert perf time to TSC' "
` [PATCH v3 26/27] perf tests: Skip 'perf stat metrics (shadow stat) test' "
` [PATCH v3 27/27] perf Documentation: Document intel-hybrid support

Periodic locking IO is causing server to stop responding
 2021-03-29  6:59 UTC 


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