linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-16 01:24:07 to 2022-02-16 04:57:29 UTC [more...]

[PATCH v6 0/7] kernfs: Introduce hashed mutexes to replace global kernfs_open_file_mutex
 2022-02-16  4:57 UTC  (4+ messages)
` [PATCH v6 6/7] kernfs: Introduce hashed rw-sem to replace per-fs kernfs_rwsem

[PATCH v12 1/2] dt-bindings: leds: Add Qualcomm Light Pulse Generator binding
 2022-02-16  4:56 UTC  (2+ messages)
` [PATCH v12 2/2] leds: Add driver for Qualcomm LPG

[RFC PATCH kernel] trace: Make FTRACE_MCOUNT_USE_RECORDMCOUNT configurable
 2022-02-16  4:51 UTC  (7+ messages)

[ammarfaizi2-block:axboe/linux-block/m1-test 340/382] include/linux/soc/apple/rtkit.h:223:5: warning: no previous prototype for function 'apple_rtkit_poll'
 2022-02-16  4:50 UTC 

[ammarfaizi2-block:axboe/linux-block/m1-test 340/382] include/linux/soc/apple/rtkit.h:223:5: warning: no previous prototype for 'apple_rtkit_poll'
 2022-02-16  4:50 UTC 

[REPORT] net deadlock possibilities by DEPT
 2022-02-16  4:33 UTC  (4+ messages)
` Report in unix_stream_read_generic()
  ` Report in unix_stream_sendmsg()

[REPORT] libata deadlock possibilities by DEPT
 2022-02-16  4:16 UTC  (4+ messages)
` Report 2 in ata_scsi_port_error_handler()
  ` Report 3 "
  ` Report "

[REPORT] ext4 deadlock possibilities by DEPT
 2022-02-16  4:15 UTC  (7+ messages)
` Report in ext4_buffered_write_iter()
  ` Report in ext4_da_write_begin()
  ` Report in ext4_file_write_iter()
  ` Report in ext4_sync_file()
  ` Report in ksys_write()
  ` Report in __mark_inode_dirty()

[ebiggers:crypto-pending 7/7] arch/arm64/crypto/polyval-ce-glue.c:355:33: warning: unused variable 'polyval_cpu_feature'
 2022-02-16  4:40 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 9/43] fs/9p/vfs_inode.c:258:5: error: 'struct netfs_i_context' has no member named 'wsize'
 2022-02-16  4:40 UTC 

[PATCH V1] PCI/ASPM: Save/restore L1SS Capability for suspend/resume
 2022-02-16  4:40 UTC  (4+ messages)

[PATCH] drivers: hamradio: 6pack: fix UAF bug caused by mod_timer()
 2022-02-16  4:39 UTC  (2+ messages)

[PATCH v4 0/5] platform/chrome: cros_ec: miscellaneous cleanups
 2022-02-16  4:36 UTC  (6+ messages)
` [PATCH v4 1/5] platform/chrome: cros_ec: fix error handling in cros_ec_register()
` [PATCH v4 2/5] platform/chrome: cros_ec: remove unused variable `was_wake_device`
` [PATCH v4 3/5] platform/chrome: cros_ec: initialize `wake_enabled` in cros_ec_register()
` [PATCH v4 4/5] platform/chrome: cros_ec: sort header inclusion alphabetically
` [PATCH v4 5/5] platform/chrome: cros_ec: append newline to all logs

[PATCH V6 0/6] Add Qualcomm Technologies, Inc. PM8008 regulator driver
 2022-02-16  4:31 UTC  (6+ messages)
` [PATCH V6 2/6] dt-bindings: mfd: pm8008: Add regulators node
` [PATCH V6 3/6] mfd: pm8008: Add mfd cell struct to register LDOs

[PATCH] pinctrl: sunxi: Use unique lockdep classes for IRQs
 2022-02-16  4:26 UTC  (2+ messages)

[PATCH v2] ARM: dts: sun8i: Adjust power key nodes
 2022-02-16  4:26 UTC  (6+ messages)
  `  "

mmotm 2022-02-15-20-22 uploaded
 2022-02-16  4:22 UTC 

[PATCH v2 2/4] misc: rtsx: Rework runtime power management flow
 2022-02-16  4:21 UTC  (4+ messages)
` [PATCH v6 1/4] mmc: rtsx: Use pm_runtime_{get,put}() to handle runtime PM

[intel-tdx:guest-rebased 115/133] kernel/dma/swiotlb.c:433:15-33: WARNING: casting value returned by memory allocation function to (struct io_tlb_area *) is useless
 2022-02-16  4:19 UTC  (2+ messages)
