All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-20 17:21:56 to 2021-09-20 17:35:53 UTC [more...]

[PATCH 5.14 000/168] 5.14.7-rc1 review
 2021-09-20 16:44 UTC  (4+ messages)
` [PATCH 5.14 127/168] KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page size
` [PATCH 5.14 139/168] ARC: export clear_user_page() for modules

[PATCH 5.10 000/122] 5.10.68-rc1 review
 2021-09-20 16:44 UTC  (5+ messages)
` [PATCH 5.10 054/122] mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()
` [PATCH 5.10 086/122] KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page size
` [PATCH 5.10 096/122] ARC: export clear_user_page() for modules

[PATCH 5.4 000/260] 5.4.148-rc1 review
 2021-09-20 16:44 UTC  (3+ messages)
` [PATCH 5.4 232/260] mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()
` [PATCH 5.4 253/260] ARC: export clear_user_page() for modules

[PATCH 4.19 000/293] 4.19.207-rc1 review
 2021-09-20 16:40 UTC  (37+ messages)
` [PATCH 4.19 001/293] ext4: fix race writing to an inline_data file while its xattrs are changing
` [PATCH 4.19 002/293] xtensa: fix kconfig unmet dependency warning for HAVE_FUTEX_CMPXCHG
` [PATCH 4.19 003/293] gpu: ipu-v3: Fix i.MX IPU-v3 offset calculations for (semi)planar U/V formats
` [PATCH 4.19 004/293] qed: Fix the VF msix vectors flow
` [PATCH 4.19 005/293] net: macb: Add a NULL check on desc_ptp
` [PATCH 4.19 006/293] qede: Fix memset corruption
` [PATCH 4.19 007/293] perf/x86/intel/pt: Fix mask of num_address_ranges
` [PATCH 4.19 008/293] perf/x86/amd/ibs: Work around erratum #1197
` [PATCH 4.19 009/293] cryptoloop: add a deprecation warning
` [PATCH 4.19 010/293] ARM: 8918/2: only build return_address() if needed
` [PATCH 4.19 011/293] ALSA: pcm: fix divide error in snd_pcm_lib_ioctl
` [PATCH 4.19 012/293] clk: fix build warning for orphan_list
` [PATCH 4.19 013/293] media: stkwebcam: fix memory leak in stk_camera_probe
` [PATCH 4.19 014/293] ARM: imx: add missing clk_disable_unprepare()
` [PATCH 4.19 015/293] ARM: imx: fix missing 3rd argument in macro imx_mmdc_perf_init
` [PATCH 4.19 016/293] igmp: Add ip_mc_list lock in ip_check_mc_rcu
` [PATCH 4.19 017/293] USB: serial: mos7720: improve OOM-handling in read_mos_reg()
` [PATCH 4.19 018/293] ipv4/icmp: l3mdev: Perform icmp error route lookup on source device routing table (v2)
` [PATCH 4.19 019/293] SUNRPC/nfs: Fix return value for nfs4_callback_compound()
` [PATCH 4.19 020/293] crypto: talitos - reduce max key size for SEC1
` [PATCH 4.19 021/293] powerpc/module64: Fix comment in R_PPC64_ENTRY handling
` [PATCH 4.19 022/293] powerpc/boot: Delete unneeded .globl _zimage_start
` [PATCH 4.19 023/293] net: ll_temac: Remove left-over debug message
` [PATCH 4.19 024/293] mm/page_alloc: speed up the iteration of max_order
` [PATCH 4.19 025/293] Revert "btrfs: compression: dont try to compress if we dont have enough pages"
` [PATCH 4.19 026/293] ALSA: usb-audio: Add registration quirk for JBL Quantum 800
` [PATCH 4.19 027/293] usb: host: xhci-rcar: Dont reload firmware after the completion
` [PATCH 4.19 028/293] usb: mtu3: use @mult for HS isoc or intr
` [PATCH 4.19 029/293] usb: mtu3: fix the wrong HS mult value
` [PATCH 4.19 030/293] x86/reboot: Limit Dell Optiplex 990 quirk to early BIOS versions
` [PATCH 4.19 031/293] PCI: Call Max Payload Size-related fixup quirks early
` [PATCH 4.19 033/293] regmap: fix the offset of register error log
` [PATCH 4.19 042/293] bcache: add proper error unwinding in bcache_device_init
` [PATCH 4.19 043/293] nvme-rdma: dont update queue count when failing to set io queues
` [PATCH 4.19 044/293] power: supply: max17042_battery: fix typo in MAx17042_TOFF
` [PATCH 4.19 045/293] s390/cio: add dev_busid sysfs entry for each subchannel

[PATCH] Revert "ACPI: Add memory semantics to acpi_os_map_memory()"
 2021-09-20 17:32 UTC  (8+ messages)
` [PATCH v2] "
    ` [Devel] "

[PATCH v2 00/12] xen/trace: Fix leakage of uninitialised stack into the tracebuffer
 2021-09-20 17:25 UTC  (13+ messages)
` [PATCH v2 01/12] xen/trace: Don't over-read trace objects
` [PATCH v2 02/12] xen/memory: Remove tail padding from TRC_MEM_* records
` [PATCH v2 03/12] xen/credit2: Remove tail padding from TRC_CSCHED2_* records
` [PATCH v2 04/12] x86/hvm: Reduce stack usage from HVMTRACE_ND()
` [PATCH v2 05/12] x86/hvm: Remove duplicate calls caused by tracing
` [PATCH v2 06/12] xen/credit2: Clean up trace handling
` [PATCH v2 07/12] xen/rt: "
` [PATCH v2 08/12] xen/sched: "
` [PATCH v2 09/12] xen/trace: Minor code cleanup
` [PATCH v2 10/12] x86/pv: Move x86/trace.c to x86/pv/trace.c
` [PATCH v2 11/12] xen/arch: Drop asm-*/trace.h
` [PATCH v2 12/12] x86/trace: Clean up trace handling

[PATCH] mm: Mark the OOM reaper thread as freezable
 2021-09-20 17:34 UTC  (4+ messages)

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

[PULL 0/2] Net patches
 2021-09-20 17:30 UTC  (2+ messages)

[PATCH v4 00/20] nubus: bus, device, bridge, IRQ and address space improvements
 2021-09-20 17:31 UTC  (5+ messages)
` [PATCH v4 01/20] nubus-device: rename slot_nb variable to slot
` [PATCH v4 03/20] nubus-device: add device slot parameter

[git pull] drm for 5.14-rc1
 2021-09-20 17:32 UTC  (11+ messages)

[PATCH] powerpc/pseries: delete scanlog
 2021-09-20 17:32 UTC 

[PATCH v2 0/6] drm/mediatek: Add mt8195 DisplayPort driver
 2021-09-20 17:32 UTC  (4+ messages)
` [PATCH v2 6/6] "

