linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-20 08:50:31 to 2021-05-20 09:37:22 UTC [more...]

[PATCH 4.19 000/425] 4.19.191-rc1 review
 2021-05-20  9:16 UTC  (17+ messages)
` [PATCH 4.19 001/425] s390/disassembler: increase ebpf disasm buffer size
` [PATCH 4.19 002/425] ACPI: custom_method: fix potential use-after-free issue
` [PATCH 4.19 010/425] mtd: rawnand: atmel: Update ecc_stats.corrected counter
` [PATCH 4.19 011/425] spi: spi-ti-qspi: Free DMA resources
` [PATCH 4.19 012/425] scsi: qla2xxx: Fix crash in qla2xxx_mqueuecommand()
` [PATCH 4.19 013/425] mmc: sdhci-pci: Fix initialization of some SD cards for Intel BYT-based controllers
` [PATCH 4.19 014/425] mmc: block: Update ext_csd.cache_ctrl if it was written
` [PATCH 4.19 015/425] mmc: block: Issue a cache flush only when its enabled
` [PATCH 4.19 016/425] mmc: core: Do a power cycle when the CMD11 fails
` [PATCH 4.19 017/425] mmc: core: Set read only for SD cards with permanent write protect bit
` [PATCH 4.19 018/425] erofs: add unsupported inode i_format check
` [PATCH 4.19 019/425] cifs: Return correct error code from smb2_get_enc_key
` [PATCH 4.19 020/425] btrfs: fix metadata extent leak after failure to create subvolume
` [PATCH 4.19 021/425] intel_th: pci: Add Rocket Lake CPU support
` [PATCH 4.19 022/425] fbdev: zero-fill colormap in fbcmap.c
` [PATCH 4.19 023/425] staging: wimax/i2400m: fix byte-order issue

[PATCH v2 1/1] usb: typec: tcpm: Use LE to CPU conversion when accessing msg->header
 2021-05-20  9:27 UTC  (2+ messages)

[PATCH 5.4 00/37] 5.4.121-rc1 review
 2021-05-20  9:22 UTC  (38+ messages)
` [PATCH 5.4 01/37] x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
` [PATCH 5.4 02/37] kgdb: fix gcc-11 warning on indentation
` [PATCH 5.4 03/37] usb: sl811-hcd: improve misleading indentation
` [PATCH 5.4 04/37] cxgb4: Fix the -Wmisleading-indentation warning
` [PATCH 5.4 05/37] isdn: capi: fix mismatched prototypes
` [PATCH 5.4 06/37] pinctrl: ingenic: Improve unreachable code generation
` [PATCH 5.4 07/37] xsk: Simplify detection of empty and full rings
` [PATCH 5.4 08/37] virtio_net: Do not pull payload in skb->head
` [PATCH 5.4 09/37] ARM: 9058/1: cache-v7: refactor v7_invalidate_l1 to avoid clobbering r5/r6
` [PATCH 5.4 10/37] PCI: thunder: Fix compile testing
` [PATCH 5.4 11/37] dmaengine: dw-edma: Fix crash on loading/unloading driver
` [PATCH 5.4 12/37] ARM: 9066/1: ftrace: pause/unpause function graph tracer in cpu_suspend()
` [PATCH 5.4 13/37] ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
` [PATCH 5.4 14/37] Input: elants_i2c - do not bind to i2c-hid compatible ACPI instantiated devices
` [PATCH 5.4 15/37] Input: silead - add workaround for x86 BIOS-es which bring the chip up in a stuck state
` [PATCH 5.4 16/37] um: Mark all kernel symbols as local
` [PATCH 5.4 17/37] um: Disable CONFIG_GCOV with MODULES
` [PATCH 5.4 18/37] ARM: 9075/1: kernel: Fix interrupted SMC calls
` [PATCH 5.4 19/37] scripts/recordmcount.pl: Fix RISC-V regex for clang
` [PATCH 5.4 20/37] riscv: Workaround mcount name prior to clang-13
` [PATCH 5.4 21/37] scsi: lpfc: Fix illegal memory access on Abort IOCBs
` [PATCH 5.4 22/37] ceph: fix fscache invalidation
` [PATCH 5.4 23/37] scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not found
` [PATCH 5.4 24/37] bridge: Fix possible races between assigning rx_handler_data and setting IFF_BRIDGE_PORT bit
` [PATCH 5.4 25/37] drm/amd/display: Fix two cursor duplication when using overlay
` [PATCH 5.4 26/37] gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue 10 Pro 5055
` [PATCH 5.4 27/37] ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
` [PATCH 5.4 28/37] block: reexpand iov_iter after read/write
` [PATCH 5.4 29/37] lib: stackdepot: turn depot_lock spinlock to raw_spinlock
` [PATCH 5.4 30/37] net: stmmac: Do not enable RX FIFO overflow interrupts
` [PATCH 5.4 31/37] ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
` [PATCH 5.4 32/37] sit: "
` [PATCH 5.4 33/37] ip6_tunnel: "
` [PATCH 5.4 34/37] ipv6: remove extra dev_hold() for fallback tunnels
` [PATCH 5.4 35/37] KVM: arm64: Initialize VCPU mdcr_el2 before loading it
` [PATCH 5.4 36/37] tweewide: Fix most Shebang lines
` [PATCH 5.4 37/37] scripts: switch explicitly to Python 3

[PATCH 0/3] Rid W=1 warnings from Crypto
 2021-05-20  9:27 UTC  (4+ messages)
` [PATCH 1/3] crypto: cavium: Fix a bunch of kernel-doc related issues
` [PATCH 2/3] crypto: nx: nx-aes-gcm: Kernel-doc formatting should not be used for headers
` [PATCH 3/3] crypto: ccp: ccp-dev: Fix a little doc-rot

