超哥
    感谢楼主分享,受教了!
    Linux graphic subsystem(2)_DRI介绍  发表时间:2018-12-18 19:49
    小v电子
    楼主对Linux的研究绝对牛逼 我也就是搞搞应用 玩玩而已。对Linux 内部的哲学真没这么深入,您在华南?
    关于蜗窝  发表时间:2018-12-17 15:31
    fishland
    文件层面最终会“看到”修改后的内容,那么本质上也算是同步的了:D
    文件系统和裸块设备的page cache问题  发表时间:2018-12-17 10:22
    man8266
    @nzg:这里跟IPI有啥关系?
    进程切换分析(3):同步处理  发表时间:2018-12-16 01:06
    smcdef
    @fjling:除了一些信任模块,可以在这些目录下的Makefile里,会加入KASAN_SANITIZE :=n以外。 针对你说的问题:alloc/free track这块区域数据的写入,会在写入前metadata_access_enable();访问结束后调用metadata_access_disable(); metadata_access_enable()其实就是关闭kasan的检测bug report机制(即使检测不能访问,也不报错)。 可以参考代码:https://elixir.bootlin.com/linux/v4.15.7/source/mm/slub.c#L503
    KASAN实现原理  发表时间:2018-12-16 00:11
    smcdef
    @rikeyone:ARM的设计我不是很了解,其实文章的引言部分已经注明了架构是ARM64。所以我说的ARM64平台。
    fixmap addresses原理  发表时间:2018-12-16 00:03
    man8266
    个人觉得测试结果还与所运行的版本或平台有关,我猜想本文测试的:X86 64bit + 标准4.4内核,中断上下文是保存在当前被中断进程的内核栈中了。在有些其他版本或平台中,中断上下文是保存在独立于进程内核栈的上下文中,对于这类配置,后果应该更严重,因为这个专门用于中断的栈无法重新被调度了(也可能前面schedule()识别出当前处于中断上下文中,根本不做任何事情,或许打印出call stack)。 即使在X86 64bit + 标准4.4内核 配置中,schedule()也有可能识别出当前处于中断上下文中,根本不做任何事情。
    中断上下文中调度会怎样?  发表时间:2018-12-15 18:43
    darell
    此处介绍的 SMP 的 cache coherency,那么 NUMA 架构的呢?
    Why Memory Barriers?中文翻译(上)  发表时间:2018-12-13 11:10
    connSupervisionTimeout是一个可配置的参数,范围是100ms~32s,并且不能大于(1 + connSlaveLatency) * connInterval * 2,这句有误,应该将“不能大于”改为“不能小于”。 参考 Core_v4.2.pdf P2620,The connSupervisionTimeout shall be a multiple of 10 ms in the range of 100 ms to 32.0 s and it shall be larger than (1 + connSlaveLatency) * connInterval * 2.
    蓝牙协议分析(7)_BLE连接有关的技术分析  发表时间:2018-12-12 19:16
    reborn
    @linuxer 请问,我们系统出现了一个 空指针反引用的问题涉及到pwq, [1353795.671908] BUG: unable to handle kernel NULL pointer dereference at 0000000000000008 [1353795.671972] IP: process_one_work+0x2e/0x410 [1353795.671997] PGD 0 P4D 0 [1353795.672039] Oops: 0000 [#1] SMP PTI [1353795.672070] Modules linked in: binfmt_misc dccp_diag dccp udp_diag unix_diag af_packet_diag netlink_diag tcp_diag inet_diag nf_conntrack_ipv4 nf_defrag_ipv4 xt_tcpudp xt_conntrack xt_multiport iptable_filter ip_tables x_tables 8021q garp mrp stp llc bonding ipmi_ssif dcdbas intel_rapl skx_edac x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm irqbypass intel_cstate intel_rapl_perf ipmi_si ipmi_devintf mei_me lpc_ich ipmi_msghandler mei mac_hid shpchp acpi_power_meter ib_iser rdma_cm iw_cm ib_cm ib_core iscsi_tcp libiscsi_tcp libiscsi scsi_transport_iscsi toa(OE) nf_conntrack lp parport autofs4 btrfs zstd_compress raid10 raid456 async_raid6_recov async_memcpy async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear igb dca i40e mgag200 crct10dif_pclmul i2c_algo_bit [1353795.672626] crc32_pclmul ttm ghash_clmulni_intel drm_kms_helper pcbc syscopyarea sysfillrect aesni_intel sysimgblt aes_x86_64 fb_sys_fops crypto_simd glue_helper ptp drm megaraid_sas cryptd ahci pps_core libahci [last unloaded: stap_f2cfe18efb176d4eb6e226c35bf623fd_263331] [1353795.672827] CPU: 53 PID: 1314 Comm: kworker/53:2 Tainted: G OE 4.15.0-21-shopee-generic #22~16.04.1+3 [1353795.672900] Hardware name: Dell Inc. PowerEdge R740xd/0RR8YK, BIOS 1.3.7 02/08/2018 [1353795.672999] RIP: 0010:process_one_work+0x2e/0x410 [1353795.673037] RSP: 0018:ffff9be74f93fe88 EFLAGS: 00010046 [1353795.673080] RAX: 0000000000000000 RBX: ffff8e953d6a2180 RCX: 0000000000000000 [1353795.673132] RDX: 0000000000000000 RSI: ffff9be7824fbb08 RDI: ffff8e9534b5f680 [1353795.673184] RBP: ffff9be74f93fec0 R08: 0000000000000000 R09: 0000000000000000 [1353795.673236] R10: 0000000000000000 R11: 0000000000000010 R12: ffff8e953d6a2180 [1353795.673289] R13: ffff8e953d6a2180 R14: 0000000000000000 R15: ffff8e9534b5f680 [1353795.673343] FS: 0000000000000000(0000) GS:ffff8e953d680000(0000) knlGS:0000000000000000 [1353795.676382] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [1353795.680239] CR2: 00000000000000b0 CR3: 0000000e9260a006 CR4: 00000000007606e0 [1353795.682521] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [1353795.683576] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [1353795.684812] PKRU: 55555554 [1353795.685832] Call Trace: [1353795.686860] worker_thread+0x253/0x410 [1353795.687837] kthread+0x121/0x140 [1353795.688798] ? process_one_work+0x410/0x410 [1353795.689769] ? kthread_create_worker_on_cpu+0x70/0x70 [1353795.690723] ret_from_fork+0x35/0x40 [1353795.691711] Code: 00 00 55 48 89 e5 41 57 41 56 41 55 41 54 53 48 83 ec 10 48 8b 06 4c 8b 6f 48 49 89 c6 45 30 f6 a8 04 b8 00 00 00 00 4c 0f 44 f0 <49> 8b 46 08 44 8b b8 00 01 00 00 41 83 e7 20 41 f6 45 10 04 75 [1353795.693324] RIP: process_one_work+0x2e/0x410 RSP: ffff9be74f93fe88 [1353795.694056] CR2: 0000000000000008 最后发现 get_work_pwq 会返回NULL, 什么情况下它会返回null

共7862条142/787上一页 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 下一页
Copyright @ 2013-2015 蜗窝科技 All rights reserved. Powered by emlog