[PATCH V4 0/3] scsi: ufs: Let devices remain runtime suspended during system suspend
 2021-09-20 17:30 UTC  (6+ messages)
` [PATCH V4 1/3] scsi: ufs: Fix error handler clear ua deadlock

[PATCH 4.14 000/217] 4.14.247-rc1 review
 2021-09-20 16:43 UTC  (104+ messages)
` [PATCH 4.14 103/217] xen: fix setting of max_pfn in shared_info
` [PATCH 4.14 105/217] 9p/xen: Fix end of loop tests for list_for_each_entry
` [PATCH 4.14 106/217] soc: aspeed: lpc-ctrl: Fix boundary check for mmap
` [PATCH 4.14 107/217] crypto: public_key: fix overflow during implicit conversion
` [PATCH 4.14 108/217] block: bfq: fix bfq_set_next_ioprio_data()
` [PATCH 4.14 109/217] power: supply: max17042: handle fails of reading status register
` [PATCH 4.14 110/217] dm crypt: Avoid percpu_counter spinlock contention in crypt_page_alloc()
` [PATCH 4.14 111/217] VMCI: fix NULL pointer dereference when unmapping queue pair
` [PATCH 4.14 112/217] media: uvc: dont do DMA on stack
` [PATCH 4.14 123/217] docs: Fix infiniband uverbs minor number
` [PATCH 4.14 124/217] pinctrl: samsung: Fix pinctrl bank pin count
` [PATCH 4.14 125/217] vfio: Use config not menuconfig for VFIO_NOIOMMU
` [PATCH 4.14 126/217] openrisc: dont printk() unconditionally
` [PATCH 4.14 127/217] pinctrl: single: Fix error return code in pcs_parse_bits_in_pinctrl_entry()
` [PATCH 4.14 128/217] scsi: qedi: Fix error codes in qedi_alloc_global_queues()
` [PATCH 4.14 129/217] MIPS: Malta: fix alignment of the devicetree buffer
` [PATCH 4.14 130/217] media: dib8000: rewrite the init prbs logic
` [PATCH 4.14 131/217] crypto: mxs-dcp - Use sg_mapping_iter to copy data
` [PATCH 4.14 132/217] PCI: Use pci_update_current_state() in pci_enable_device_flags()
` [PATCH 4.14 133/217] iio: dac: ad5624r: Fix incorrect handling of an optional regulator
` [PATCH 4.14 134/217] ARM: dts: qcom: apq8064: correct clock names
` [PATCH 4.14 135/217] video: fbdev: kyro: fix a DoS bug by restricting user input
` [PATCH 4.14 136/217] netlink: Deal with ESRCH error in nlmsg_notify()
` [PATCH 4.14 137/217] Smack: Fix wrong semantics in smk_access_entry()
` [PATCH 4.14 138/217] usb: host: fotg210: fix the endpoints transactional opportunities calculation
` [PATCH 4.14 139/217] usb: host: fotg210: fix the actual_length of an iso packet
` [PATCH 4.14 140/217] usb: gadget: u_ether: fix a potential null pointer dereference
` [PATCH 4.14 141/217] usb: gadget: composite: Allow bMaxPower=0 if self-powered
` [PATCH 4.14 142/217] staging: board: Fix uninitialized spinlock when attaching genpd
` [PATCH 4.14 143/217] tty: serial: jsm: hold port lock when reporting modem line changes
` [PATCH 4.14 144/217] bpf/tests: Fix copy-and-paste error in double word test
` [PATCH 4.14 145/217] bpf/tests: Do not PASS tests without actually testing the result
` [PATCH 4.14 146/217] video: fbdev: asiliantfb: Error out if pixclock equals zero
` [PATCH 4.14 147/217] video: fbdev: kyro: "
` [PATCH 4.14 148/217] video: fbdev: riva: "
` [PATCH 4.14 149/217] ipv4: ip_output.c: Fix out-of-bounds warning in ip_copy_addrs()
` [PATCH 4.14 150/217] flow_dissector: Fix out-of-bounds warnings
` [PATCH 4.14 151/217] s390/jump_label: print real address in a case of a jump label bug
` [PATCH 4.14 152/217] serial: 8250: Define RX trigger levels for OxSemi 950 devices
` [PATCH 4.14 153/217] xtensa: ISS: dont panic in rs_init
` [PATCH 4.14 154/217] hvsi: dont panic on tty_register_driver failure
` [PATCH 4.14 155/217] serial: 8250_pci: make setup_port() parameters explicitly unsigned
` [PATCH 4.14 156/217] staging: ks7010: Fix the initialization of the sleep_status structure
` [PATCH 4.14 157/217] ata: sata_dwc_460ex: No need to call phy_exit() befre phy_init()
` [PATCH 4.14 158/217] Bluetooth: skip invalid hci_sync_conn_complete_evt
` [PATCH 4.14 159/217] ASoC: Intel: bytcr_rt5640: Move "Platform Clock" routes to the maps for the matching in-/output
` [PATCH 4.14 160/217] media: v4l2-dv-timings.c: fix wrong condition in two for-loops
` [PATCH 4.14 161/217] arm64: dts: qcom: sdm660: use reg value for memory node
` [PATCH 4.14 162/217] net: ethernet: stmmac: Do not use unreachable() in ipq806x_gmac_probe()
` [PATCH 4.14 163/217] Bluetooth: avoid circular locks in sco_sock_connect
` [PATCH 4.14 164/217] gpu: drm: amd: amdgpu: amdgpu_i2c: fix possible uninitialized-variable access in amdgpu_i2c_router_select_ddc_port()
` [PATCH 4.14 165/217] ARM: tegra: tamonten: Fix UART pad setting
` [PATCH 4.14 166/217] rpc: fix gss_svc_init cleanup on failure
` [PATCH 4.14 168/217] gfs2: Dont call dlm after protocol is unmounted
` [PATCH 4.14 169/217] mmc: sdhci-of-arasan: Check return value of non-void funtions
` [PATCH 4.14 170/217] mmc: rtsx_pci: Fix long reads when clock is prescaled
` [PATCH 4.14 171/217] selftests/bpf: Enlarge select() timeout for test_maps
` [PATCH 4.14 172/217] cifs: fix wrong release in sess_alloc_buffer() failed path
` [PATCH 4.14 173/217] Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk set"
` [PATCH 4.14 174/217] usb: musb: musb_dsps: request_irq() after initializing musb
` [PATCH 4.14 175/217] usbip: give back URBs for unsent unlink requests during cleanup
` [PATCH 4.14 176/217] usbip:vhci_hcd USB port can get stuck in the disabled state
` [PATCH 4.14 177/217] ASoC: rockchip: i2s: Fix regmap_ops hang
` [PATCH 4.14 178/217] ASoC: rockchip: i2s: Fixup config for DAIFMT_DSP_A/B
` [PATCH 4.14 179/217] parport: remove non-zero check on count
` [PATCH 4.14 180/217] ath9k: fix OOB read ar9300_eeprom_restore_internal
` [PATCH 4.14 181/217] ath9k: fix sleeping in atomic context
` [PATCH 4.14 182/217] net: fix NULL pointer reference in cipso_v4_doi_free
` [PATCH 4.14 183/217] net: w5100: check return value after calling platform_get_resource()
` [PATCH 4.14 184/217] parisc: fix crash with signals and alloca
` [PATCH 4.14 185/217] scsi: BusLogic: Fix missing pr_cont() use
` [PATCH 4.14 186/217] scsi: qla2xxx: Sync queue idx with queue_pair_map idx
` [PATCH 4.14 187/217] cpufreq: powernv: Fix init_chip_info initialization in numa=off
` [PATCH 4.14 188/217] mm/hugetlb: initialize hugetlb_usage in mm_init
` [PATCH 4.14 189/217] memcg: enable accounting for pids in nested pid namespaces
` [PATCH 4.14 190/217] platform/chrome: cros_ec_proto: Send command again when timeout occurs
` [PATCH 4.14 191/217] xen: reset legacy rtc flag for PV domU
` [PATCH 4.14 192/217] bnx2x: Fix enabling network interfaces without VFs
` [PATCH 4.14 193/217] PM: base: power: dont try to use non-existing RTC for storing data
` [PATCH 4.14 194/217] x86/mm: Fix kern_addr_valid() to cope with existing but not present entries
` [PATCH 4.14 195/217] net-caif: avoid user-triggerable WARN_ON(1)
` [PATCH 4.14 196/217] ptp: dp83640: dont define PAGE0
` [PATCH 4.14 197/217] dccp: dont duplicate ccid when cloning dccp sock
` [PATCH 4.14 198/217] net/l2tp: Fix reference count leak in l2tp_udp_recv_core
` [PATCH 4.14 199/217] r6040: Restore MDIO clock frequency after MAC reset
` [PATCH 4.14 200/217] tipc: increase timeout in tipc_sk_enqueue()
` [PATCH 4.14 201/217] events: Reuse value read using READ_ONCE instead of re-reading it
` [PATCH 4.14 202/217] net/af_unix: fix a data-race in unix_dgram_poll
` [PATCH 4.14 203/217] tcp: fix tp->undo_retrans accounting in tcp_sacktag_one()
` [PATCH 4.14 204/217] ibmvnic: check failover_pending in login response
` [PATCH 4.14 205/217] mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()
` [PATCH 4.14 206/217] dt-bindings: mtd: gpmc: Fix the ECC bytes vs. OOB bytes equation
` [PATCH 4.14 207/217] mfd: Dont use irq_create_mapping() to resolve a mapping
` [PATCH 4.14 208/217] PCI: Add ACS quirks for Cavium multi-function devices
` [PATCH 4.14 209/217] net: usb: cdc_mbim: avoid altsetting toggling for Telit LN920
` [PATCH 4.14 210/217] ethtool: Fix an error code in cxgb2.c
` [PATCH 4.14 211/217] PCI: Sync __pci_register_driver() stub for CONFIG_PCI=n
` [PATCH 4.14 212/217] mtd: rawnand: cafe: Fix a resource leak in the error handling path of cafe_nand_probe()
` [PATCH 4.14 213/217] ARC: export clear_user_page() for modules
` [PATCH 4.14 214/217] net: dsa: b53: Fix calculating number of switch ports
` [PATCH 4.14 215/217] netfilter: socket: icmp6: fix use-after-scope
` [PATCH 4.14 216/217] qlcnic: Remove redundant unlock in qlcnic_pinit_from_rom
` [PATCH 4.14 217/217] net: renesas: sh_eth: Fix freeing wrong tx descriptor