[PATCH 5.10 00/47] 5.10.39-rc1 review
 2021-05-20  9:22 UTC  (48+ messages)
` [PATCH 5.10 01/47] x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
` [PATCH 5.10 02/47] drm/i915/display: fix compiler warning about array overrun
` [PATCH 5.10 03/47] airo: work around stack usage warning
` [PATCH 5.10 04/47] kgdb: fix gcc-11 warning on indentation
` [PATCH 5.10 05/47] usb: sl811-hcd: improve misleading indentation
` [PATCH 5.10 06/47] cxgb4: Fix the -Wmisleading-indentation warning
` [PATCH 5.10 07/47] isdn: capi: fix mismatched prototypes
` [PATCH 5.10 08/47] virtio_net: Do not pull payload in skb->head
` [PATCH 5.10 09/47] ARM: 9058/1: cache-v7: refactor v7_invalidate_l1 to avoid clobbering r5/r6
` [PATCH 5.10 10/47] PCI: thunder: Fix compile testing
` [PATCH 5.10 11/47] dmaengine: dw-edma: Fix crash on loading/unloading driver
` [PATCH 5.10 12/47] ARM: 9066/1: ftrace: pause/unpause function graph tracer in cpu_suspend()
` [PATCH 5.10 13/47] ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
` [PATCH 5.10 14/47] PCI: tegra: Fix runtime PM imbalance in pex_ep_event_pex_rst_deassert()
` [PATCH 5.10 15/47] Input: elants_i2c - do not bind to i2c-hid compatible ACPI instantiated devices
` [PATCH 5.10 16/47] Input: silead - add workaround for x86 BIOS-es which bring the chip up in a stuck state
` [PATCH 5.10 17/47] NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute invalid
` [PATCH 5.10 18/47] um: Mark all kernel symbols as local
` [PATCH 5.10 19/47] um: Disable CONFIG_GCOV with MODULES
` [PATCH 5.10 20/47] PCI: tegra: Add Tegra194 MCFG quirks for ECAM errata
` [PATCH 5.10 21/47] ARM: 9075/1: kernel: Fix interrupted SMC calls
` [PATCH 5.10 22/47] platform/chrome: cros_ec_typec: Add DP mode check
` [PATCH 5.10 23/47] riscv: Use $(LD) instead of $(CC) to link vDSO
` [PATCH 5.10 24/47] scripts/recordmcount.pl: Fix RISC-V regex for clang
` [PATCH 5.10 25/47] riscv: Workaround mcount name prior to clang-13
` [PATCH 5.10 26/47] scsi: lpfc: Fix illegal memory access on Abort IOCBs
` [PATCH 5.10 27/47] ceph: fix fscache invalidation
` [PATCH 5.10 28/47] ceph: dont clobber i_snap_caps on non-I_NEW inode
` [PATCH 5.10 29/47] ceph: dont allow access to MDS-private inodes
` [PATCH 5.10 30/47] scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not found
` [PATCH 5.10 31/47] amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
` [PATCH 5.10 32/47] bridge: Fix possible races between assigning rx_handler_data and setting IFF_BRIDGE_PORT bit
` [PATCH 5.10 33/47] net: hsr: check skb can contain struct hsr_ethhdr in fill_frame_info
` [PATCH 5.10 34/47] nvmet: remove unsupported command noise
` [PATCH 5.10 35/47] drm/amd/display: Fix two cursor duplication when using overlay
` [PATCH 5.10 36/47] gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue 10 Pro 5055
` [PATCH 5.10 37/47] net:CXGB4: fix leak if sk_buff is not used
` [PATCH 5.10 38/47] ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
` [PATCH 5.10 39/47] block: reexpand iov_iter after read/write
` [PATCH 5.10 40/47] lib: stackdepot: turn depot_lock spinlock to raw_spinlock
` [PATCH 5.10 41/47] net: stmmac: Do not enable RX FIFO overflow interrupts
` [PATCH 5.10 42/47] ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
` [PATCH 5.10 43/47] sit: "
` [PATCH 5.10 44/47] ip6_tunnel: "
` [PATCH 5.10 45/47] ipv6: remove extra dev_hold() for fallback tunnels
` [PATCH 5.10 46/47] tweewide: Fix most Shebang lines
` [PATCH 5.10 47/47] scripts: switch explicitly to Python 3

[PATCH RFC v4 0/3] Some optimization for lockless qdisc
 2021-05-20  9:27 UTC  (4+ messages)
` [PATCH RFC v4 1/3] net: sched: avoid unnecessary seqcount operation "
` [PATCH RFC v4 2/3] net: sched: implement TCQ_F_CAN_BYPASS "
` [PATCH RFC v4 3/3] net: sched: remove qdisc->empty "

