All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-12-06 14:37:40 to 2021-12-06 15:04:31 UTC [more...]

[PATCH 4.9 00/62] 4.9.292-rc1 review
 2021-12-06 14:56 UTC  (34+ messages)
` [PATCH 4.9 01/62] staging: ion: Prevent incorrect reference counting behavour
` [PATCH 4.9 02/62] USB: serial: option: add Telit LE910S1 0x9200 composition
` [PATCH 4.9 03/62] USB: serial: option: add Fibocom FM101-GL variants
` [PATCH 4.9 04/62] usb: hub: Fix usb enumeration issue due to address0 race
` [PATCH 4.9 05/62] usb: hub: Fix locking issues with address0_mutex
` [PATCH 4.9 06/62] binder: fix test regression due to sender_euid change
` [PATCH 4.9 07/62] ALSA: ctxfi: Fix out-of-range access
` [PATCH 4.9 08/62] staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect()
` [PATCH 4.9 10/62] xen: dont continue xenstore initialization in case of errors
` [PATCH 4.9 11/62] xen: detect uninitialized xenbus in xenbus_init
` [PATCH 4.9 12/62] tracing: Fix pid filtering when triggers are attached
` [PATCH 4.9 19/62] drm/vc4: fix error code in vc4_create_object()
` [PATCH 4.9 20/62] PM: hibernate: use correct mode for swsusp_close()
` [PATCH 4.9 21/62] tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flows
` [PATCH 4.9 22/62] tracing: Check pid filtering when creating events
` [PATCH 4.9 23/62] hugetlbfs: flush TLBs correctly after huge_pmd_unshare
` [PATCH 4.9 24/62] vhost/vsock: fix incorrect used length reported to the guest
` [PATCH 4.9 25/62] proc/vmcore: fix clearing user buffer by properly using clear_user()
` [PATCH 4.9 26/62] NFC: add NCI_UNREG flag to eliminate the race
` [PATCH 4.9 27/62] fuse: release pipe buf after last use
` [PATCH 4.9 28/62] xen: sync include/xen/interface/io/ring.h with Xens newest version
` [PATCH 4.9 29/62] xen/blkfront: read response from backend only once
` [PATCH 4.9 30/62] xen/blkfront: dont take local copy of a request from the ring page
` [PATCH 4.9 31/62] xen/blkfront: dont trust the backend response data blindly
` [PATCH 4.9 32/62] xen/netfront: read response from backend only once
` [PATCH 4.9 33/62] xen/netfront: dont read data from request on the ring page
` [PATCH 4.9 34/62] xen/netfront: disentangle tx_skb_freelist
` [PATCH 4.9 35/62] xen/netfront: dont trust the backend response data blindly
` [PATCH 4.9 36/62] tty: hvc: replace BUG_ON() with negative return value
` [PATCH 4.9 37/62] shm: extend forced shm destroy to support objects from several IPC nses
` [PATCH 4.9 38/62] NFSv42: Fix pagecache invalidation after COPY/CLONE
` [PATCH 4.9 39/62] hugetlb: take PMD sharing into account when flushing tlb/caches
` [PATCH 4.9 40/62] net: return correct error code

[PATCH v3 00/18] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-12-06 15:04 UTC  (20+ messages)
` [PATCH v3 01/18] iommu: Add device dma ownership set/release interfaces
` [PATCH v3 03/18] driver core: platform: Rename platform_dma_configure()
` [PATCH v3 12/18] iommu: Add iommu_at[de]tach_device_shared() for multi-device groups

[PATCH 4.4 00/52] 4.4.294-rc1 review
 2021-12-06 14:56 UTC  (53+ messages)