` [PATCH] swiotlb: fix alloc_cast.cocci warnings

[syzbot] riscv/fixes boot error: can't ssh into the instance
 2022-02-16  4:14 UTC  (5+ messages)

[0/1] Convert pwm-mtk-disp.txt format file to pwm-mtk-disp.yaml format file
 2022-02-16  4:06 UTC  (3+ messages)
` [1/1] dt-bindings: pwm:Convert "

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 13/43] microblaze-linux-ld: fs/cifs/file.o:undefined reference to `netfs_invalidatepage'
 2022-02-16  3:59 UTC 

[RESEND PATCH] Correct the name for Xbox Series S|X controller
 2022-02-16  3:57 UTC  (2+ messages)

[PATCH net-next 0/9] net: add skb drop reasons to TCP packet receive
 2022-02-16  3:54 UTC  (10+ messages)
` [PATCH net-next 1/9] net: tcp: introduce tcp_drop_reason()
` [PATCH net-next 2/9] net: tcp: add skb drop reasons to tcp_v4_rcv()
` [PATCH net-next 3/9] net: tcp: use kfree_skb_reason() for tcp_v6_rcv()
` [PATCH net-next 4/9] net: tcp: add skb drop reasons to tcp_v{4,6}_inbound_md5_hash()
` [PATCH net-next 5/9] net: tcp: add skb drop reasons to tcp_add_backlog()
` [PATCH net-next 6/9] net: tcp: use kfree_skb_reason() for tcp_v{4,6}_do_rcv()
` [PATCH net-next 7/9] net: tcp: use tcp_drop_reason() for tcp_rcv_established()
` [PATCH net-next 8/9] net: tcp: use tcp_drop_reason() for tcp_data_queue()
` [PATCH net-next 9/9] net: tcp: use tcp_drop_reason() for tcp_data_queue_ofo()

[PATCH v2] perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabled
 2022-02-16 16:54 UTC  (2+ messages)
` PING: "

[PATCH RESEND] i2c: tegra: Add SMBus block read function
 2022-02-16  3:54 UTC  (9+ messages)

[PATCH v4] x86/cpu: clear SME feature flag when not in use
 2022-02-16  3:44 UTC 

[PATCH v2 0/4] Fix softlockup when adding inotify watch
 2022-02-16  3:49 UTC  (6+ messages)
` [PATCH v2 1/4] dcache: sweep cached negative dentries to the end of list of siblings

[PATCH 0/3] Add QCOM SNPS PHY overriding params support
 2022-02-16  3:47 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: phy: qcom,usb-snps-femto-v2: Add phy override params bindings

[PATCH] printk: make suppress_panic_printk static
 2022-02-16  3:46 UTC  (2+ messages)

[PATCH v2 00/11] iommu/vt-d: Some Intel IOMMU cleanups
 2022-02-16  3:45 UTC  (4+ messages)
` [PATCH v2 09/11] iommu/vt-d: Remove commented code

[PATCH v1 0/7] Add Intel OFS support for DFL driver
 2022-02-16  3:38 UTC  (7+ messages)
` [PATCH v1 1/7] Documentation: fpga: dfl: add description of IOFS
` [PATCH v1 2/7] fpga: dfl: check feature type before parse irq info
` [PATCH v1 3/7] fpga: dfl: Allow for ports with no local bar space

[RFC v3 0/2] virtio-pmem: Asynchronous flush
 2022-02-16  3:34 UTC  (5+ messages)
` [RFC v3 1/2] virtio-pmem: Async virtio-pmem flush
` [RFC v3 2/2] pmem: enable pmem_submit_bio for asynchronous flush

[PATCH kvm/queue v2 0/3] KVM: x86/pmu: Fix out-of-date AMD amd_event_mapping[]
 2022-02-16  3:33 UTC  (10+ messages)
` [PATCH kvm/queue v2 2/3] perf: x86/core: Add interface to query perfmon_event_map[] directly
      ` KVM: x86: Reconsider the current approach of vPMU

[PATCH printk v1 00/13] implement threaded console printing
 2022-02-16  3:29 UTC  (15+ messages)