[PATCH v1 1/1] usb: typec: wcove: Use LE to CPU conversion when accessing msg->header
 2021-05-20  9:26 UTC  (2+ messages)

[PATCH v26 00/30] Control-flow Enforcement: Shadow Stack
 2021-05-20  9:26 UTC  (5+ messages)
` [PATCH v26 26/30] ELF: Introduce arch_setup_elf_property()

[PATCH 5.12 00/45] 5.12.6-rc1 review
 2021-05-20  9:22 UTC  (46+ messages)
` [PATCH 5.12 01/45] x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes
` [PATCH 5.12 02/45] drm/i915/display: fix compiler warning about array overrun
` [PATCH 5.12 03/45] airo: work around stack usage warning
` [PATCH 5.12 04/45] kgdb: fix gcc-11 warning on indentation
` [PATCH 5.12 05/45] usb: sl811-hcd: improve misleading indentation
` [PATCH 5.12 06/45] ARM: 9058/1: cache-v7: refactor v7_invalidate_l1 to avoid clobbering r5/r6
` [PATCH 5.12 07/45] PCI: thunder: Fix compile testing
` [PATCH 5.12 08/45] dmaengine: dw-edma: Fix crash on loading/unloading driver
` [PATCH 5.12 09/45] ARM: 9066/1: ftrace: pause/unpause function graph tracer in cpu_suspend()
` [PATCH 5.12 10/45] NFS: Fix fscache invalidation in nfs_set_cache_invalid()
` [PATCH 5.12 11/45] ACPI / hotplug / PCI: Fix reference count leak in enable_slot()
` [PATCH 5.12 12/45] PCI: tegra: Fix runtime PM imbalance in pex_ep_event_pex_rst_deassert()
` [PATCH 5.12 13/45] Input: elants_i2c - do not bind to i2c-hid compatible ACPI instantiated devices
` [PATCH 5.12 14/45] Input: silead - add workaround for x86 BIOS-es which bring the chip up in a stuck state
` [PATCH 5.12 15/45] NFS: NFS_INO_REVAL_PAGECACHE should mark the change attribute invalid
` [PATCH 5.12 16/45] f2fs: fix to avoid NULL pointer dereference
` [PATCH 5.12 17/45] svcrdma: Dont leak send_ctxt on Send errors
` [PATCH 5.12 18/45] um: Mark all kernel symbols as local
` [PATCH 5.12 19/45] um: Disable CONFIG_GCOV with MODULES
` [PATCH 5.12 20/45] PCI: tegra: Add Tegra194 MCFG quirks for ECAM errata
` [PATCH 5.12 21/45] ARM: 9075/1: kernel: Fix interrupted SMC calls
` [PATCH 5.12 22/45] platform/chrome: cros_ec_typec: Add DP mode check
` [PATCH 5.12 23/45] riscv: Use $(LD) instead of $(CC) to link vDSO
` [PATCH 5.12 24/45] scripts/recordmcount.pl: Fix RISC-V regex for clang
` [PATCH 5.12 25/45] riscv: Workaround mcount name prior to clang-13
` [PATCH 5.12 26/45] scsi: lpfc: Fix illegal memory access on Abort IOCBs
` [PATCH 5.12 27/45] ceph: fix fscache invalidation
` [PATCH 5.12 28/45] ceph: dont clobber i_snap_caps on non-I_NEW inode
` [PATCH 5.12 29/45] ceph: dont allow access to MDS-private inodes
` [PATCH 5.12 30/45] scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not found
` [PATCH 5.12 31/45] amdgpu/pm: Prevent force of DCEFCLK on NAVI10 and SIENNA_CICHLID
` [PATCH 5.12 32/45] bridge: Fix possible races between assigning rx_handler_data and setting IFF_BRIDGE_PORT bit
` [PATCH 5.12 33/45] net: hsr: check skb can contain struct hsr_ethhdr in fill_frame_info
` [PATCH 5.12 34/45] nvmet: remove unsupported command noise
` [PATCH 5.12 35/45] drm/amd/display: Fix two cursor duplication when using overlay
` [PATCH 5.12 36/45] gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue 10 Pro 5055
` [PATCH 5.12 37/45] net:CXGB4: fix leak if sk_buff is not used
` [PATCH 5.12 38/45] ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP
` [PATCH 5.12 39/45] block: reexpand iov_iter after read/write
` [PATCH 5.12 40/45] lib: stackdepot: turn depot_lock spinlock to raw_spinlock
` [PATCH 5.12 41/45] net: stmmac: Do not enable RX FIFO overflow interrupts
` [PATCH 5.12 42/45] ip6_gre: proper dev_{hold|put} in ndo_[un]init methods
` [PATCH 5.12 43/45] sit: "
` [PATCH 5.12 44/45] ip6_tunnel: "
` [PATCH 5.12 45/45] ipv6: remove extra dev_hold() for fallback tunnels