` [PATCH 4.4 01/52] staging: ion: Prevent incorrect reference counting behavour
` [PATCH 4.4 02/52] USB: serial: option: add Telit LE910S1 0x9200 composition
` [PATCH 4.4 03/52] USB: serial: option: add Fibocom FM101-GL variants
` [PATCH 4.4 04/52] usb: hub: Fix usb enumeration issue due to address0 race
` [PATCH 4.4 05/52] usb: hub: Fix locking issues with address0_mutex
` [PATCH 4.4 06/52] binder: fix test regression due to sender_euid change
` [PATCH 4.4 07/52] ALSA: ctxfi: Fix out-of-range access
` [PATCH 4.4 08/52] staging: rtl8192e: Fix use after free in _rtl92e_pci_disconnect()
` [PATCH 4.4 09/52] xen: dont continue xenstore initialization in case of errors
` [PATCH 4.4 10/52] xen: detect uninitialized xenbus in xenbus_init
` [PATCH 4.4 11/52] ARM: dts: BCM5301X: Add interrupt properties to GPIO node
` [PATCH 4.4 12/52] ASoC: topology: Add missing rwsem around snd_ctl_remove() calls
` [PATCH 4.4 13/52] net: ieee802154: handle iftypes as u32
` [PATCH 4.4 14/52] NFSv42: Dont fail clone() unless the OP_CLONE operation failed
` [PATCH 4.4 15/52] ARM: socfpga: Fix crash with CONFIG_FORTIRY_SOURCE
` [PATCH 4.4 16/52] scsi: mpt3sas: Fix kernel panic during drive powercycle test
` [PATCH 4.4 17/52] tcp_cubic: fix spurious Hystart ACK train detections for not-cwnd-limited flows
` [PATCH 4.4 18/52] tracing: Check pid filtering when creating events
` [PATCH 4.4 19/52] hugetlbfs: flush TLBs correctly after huge_pmd_unshare
` [PATCH 4.4 20/52] proc/vmcore: fix clearing user buffer by properly using clear_user()
` [PATCH 4.4 21/52] NFC: add NCI_UNREG flag to eliminate the race
` [PATCH 4.4 22/52] fuse: fix page stealing
` [PATCH 4.4 23/52] fuse: release pipe buf after last use
` [PATCH 4.4 24/52] shm: extend forced shm destroy to support objects from several IPC nses
` [PATCH 4.4 25/52] xen: sync include/xen/interface/io/ring.h with Xens newest version
` [PATCH 4.4 26/52] xen/blkfront: read response from backend only once
` [PATCH 4.4 27/52] xen/blkfront: dont take local copy of a request from the ring page
` [PATCH 4.4 28/52] xen/blkfront: dont trust the backend response data blindly
` [PATCH 4.4 29/52] xen/netfront: read response from backend only once
` [PATCH 4.4 30/52] xen/netfront: dont read data from request on the ring page
` [PATCH 4.4 31/52] xen/netfront: disentangle tx_skb_freelist
` [PATCH 4.4 32/52] xen/netfront: dont trust the backend response data blindly
` [PATCH 4.4 33/52] tty: hvc: replace BUG_ON() with negative return value
` [PATCH 4.4 34/52] hugetlb: take PMD sharing into account when flushing tlb/caches
` [PATCH 4.4 35/52] net: return correct error code
` [PATCH 4.4 36/52] platform/x86: thinkpad_acpi: Fix WWAN device disabled issue after S3 deep
` [PATCH 4.4 37/52] s390/setup: avoid using memblock_enforce_memory_limit
` [PATCH 4.4 38/52] scsi: iscsi: Unblock session then wake up error handler
` [PATCH 4.4 39/52] net: tulip: de4x5: fix the problem that the array lp->phy[8] may be out of bound
` [PATCH 4.4 40/52] net: ethernet: dec: tulip: de4x5: fix possible array overflows in type3_infoblock()
` [PATCH 4.4 41/52] kprobes: Limit max data_size of the kretprobe instances
` [PATCH 4.4 42/52] sata_fsl: fix UAF in sata_fsl_port_stop when rmmod sata_fsl
` [PATCH 4.4 43/52] sata_fsl: fix warning in remove_proc_entry "
` [PATCH 4.4 44/52] fs: add fget_many() and fput_many()
` [PATCH 4.4 45/52] fget: check that the fd still exists after getting a ref to it
` [PATCH 4.4 46/52] natsemi: xtensa: fix section mismatch warnings
` [PATCH 4.4 47/52] net: qlogic: qlcnic: Fix a NULL pointer dereference in qlcnic_83xx_add_rings()
` [PATCH 4.4 48/52] siphash: use _unaligned version by default
` [PATCH 4.4 49/52] parisc: Fix "make install" on newer debian releases
` [PATCH 4.4 50/52] vgacon: Propagate console boot parameters before calling `vc_resize
` [PATCH 4.4 51/52] tty: serial: msm_serial: Deactivate RX DMA for polling support
` [PATCH 4.4 52/52] serial: pl011: Add ACPI SBSA UART match id

[PATCH v3 0/4] Remove clock-lanes DT property from CAMSS
 2021-12-06 15:04 UTC  (3+ messages)
` [PATCH v3 1/4] media: camss: csiphy: Move to hardcode CSI Clock Lane number

[PATCH v2] make the documentation a bit more inclusive
 2021-12-06 15:04 UTC 

[PATCH v4 1/2] gpiolib: improve coding style for local variables
 2021-12-06 15:01 UTC  (4+ messages)
` [PATCH v4 2/2] gpiolib: check the 'ngpios' property in core gpiolib code

[RFC PATCH 0/6] Check length of unmapped area on MAP_FIXED
 2021-12-06 15:02 UTC  (2+ messages)
` [RFC PATCH 1/6] ARC: mm/mmap.c: Check length of unmapped area before allowing MAP_FIXED

