All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-20 16:11:58 to 2021-09-20 16:48:37 UTC [more...]

[PATCH 5.4 000/260] 5.4.148-rc1 review
 2021-09-20 16:41 UTC  (2+ messages)
` [OpenRISC] [PATCH 5.4 048/260] openrisc: dont printk() unconditionally

[PATCH 4.19 000/293] 4.19.207-rc1 review
 2021-09-20 16:42 UTC  (2+ messages)
` [OpenRISC] [PATCH 4.19 163/293] openrisc: dont printk() unconditionally

[PATCH 4.14 000/217] 4.14.247-rc1 review
 2021-09-20 16:42 UTC  (2+ messages)
` [OpenRISC] [PATCH 4.14 126/217] openrisc: dont printk() unconditionally

[PATCH 4.9 000/175] 4.9.283-rc1 review
 2021-09-20 16:42 UTC  (2+ messages)
` [OpenRISC] [PATCH 4.9 102/175] openrisc: dont printk() unconditionally

IMPORTANT: CIVS opt-in for Technical Advisory Board voting
 2021-09-20 16:48 UTC  (13+ messages)
      ` [Tech-board-discuss] "
  ` [Tab-elections] "
    ` [Tech-board-discuss] "

[PATCH 4.4 000/133] 4.4.284-rc1 review
 2021-09-20 16:42 UTC  (43+ messages)
` [PATCH 4.4 001/133] ext4: fix race writing to an inline_data file while its xattrs are changing
` [PATCH 4.4 002/133] xtensa: fix kconfig unmet dependency warning for HAVE_FUTEX_CMPXCHG
` [PATCH 4.4 003/133] ARC: fix allnoconfig build warning
` [PATCH 4.4 004/133] qede: Fix memset corruption
` [PATCH 4.4 005/133] cryptoloop: add a deprecation warning
` [PATCH 4.4 006/133] ARM: 8918/2: only build return_address() if needed
` [PATCH 4.4 007/133] ALSA: pcm: fix divide error in snd_pcm_lib_ioctl
` [PATCH 4.4 008/133] ath: Use safer key clearing with key cache entries
` [PATCH 4.4 009/133] ath9k: Clear key cache explicitly on disabling hardware
` [PATCH 4.4 010/133] ath: Export ath_hw_keysetmac()
` [PATCH 4.4 011/133] ath: Modify ath_key_delete() to not need full key entry
` [PATCH 4.4 012/133] ath9k: Postpone key cache entry deletion for TXQ frames reference it
` [PATCH 4.4 013/133] media: stkwebcam: fix memory leak in stk_camera_probe
` [PATCH 4.4 014/133] igmp: Add ip_mc_list lock in ip_check_mc_rcu
` [PATCH 4.4 015/133] usb: phy: isp1301: Fix build warning when CONFIG_OF is disabled
` [PATCH 4.4 016/133] USB: serial: mos7720: improve OOM-handling in read_mos_reg()
` [PATCH 4.4 017/133] PM / wakeirq: Enable dedicated wakeirq for suspend
` [PATCH 4.4 018/133] [media] tc358743: fix register i2c_rd/wr function fix
` [PATCH 4.4 019/133] ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2)
` [PATCH 4.4 021/133] mm/kmemleak.c: make cond_resched() rate-limiting more efficient
` [PATCH 4.4 022/133] powerpc/module64: Fix comment in R_PPC64_ENTRY handling
` [PATCH 4.4 023/133] powerpc/boot: Delete unneeded .globl _zimage_start
` [PATCH 4.4 028/133] PCI: Call Max Payload Size-related fixup quirks early
` [PATCH 4.4 029/133] crypto: mxs-dcp - Check for DMA mapping errors
` [PATCH 4.4 030/133] crypto: omap-sham - clear dma flags only after omap_sham_update_dma_stop()
` [PATCH 4.4 031/133] power: supply: max17042_battery: fix typo in MAx17042_TOFF
` [PATCH 4.4 032/133] libata: fix ata_host_start()
` [PATCH 4.4 033/133] crypto: qat - do not ignore errors from enable_vf2pf_comms()
` [PATCH 4.4 034/133] crypto: qat - fix reuse of completion variable
` [PATCH 4.4 035/133] udf_get_extendedattr() had no boundary checks
` [PATCH 4.4 036/133] m68k: emu: Fix invalid free in nfeth_cleanup()
` [PATCH 4.4 037/133] certs: Trigger creation of RSA module signing key if its not an RSA key
` [PATCH 4.4 038/133] media: dvb-usb: fix uninit-value in dvb_usb_adapter_dvb_init
` [PATCH 4.4 039/133] media: dvb-usb: fix uninit-value in vp702x_read_mac_addr
` [PATCH 4.4 040/133] media: go7007: remove redundant initialization
` [PATCH 4.4 041/133] Bluetooth: sco: prevent information leak in sco_conn_defer_accept()
` [PATCH 4.4 042/133] tcp: seq_file: Avoid skipping sk during tcp_seek_last_pos
` [PATCH 4.4 043/133] net: cipso: fix warnings in netlbl_cipsov4_add_std
` [PATCH 4.4 044/133] i2c: highlander: add IRQ check
` [PATCH 4.4 045/133] PCI: PM: Enable PME if it can be signaled from D3cold
` [PATCH 4.4 049/133] drm/msm/dsi: Fix some reference counted resource leaks
` [OpenRISC] [PATCH 4.4 083/133] openrisc: dont printk() unconditionally

[PATCH 00/30] 64-bit LoongArch port of QEMU TCG
 2021-09-20 16:35 UTC  (22+ messages)
` [PATCH 03/30] tcg/loongarch: Add the tcg-target.h file
` [PATCH 05/30] tcg/loongarch: Add register names, allocation order and input/output sets
` [PATCH 15/30] tcg/loongarch: Implement clz/ctz ops
` [PATCH 16/30] tcg/loongarch: Implement shl/shr/sar/rotl/rotr ops
` [PATCH 17/30] tcg/loongarch: Implement neg/add/sub ops
` [PATCH 18/30] tcg/loongarch: Implement mul/mulsh/muluh/div/divu/rem/remu ops
` [PATCH 19/30] tcg/loongarch: Implement br/brcond ops
` [PATCH 20/30] tcg/loongarch: Implement setcond ops
` [PATCH 22/30] tcg/loongarch: Implement simple load/store ops