[PATCH v1 1/1] usb: typec: wcove: Fx wrong kernel doc format
 2021-05-20  9:25 UTC  (2+ messages)

[PATCH v6 0/4] printk: Userspace format indexing support
 2021-05-20  9:25 UTC  (7+ messages)
` [PATCH v6 3/4] "

kernel/sched/fair.c:9551:12: warning: stack frame size of 1376 bytes in function 'load_balance'
 2021-05-20  9:23 UTC  (4+ messages)
    ` [kbuild-all] "

[PATCH v3 0/4] compat: remove compat_alloc_user_space callers
 2021-05-20  9:21 UTC  (5+ messages)
` [PATCH v3 4/4] compat: remove some compat entry points

linux 5.12 - fails to boot - soft lockup - CPU#0 stuck for 23s! - RIP smp_call_function_single
 2021-05-20  9:21 UTC  (7+ messages)

[PATCH v4] kasan: speed up mte_set_mem_tag_range
 2021-05-20  9:21 UTC  (2+ messages)

[PATCH 3/5] HID: magicmouse: Magic Trackpad 2 USB battery capacity
 2021-05-20  9:18 UTC  (4+ messages)
    ` [kbuild-all] "

[PATCHSET] d_path cleanups
 2021-05-20  9:19 UTC  (5+ messages)
` [PATCH 01/14] d_path: "\0" is {0,0}, not {0}
  ` [PATCH 08/14] d_path: make prepend_name() boolean