` [PATCH printk v1 01/13] printk: rename cpulock functions
` [PATCH printk v1 03/13] printk: use percpu flag instead of cpu_online()
` [PATCH printk v1 05/13] printk: call boot_delay_msec() in printk_delay()

[PATCH v4 0/3] pinctrl: mediatek: Support pinctrl driver on mt8186
 2022-02-16  3:28 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: pinctrl: mt8186: add pinctrl file and binding document

[PATCH v4 0/6] Improve KVM's interaction with CPU hotplug
 2022-02-16  3:25 UTC  (8+ messages)
` [PATCH v4 1/6] KVM: x86: Move check_processor_compatibility from init ops to runtime ops
` [PATCH v4 2/6] Partially revert "KVM: Pass kvm_init()'s opaque param to additional arch funcs"
` [PATCH v4 3/6] KVM: Provide more information in kernel log if hardware enabling fails
` [PATCH v4 4/6] KVM: arm64: Simplify the CPUHP logic
` [PATCH v4 5/6] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH v4 6/6] KVM: Do compatibility checks on hotplugged CPUs

[PATCH v10 0/6] USB DWC3 host wake up support from system suspend
 2022-02-16  3:22 UTC  (9+ messages)
` [PATCH v10 6/6] usb: dwc3: qcom: Enable the interrupts during probe

[PATCH v7 00/12] Multigenerational LRU Framework
 2022-02-16  3:22 UTC  (4+ messages)
` [PATCH v7 12/12] mm: multigenerational LRU: documentation

[PATCH v5 0/3] pinctrl: mediatek: Support pinctrl driver on mt8186
 2022-02-16  3:21 UTC  (4+ messages)
` [PATCH v5 1/3] dt-bindings: pinctrl: mt8186: add pinctrl file and binding document
` [PATCH v5 2/3] pinctrl: add pinctrl driver on mt8186
` [PATCH v5 3/3] pinctrl: canonical rsel resistance selection property

[BUG] net: ipv4: The sent udp broadcast message may be converted to an arp request message
 2022-02-16  3:19 UTC  (3+ messages)

[PATCH] printk: Set console_set_on_cmdline=1 when using console="" or console=null
 2022-02-16  3:18 UTC  (4+ messages)
` [PATCH v2] printk: Set console_set_on_cmdline=1 when __add_preferred_console() is called with user_specified == true

[PATCH] cpuset: Fix kernel-doc
 2022-02-16  3:17 UTC 

[PATCH 0/2] Add Support for HiSilicon CPA PMU
 2022-02-16  3:16 UTC  (4+ messages)
` [PATCH 1/2] drivers/perf: hisi: Add Support for "

[PATCH] ath9k: use hw_random API instead of directly dumping into random.c
 2022-02-16  3:13 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] drivers/iommu: use struct_size over open coded arithmetic
 2022-02-16  3:09 UTC 

[PATCH v10 0/9] fsdax: introduce fs query to support reflink
 2022-02-16  3:09 UTC  (16+ messages)
` [PATCH v10 5/9] fsdax: Introduce dax_load_page()
` [PATCH v10 6/9] mm: move pgoff_address() to vma_pgoff_address()
` [PATCH v10 7/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v10 8/9] xfs: Implement ->notify_failure() for XFS
` [PATCH v10 9/9] fsdax: set a CoW flag when associate reflink mappings

[PATCH v2 0/3] xfs: some end COW remapping optimization
 2022-02-16  3:08 UTC  (4+ messages)
` [PATCH v2 1/3] xfs: get rid of LEFT, RIGHT, PREV in xfs_bmap_add_extent_unwritten_real()
` [PATCH v2 2/3] xfs: introduce xfs_bmap_update_extent_real()
` [PATCH v2 3/3] xfs: introduce xfs_bremapi_from_cowfork()

[PATCH] iwlwifi/fw: use struct_size over open coded arithmetic
 2022-02-16  3:08 UTC 

[PATCH] soc/qcom: use struct_size over open coded arithmetic
 2022-02-16  3:07 UTC 

[PATCH] rpmsg: use struct_size over open coded arithmetic
 2022-02-16  3:07 UTC 

[PATCH] message/fusion: use struct_size over open coded arithmetic
 2022-02-16  3:06 UTC 

[PATCH 1/2] perf tools: Remove redundant ret variable
 2022-02-16  3:04 UTC  (2+ messages)
` [PATCH 2/2] perf tools: Remove redundant err variable

[PATCH 1/3] ata: ahci: Rename board_ahci_mobile
 2022-02-16  2:59 UTC  (3+ messages)
` [PATCH 2/3] ata: ahci: Rename `AHCI_HFLAG_IS_MOBILE`
` [PATCH 3/3] ata: ahci: Rename CONFIG_SATA_LPM_MOBILE_POLICY configuration item

[PATCH v20 0/5] support reserving crashkernel above 4G on arm64 kdump
 2022-02-16  2:58 UTC  (5+ messages)
` [PATCH v20 3/5] arm64: kdump: reimplement crashkernel=X