[Buildroot] [PATCH v2 1/1] package/libglib2: bump version to 2.68.4
 2021-09-20 17:31 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next v2] iavf: Add support for 50G/100G in AIM algorithm
 2021-09-20 17:31 UTC  (3+ messages)

[mel:sched-altidlecore-v2r8 1/1] kernel/sched/fair.c:6254:28: error: 'SIS_IDLE_UNAVAILABLE' undeclared; did you mean 'SKB_FCLONE_UNAVAILABLE'?
 2021-09-20 17:15 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 091ae9ec4caa1688e3c53a21dc5e4412649b64bc
 2021-09-20 17:28 UTC 

[PATCH v3] PCI: pciehp: Add quirk to handle spurious DLLSC on a x4x4 SSD
 2021-09-20 17:18 UTC  (5+ messages)

Error dvb-usb: no frontend was attached by 'MSI Mega Sky 580 DVB-T USB2.0': mt352, qt1010
 2021-09-20 17:09 UTC 

[PATCH 00/30] 64-bit LoongArch port of QEMU TCG
 2021-09-20 17:26 UTC  (9+ messages)
` [PATCH 26/30] tcg/loongarch: Implement tcg_target_init
` [PATCH 27/30] tcg/loongarch: Register the JIT
` [PATCH 28/30] configure, meson.build: Mark support for 64-bit LoongArch hosts
` [PATCH 29/30] linux-user: Add host dependency for 64-bit LoongArch

