All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-12 13:57:54 to 2020-10-12 14:08:35 UTC [more...]

[PATCH 4.4 00/39] 4.4.239-rc1 review
 2020-10-12 13:26 UTC  (2+ messages)
` [PATCH 4.4 16/39] netfilter: ctnetlink: add a range check for l3/l4 protonum

[PATCH 4.9 00/54] 4.9.239-rc1 review
 2020-10-12 13:27 UTC  (35+ messages)
` [PATCH 4.9 01/54] vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsock
` [PATCH 4.9 03/54] USB: gadget: f_ncm: Fix NDP16 datagram validation
` [PATCH 4.9 04/54] gpio: tc35894: fix up tc35894 interrupt configuration
` [PATCH 4.9 10/54] drivers/net/wan/hdlc: Set skb->protocol before transmitting
` [PATCH 4.9 11/54] mac80211: do not allow bigger VHT MPDUs than the hardware supports
` [PATCH 4.9 12/54] nfs: Fix security label length not being reset
` [PATCH 4.9 13/54] clk: samsung: exynos4: mark chipid clock as CLK_IGNORE_UNUSED
` [PATCH 4.9 14/54] iommu/exynos: add missing put_device() call in exynos_iommu_of_xlate()
` [PATCH 4.9 15/54] i2c: cpm: Fix i2c_ram structure
` [PATCH 4.9 18/54] epoll: do not insert into poll queues until all sanity checks are done
` [PATCH 4.9 19/54] epoll: replace ->visited/visited_list with generation count
` [PATCH 4.9 20/54] epoll: EPOLL_CTL_ADD: close the race in decision to take fast path
` [PATCH 4.9 21/54] ep_create_wakeup_source(): dentry name can change under you
` [PATCH 4.9 22/54] netfilter: ctnetlink: add a range check for l3/l4 protonum
` [PATCH 4.9 23/54] fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.h
` [PATCH 4.9 24/54] Fonts: Support FONT_EXTRA_WORDS macros for built-in fonts
` [PATCH 4.9 25/54] Revert "ravb: Fixed to be able to unload modules"
` [PATCH 4.9 26/54] fbcon: Fix global-out-of-bounds read in fbcon_get_font()
` [PATCH 4.9 27/54] net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()
` [PATCH 4.9 28/54] usermodehelper: reset umask to default before executing user process
` [PATCH 4.9 29/54] platform/x86: thinkpad_acpi: initialize tp_nvram_state variable
` [PATCH 4.9 30/54] platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when reuse
` [PATCH 4.9 32/54] perf top: Fix stdio interface input handling with glibc 2.28+
` [PATCH 4.9 39/54] net: team: fix memory leak in __team_options_register
` [PATCH 4.9 40/54] openvswitch: handle DNAT tuple collision
` [PATCH 4.9 41/54] drm/amdgpu: prevent double kfree ttm->sg
` [PATCH 4.9 44/54] net: stmmac: removed enabling eee in EEE set callback
` [PATCH 4.9 45/54] xfrm: Use correct address family in xfrm_state_find
` [PATCH 4.9 46/54] bonding: set dev->needed_headroom in bond_setup_by_slave()
` [PATCH 4.9 47/54] mdio: fix mdio-thunder.c dependency & build error
` [PATCH 4.9 49/54] rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()
` [PATCH 4.9 50/54] rxrpc: Fix some missing _bh annotations on locking conn->state_lock
` [PATCH 4.9 51/54] rxrpc: Fix server keyring leak
` [PATCH 4.9 52/54] perf: Fix task_function_call() error handling

[PATCH v5] Add a comment in bios-tables-test.c to clarify the reason behind approach
 2020-10-12 14:07 UTC  (2+ messages)

[PATCH net-next v5 00/10] net: bridge: cfm: Add support for Connectivity Fault Management(CFM)
 2020-10-12 14:04 UTC  (22+ messages)
` [Bridge] "
` [PATCH net-next v5 01/10] net: bridge: extend the process of special frames
  ` [Bridge] "