[PATCH v3 00/10] iommu cleanup and refactoring
 2022-02-16  2:56 UTC  (5+ messages)

[PATCH 1/2] ahci: Add Green Sardine vendor ID as board_ahci_mobile
 2022-02-16  2:56 UTC  (5+ messages)

[PATCH v4 0/9] iommu cleanup and refactoring
 2022-02-16  2:52 UTC  (10+ messages)
` [PATCH v4 1/9] iommu/vt-d: Remove guest pasid related callbacks
` [PATCH v4 2/9] iommu: Remove guest pasid related interfaces and definitions
` [PATCH v4 3/9] iommu/vt-d: Remove aux-domain related callbacks
` [PATCH v4 4/9] iommu: Remove aux-domain related interfaces and iommu_ops
` [PATCH v4 5/9] iommu: Remove apply_resv_region
` [PATCH v4 6/9] drm/nouveau/device: Get right pgsize_bitmap of iommu_domain
` [PATCH v4 7/9] iommu: Use right way to retrieve iommu_ops
` [PATCH v4 8/9] iommu: Remove unused argument in is_attach_deferred
` [PATCH v4 9/9] iommu: Split struct iommu_ops

[PATCH 1/4] dt-bindings: watchdog: Add compatible for MediaTek MT8186
 2022-02-16  2:45 UTC  (5+ messages)
` [2/4] dt-bindings: reset: mt8186: add toprgu reset-controller header file
` [3/4] dt-bindings: reset: mt8186: add DSI reset bit for MMSYS
` [4/4] watchdog: mediatek: mt8186: add wdt support
` [0/4] Add watchdog support for MT8186 SoC

[v2 0/2] Mediatek MT8186 power domain support
 2022-02-16  2:44 UTC 

[PATCH net-next 00/19] net: add skb drop reasons for TCP, IP, dev and neigh
 2022-02-16  2:38 UTC  (9+ messages)
` [PATCH net-next 01/19] net: tcp: introduce tcp_drop_reason()

[PATCH v2 1/2] drm/msm/dpu: Add INTF_5 interrupts
 2022-02-16  2:39 UTC  (14+ messages)
` [PATCH v2 2/2] drm/msm/dpu: Add SC8180x to hw catalog
                  ` [Freedreno] "

[PATCH v2] selftests/resctrl: Print a message if the result of MBM&CMT tests is failed when Intel Sub-NUMA is enabled
 2022-02-16  2:38 UTC  (5+ messages)

[PATCH] usb: gadget: f_uvc: fix superspeedplus transfer
 2022-02-16  2:34 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/5] platform/chrome: cros_kbd_led_backlight: add EC PWM backend
 2022-02-16  2:31 UTC  (4+ messages)
` [PATCH 4/5] platform/chrome: cros_kbd_led_backlight: support OF match

[PATCH v2] net: phy: marvell: Honor phy LED set by system firmware on a Dell hardware
 2022-02-16  2:30 UTC  (11+ messages)

[PATCH] selftests/resctrl: Add missing SPDX license to Makefile
 2022-02-16  2:28 UTC 

[PATCH v3 0/5] selftests/resctrl: Add resctrl_tests into kselftest set
 2022-02-16  2:26 UTC  (6+ messages)
` [PATCH v3 1/5] selftests/resctrl: Kill child process before parent process terminates if SIGTERM is received
` [PATCH v3 2/5] selftests/resctrl: Make resctrl_tests run using kselftest framework
` [PATCH v3 3/5] selftests/resctrl: Update README about using kselftest framework to build/run resctrl_tests
` [PATCH v3 4/5] selftests/resctrl: Change the default limited time to 120 seconds
` [PATCH v3 5/5] selftests/resctrl: Fix resctrl_tests' return code to work with selftest framework

[PATCH] drm/msm: populate intf_audio_select() base on hardware capability
 2022-02-16  2:26 UTC  (2+ messages)

[PATCH v2] usb: gadget: f_uac1: add different speed transfers support
 2022-02-16  2:24 UTC  (4+ messages)