[PATCH] CMakeList.txt: don't download libbpf source when system library is used
 2021-09-20 16:44 UTC 

[PATCH 0/4] Explicitly deny IRQ0 in the libata drivers
 2021-09-20 16:42 UTC  (10+ messages)
` [PATCH 4/4] pata_imx: deny IRQ0

[PATCH 00/84] Call scsi_done() directly
 2021-09-20 16:47 UTC  (5+ messages)
` [PATCH 02/84] scsi: core: Rename scsi_mq_done() into scsi_done() and export it

[PATCH v3 00/35] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
 2021-09-20 16:27 UTC  (13+ messages)
` [PATCH v3 01/35] acpi: add helper routines to initialize "
` [PATCH v3 02/35] acpi: build_rsdt: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PATCH v3 03/35] acpi: build_xsdt: "
` [PATCH v3 04/35] acpi: build_slit: "
` [PATCH v3 05/35] acpi: build_fadt: "
` [PATCH v3 07/35] acpi: acpi_build_hest: "

[PATCH] ASoC: ak4671: Use modern ASoC DAI format terminology
 2021-09-20 16:42 UTC 

[PATCH] ALSA: rawmidi: introduce SNDRV_RAWMIDI_IOCTL_USER_PVERSION
 2021-09-20 16:42 UTC  (2+ messages)

[PATCH 0/3] More machine check recovery fixes
 2021-09-20 16:43 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/3] x86/mce: Drop copyin special case for #MC

[PATCH libdrm 00/25] Update Tegra support
 2021-09-20 16:43 UTC  (2+ messages)

[PATCH v5 00/15] eDP: Support probing eDP panels dynamically instead of hardcoding
 2021-09-20 16:42 UTC  (3+ messages)

[syzbot] possible deadlock in rlb_choose_channel
 2021-09-20 16:42 UTC 

[PATCH] ASoC: ak4642: Use modern ASoC DAI format terminology
 2021-09-20 16:40 UTC 

[RESEND][PATCH] keys: X.509 public key issuer lookup without AKID
 2021-09-20 16:42 UTC 

Memory leak with sparse-checkout
 2021-09-20 16:42 UTC  (4+ messages)

[PATCH] ovs: Only clear tstamp when changing namespaces
 2021-09-20 16:40 UTC  (4+ messages)

[PATCH for-next v2 00/12] RDMA/bnxt_re: Driver update
 2021-09-20 16:40 UTC  (2+ messages)

[PATCH v3] target: core: remove from tmr_list at lun unlink
 2021-09-20 16:40 UTC  (3+ messages)

[PATCH] ASoC: ak4458: Use modern ASoC DAI format terminology
 2021-09-20 16:38 UTC 

[PATCH] staging: fbtft: add docs for fbtft_write_spi()
 2021-09-20 16:37 UTC  (5+ messages)

bug: btrfs device stats not showing raid1 errors
 2021-09-20 16:37 UTC 

[PATCH] ksmbd: remove follow symlinks support
 2021-09-20 16:37 UTC  (5+ messages)

[PATCH] ksmbd: add default data stream name in FILE_STREAM_INFORMATION
 2021-09-20 16:36 UTC  (6+ messages)

[PATCH v16 00/99] arm tcg/kvm refactor and split with kvm only support
 2021-09-20 16:27 UTC  (3+ messages)

Race between "Generic PHY" and "bcm53xx" drivers after -EPROBE_DEFER
 2021-09-20 16:36 UTC  (2+ messages)

[PATCH v2 00/12] aspeed: SMC cleanups and QOMification
 2021-09-20 16:23 UTC  (13+ messages)
` [PATCH v2 01/12] aspeed/smc: Add watchdog Control/Status Registers
` [PATCH v2 02/12] aspeed/smc: Introduce aspeed_smc_error() helper
` [PATCH v2 03/12] aspeed/smc: Stop using the model name for the memory regions
` [PATCH v2 04/12] aspeed/smc: Drop AspeedSMCController structure
` [PATCH v2 05/12] aspeed/smc: Remove the 'flash' attribute from AspeedSMCFlash
` [PATCH v2 06/12] aspeed/smc: Remove the 'size' "
` [PATCH v2 07/12] aspeed/smc: Rename AspeedSMCFlash 'id' to 'cs'
` [PATCH v2 08/12] aspeed/smc: QOMify AspeedSMCFlash
` [PATCH v2 09/12] aspeed/smc: Add default reset values
` [PATCH v2 10/12] aspeed/smc: Introduce a new addr_width() class handler
` [PATCH v2 11/12] aspeed/smc: Remove unused attribute 'irqline'
` [PATCH v2 12/12] aspeed/i2c: QOMify AspeedI2CBus

Regression with mainline kernel on rpi4
 2021-09-20 16:35 UTC  (9+ messages)

[Bug 214029] New: [NAVI] Several memory leaks in amdgpu and ttm
 2021-09-20 16:35 UTC  (5+ messages)
` [Bug 214029] "
` [Bug 214029] [bisected] "

Regression with e428e250fde6 on BeagleBoard Rev C2
 2021-09-20 16:35 UTC  (3+ messages)

[PATCH] pseries/eeh: fix the kdump kernel crash during eeh_pseries_init
 2021-09-20 16:33 UTC 

e2fsprogs concurrency questions
 2021-09-20 16:33 UTC  (3+ messages)

[PATCH net-next] net: socket: add the case sock_no_xxx support
 2021-09-20 16:33 UTC  (6+ messages)
      `  "