[PATCH] media: dvb: qt1010, change i2c read buffer from stack, to kernel space
 2021-12-06 15:01 UTC  (2+ messages)

[PATCH v6 00/18] Adding partial support for 128-bit riscv target
 2021-12-06 15:00 UTC  (4+ messages)

[RFC PATCH] provide per numa cma with an initial default size
 2021-12-06 15:00 UTC  (3+ messages)

[PATCH 0/4] MT8186 SMI SUPPORT
 2021-12-06 15:00 UTC  (6+ messages)
` [PATCH 4/4] memory: mtk-smi: mt8186: Add smi support

[linux-safety] [PATCH] fs/ext4: Remove unecessary deadstores
 2021-12-06 15:01 UTC  (3+ messages)
  `  "

[PATCH] xen/arm: Do not include in the image functions
 2021-12-06 15:00 UTC  (3+ messages)

[PATCH v2 0/3] Add Mali-G31 GPU support for RZ/G2L SoC
 2021-12-06 15:00 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: gpu: mali-bifrost: Document RZ/G2L support
` [PATCH v2 2/3] arm64: dts: renesas: r9a07g044: Add Mali-G31 GPU node
` [PATCH v2 3/3] arm64: dts: renesas: rzg2l-smarc-som: Add vdd core regulator

[PATCH 0/3] iov_iter documentation
 2021-12-06 15:00 UTC  (8+ messages)
` [PATCH 1/3] iov_iter: Add skeleton documentation
` [PATCH 2/3] iov_iter: Add kernel-doc
` [PATCH 3/3] iov_iter: Move internal documentation

Support for 8086:ae20 Intel Smart Sound Technology on Fujitsu Lifebook
 2021-12-06 14:59 UTC  (2+ messages)

[linusw-nomadik:gemini-dma] BUILD SUCCESS edf3ef52b6d646f3b7180398cffa17e0758987f4
 2021-12-06 14:56 UTC 

[linusw-nomadik:gemini-ethernet] BUILD SUCCESS 95510cd8b2bdb5dfe27d2160b517ca18d58656e1
 2021-12-06 14:56 UTC 

[linusw-nomadik:gemini-dts] BUILD SUCCESS 0d6bd0597d5beba1d42a77157345117faeeccfbc
 2021-12-06 14:56 UTC 

[linusw-nomadik:gemini-cpuidle] BUILD SUCCESS 6394282b27158ce38ce14870125602de67d83d70
 2021-12-06 14:56 UTC 

[linusw-nomadik:gemini-pata-phyreset] BUILD SUCCESS e13bf831a5436259c1b43b72d8e42c9458d1fb7e
 2021-12-06 14:56 UTC 

[linusw-nomadik:gemini-defconfig] BUILD SUCCESS fe609721c6842d3035d53af66c211263ee3a58d1
 2021-12-06 14:55 UTC 

[PATCH v9 0/3] support dirty restraint on vCPU
 2021-12-06 14:56 UTC  (6+ messages)
` [PATCH v9 3/3] cpus-common: implement dirty page limit "

[PATCH] mm/madvise: break reclaim when lock race
 2021-12-06 14:55 UTC 

[LTP] [PATCH v2] Refactoring aiodio_append.c test using LTP API
 2021-12-06 14:56 UTC  (2+ messages)

[PATCH v5 04/25] trace-cmd library: Add internal helper function for writing headers before file sections
 2021-12-06 14:55 UTC  (4+ messages)

[PATCH] SUNRPC: Add source address/port to rpc_socket* traces
 2021-12-06 14:54 UTC  (2+ messages)

[RFC PATCH 00/14] fs/proc/vmcore: Remove unnecessary user pointer conversions
 2021-12-06 14:54 UTC  (6+ messages)
` [RFC PATCH 01/14] fs/proc/vmcore: Update read_from_oldmem() for user pointer

[PATCH] dt-bindings: iio: exynos-adc: Use correct node name
 2021-12-06 14:54 UTC 

[shawnguo:imx/dt 7/7] Error: arch/arm/boot/dts/imx6q-yapp4-crux.dts:24.1-7 Label or path codec not found
 2021-12-06 14:54 UTC  (3+ messages)
` [PATCH] ARM: dts: imx6dl-yapp4: Remove not-yet added support for sound from Crux

[RFC PATCH 2/2] mm/vmscan.c: Prevent allocating shrinker_info on offlined nodes
 2021-12-06 14:53 UTC  (11+ messages)

[PATCH V2] Bluetooth: btusb: Handle download_firmware failure cases
 2021-12-06 14:52 UTC  (2+ messages)

next/master baseline: 687 runs, 12 regressions (next-20211206)
 2021-12-06 14:53 UTC 