` [PATCH v3] "

[PATCH V4] scsi: target: tcmu: Make cmd_ring_size changeable via configfs
 2022-02-16  2:21 UTC 

[PATCH v2] of/irq: Use interrupts-extended to find parent
 2022-02-16  2:20 UTC 

[PATCH 0/2] Refactor xhci quirks and plat private data
 2022-02-16  2:15 UTC  (5+ messages)
` [PATCH 1/2] usb: xhci: refactor "
` [PATCH 2/2] usb: dwc: host: add xhci_plat_priv quirk XHCI_SKIP_PHY_INIT

[PATCH v2] mm: clean up hwpoison page cache page in fault path
 2022-02-16  2:13 UTC  (3+ messages)

[RFC V2 0/6] blk: make blk-rq-qos policies pluggable and modular
 2022-02-16  2:11 UTC  (9+ messages)
` [RFC V2 1/6] blk: make blk-rq-qos support pluggable and modular policy
` [RFC V2 5/6] blk-ioprio: make ioprio pluggable and modular

[PATCH -next] ASoC: codec: wcd938x: Fix NULL but dereferenced coccicheck error
 2022-02-16  2:11 UTC 

[PATCH v3 0/4] Input/HID: Consolidate ChromeOS Vivaldi keyboard logic
 2022-02-16  2:09 UTC  (3+ messages)
` [PATCH v3 1/4] Input: Extract ChromeOS vivaldi physmap show function

[PATCH 0/3] xfs: some end COW remapping optimization
 2022-02-16  2:03 UTC  (4+ messages)
` [PATCH 3/3] xfs: introduce xfs_bremapi_from_cowfork()

[PATCH] x86/fpu: Correct pkru/xstate inconsistency
 2022-02-16  2:01 UTC  (6+ messages)
` [PATCH stable 5.4,5.10] "

[v2,6/6] drm/mediatek: add display support for MT8186
 2022-02-16  1:56 UTC  (2+ messages)

[PATCH v3] PCI: vmd: Honor ACPI _OSC on PCIe features
 2022-02-16  1:53 UTC  (2+ messages)

[PATCH v8 0/2] Add UART driver for Suplus SP7021 SoC
 2022-02-16  1:51 UTC  (4+ messages)
` [PATCH v8 1/2] dt-bindings:serial:Add bindings doc for Sunplus SoC UART Driver

[PATCH -next] HID: i2c-hid: remove unneeded semicolon
 2022-02-16  1:50 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 36/43] fs/netfs/crypto.c:76:10: warning: comparison of distinct pointer types ('typeof (len) *' (aka 'unsigned int *') and 'typeof (((1UL) << (12)) - offset) *' (aka 'unsigned long *'))
 2022-02-16  1:47 UTC 

[tip:master] BUILD SUCCESS 0ef7c79e43d05936b83f0e6d8e33cc7cfaebaf18
 2022-02-16  1:47 UTC 

[PATCH -next] net: Fix an ignored error return from dm9051_get_regs()
 2022-02-16  1:45 UTC 

[PATCH] mm/hwpoison: In-use hugepage need filter judgement and filter return value should be consistent
 2022-02-16  1:44 UTC  (2+ messages)

[PATCH v3 0/6] New support and problem adjustment of SPI rockchip
 2022-02-16  1:40 UTC  (7+ messages)
` [PATCH v3 1/6] spi: rockchip: Fix error in getting num-cs property
` [PATCH v3 2/6] spi: rockchip: terminate dma transmission when slave abort
` [PATCH v3 3/6] spi: rockchip: Stop spi slave dma receiver when cs inactive
` [PATCH v3 4/6] spi: rockchip: Preset cs-high and clk polarity in setup progress
` [PATCH v3 5/6] spi: rockchip: Suspend and resume the bus during NOIRQ_SYSTEM_SLEEP_PM ops
` [PATCH v3 6/6] spi: rockchip: clear interrupt status in error handler

[0/2] Add mmsys reset control for MT8186
 2022-02-16  1:39 UTC  (4+ messages)
` [1/2] soc: mediatek: mmsys: add sw0_rst_offset in mmsys driver data

[PATCH v2 0/3] Introduce akcipher service for virtio-crypto
 2022-02-16  1:36 UTC  (2+ messages)
` PING: "

[syzbot] KASAN: vmalloc-out-of-bounds Read in bpf_jit_free
 2022-02-16  1:37 UTC  (4+ messages)

[PATCH] sh: cleanup comments
 2022-02-16  1:34 UTC 

[ammarfaizi2-block:dhowells/linux-fs/netfs-maple 34/43] undefined reference to `xa_store_range'
 2022-02-16  1:32 UTC 

[PATCH] arm64: crash_core: Export MODULES, VMALLOC, and VMEMMAP ranges
 2022-02-16  9:28 UTC  (3+ messages)

[PATCH] x86/tsx: Use MSR_TSX_CTRL to clear CPUID bits
 2022-02-16  1:28 UTC  (11+ messages)

[PATCH 1/6] spi: rockchip: Stop spi slave dma receiver when cs inactive
 2022-02-16  1:23 UTC  (6+ messages)
` [PATCH 2/6] spi: rockchip: Preset cs-high and clk polarity in setup progress


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