[PATCH 0/4] x86/mce: Remove indirect calls
 2021-09-20 16:32 UTC  (6+ messages)
` [PATCH 2/4] x86/mce: Get rid of machine_check_vector

[PATCH 01/14] vim: Backport fix for CVE-2021-3770
 2021-09-20 16:32 UTC  (3+ messages)
  ` [OE-core] [RFC PATCH 11/14] populate_sdk_base/images: Drop use of 'meta' class and hence do_build dependencies

[Buildroot] [PATCH 1/1] package/iwd: fix build with uclibc-ng
 2021-09-20 16:30 UTC 

AIO support
 2021-09-20 16:31 UTC 

[PATCH] dmaengine: remove debugfs #ifdef
 2021-09-20 16:28 UTC  (5+ messages)

[PATCH v2 1/4] ksmbd: add request buffer validation in smb2_set_info
 2021-09-20 16:30 UTC  (9+ messages)

[PATCH 0/6] Fix various issues around removal of untracked files/directories
 2021-09-20 16:29 UTC  (8+ messages)
` [PATCH 4/6] unpack-trees: avoid nuking untracked dir in way of locally deleted file
` [PATCH 6/6] Documentation: call out commands that nuke untracked files/directories

nice to have, just sharing - cannot pull with rebase: You have unstaged changes
 2021-09-20 16:28 UTC  (2+ messages)