` [PATCH net-next v5 02/10] bridge: cfm: Add BRIDGE_CFM to Kconfig
  ` [Bridge] "
` [PATCH net-next v5 03/10] bridge: uapi: cfm: Added EtherType used by the CFM protocol
  ` [Bridge] "
` [PATCH net-next v5 04/10] bridge: cfm: Kernel space implementation of CFM. MEP create/delete
  ` [Bridge] "
` [PATCH net-next v5 05/10] bridge: cfm: Kernel space implementation of CFM. CCM frame TX added
  ` [Bridge] "
` [PATCH net-next v5 06/10] bridge: cfm: Kernel space implementation of CFM. CCM frame RX added
  ` [Bridge] "
` [PATCH net-next v5 07/10] bridge: cfm: Netlink SET configuration Interface
  ` [Bridge] "
` [PATCH net-next v5 08/10] bridge: cfm: Netlink GET "
  ` [Bridge] "
` [PATCH net-next v5 09/10] bridge: cfm: Netlink GET status Interface
  ` [Bridge] "
` [PATCH net-next v5 10/10] bridge: cfm: Netlink Notifications
  ` [Bridge] "

[PATCH next] iommu: intel: make DMAR_TABLE select IOMMU_API
 2020-10-12 12:31 UTC 

[PATCH v2 00/20] Start KernelShark v2 transformation
 2020-10-12 14:05 UTC  (17+ messages)
` [PATCH v2 01/20] kernel-shark: Start introducing KernelShark 2.0
` [PATCH v2 02/20] kernel-shark: Use only signed types in kshark_entry
` [PATCH v2 03/20] kernel-shark: Introduce libkshark-hash
` [PATCH v2 04/20] kernel-shark: Introduce Data streams
` [PATCH v2 05/20] kernel-shark: Add stream_id to kshark_entry
` [PATCH v2 06/20] kernel-shark: Rename static methods in libkshark
` [PATCH v2 07/20] kernel-shark: Add basic methods for Data streams
` [PATCH v2 09/20] kernel-shark: Add stream interface for trace-cmd data
` [PATCH v2 10/20] kernel-shark: Start using data streams
` [PATCH v2 11/20] kernel-shark: Remove dead code
` [PATCH v2 12/20] kernel-shark: Redesign the plugin interface
` [PATCH v2 13/20] kernel-shark: Complete the stream integration
` [PATCH v2 14/20] kernel-shark: Provide merging of multiple data streams
` [PATCH v2 15/20] kernel-shark: Integrate the stream definitions with data model

[PATCH v2 00/17] follow_pfn and other iomap races
 2020-10-12 14:03 UTC  (4+ messages)
` [PATCH v2 08/17] s390/pci: Remove races against pte updates

[Question Resend] About z3fold page migration
 2020-10-12 14:04 UTC  (2+ messages)

[PATCH 2/2] drm/msm: Add support for GPU cooling
 2020-10-12 13:33 UTC  (3+ messages)
` [2/2] "

[PATCH 4.14 00/70] 4.14.201-rc1 review
 2020-10-12 13:27 UTC  (40+ messages)