[PATCH v2 1/2] kprobes: Allow architectures to override optinsn page allocation
 2021-05-20  9:18 UTC  (2+ messages)

[PATCH v1] ARM: dts: rockchip: move mmc aliases to board dts on rk3066/rk3188
 2021-05-20  9:18 UTC 

[PATCH] Documentation: checkpatch: Tweak BIT() macro include
 2021-05-20  9:17 UTC  (4+ messages)

[PATCH v2 1/1] gpiolib: Introduce for_each_gpio_desc_if() macro
 2021-05-20  9:16 UTC  (7+ messages)

[PATCH v6 00/21] Add support for 32-bit tasks on asymmetric AArch32 systems
 2021-05-20  9:13 UTC  (8+ messages)
` [PATCH v6 13/21] sched: Admit forcefully-affined tasks into SCHED_DEADLINE

[PATCH] reset: berlin: support module build
 2021-05-20  9:13 UTC 

[PATCH] pinctrl/amd: Add device HID for new AMD GPIO controller
 2021-05-20  9:09 UTC  (3+ messages)

[PATCH] linux-firmware: update firmware for MT7921 WiFi device
 2021-05-20  9:04 UTC 

[PATCH v7 00/12] Introduce VDUSE - vDPA Device in Userspace
 2021-05-20  9:06 UTC  (3+ messages)
  `  "

[PATCH] arm: make the size of vmalloc in cmdline and meminfo uniform
 2021-05-20  9:00 UTC  (4+ messages)
` [PATCH 3/4] ARM: change vmalloc_min to vmalloc_start

[PATCH] rtc: Fix hwclock write fail problem in x86 arch
 2021-05-20  8:59 UTC  (2+ messages)

[PATCH v6 bpf-next 00/11] Socket migration for SO_REUSEPORT
 2021-05-20  8:58 UTC  (2+ messages)

[PATCH 0/7] ima: Add template fields to verify EVM portable signatures
 2021-05-20  8:57 UTC  (8+ messages)
` [PATCH 1/7] ima: Add ima_show_template_uint() template library function
` [PATCH 2/7] ima: Introduce template fields iuid and igid
` [PATCH 3/7] ima: Introduce template fields mntuidmap and mntgidmap
` [PATCH 4/7] ima: Introduce template field imode
` [PATCH 5/7] evm: Verify portable signatures against all protected xattrs
` [PATCH 6/7] ima: Introduce template field evmxattrs
` [PATCH 7/7] evm: Don't return an error in evm_write_xattrs() if audit is not enabled

ALSA: usb-audio: Handle error for the current selector gracefully [ uninitialized variable issue ]
 2021-05-20  8:58 UTC 

[RFC] trace: Add option for polling ring buffers
 2021-05-20  8:57 UTC  (3+ messages)

[PATCH v6 bpf-next 09/11] bpf: Support socket migration by eBPF
 2021-05-20  8:54 UTC  (2+ messages)

[PATCH v4 0/6] x86/syscall: use int for x86-64 system calls
 2021-05-20  8:53 UTC  (3+ messages)
` [PATCH v4 6/6] x86/syscall: use int everywhere for system call numbers

[PATCH v12 0/8] MTE support for KVM guest
 2021-05-20  8:51 UTC  (5+ messages)
` [PATCH v12 4/8] arm64: kvm: Introduce MTE VM feature

[PATCH v6 bpf-next 03/11] tcp: Keep TCP_CLOSE sockets in the reuseport group
 2021-05-20  8:51 UTC  (2+ messages)

[PATCH v7 05/12] evm: Introduce evm_hmac_disabled() to safely ignore verification errors
 2021-05-20  8:51 UTC  (3+ messages)
` [RESEND][PATCH "

[PATCH 00/14] Clean W=1 build warnings for mm/
 2021-05-20  8:48 UTC  (4+ messages)
` [PATCH 12/14] mm/mmap_lock: Remove dead code for !CONFIG_TRACING configurations
` [PATCH 13/14] mm/page_alloc: Move prototype for find_suitable_fallback
` [PATCH 14/14] mm/swap: Make NODE_DATA an inline function on CONFIG_FLATMEM


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