[PATCH] reboot-mode: migrate uclass to livetree
 2021-09-20 16:27 UTC 

[PATCH] Revert "Enable '-Werror' by default for all kernel builds"
 2021-09-20 16:26 UTC  (10+ messages)

[Buildroot] [PATCH] package/libglib2: bump version to 2.68.4
 2021-09-20 16:26 UTC  (3+ messages)

[PATCH] crypto: ecc: fix CRYPTO_DEFAULT_RNG dependency
 2021-09-20 16:25 UTC  (2+ messages)

[PATCH V4 0/6] remoteproc: elf_loader and imx fix
 2021-09-20 16:23 UTC  (4+ messages)
` [PATCH V4 1/6] remoteproc: elf_loader: fix loading segment when is_iomem true

[PATCH v6 1/3] dt-bindings: pwm: Add Xilinx AXI Timer
 2021-09-20 16:23 UTC  (6+ messages)

arm32 insecure W+X mapping
 2021-09-20 16:22 UTC  (10+ messages)

Btrfs progs release 5.14.1
 2021-09-20 16:22 UTC 

[Bug 213803] New: G5 kernel build (v5.14-rc2) fails at linking stage - ld: arch/powerpc/mm/pgtable.o: in function `.__ptep_set_access_flags': /usr/src/linux-stable/./arch/powerpc/include/asm/book3s/64/pgtable.h:824: undefined reference to `.radix__ptep_set_access_flags'
 2021-09-20 16:20 UTC  (2+ messages)
` [Bug 213803] "

Linux 5.15-rc2
 2021-09-20 16:18 UTC  (3+ messages)

FAILED: patch "[PATCH] x86/hyperv: remove on-stack cpumask from" failed to apply to 5.14-stable tree
 2021-09-20 16:19 UTC  (5+ messages)

FAILED: patch "[PATCH] x86/mce: Avoid infinite loop for copy from user recovery" failed to apply to 5.10-stable tree
 2021-09-20 16:18 UTC  (3+ messages)
` [PATCH v5.10.67] x86/mce: Avoid infinite loop for copy from user recovery

[Intel-gfx] [PATCH v10 00/17] drm/i915: Introduce Intel PXP
 2021-09-20 16:18 UTC  (7+ messages)
` [Intel-gfx] [PATCH v10 09/17] drm/i915/pxp: Implement PXP irq handler
` [Intel-gfx] [PATCH v10 10/17] drm/i915/pxp: interfaces for using protected objects

[PATCH] Doc/fs/ntfs3: Fix rst format and make it cleaner
 2021-09-20 16:10 UTC  (2+ messages)

[X86] question about mapping from physical core ID to CPU number
 2021-09-20 16:17 UTC 

[PATCH] [RFC] blk-iocost stringop-overread warning workaround
 2021-09-20 16:17 UTC  (2+ messages)