` [PATCH 4.14 05/70] USB: gadget: f_ncm: Fix NDP16 datagram validation
` [PATCH 4.14 06/70] gpio: tc35894: fix up tc35894 interrupt configuration
` [PATCH 4.14 07/70] Input: i8042 - add nopnp quirk for Acer Aspire 5 A515
` [PATCH 4.14 08/70] drm/amdgpu: restore proper ref count in amdgpu_display_crtc_set_config
` [PATCH 4.14 16/70] spi: fsl-espi: Only process interrupts for expected events
` [PATCH 4.14 25/70] net/packet: fix overflow in tpacket_rcv
` [PATCH 4.14 26/70] epoll: do not insert into poll queues until all sanity checks are done
` [PATCH 4.14 29/70] ep_create_wakeup_source(): dentry name can change under you
` [PATCH 4.14 30/70] netfilter: ctnetlink: add a range check for l3/l4 protonum
` [PATCH 4.14 31/70] drm/syncobj: Fix drm_syncobj_handle_to_fd refcount leak
` [PATCH 4.14 32/70] fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.h
` [PATCH 4.14 33/70] Fonts: Support FONT_EXTRA_WORDS macros for built-in fonts
` [PATCH 4.14 34/70] Revert "ravb: Fixed to be able to unload modules"
` [PATCH 4.14 38/70] platform/x86: thinkpad_acpi: initialize tp_nvram_state variable
` [PATCH 4.14 41/70] perf top: Fix stdio interface input handling with glibc 2.28+
` [PATCH 4.14 42/70] mtd: rawnand: sunxi: Fix the probe error path
` [PATCH 4.14 48/70] i2c: meson: fix clock setting overwrite
` [PATCH 4.14 49/70] sctp: fix sctp_auth_init_hmacs() error path
` [PATCH 4.14 50/70] team: set dev->needed_headroom in team_setup_by_port()
` [PATCH 4.14 51/70] net: team: fix memory leak in __team_options_register
` [PATCH 4.14 52/70] openvswitch: handle DNAT tuple collision
` [PATCH 4.14 53/70] drm/amdgpu: prevent double kfree ttm->sg
` [PATCH 4.14 54/70] xfrm: clone XFRMA_REPLAY_ESN_VAL in xfrm_do_migrate
` [PATCH 4.14 55/70] xfrm: clone XFRMA_SEC_CTX "
` [PATCH 4.14 56/70] xfrm: clone whole liftime_cur structure "
` [PATCH 4.14 57/70] net: stmmac: removed enabling eee in EEE set callback
` [PATCH 4.14 58/70] platform/x86: fix kconfig dependency warning for FUJITSU_LAPTOP
` [PATCH 4.14 59/70] xfrm: Use correct address family in xfrm_state_find
` [PATCH 4.14 60/70] bonding: set dev->needed_headroom in bond_setup_by_slave()
` [PATCH 4.14 61/70] mdio: fix mdio-thunder.c dependency & build error
` [PATCH 4.14 62/70] net: usb: ax88179_178a: fix missing stop entry in driver_info
` [PATCH 4.14 63/70] rxrpc: Fix rxkad token xdr encoding
` [PATCH 4.14 64/70] rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()
` [PATCH 4.14 65/70] rxrpc: Fix some missing _bh annotations on locking conn->state_lock
` [PATCH 4.14 66/70] rxrpc: Fix server keyring leak
` [PATCH 4.14 67/70] perf: Fix task_function_call() error handling
` [PATCH 4.14 68/70] mmc: core: dont set limits.discard_granularity as 0
` [PATCH 4.14 69/70] mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected by khugepaged
` [PATCH 4.14 70/70] net: usb: rtl8150: set random MAC address when set_ethernet_addr() fails

[Buildroot] [git commit] docs/website: update for 2020.08.1
 2020-10-12 14:04 UTC 

[PATCH][next] io_uring: Fix sizeof() mismatch
 2020-10-12 14:03 UTC  (2+ messages)

[PATCH 0/2] iomap: zero dirty pages over unwritten extents
 2020-10-12 14:03 UTC  (3+ messages)
` [PATCH 1/2] iomap: use page dirty state to seek data "
` [PATCH 2/2] iomap: zero cached pages over unwritten extents on zero range

Good
 2020-10-12 14:04 UTC 

[PATCH 5.9 RT] net: openvswitch: Fix using smp_processor_id() in preemptible code
 2020-10-12 13:36 UTC  (5+ messages)

[PATCH] cpufreq: sti-cpufreq: fix mem leak in sti_cpufreq_set_opp_info()
 2020-10-12 14:01 UTC  (2+ messages)

[PULL 0/7] Gitlab CI fixes and improvements
 2020-10-12 14:01 UTC  (4+ messages)
` [PULL 5/7] gitlab-ci: Move edk2 and opensbi YAML files to .gitlab-ci.d folder