[Intel-gfx] [PATCH v10 00/17] drm/i915: Introduce Intel PXP
 2021-09-20 17:28 UTC  (5+ messages)
` [Intel-gfx] [PATCH v10 09/17] drm/i915/pxp: Implement PXP irq handler

[igt-dev] [PATCH i-g-t] lib/intel_bufops: Fix regression on 5.4 kernel
 2021-09-20 17:28 UTC  (6+ messages)

[PATCH rdma-rc 0/4] irdma fixes
 2021-09-20 17:24 UTC  (2+ messages)

[syzbot] possible deadlock in bond_xmit_tlb_slave_get
 2021-09-20 17:24 UTC 

[PATCH] dt-bindings: hwmon: lm90: convert to dtschema
 2021-09-20 17:22 UTC  (2+ messages)

[xen-unstable test] 165127: regressions - FAIL
 2021-09-20 17:24 UTC 

[PATCH mptcp-next 0/3] mptcp: tx refactor update
 2021-09-20 17:24 UTC  (4+ messages)
` [PATCH mptcp-next 1/3] Squash-to: "tcp: expose the tcp_mark_push() and skb_entail() helpers"
` [PATCH mptcp-next 2/3] Squash-to: "mptcp: stop relying on tcp_tx_skb_cache"
` [PATCH mptcp-next 3/3] tcp: make tcp_build_frag() static

[PATCH] ALSA: rawmidi: introduce SNDRV_RAWMIDI_IOCTL_USER_PVERSION
 2021-09-20 17:22 UTC  (3+ messages)

[PATCH 00/13] submodule: convert the rest of 'update' to C
 2021-09-20 17:19 UTC  (4+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 8/8] submodule--helper: rename helper functions

(no subject)
 2021-09-20 17:19 UTC  (9+ messages)
` [PATCH v2] hw/sensor: Add lsm303dlhc magnetometer device


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.