[PATCH v12 00/10] hvf: Implement Apple Silicon Support
 2021-09-20 16:17 UTC  (4+ messages)

[PATCH] agp: define proper stubs for empty helpers
 2021-09-20 16:17 UTC  (2+ messages)

[PATCH v8 00/19] staging: r8188eu: shorten and simplify calls chains
 2021-09-20 16:17 UTC  (4+ messages)
` [PATCH v8 15/19] staging: r8188eu: change the type of a variable in rtw_read16()

[RFC][PATCH] crypto: caam - Add missing MODULE_ALIAS
 2021-09-20 16:16 UTC  (11+ messages)

[meta-python2][PATCH] python-lxml: inherit pkgconfig
 2021-09-20 16:17 UTC 

[PATCH v4 0/9] ARM: prepare and add colibri imx6ull 1gb (emmc) support
 2021-09-20 16:14 UTC  (6+ messages)
` [PATCH v4 5/9] ARM: imx_v6_v7_defconfig: build imx sdma driver as module

[PATCH v7 00/24] wfx: get out from the staging area
 2021-09-20 16:11 UTC  (25+ messages)
` [PATCH v7 01/24] mmc: sdio: add SDIO IDs for Silabs WF200 chip
` [PATCH v7 02/24] dt-bindings: introduce silabs,wfx.yaml
` [PATCH v7 03/24] wfx: add Makefile/Kconfig
` [PATCH v7 04/24] wfx: add wfx.h
` [PATCH v7 05/24] wfx: add main.c/main.h
` [PATCH v7 06/24] wfx: add bus.h
` [PATCH v7 07/24] wfx: add bus_spi.c
` [PATCH v7 08/24] wfx: add bus_sdio.c
` [PATCH v7 09/24] wfx: add hwio.c/hwio.h
` [PATCH v7 10/24] wfx: add fwio.c/fwio.h
` [PATCH v7 11/24] wfx: add bh.c/bh.h
` [PATCH v7 12/24] wfx: add hif_api_*.h
` [PATCH v7 13/24] wfx: add hif_tx*.c/hif_tx*.h
` [PATCH v7 14/24] wfx: add key.c/key.h
` [PATCH v7 15/24] wfx: add hif_rx.c/hif_rx.h
` [PATCH v7 16/24] wfx: add data_rx.c/data_rx.h
` [PATCH v7 17/24] wfx: add queue.c/queue.h
` [PATCH v7 18/24] wfx: add data_tx.c/data_tx.h
` [PATCH v7 19/24] wfx: add sta.c/sta.h
` [PATCH v7 20/24] wfx: add scan.c/scan.h
` [PATCH v7 21/24] wfx: add debug.c/debug.h
` [PATCH v7 22/24] wfx: add traces.h
` [PATCH v7 23/24] wfx: remove from the staging area
` [PATCH v7 24/24] wfx: get out "

[PATCH V2 1/6] ARM: rmobile: Enable board detection when FIT is enabled
 2021-09-20 16:14 UTC  (6+ messages)
` [PATCH V2 2/6] ARM: rmobile: beacon: Support RZ/G2 [M/N/H] on TARGET_BEACON_RZG2M
` [PATCH V2 3/6] ARM: rmobile: beacon: Remove duplicated for RZ/G2 M/N/H
` [PATCH V2 4/6] ARM: rmobile: Beacon: Remove dead code
` [PATCH V2 5/6] ARM: rmobile: beacon: Enable reference clocks for USB and AVB
` [PATCH V2 6/6] ARM: rmobile: Rename r8a774a1_beacon_defconfig to rzg2_beacon_defconfig

[PATCH v2] xen/x86: fix PV trap handling on secondary processors
 2021-09-20 16:15 UTC 

[PATCH][next] fs/ntfs3: Fix a memory leak on object opts
 2021-09-20 16:12 UTC  (3+ messages)

BUG: unable to handle kernel paging request in drm_fb_helper_damage_work
 2021-09-20 16:12 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu: Fix MMIO access page fault
 2021-09-20 16:12 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: Fix resume failures when device is gone


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.