[PATCH 4.19 00/49] 4.19.151-rc1 review
 2020-10-12 13:27 UTC  (23+ messages)
` [PATCH 4.19 01/49] fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linux/font.h
` [PATCH 4.19 11/49] platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when reuse
` [PATCH 4.19 22/49] i2c: meson: fix clock setting overwrite
` [PATCH 4.19 30/49] xfrm: clone XFRMA_SET_MARK in xfrm_do_migrate
` [PATCH 4.19 31/49] xfrm: clone XFRMA_REPLAY_ESN_VAL "
` [PATCH 4.19 32/49] xfrm: clone XFRMA_SEC_CTX "
` [PATCH 4.19 33/49] xfrm: clone whole liftime_cur structure "
` [PATCH 4.19 34/49] net: stmmac: removed enabling eee in EEE set callback
` [PATCH 4.19 35/49] platform/x86: fix kconfig dependency warning for FUJITSU_LAPTOP
` [PATCH 4.19 36/49] xfrm: Use correct address family in xfrm_state_find
` [PATCH 4.19 37/49] bonding: set dev->needed_headroom in bond_setup_by_slave()
` [PATCH 4.19 38/49] mdio: fix mdio-thunder.c dependency & build error
` [PATCH 4.19 39/49] net: usb: ax88179_178a: fix missing stop entry in driver_info
` [PATCH 4.19 40/49] net/mlx5e: Fix VLAN cleanup flow
` [PATCH 4.19 41/49] net/mlx5e: Fix VLAN create flow
` [PATCH 4.19 42/49] rxrpc: Fix rxkad token xdr encoding
` [PATCH 4.19 43/49] rxrpc: Downgrade the BUG() for unsupported token type in rxrpc_read()
` [PATCH 4.19 44/49] rxrpc: Fix some missing _bh annotations on locking conn->state_lock
` [PATCH 4.19 46/49] perf: Fix task_function_call() error handling
` [PATCH 4.19 47/49] mmc: core: dont set limits.discard_granularity as 0
` [PATCH 4.19 48/49] mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected by khugepaged
` [PATCH 4.19 49/49] net: usb: rtl8150: set random MAC address when set_ethernet_addr() fails

[PATCH v10 0/7] arm64: expose FAR_EL1 tag bits in siginfo
 2020-10-12 13:57 UTC  (10+ messages)
` [PATCH v10 4/7] signal: define the SA_UNSUPPORTED bit in sa_flags
` [PATCH v10 6/7] signal: define the field siginfo.si_xflags

[dpdk-dev] [PATCH v2 1/1] eventdev: add PCI probe named convenience function
 2020-10-12 14:02 UTC  (4+ messages)

stable-rc/queue/4.19 baseline: 132 runs, 1 regressions (v4.19.150-47-g818a20155705)
 2020-10-12 13:38 UTC 

[PATCH net v2 1/2] socket: fix option SO_TIMESTAMPING_NEW
 2020-10-12 13:37 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/7] support PDCP-SDAP for dpaa2_sec
 2020-10-12 14:01 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 0/8] "
  ` [dpdk-dev] [PATCH v2 6/8] test/crypto: Add test vectors for PDCP-SDAP

[PATCH] drm/vgem: Replace vgem_object_funcs with the common drm shmem helper
 2020-10-12 14:01 UTC  (6+ messages)
` [Intel-gfx] "

Suggestion - Configurable Source Clock Type for Line Event Timestamping
 2020-10-12 13:39 UTC  (4+ messages)

[PATCH v2 0/2] CPUFreq: Add support for cpu performance dependencies
 2020-10-12 13:59 UTC  (13+ messages)