[Intel-gfx] [PATCH v2] drm/i915: Use GEM_BUG_ON for obj ptr NULL check
 2021-12-06 14:53 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[GIT PULL FOR v5.17] Mediatek improvements
 2021-12-06 14:52 UTC 

[PATCH v3 0/2] Adjust NUMA imbalance for multiple LLCs
 2021-12-06 14:51 UTC  (5+ messages)
` [PATCH 2/2] sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans "

[RFC v2 00/19] ima: Namespace IMA with audit support in IMA-ns
 2021-12-06 14:51 UTC  (8+ messages)
` [RFC v2 19/19] ima: Setup securityfs for IMA namespace

[PATCH] MAINTAINERS: Resign from my maintainership roles
 2021-12-06 14:51 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: Use correct vendor prefix for Asahi Kasei Corp
 2021-12-06 14:48 UTC  (4+ messages)
` [PATCH 2/2] ARM: dts: am335x: "

[RFC PATCH] vim: upgrade to 8.2 patch 3752
 2021-12-06 14:49 UTC 

[PATCH v3 0/8] DG2 accelerated migration/clearing support
 2021-12-06 14:49 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH for-xen-stable] MAINTAINERS: Resign from my tools stable branch maintainership
 2021-12-06 14:48 UTC 

[PATCH 0/2] wireguard-linux-compat: grsecurity compat patches
 2021-12-06 14:48 UTC  (6+ messages)

[RFC PATCH] per device enable smmu whem iommu passthrough
 2021-12-06 14:48 UTC  (3+ messages)

[LTP] [PATCH v1] Refactoring aiodio_append.c using LTP API
 2021-12-06 14:49 UTC  (2+ messages)

[PATCH] Bluetooth: btusb: Handle download_firmware failure cases
 2021-12-06 14:47 UTC  (3+ messages)

[PATCH] xen/arm64: Zero the top 32 bits of gp registers on entry
 2021-12-06 14:45 UTC  (2+ messages)

[PATCH 1/3] f2fs: fix to do sanity check on inode type during garbage collection
 2021-12-06 14:44 UTC  (6+ messages)
` [f2fs-dev] "
` [PATCH 2/3] f2fs: fix to avoid panic in is_alive() if metadata is inconsistent
  ` [f2fs-dev] "
` [PATCH 3/3] f2fs: fix to do sanity check in is_alive()
  ` [f2fs-dev] "

[PATCH] watchdog: Fix file path that does not exist
 2021-12-06 14:42 UTC 

[PATCH V4 0/6] Add Qualcomm Technologies, Inc. PM8008 regulator driver
 2021-12-06 14:43 UTC  (4+ messages)
` [PATCH V4 4/6] regulator: Add a regulator driver for the PM8008 PMIC

GLK board with ESSX8336 sound. Would like to get sound working on this system
 2021-12-06 14:43 UTC  (2+ messages)

[PATCH 00/18] Truncate cleanups and preparation work
 2021-12-06 14:43 UTC  (2+ messages)

[patch 21/32] NTB/msi: Convert to msi_on_each_desc()
 2021-12-06 14:43 UTC  (12+ messages)

[RFC v3 0/4] tls: add macros for coroutine-safe TLS variables
 2021-12-06 14:34 UTC  (2+ messages)

[PATCH v5 00/14] mtd: spi-nor: Clean params init
 2021-12-06 14:40 UTC  (5+ messages)
` [PATCH v5 01/14] mtd: spi-nor: Fix mtd size for s3an flashes

Could the fix for broken gcc-plugins with gcc-11 be backported to 5.10?
 2021-12-06 14:41 UTC  (6+ messages)

[PATCH] drm: Return error codes from struct drm_driver.gem_create_object
 2021-12-06 14:40 UTC  (5+ messages)

[PATCH v4 net-next 0/4] Add ethtool interface for SyncE
 2021-12-06 14:40 UTC  (14+ messages)
` [PATCH v4 net-next 2/4] ethtool: Add ability to configure recovered clock for SyncE feature
                      ` [Intel-wired-lan] "

[PATCH v1 1/2] dt-bindings: iio: accel: add ADXL367
 2021-12-06 14:39 UTC  (2+ messages)

request for wiki account
 2021-12-06 14:31 UTC  (2+ messages)

[PATCH v3 0/4] s390x/pci: some small fixes
 2021-12-06 14:34 UTC  (3+ messages)
` [PATCH v3 4/4] s390x/pci: add supported DT information to clp response

renesas/master baseline-nfs: 40 runs, 1 regressions (renesas-devel-2021-12-06-v5.16-rc4)
 2021-12-06 14:38 UTC 

renesas/master baseline: 295 runs, 3 regressions (renesas-devel-2021-12-06-v5.16-rc4)
 2021-12-06 14:38 UTC 

[PATCH] ext4: set csum seed in tmp inode while migrating to extents
 2021-12-06 14:37 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.