` [PATCH v2 2/2] [RFC] CPUFreq: Add support for cpu-perf-dependencies

[Buildroot] [git commit] Update for 2020.08.1
 2020-10-12 14:00 UTC 

[PATCH v2] gpiolib: Switch to use compat_need_64bit_alignment_fixup() helper
 2020-10-12 14:00 UTC  (3+ messages)

[PATCH v2] mm: memcontrol: eliminate redundant check in __mem_cgroup_insert_exceeded()
 2020-10-12 13:58 UTC  (3+ messages)

[meta-python][PATCH 1/5] python3-pywbem: Upgrade 1.0.2 -> 1.1.0
 2020-10-12 14:00 UTC  (5+ messages)
` [meta-python][PATCH 2/5] python3-regex: Upgrade 2020.9.27 -> 2020.10.11
` [meta-python][PATCH 3/5] python3-multidict: Upgrade 4.7.6 -> 5.0.0
` [meta-python][PATCH 4/5] python3-prettytable: Upgrade 1.0.0 -> 1.0.1
` [meta-python][PATCH 5/5] python3-pyperclip: Upgrade 1.8.0 -> 1.8.1

[PATCH] mm: memcontrol: localize mem_cgroup_sockets_enabled() check
 2020-10-12 13:58 UTC  (2+ messages)

[PATCH v7 00/14] Add Allwinner H3/H5/H6/A64 HDMI audio
 2020-10-12 13:58 UTC  (5+ messages)
` [PATCH v7 01/14] ASoC: sun4i-i2s: Change set_chan_cfg() params

[PATCH] kthread: Add kthread_work tracepoints
 2020-10-12 13:59 UTC  (2+ messages)

[PATCH] m68knommu: align BSS section to 4-byte boundaries
 2020-10-12 14:00 UTC  (3+ messages)

[GIT PULL] locking changes for v5.10
 2020-10-12 13:58 UTC 

[PATCH v5 0/5] powerpc/sstep: VSX 32-byte vector paired load/store instructions
 2020-10-12 13:44 UTC  (3+ messages)
` [PATCH v5 1/5] powerpc/sstep: Emulate prefixed instructions only when CPU_FTR_ARCH_31 is set

[PATCH 00/15] dmaengine: dw-axi-dmac: support Intel KeemBay AxiDMA
 2020-10-12 13:59 UTC  (2+ messages)

[GIT PULL] Block updates for 5.10-rc1
 2020-10-12 13:40 UTC 

[PATCH 5.4 00/85] 5.4.71-rc1 review
 2020-10-12 13:27 UTC  (11+ messages)
` [PATCH 5.4 02/85] Fonts: Support FONT_EXTRA_WORDS macros for built-in fonts
` [PATCH 5.4 03/85] fbcon: Fix global-out-of-bounds read in fbcon_get_font()
` [PATCH 5.4 04/85] Revert "ravb: Fixed to be able to unload modules"
` [PATCH 5.4 07/85] io_uring: Fix remove irrelevant req from the task_list
` [PATCH 5.4 10/85] drm/nouveau/mem: guard against NULL pointer access in mem_del
` [PATCH 5.4 20/85] platform/x86: thinkpad_acpi: re-initialize ACPI buffer size when reuse
` [PATCH 5.4 21/85] driver core: Fix probe_count imbalance in really_probe()
` [PATCH 5.4 22/85] perf test session topology: Fix data path
` [PATCH 5.4 30/85] btrfs: fix RWF_NOWAIT write not failling when we need to cow
` [PATCH 5.4 38/85] xfrmi: drop ignore_df check before updating pmtu

[PATCH 1/2] irqchip/sifive-plic: Enable or disable interrupt based on its previous setting
 2020-10-12 13:57 UTC  (3+ messages)
` [PATCH 2/2] irqchip/sifive-plic: Fix the interrupt was enabled accidentally issue

[PATCH] [PATCH v5]jbd2: avoid transaction reuse after reformatting
 2020-10-12 13:43 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.